@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
55 lines (54 loc) • 2.51 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/xensor.tsx
var xensor_exports = {};
__export(xensor_exports, {
default: () => xensor_default
});
module.exports = __toCommonJS(xensor_exports);
var React = __toESM(require("react"));
var Xensor = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1000 1000",
...props
}, /* @__PURE__ */ React.createElement("g", {
fillRule: "evenodd"
}, /* @__PURE__ */ React.createElement("path", {
fill: "#383b4a",
d: "M500 0c276.1 0 500 223.9 500 500s-223.9 500-500 500S0 776.1 0 500 223.9 0 500 0Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
d: "m780.3 530.5-20.4 20.4C528.1 320.1 271 448.4 209.6 484.5a44.57 44.57 0 0 1 11-18l247.8-247.8a45.21 45.21 0 0 1 64 0l247.8 247.8a45.12 45.12 0 0 1 .1 64ZM588.6 722.2l-56.1 56.1a45.21 45.21 0 0 1-64 0l-53.6-53.6c86.2-61 159.9-12.8 173.7-2.5Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
d: "m747.3 563.5-64 64c-190.2-176.4-381-62.8-409.6-44l-14.1-14.1a1.76 1.76 0 0 0 .5-.4c249.2-199.8 466.1-23.6 487.2-5.5Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
d: "m357.1 667-15.4-15.4c147.9-134.8 310.4-20.1 326.1-8.5l-65.4 65.4C485.3 595.8 376.7 654.7 357.1 667Z"
})));
var xensor_default = Xensor;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=xensor.js.map