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