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