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