@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
47 lines (46 loc) • 2.83 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/hypercash.tsx
var hypercash_exports = {};
__export(hypercash_exports, {
default: () => hypercash_default
});
module.exports = __toCommonJS(hypercash_exports);
var React = __toESM(require("react"));
var Hypercash = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 1536",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "#56428e"
}, /* @__PURE__ */ React.createElement("path", {
d: "M522.67 0h395.84c-47.6 75-76.82 157.82-75 247.57 117.79 1.2 235.88 1.2 353.67 0 1.51-89.15-22.59-174.38-74.11-247.57h398.55c-27.41 57.22-74.11 110.23-69.59 177.39-1.81 300.27.6 600.85-.3 901.12 39.16 0 78.63 0 118.09.3 28.92-56.92 54.53-115 75-175.28 118.39 3 237.39-3.31 355.17 12.35-116.58 100-177.44 242.15-253.35 371.65-301.25.6-602.5-.9-904.05.9-14.16 109.33 53.62 184.62 132.25 247.57H466c44.28-58.13 133.45-95.47 124.12-180.71 3-290.33 0-581 .9-871.6h258.2v178.9h342.52v-205.1H476.57Q387.57 612.9 298.83 768q88.57 155.41 178 310.51h88v209h-269C197.62 1114.05 95.8 942.68 0 768v-.3c96.1-174.38 198.22-345.75 295.83-519.23 100.32 0 200.63 0 300.95-.9.6-88.85-23.8-173.78-74.11-247.57m326.56 873.41v205.1h342.52v-205.1Z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M1477.93 248.47H1746c73.51 117.46 124.12 253 230.16 347 2.11 6.93 6 21.08 8.13 28-113.27 14.76-228 3.31-342.22 9-14.46-62.64-43.08-120.17-74.71-175.28-22.59 0-67.18.3-89.47.3Zm-276.85 1065.26c79.23.3 158.76 0 238-.3-1.81 100.59 69 162.94 138.58 222.57h-512.44c65.67-62 142.49-120.77 135.86-222.27"
})));
var hypercash_default = Hypercash;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=hypercash.js.map