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