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