@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
38 lines • 1.26 kB
JavaScript
// src/maker.tsx
import * as React from "react";
var Maker = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 600 600",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 300,
x2: 300,
y1: 602,
y2: 2,
gradientTransform: "matrix(1 0 0 -1 0 602)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#4fa89b"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#6acebb"
}))), /* @__PURE__ */ React.createElement("g", {
"data-name": "Layer 2"
}, /* @__PURE__ */ React.createElement("g", {
"data-name": "Layer 1"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 300,
cy: 300,
r: 300,
fill: "url(#a)"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
d: "M152.34 390V248.8l107.08 80.59V390h27.33v-66.3a15.94 15.94 0 0 0-6.35-12.7l-129.86-97.77A16 16 0 0 0 125 226v164Zm296.14 0V248.8L341.4 329.39V390h-27.33v-66.3a15.94 15.94 0 0 1 6.35-12.7l129.86-97.73A16 16 0 0 1 475.82 226v164Z"
}))));
var maker_default = Maker;
export {
maker_default as default
};
//# sourceMappingURL=maker.mjs.map