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