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