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