@particle-network/connectkit
Version:
46 lines (44 loc) • 2.27 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/icons/ReceiveIcon.tsx
var ReceiveIcon_exports = {};
__export(ReceiveIcon_exports, {
default: () => ReceiveIcon_default
});
module.exports = __toCommonJS(ReceiveIcon_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var ReceiveIcon = ({ ...props }) => {
const { color = "var(--pcm-body-color)" } = props;
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "17", height: "17", viewBox: "0 0 17 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M9.76502 12.4105C9.16459 13.1925 7.98597 13.1925 7.38555 12.4105L4.72435 8.94469C3.96679 7.95808 4.67018 6.53116 5.91408 6.53116L11.2365 6.53116C12.4804 6.53116 13.1838 7.95808 12.4262 8.94469L9.76502 12.4105Z",
fill: color
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.5752 8.1626V2.00016V8.1626Z", fill: color }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M8.5752 8.1626V2.00016", stroke: color, strokeWidth: "2", strokeLinecap: "round" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.194 15.0952H4.95667H12.194Z", fill: color }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.194 15.0952H4.95667", stroke: color, strokeWidth: "2", strokeLinecap: "round" })
] });
};
var ReceiveIcon_default = ReceiveIcon;
//# sourceMappingURL=ReceiveIcon.cjs.map