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