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