@icongo/sti
Version:
Super Tiny Icons
37 lines • 1.1 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 STIJson = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "JSON",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 0.175,
x2: 1,
y1: 0.15,
y2: 0.85,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#fff"
})]
}), /*#__PURE__*/_jsx("path", {
id: "prefix__b",
fill: "url(#prefix__a)",
d: "M256 64c-99 0-192 81-192 192 0 123 102 192 192 192-21 0-125-23-125-166 0-89 73-139 125-119 0 0 56 21 56 93s-56 93-56 93c51 20 125-27 125-119 0-129-87-166-125-166z"
}), /*#__PURE__*/_jsx("use", {
href: "#prefix__b",
transform: "rotate(180 256 256)"
})]
}));
export { STIJson };