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