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