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