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