@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
72 lines (71 loc) • 2.68 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/akash-network.tsx
var akash_network_exports = {};
__export(akash_network_exports, {
default: () => akash_network_default
});
module.exports = __toCommonJS(akash_network_exports);
var React = __toESM(require("react"));
var AkashNetwork = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Layer_1",
x: 0,
y: 0,
viewBox: "0 0 30 26",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st0{fill-rule:evenodd;clip-rule:evenodd;fill:#ed3524}"), /* @__PURE__ */ React.createElement("g", {
id: "Page-1"
}, /* @__PURE__ */ React.createElement("g", {
id: "R15_Mobile_Home",
transform: "translate(-172 -62)"
}, /* @__PURE__ */ React.createElement("g", {
id: "Top"
}, /* @__PURE__ */ React.createElement("g", {
id: "Group-20",
transform: "translate(17 61)"
}, /* @__PURE__ */ React.createElement("g", {
id: "akash-logo",
transform: "translate(155 1)"
}, /* @__PURE__ */ React.createElement("path", {
id: "Fill-11",
d: "m9.9 0 15.4 26.6 5.1-8.9L20.1 0z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
id: "Fill-12",
fill: "#ae1e23",
fillRule: "evenodd",
d: "m9.9 18.2 5.3 8.4h10.6l-5.3-8.4z",
clipRule: "evenodd"
}), /* @__PURE__ */ React.createElement("path", {
id: "Fill-13",
d: "M5.3 8.4 0 17.5l5.3 9.1L16 8.4z",
className: "st0"
})))))));
var akash_network_default = AkashNetwork;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=akash-network.js.map