@particle-network/connectkit
Version:
38 lines (36 loc) • 1.85 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/Forward.tsx
var Forward_exports = {};
__export(Forward_exports, {
default: () => Forward_default
});
module.exports = __toCommonJS(Forward_exports);
var import_framer_motion = require("framer-motion");
var import_jsx_runtime = require("react/jsx-runtime");
var Forward = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_framer_motion.motion.svg, { xmlns: "http://www.w3.org/2000/svg", width: "7", height: "12", viewBox: "0 0 7 12", fill: "none", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M0.202807 10.872C-0.0674791 11.1292 -0.0674791 11.5499 0.202807 11.8071C0.473094 12.0643 0.915322 12.0643 1.18561 11.8071L6.79728 6.46761C7.06757 6.21043 7.06757 5.78965 6.79728 5.53248L6.79719 5.53239L1.18552 0.192883C0.91523 -0.0642945 0.473001 -0.0642945 0.202715 0.192883C-0.0675717 0.450061 -0.0675717 0.870841 0.202715 1.12802L5.32304 6L0.202807 10.872Z",
fill: "currentColor"
}
) });
var Forward_default = Forward;
//# sourceMappingURL=Forward.cjs.map