import * as React from "react"; import { SVGProps } from "react"; const SvgReplyAllOutline = (props: SVGProps) => ( ); export default SvgReplyAllOutline;