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