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