import { Path, SVG } from '@wordpress/primitives'; const Icon = ( { className }: { className?: string } ) => { return ( ); }; export default Icon;