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