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