import { forwardRef, SVGProps } from 'react'; export interface BellProps extends Omit, 'css'> {} export const Bell = forwardRef((props, ref) => ( )); Bell.displayName = 'Bell';