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