@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
71 lines (70 loc) • 2.85 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/library-credits.tsx
var library_credits_exports = {};
__export(library_credits_exports, {
default: () => library_credits_default
});
module.exports = __toCommonJS(library_credits_exports);
var React = __toESM(require("react"));
var LibraryCredits = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
"data-name": "Layer 1",
viewBox: "0 0 2499 1812",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 796.65,
x2: 256.41,
y1: 1303.44,
y2: 1301.64,
gradientTransform: "matrix(8.8 0 0 8.8 -2257.63 -10558.66)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#006149"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#2f4246"
})), /* @__PURE__ */ React.createElement("linearGradient", {
xlinkHref: "#a",
id: "b",
x1: 796.89,
x2: 256.66,
y1: 1319.5,
y2: 1317.69,
gradientTransform: "matrix(8.8 0 0 8.8 -2262.91 -10558.66)"
})), /* @__PURE__ */ React.createElement("path", {
fill: "url(#a)",
d: "M2447.7 561.74v124.14l-1222.09 751-921-451.68 1.76-69.55 915.69 450.79 1164-714.93v-51.03l-1098.82-530L61.63 828.52v339l1160.46 574.06 1211.52-743.13 34.34 52.83L1225.61 1812 0 1206.24V794.18L1283.72 0Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#b)",
d: "m2431.85 1134 17.61-110.94-107.46-18.45 7-43.14L2499.64 987 2475 1141.08Z"
}));
var library_credits_default = LibraryCredits;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=library-credits.js.map