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