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