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