@icongo/gy
Version:
Glyph Iconset Icons
37 lines (36 loc) • 2.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSoccerYard = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSoccerYard = function GYSiGlyphSoccerYard(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-soccer-yard",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.969 3.085h-.885c-.588 0-1.063.45-1.063 1.007v3.865h1.964c.262-1.165 1.292-2.04 2.526-2.04 1.233 0 2.265.875 2.526 2.04h1.9V4.092c0-.557-.477-1.007-1.063-1.007h-.827v.962H5.969v-.962Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.482 7.038c-.64 0-1.184.4-1.399.962h2.8a1.497 1.497 0 0 0-1.401-.962Zm.028 2.924c.656 0 1.206-.394 1.406-.937H7.104c.2.543.75.937 1.406.937Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.511 11.146a2.602 2.602 0 0 1-2.542-2.099H4.021v3.904c0 .555.476 1.007 1.065 1.007h.852v-1.021H11v1.021h.889c.588 0 1.064-.452 1.064-1.007V9.047h-1.9a2.604 2.604 0 0 1-2.542 2.099Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.439 1.042H2.498A.497.497 0 0 0 2 1.537v13.968c0 .273.223.495.498.495h11.941a.497.497 0 0 0 .498-.495V1.537a.495.495 0 0 0-.498-.495Zm-.418 14.02H9.979V14H7.02v1.062H2.937V1.937H7.02v1h2.933v-1h4.068v13.125Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSoccerYard = GYSiGlyphSoccerYard;