import * as React from "react"; function SvgGym( props: React.SVGProps, svgRef?: React.Ref ) { return ( ); } const ForwardRef = React.forwardRef(SvgGym); export default ForwardRef;