@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.4 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/hackenai.tsx
var hackenai_exports = {};
__export(hackenai_exports, {
default: () => hackenai_default
});
module.exports = __toCommonJS(hackenai_exports);
var React = __toESM(require("react"));
var Hackenai = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 854 854",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#3ef2d0",
d: "M797.1 0v170.8h-56.9V0h-56.9v170.8h-56.9V0h-56.9v170.8H284.7V0h-56.9v227.7h569.3v56.9H170.8V0h-56.9v284.7h-57V0H0v626.3h56.9V455.5h56.9v170.8h56.9V455.5h56.9v170.8h56.9V455.5h284.7v170.8h56.9V398.6H56.9v-56.9h626.2v284.7H740V341.6h56.9v284.7H854V0h-56.9zM97.6 764.5V797H24.4v-32.5H0V854h24.4v-32.5h73.2V854H122v-89.5H97.6zm463.6 57h-24.4V854h24.4v-32.5zm0-57h-24.4V797h-73.2v-32.5h-24.4V854h24.4v-32.5h73.2l24.4-24.4v-32.6zm-309.1 0H146.4V854h24.4v-32.5H244V854h24.4v-89.5h-16.3zm-81.3 32.6V789H244v8.1h-73.2zm244-8.2v-24.4h-122V854h122v-24.4h-97.6v-40.7h97.6zm292.8 0v-24.4h-122V854h122v-24.4H610v-8.1h97.6v-24.4H610V789h97.6zm122-24.4v56.9l-73.2-56.9H732V854h24.4v-56.9l73.2 56.9H854v-89.5h-24.4z"
}));
var hackenai_default = Hackenai;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=hackenai.js.map