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