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