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