@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
50 lines (49 loc) • 2.88 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/reserve-rights.tsx
var reserve_rights_exports = {};
__export(reserve_rights_exports, {
default: () => reserve_rights_default
});
module.exports = __toCommonJS(reserve_rights_exports);
var React = __toESM(require("react"));
var ReserveRights = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 2000",
...props
}, /* @__PURE__ */ React.createElement("path", {
fillRule: "evenodd",
d: "M1000.05 1999.974c550.8 0 1000-449.2 1000-1000 0-550.7-449.2-1000-1000-1000-550.7 0-1000 449.3-1000 1000-.1 550.8 449.2 1000 1000 1000z",
clipRule: "evenodd"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
fillRule: "evenodd",
d: "M743.55 481.674h144c5.5 0 9.9 4.5 9.9 10v210.4c0 5.6 4.5 10 10 10h184.9c5.5 0 10-4.4 10-10v-210.4c0-5.5 4.4-10 10-10h143.9c5.5 0 10 4.5 10 10v210.4c0 5.6 4.4 10 10 10h176c5.6 0 10 4.5 10 10v143.6c0 5.6-4.4 10-10 10h-176c-5.6 0-10 4.5-10 10v223.5c0 5.5 4.4 10 10 10h176c5.6 0 10 4.4 10 10v143.6c0 5.5-4.4 10-10 10h-176c-5.6 0-10 4.5-10 10v210.4c0 5.5-4.5 10-10 10h-143.9c-5.6 0-10-4.5-10-10v-210.4c0-5.6-4.5-10-10-10h-184.8c-5.5 0-10 4.5-10 10v210.4c0 5.5-4.4 10-9.9 10h-144c-5.5 0-10-4.5-10-10v-210.4c0-5.6-4.4-10-10-10h-176c-5.6 0-10-4.5-10-10v-143.6c0-5.6 4.4-10 10-10h176c5.6 0 10-4.5 10-10v-223.5c0-5.5-4.4-10-10-10h-176c-5.6 0-10-4.4-10-10v-143.6c0-5.5 4.4-10 10-10h176c5.6 0 10-4.4 10-10v-210.4c-.2-5.5 4.4-10 9.9-10zm358.9 627.6v-223.6c0-5.5-4.5-10-10-10h-184.9c-5.5 0-10 4.5-10 10v223.5c0 5.5 4.5 10 10 10h184.9c5.5.1 10-4.5 10-9.9z",
clipRule: "evenodd"
}));
var reserve_rights_default = ReserveRights;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=reserve-rights.js.map