@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
44 lines (43 loc) • 2.22 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/skycoin.tsx
var skycoin_exports = {};
__export(skycoin_exports, {
default: () => skycoin_default
});
module.exports = __toCommonJS(skycoin_exports);
var React = __toESM(require("react"));
var Skycoin = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 714 537",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#0072ff",
d: "M617.6 199.1 461.4 537H399l164.4-355.7c19.3 3.1 37.5 9.1 54.2 17.8M344.3.6 104 520.5C42.7 492.2 0 430.2 0 358c0-98.9 79.9-179 178.5-179C178.5 84.4 251.7 7.2 344.3.6M535.6 179 370.1 537h-67.6L510.3 87.5c16 26.8 25.3 58 25.3 91.5m61.5 346.9 106-229.2c7 19.2 11 39.8 11 61.4 0 77-48.7 142.6-117 167.8m46.8-310c14.8 11.4 27.9 24.9 38.5 40.4L553 536.1c-5.7.6-11.6.9-17.4.9h-40.1l148.4-321.1M357.7 0c25.3.1 49.3 5.5 71.1 15.2L187.6 537h-9.1c-22.4 0-43.8-4.3-63.5-11.9L357.7 0m138.5 66.9L278.9 537H206L443.8 22.6c20.2 11.3 38 26.4 52.4 44.3"
}));
var skycoin_default = Skycoin;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=skycoin.js.map