import type { SVGProps } from "react"; const SvgSendIcon = (props: SVGProps) => ( ); export default SvgSendIcon;