@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
68 lines (67 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/elastos.tsx
var elastos_exports = {};
__export(elastos_exports, {
default: () => elastos_default
});
module.exports = __toCommonJS(elastos_exports);
var React = __toESM(require("react"));
var Elastos = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 94 78",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#2a3d58",
d: "m47.015 40.797 23.507-13.572-23.507-13.653v27.225z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#0f2631",
d: "M47.015 40.797 23.507 27.225l23.508-13.653v27.225zM70.522 0 47.015 13.572l23.507 13.653V0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#2a3d58",
d: "M70.522 0 94.03 13.572 70.522 27.225V0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#0f2631",
d: "M23.507 0 0 13.572l23.507 13.653V0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#2a3d58",
d: "m23.507 0 23.508 13.572-23.508 13.653V0zm23.508 78.231 23.507-13.572-23.507-13.652v27.224z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#0f2631",
d: "M47.015 78.231 23.507 64.659l23.508-13.652v27.224zm23.507-40.796L47.015 51.007l23.507 13.652V37.435z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#2a3d58",
d: "M70.522 37.435 94.03 51.007 70.522 64.659V37.435z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#0f2631",
d: "M23.507 37.435 0 51.007l23.507 13.652V37.435z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#2a3d58",
d: "m23.507 37.435 23.508 13.572-23.508 13.652V37.435z"
}));
var elastos_default = Elastos;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=elastos.js.map