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