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