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