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