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