import * as React from 'react'; export interface ChatBot32Props extends React.SVGProps { ariaLabel?: string } export default function ChatBot32({ ariaLabel, ...props }: ChatBot32Props) { return ( ); }