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