UNPKG

@icongo/sti

Version:
54 lines (53 loc) 2.01 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIOpenbenches = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIOpenbenches = function STIOpenbenches(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", "aria-label": "OpenBenches", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 256, cy: 256, r: 250, fill: "#11b0a3" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#8c5015", d: "M9 319a258 258 0 0 0 495 0" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { stroke: "#000", strokeWidth: 12, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fb0", stroke: "#fff", strokeWidth: 24, d: "M110 228h139v37H110z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#007200", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M503 318H389c12-35 41-15 41-15 7-27 38-27 38-27 2-30 24-39 37-37" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 365, cy: 174, r: 64 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M65 276h234m-187-2v44m135-43v42m20-41v-61H91v61m274-106v148m-35-148 36 35m37-33-39 39M133 108s33-3 39 16c-8-31 14-40 14-40m13 44s26 21 16 39c14-28 36-19 36-19M49 401l436-40M82 438l99-19m-63 48 189-53m-149 74 302-86M9 319h493" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 256, cy: 256, r: 250 })] })] })); }; exports.STIOpenbenches = STIOpenbenches;