import * as React from 'react'; const NotificationIcon: React.FC = () => { return ( ); }; export default NotificationIcon;