@particle-network/connectkit
Version:
47 lines (45 loc) • 2.25 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/SafePal.tsx
var SafePal_exports = {};
__export(SafePal_exports, {
default: () => SafePal_default
});
module.exports = __toCommonJS(SafePal_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var SafePal = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "24", height: "24", rx: "12", fill: "#4A21EF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M11.1721 5.27997C10.763 5.27997 10.3707 5.44246 10.0815 5.73171L5.53815 10.2751C5.36607 10.4472 5.28003 10.6728 5.28003 10.8983C5.28003 11.1239 5.36607 11.3494 5.53816 11.5215L8.51555 14.4989V9.22782C8.51555 8.83444 8.83194 8.51555 9.22531 8.51555C10.8872 8.51555 14.9326 8.51555 15.4844 8.51555L18.7199 5.28001L11.1721 5.27997Z",
fill: "white"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M8.51569 15.4844H14.7722C15.1656 15.4844 15.4845 15.1655 15.4845 14.7721V9.501L18.4619 12.4784C18.634 12.6505 18.72 12.8761 18.72 13.1016C18.72 13.3272 18.634 13.5527 18.4619 13.7248L13.9186 18.2682C13.6293 18.5575 13.237 18.72 12.828 18.72L5.28017 18.7199L8.51569 15.4844Z",
fill: "white"
}
)
] });
var SafePal_default = SafePal;
//# sourceMappingURL=SafePal.cjs.map