@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
49 lines (48 loc) • 3.02 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/zb-token.tsx
var zb_token_exports = {};
__export(zb_token_exports, {
default: () => zb_token_default
});
module.exports = __toCommonJS(zb_token_exports);
var React = __toESM(require("react"));
var ZbToken = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2500 2500",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "#e6201a"
}, /* @__PURE__ */ React.createElement("path", {
d: "M1250 2500C560.7 2500 0 1939.3 0 1250S560.7 0 1250 0s1250 560.7 1250 1250-560.7 1250-1250 1250zm0-2297.6C672.1 202.4 202.4 672.1 202.4 1250S672.1 2297.6 1250 2297.6 2297.6 1827.9 2297.6 1250 1827.9 202.4 1250 202.4z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M1834 831c-44.5-103.2-141.7-168-254-168l-662-6.1h-2c-109.3 0-205.5 61.7-249 161.9-45.5 102.2-26.3 217.6 50.6 299.6l91.1 98.2 137.7-148.8-80-87c-31.4-34.4-19.2-69.8-14.2-81 5.1-12.1 23.3-41.5 63.8-41.5h1l661.9 6.1c45.5 0 64.8 35.4 69.8 46.6 6.1 13.2 16.2 47.6-12.1 77.9l-327.9 356.3c-18.2 19.2-40.5 22.3-51.6 22.3-21.3 0-41.5-9.1-55.7-25.3l-55.7-59.7-137.7 148.8 44.5 47.6c52.6 56.7 127.5 90.1 204.5 90.1 75.9 0 149.8-32.4 200.4-88.1l327.9-356.3c74-79.1 92.2-192.4 48.7-293.6z"
}), /* @__PURE__ */ React.createElement("path", {
d: "m1795.5 1363.4-93.1-101.2-158.9 172.1 80 87c21.3 23.3 15.2 48.6 9.1 61.7-4 9.1-19.2 37.4-55.7 37.4l-661.9 6.1c-33.4 0-46.6-22.3-50.6-32.4-5.1-10.1-13.2-37.4 11.1-63.8l334-361.3c12.1-13.2 27.3-20.2 44.5-20.2 9.1 0 26.3 2 40.5 17.2l68.8 74.9 158.9-172.1-55.7-60.7c-54.7-58.7-131.6-93.1-211.5-93.1-82 0-159.9 34.4-215.6 95.1l-334 361.3c-81 87-101.2 208.5-53.6 316.8 46.6 105.3 147.8 171.1 263.2 171.1l664-6.1c117.4-1 220.6-68.8 267.2-178.1 47.5-107.3 28.3-226.7-50.7-311.7z"
})));
var zb_token_default = ZbToken;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=zb-token.js.map