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