@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
68 lines (67 loc) • 3.11 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/tether-gold.tsx
var tether_gold_exports = {};
__export(tether_gold_exports, {
default: () => tether_gold_default
});
module.exports = __toCommonJS(tether_gold_exports);
var React = __toESM(require("react"));
var TetherGold = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 611 532",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 4846.23,
x2: 13324.84,
y1: -4671.46,
y2: -4671.46,
gradientTransform: "matrix(.07 0 0 -.07 -348.93 -70.13)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#d8b35d"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#f5e7bf"
}))), /* @__PURE__ */ React.createElement("g", {
"data-name": "Layer 2"
}, /* @__PURE__ */ React.createElement("g", {
"data-name": "Layer 1"
}, /* @__PURE__ */ React.createElement("g", {
fillRule: "evenodd",
"data-name": "Layer_1"
}, /* @__PURE__ */ React.createElement("path", {
fill: "url(#a)",
d: "M112.11 2.71.49 237.12a4.36 4.36 0 0 0 .9 5.23L302.7 531.22a4.72 4.72 0 0 0 6.32 0l301.49-288.87a4.41 4.41 0 0 0 .9-5.23L499.79 2.71a4.12 4.12 0 0 0-4-2.71H116.07a4.49 4.49 0 0 0-4 2.71Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
d: "M344.72 261.1c-2.16.18-13.34.9-38.23.9-19.83 0-33.9-.54-38.95-.9-76.63-3.42-133.79-16.77-133.79-32.64s57.16-29.39 133.79-32.81v52.11c5 .36 19.3 1.26 39.13 1.26 23.8 0 35.7-1.08 37.87-1.26v-52.11c76.45 3.42 133.61 16.77 133.61 32.63s-57 29.4-133.43 32.82Zm0-70.68v-46.71h106.75V72.49H160.8v71.22h106.74v46.71c-86.73 4-152 21.09-152 41.83s65.27 37.69 152 41.83v149.49h77.18V274.08c86.55-4 151.65-21.1 151.65-41.65s-65.1-38.05-151.65-42Z"
})))));
var tether_gold_default = TetherGold;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=tether-gold.js.map