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