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