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