import React from 'react'; export const BellIcon = ( { newItems, strokeWidth = 1.5 } ) => { if ( newItems ) { return ( ); } return ( ); }; export default BellIcon;