UNPKG

@web3sdks/chain-icons

Version:

A quick, easy and light-weight way to add chain / network icons to your react app.

75 lines 2.18 kB
// src/ether-zero.tsx import * as React from "react"; var EtherZero = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", "data-name": "Layer 1", viewBox: "0 0 45 63", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", { id: "a", x1: 29.31, x2: 36.87, y1: 751.16, y2: 758.72, gradientTransform: "translate(-10.36 -723.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0.03, stopColor: "#00fdfa" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#0168e5" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "b", x1: -912.76, x2: -889.99, y1: 638.31, y2: 661.07, gradientTransform: "rotate(-45 -1176.076 -785.673)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0.03, stopColor: "#00fdfa" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#017ee5" })), /* @__PURE__ */ React.createElement("linearGradient", { id: "c", x1: 17.28, x2: 48.89, y1: 770.78, y2: 739.16, gradientTransform: "translate(-10.36 -723.3)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0.03, stopColor: "#00fdfa" }), /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#019ae5" }))), /* @__PURE__ */ React.createElement("path", { fill: "url(#a)", stroke: "url(#linear-gradient-2)", strokeMiterlimit: 10, strokeWidth: 2, d: "m30.24 31.6-7.5 7.6-7.6-7.6 7.6-7.5 7.5 7.5z" }), /* @__PURE__ */ React.createElement("path", { fill: "none", stroke: "url(#b)", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M17.63 19.52h31v31h-31z", transform: "rotate(-45 23.962 45.875)" }), /* @__PURE__ */ React.createElement("path", { fill: "none", stroke: "url(#c)", strokeLinecap: "round", strokeMiterlimit: 10, strokeWidth: 1.2, d: "M22.74 1.2 5.14 31.6l17.6 30.5 17.5-30.5-17.5-30.4z" })); var ether_zero_default = EtherZero; export { ether_zero_default as default }; //# sourceMappingURL=ether-zero.mjs.map