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