@icongo/sti
Version:
Super Tiny Icons
36 lines • 1.21 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 STIJsonfeed = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "JSON Feed",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#8be028",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("circle", {
cx: 386.53,
cy: 125.5,
r: 27.5
}), /*#__PURE__*/_jsx("circle", {
cx: 326.53,
cy: 185.5,
r: 27.5
}), /*#__PURE__*/_jsx("circle", {
cx: 266.53,
cy: 245.5,
r: 27.5
})]
}), /*#__PURE__*/_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"
})]
}));
export { STIJsonfeed };