@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
56 lines (55 loc) • 2.81 kB
JavaScript
;
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/loom-network.tsx
var loom_network_exports = {};
__export(loom_network_exports, {
default: () => loom_network_default
});
module.exports = __toCommonJS(loom_network_exports);
var React = __toESM(require("react"));
var LoomNetwork = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
id: "_\\xCE\\xD3\\xC8_1",
"data-name": "\\u2014\\xCE\\xD3\\xC8_1",
viewBox: "0 0 160 141",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("style", null, ".cls-2{fill:#02819b}")), /* @__PURE__ */ React.createElement("path", {
fill: "#4bc0c8",
d: "M121.42 141.18 12.1 64.44a28.32 28.32 0 0 1 0-46.39L38.58-.45 147.9 76.3a28.33 28.33 0 0 1 0 46.39ZM38.57 11.89 17.93 26.33a18.21 18.21 0 0 0 0 29.84l103.52 72.67 20.64-14.43a18.22 18.22 0 0 0 0-29.84Z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M38.47 128.77 17.86 114.3a18.22 18.22 0 0 1 0-29.84l53.35-37.3-8.8-6.16-50.32 35.18a28.32 28.32 0 0 0 0 46.39l26.41 18.54 32.67-22.86-8.8-6.18ZM147.95 18.16 121.53-.38 88.83 22.5l8.8 6.18L121.52 12l20.62 14.47a18.22 18.22 0 0 1 0 29.84L88.78 93.58l8.8 6.18 50.33-35.21a28.32 28.32 0 0 0 0-46.39Z",
className: "cls-2"
}), /* @__PURE__ */ React.createElement("path", {
d: "M16.69 56.3h50.74v10.11H16.69z",
className: "cls-2",
transform: "rotate(-34.98 42.053 61.342)"
}), /* @__PURE__ */ React.createElement("path", {
d: "m136.76 60-20.25 14.18 5.79 8.28 21-14.71c-2.2-2.54-4.37-5.14-6.54-7.75Z",
className: "cls-2"
}));
var loom_network_default = LoomNetwork;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=loom-network.js.map