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