UNPKG

@web3sdkio/chain-icons

Version:

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

27 lines 2.73 kB
// src/insight-chain.tsx import * as React from "react"; var InsightChain = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 395 395", ...props }, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("style", null, ".cls-1{fill:#fff}")), /* @__PURE__ */ React.createElement("g", { id: "Layer_2", "data-name": "Layer 2" }, /* @__PURE__ */ React.createElement("g", { id: "Layer_1-2", "data-name": "Layer 1" }, /* @__PURE__ */ React.createElement("path", { d: "M81.62 57.51c32.79-27.34 75.5-42.72 118.23-41.81C252 15.56 303.28 40 336.87 79.75c65.29 76.72 56 191.85-20.71 257.14a182.42 182.42 0 0 1-184.49 31 186.92 186.92 0 0 1-43.61-24.34c3.18-23.94 15-46.53 32.26-63.35a110.72 110.72 0 0 1 70.49-31.37c7-.65 14-.08 21.05-.41A155.79 155.79 0 0 1 289.63 267c3.21 1.69 7.45 3.49 7.65 7.72.54 5.42-5.19 7.75-8.52 10.84 8.7-.32 16.81-4.31 24.17-8.67 7-4 9.08-14.69 3.42-20.69-9.62-10.72-20-20.7-29.77-31.3-2.69-3-6.42-5.62-7.18-9.89a130.81 130.81 0 0 0-57.49-77.49c-17.27-11.09-37.39-17.46-57.78-19.36-43.76-5.35-88.19-3.75-131.64 3.47C43.41 96.78 60.84 75 81.62 57.51Z", className: "cls-1" }), /* @__PURE__ */ React.createElement("path", { d: "M216.55 168.7a50.69 50.69 0 0 1 8.08 7.26c8.84 8.82 17.72 17.6 26.49 26.5a33.91 33.91 0 0 1 5 5.77c-6.9.24-13.8.16-20.69 0-4.16-9-8.89-17.76-13.21-26.7-1.99-4.23-4.51-8.26-5.67-12.83Z", className: "cls-1" }), /* @__PURE__ */ React.createElement("path", { fill: "#333", d: "M188.26.24A197.85 197.85 0 0 1 346 66.6c72.56 81.67 65.17 206.7-16.51 279.26a197.79 197.79 0 0 1-39.35 27.22c-49.45 26.43-110.26 30-162.56 9.88A198.19 198.19 0 0 1 2.39 228.51C-5.2 180.77 5.45 130.36 32.08 90a198.52 198.52 0 0 1 103.31-79.83A201.32 201.32 0 0 1 188.26.24M81.62 57.51C60.84 75 43.41 96.78 32.49 121.69c43.45-7.22 87.88-8.82 131.64-3.47 20.39 1.9 40.51 8.27 57.78 19.36a130.81 130.81 0 0 1 57.49 77.49c.76 4.27 4.49 6.84 7.18 9.89 9.75 10.6 20.15 20.58 29.77 31.3 5.66 6 3.62 16.68-3.42 20.69-7.36 4.36-15.47 8.35-24.17 8.67 3.33-3.09 9.06-5.42 8.52-10.84-.2-4.23-4.44-6-7.65-7.72a155.73 155.73 0 0 0-77.78-18.62c-7 .33-14-.24-21 .41a110.72 110.72 0 0 0-70.49 31.37c-17.26 16.8-29.08 39.41-32.26 63.35a186.92 186.92 0 0 0 43.61 24.34c93.88 36.57 199.64-9.9 236.2-103.79a182.41 182.41 0 0 0-31-184.37c-33.59-39.76-84.88-64.19-137-64-42.73-.91-85.44 14.47-118.23 41.81m134.9 111.19c1.16 4.57 3.68 8.6 5.69 12.82 4.32 8.94 9 17.68 13.21 26.7 6.89.17 13.79.25 20.69 0a33.91 33.91 0 0 0-5-5.77c-8.77-8.9-17.65-17.68-26.49-26.5a50.37 50.37 0 0 0-8.13-7.3Z" })))); var insight_chain_default = InsightChain; export { insight_chain_default as default }; //# sourceMappingURL=insight-chain.mjs.map