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