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