@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
47 lines (46 loc) • 1.95 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/latoken.tsx
var latoken_exports = {};
__export(latoken_exports, {
default: () => latoken_default
});
module.exports = __toCommonJS(latoken_exports);
var React = __toESM(require("react"));
var Latoken = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 111 111",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#161f37",
d: "M61.7 60.8H73l-5.6-15.7-5.7 15.7z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#161f37",
d: "M55.7 0a55.7 55.7 0 1 0 55.7 55.7A55.78 55.78 0 0 0 55.7 0Zm24.9 82.1-3.8-10.7H57.9l-3.8 10.7h-34L39 29.4h11.3l-15.1 42h11.3l15.1-42H73l19 52.7Z"
}));
var latoken_default = Latoken;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=latoken.js.map