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