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