@icongo/sti
Version:
Super Tiny Icons
44 lines (43 loc) • 1.68 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STIJsonfeed = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STIJsonfeed = function STIJsonfeed(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "JSON Feed",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#8be028",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#fff",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 386.53,
cy: 125.5,
r: 27.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 326.53,
cy: 185.5,
r: 27.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 266.53,
cy: 245.5,
r: 27.5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#497715",
d: "M118 96s-53.5 42-52.5 87c.6 25.2 22.5 45 39.5 64s41 32 46 59c3 16-10 22-19 35-10.7 15.4 7 32 7 32s16.6 17.7 32 7c13-9 19-22 35-19 27 5 40 29 59 46s38.8 38.9 64 39.5c45 1 87-52.5 87-52.5l-29-29s-23 27-43 27c-45.5-8.6-61.1-59.5-100-77-29-12-45.7 12.6-53 6-6.6-7.3 18-24 6-53-17.5-38.9-68.4-54.5-77-100 0-20 27-43 27-43z"
})]
}));
};
exports.STIJsonfeed = STIJsonfeed;