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