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