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