import * as React from 'react'; import SvgIcon, {SVGIconProps} from './svgIcon'; const IconBell = React.forwardRef((props, ref) => { return ( ); }); IconBell.displayName = 'IconBell'; export {IconBell};