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