@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
71 lines (70 loc) • 2.78 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/kava.tsx
var kava_exports = {};
__export(kava_exports, {
default: () => kava_default
});
module.exports = __toCommonJS(kava_exports);
var React = __toESM(require("react"));
var Kava = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Layer_1",
x: 0,
y: 0,
viewBox: "0 0 2000 2210",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st2{fill:#ff564f}"), /* @__PURE__ */ React.createElement("path", {
fill: "#ff564f",
d: "M198.5 1841.3 321.6 2210l845-1105L321.6 0 192.5 360.7l561.3 744.1-555.3 736.5z",
opacity: 0.2
}), /* @__PURE__ */ React.createElement("path", {
fill: "#f08179",
d: "M1999.7 2209.8h-401l-845.2-1105L1598.7 0h401l-833.3 1104.8 833.3 1105z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M0 0h321.4v2209.8H0V0z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30__1_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30__2_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}), /* @__PURE__ */ React.createElement("path", {
id: "_x30__3_",
d: "M2000 2209.8h-401l-845.2-1105L1599 0h401l-833.3 1104.8 833.3 1105z",
className: "st2"
}));
var kava_default = Kava;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=kava.js.map