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