@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
59 lines (58 loc) • 2.44 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/mimblewimblecoin.tsx
var mimblewimblecoin_exports = {};
__export(mimblewimblecoin_exports, {
default: () => mimblewimblecoin_default
});
module.exports = __toCommonJS(mimblewimblecoin_exports);
var React = __toESM(require("react"));
var Mimblewimblecoin = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
viewBox: "0 0 88 44",
...props
}, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 213.909,
x2: 15.427,
y1: 20.075,
y2: 20.075,
gradientTransform: "matrix(1 0 0 -1 0 42.15)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#3600c9"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#9e00e7"
})), /* @__PURE__ */ React.createElement("path", {
fill: "url(#a)",
d: "M40.5 27.9 25.8 42.6c-2.1 2.1-5.5 2.1-7.6 0L1.6 25.9c-2.1-2.1-2.1-5.5 0-7.6L18.3 1.6c2.1-2.1 5.5-2.1 7.6 0l14.7 14.7c2.1 2.1 5.5 2.1 7.6 0L62.8 1.6c2.1-2.1 5.5-2.1 7.6 0L87 18.3c2.1 2.1 2.1 5.5 0 7.6L70.4 42.6c-2.1 2.1-5.5 2.1-7.6 0L48.1 27.9c-2.1-2.1-5.5-2.1-7.6 0z"
}));
var mimblewimblecoin_default = Mimblewimblecoin;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=mimblewimblecoin.js.map