import React from 'react'; import Bell from '../../../svg/bell.svg'; import withIconSvg from '../helpers/withIconSvg'; const BellIcon: React.FC = (props) => { return ; }; export default withIconSvg(BellIcon, true, { tags: ['bell', 'request', 'notification'] });