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