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