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