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