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