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