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