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