/** * WordPress dependencies */ import { SVG, Path } from '@wordpress/components'; export const icon = () => { return ( ); };