export default function ReplyIcon(props: { color: string; height: number; width: number }) { return ( ); }