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