@particle-network/connectkit
Version:
51 lines (49 loc) • 1.89 kB
JavaScript
"use client";
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
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 __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/assets/wallets/Ledger.tsx
var Ledger_exports = {};
__export(Ledger_exports, {
default: () => Ledger_default
});
module.exports = __toCommonJS(Ledger_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Ledger = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"svg",
{
width: "88",
height: "88",
viewBox: "0 0 88 88",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
style: { background: "black" },
...props,
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M37.2106 16H16V29.4577H19.2182V19.2182L37.2106 19.1011V16ZM37.3568 33.4073V54.6179H50.8146V51.3997H40.575L40.458 33.4073H37.3568ZM16 72.1714H37.2106V69.0703L19.2182 68.9533V58.7137H16V72.1714ZM50.9609 16H72.1714V29.4577H68.9533V19.2182L50.9609 19.1011V16ZM72.1714 72.1714H50.9609V69.0703L68.9533 68.9533V58.7137H72.1714V72.1714Z",
fill: "white"
}
)
}
);
var Ledger_default = Ledger;
//# sourceMappingURL=Ledger.cjs.map