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