@icongo/sti
Version:
Super Tiny Icons
46 lines • 1.46 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIOpenbenches = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
"aria-label": "OpenBenches",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 250,
fill: "#11b0a3"
}), /*#__PURE__*/_jsx("path", {
fill: "#8c5015",
d: "M9 319a258 258 0 0 0 495 0"
}), /*#__PURE__*/_jsxs("g", {
stroke: "#000",
strokeWidth: 12,
children: [/*#__PURE__*/_jsx("path", {
fill: "#fb0",
stroke: "#fff",
strokeWidth: 24,
d: "M110 228h139v37H110z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#007200",
children: [/*#__PURE__*/_jsx("path", {
d: "M503 318H389c12-35 41-15 41-15 7-27 38-27 38-27 2-30 24-39 37-37"
}), /*#__PURE__*/_jsx("circle", {
cx: 365,
cy: 174,
r: 64
})]
}), /*#__PURE__*/_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__*/_jsx("circle", {
cx: 256,
cy: 256,
r: 250
})]
})]
}));
export { STIOpenbenches };