@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
53 lines (52 loc) • 2.05 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/ubiq.tsx
var ubiq_exports = {};
__export(ubiq_exports, {
default: () => ubiq_default
});
module.exports = __toCommonJS(ubiq_exports);
var React = __toESM(require("react"));
var Ubiq = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1785 2000",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#333",
d: "m1089.3 213 25.24 804.73L1785 594.08z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#494949",
d: "M1780.27 1436.69V590.93L819.54 1200v800h32.34"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#0ca579",
d: "m695.7 1787-25.24-804.75L0 1405.92z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#00ea90",
d: "M4.73 563.31v845.76l960.73-608.28V0h-32.34"
}));
var ubiq_default = Ubiq;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=ubiq.js.map