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