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