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