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