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