@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
44 lines (43 loc) • 2 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/fetch.tsx
var fetch_exports = {};
__export(fetch_exports, {
default: () => fetch_default
});
module.exports = __toCommonJS(fetch_exports);
var React = __toESM(require("react"));
var Fetch = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 25",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#202944",
d: "M0 0v25h24.6V0Zm8.6 2.9h2.3v2.4H8.6Zm-5.8 0h2.4v2.4H2.8Zm2.3 5.8v2.4H2.7V8.7Zm-.6 13.2h-1V21h.9v.9Zm.7-4.8H2.8v-2.3h2.4Zm5.1 4.8h-.9V21h.9Zm0-5.6h-.9v-.9h.9Zm.7-5.1H8.6V8.8H11Zm5.1 10.7h-.9V21h.9Zm0-5.6h-.9v-.9h.9Zm0-5.9h-.9v-.9h.9Zm.8-5.1h-2.4V2.9h2.4ZM22 21.9h-.9V21h.9Zm0-5.6h-.9v-.9h.9Zm0-5.9h-.9v-.9h.9Zm0-5.8h-.9v-.9h.9Z"
}));
var fetch_default = Fetch;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=fetch.js.map