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