import { Path, SVG, SVGProps } from '@wordpress/primitives'; const CloseSVG = ( props: SVGProps ) => { return ( ); }; export default CloseSVG;