import * as React from "react"; function ChatIcon(props: React.SVGProps) { return ; } export default ChatIcon;