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