import { SVGProps } from "react"; export function ComposeIcon( props: JSX.IntrinsicAttributes & SVGProps, ) { return ( ); }