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