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