@particle-network/connectkit
Version:
37 lines (35 loc) • 2.02 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/SendIcon.tsx
var SendIcon_exports = {};
__export(SendIcon_exports, {
default: () => SendIcon_default
});
module.exports = __toCommonJS(SendIcon_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var SendIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { width: "19", height: "19", viewBox: "0 0 19 19", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M14.787 5.06545C14.8902 5.34922 14.8899 5.65635 14.7981 5.9328L11.3496 16.4091C11.0972 17.1445 10.3042 17.5436 9.5697 17.3105C9.22572 17.1872 8.93965 16.9459 8.77004 16.6235L7.05271 13.3833C6.89547 13.0866 6.95019 12.722 7.18764 12.4846L9.85248 9.81973C10.0476 9.62307 10.0495 9.30465 9.85259 9.09882C9.65311 8.90182 9.33469 8.89978 9.13168 9.09893L6.4688 11.7618C6.23042 12.0002 5.86405 12.0543 5.56691 11.8951L2.32791 10.1588C1.65189 9.79722 1.39528 8.94709 1.765 8.26652C1.93165 7.94704 2.21778 7.70729 2.56487 7.60182L13.0299 4.1646C13.7635 3.92703 14.5556 4.32837 14.787 5.06545Z",
fill: "var(--pcm-body-color)"
}
) });
var SendIcon_default = SendIcon;
//# sourceMappingURL=SendIcon.cjs.map