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