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