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