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