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