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