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