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