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