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