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