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