@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
89 lines (88 loc) • 3.44 kB
JavaScript
"use strict";
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/kingmoney.tsx
var kingmoney_exports = {};
__export(kingmoney_exports, {
default: () => kingmoney_default
});
module.exports = __toCommonJS(kingmoney_exports);
var React = __toESM(require("react"));
var Kingmoney = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Layer_2_1_",
x: 0,
y: 0,
viewBox: "0 0 64 64",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st1{fill:#fff}"), /* @__PURE__ */ React.createElement("g", {
id: "layer1",
transform: "translate(0 -117)"
}, /* @__PURE__ */ React.createElement("g", {
id: "g879",
transform: "matrix(.99659 0 0 .99658 -15.816 41.093)"
}, /* @__PURE__ */ React.createElement("circle", {
id: "path964",
cx: 48.2,
cy: 108.5,
r: 32,
fill: "#ff7e00",
stroke: "#e74040",
strokeLinecap: "square",
strokeLinejoin: "round",
strokeMiterlimit: 3.986,
strokeOpacity: 0,
strokeWidth: 0.621
}), /* @__PURE__ */ React.createElement("g", {
id: "g972-3",
transform: "translate(-214.572 -53.24) scale(1.20104)"
}, /* @__PURE__ */ React.createElement("g", {
id: "g962-6",
transform: "translate(127 29.633)"
}, /* @__PURE__ */ React.createElement("path", {
id: "path903-7",
d: "m80.3 116.4-2.7-10.9 4.3 3 1.2-3.3-8.4-5.9s-4.8-3.4-2.4 3.3l5.7 15.7c.8 2.1.8 2.1 4.4 2.1l6.5-17.8c1.2-3.3 4.6-3.4 5.8 0l6.5 17.8c3.6 0 3.6 0 5.1-4.1 1.7-4.7 3-8.2 5-13.7 2.4-6.7-2.4-3.3-2.4-3.3l-8.4 5.9 1.2 3.4 4.3-3-2.8 10.7-8.6-23.5c-1.6-4.6-4.2-4.6-5.9-.1l-8.4 23.7z",
className: "st1"
}), /* @__PURE__ */ React.createElement("path", {
id: "path909-5",
d: "m84.6 120.5 2-5.5 8.2-5.7.8 2.1c.2.7-.2 1.5-.9 2l-2.9 2.1 1.2 5h-2.5l-.9-3.5-1.4 1-.9 2.5h-2.7z",
className: "st1"
}), /* @__PURE__ */ React.createElement("path", {
id: "path911-3",
d: "M98.9 120.5h-2.7l-1.2-4.7 1.7-1.2 2.2 5.9z",
className: "st1"
}), /* @__PURE__ */ React.createElement("path", {
id: "path913-5",
d: "m88 111.4 1.9-5.3c.4-1.2.6-1.2.6 0v3.5l-2.5 1.8z",
className: "st1"
}), /* @__PURE__ */ React.createElement("path", {
id: "path915-6",
d: "m93 107.9 1-.8-.4-1.1c-.4-1.2-.6-1.2-.6 0v1.9z",
className: "st1"
}))))));
var kingmoney_default = Kingmoney;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=kingmoney.js.map