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