import { SVG, Path, SVGProps } from '@wordpress/primitives'; const GoogleSheetsIcon = ( props: SVGProps & { width?: number; height?: number } ) => { return ( ); }; export default GoogleSheetsIcon;