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