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