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