@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
54 lines (53 loc) • 3.3 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/gincoin-global-interest-rate.tsx
var gincoin_global_interest_rate_exports = {};
__export(gincoin_global_interest_rate_exports, {
default: () => gincoin_global_interest_rate_default
});
module.exports = __toCommonJS(gincoin_global_interest_rate_exports);
var React = __toESM(require("react"));
var GincoinGlobalInterestRate = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#008DDE"
}), /* @__PURE__ */ React.createElement("g", {
fill: "#FFF"
}, /* @__PURE__ */ React.createElement("path", {
d: "M24.029 17.326a.727.727 0 1 0 0-1.453h-1.66v-1.642h3.471a.727.727 0 1 0 0-1.453h-3.485a3.536 3.536 0 0 0-2.934-3.168V7.861a.727.727 0 1 0-1.453 0v1.7h-1.642V5.74a.727.727 0 1 0-1.453 0v3.82H13.23v-1.7a.727.727 0 0 0-1.453 0v1.75a3.536 3.536 0 0 0-2.934 3.168H4.74a.727.727 0 1 0 0 1.453h4.09v1.642H7.17a.727.727 0 1 0 0 1.453h1.66v1.642H5.667a.727.727 0 1 0 0 1.453h3.176a3.536 3.536 0 0 0 2.934 3.168v1.13a.727.727 0 1 0 1.453 0v-1.081h1.642v3.291a.727.727 0 0 0 1.453 0v-3.291h1.642v1.7a.727.727 0 1 0 1.453 0V23.59a3.536 3.536 0 0 0 2.934-3.168h4.811a.727.727 0 1 0 0-1.453H22.37v-1.642h1.659zm-2.82 2.782a2.372 2.372 0 0 1-2.37 2.37h-6.48a2.372 2.372 0 0 1-2.37-2.37V13.09a2.372 2.372 0 0 1 2.37-2.37h6.48a2.372 2.372 0 0 1 2.37 2.37v7.017z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M13.901 12.435a8.335 8.335 0 0 0-.841.029c-.442.05-.767.45-.781.884-.022.984-.004 1.97-.01 2.954.014.502-.034 1.01.04 1.507.071.444.505.73.936.729 1.34.009 2.68.003 4.02.004v.555H12.95l-.555 1.665h4.294c.502-.014 1.009.034 1.507-.039.444-.071.729-.505.728-.936.01-1.753.002-3.506.005-5.26-.016-.47.041-.949-.054-1.413-.101-.473-.608-.706-1.056-.677h-3.076c-.28.005-.562-.001-.843-.003zm.033 1.667h3.33v2.775h-3.33v-2.775z"
}))));
var gincoin_global_interest_rate_default = GincoinGlobalInterestRate;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=gincoin-global-interest-rate.js.map