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