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