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