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