@inkeep/cxkit-primitives 0.5.72 → 0.5.75

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/atoms/icons/built-in-icon-renderer.cjs +1 -1
  2. package/dist/atoms/icons/built-in-icon-renderer.js +3 -1
  3. package/dist/atoms/icons/built-in-icons.cjs +1 -1
  4. package/dist/atoms/icons/built-in-icons.js +81 -79
  5. package/dist/atoms/icons/collections/bi.cjs +1 -0
  6. package/dist/atoms/icons/collections/bi.js +49 -0
  7. package/dist/atoms/icons/collections/fi.cjs +1 -0
  8. package/dist/atoms/icons/collections/fi.js +29 -0
  9. package/dist/atoms/icons/collections/gr.cjs +1 -0
  10. package/dist/atoms/icons/collections/gr.js +21 -0
  11. package/dist/atoms/icons/collections/io5.cjs +1 -0
  12. package/dist/atoms/icons/collections/io5.js +806 -0
  13. package/dist/atoms/icons/collections/pi.cjs +1 -0
  14. package/dist/atoms/icons/collections/pi.js +49 -0
  15. package/dist/atoms/icons/generate-icon.cjs +1 -0
  16. package/dist/atoms/icons/generate-icon.js +56 -0
  17. package/dist/components/embedded-chat.cjs +4 -4
  18. package/dist/components/embedded-chat.js +808 -811
  19. package/dist/index.d.cts +0 -11
  20. package/dist/index.d.ts +0 -11
  21. package/dist/providers/base-events-provider.cjs +1 -1
  22. package/dist/providers/base-events-provider.js +1 -1
  23. package/package.json +5 -5
  24. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fa6/index.cjs +0 -1
  25. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fa6/index.js +0 -92
  26. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fi/index.cjs +0 -1
  27. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fi/index.js +0 -8
  28. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/hi2/index.cjs +0 -1
  29. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/hi2/index.js +0 -8
  30. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/io5/index.cjs +0 -1
  31. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/io5/index.js +0 -128
  32. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconBase.cjs +0 -1
  33. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconBase.js +0 -109
  34. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconContext.cjs +0 -1
  35. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconContext.js +0 -13
  36. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lu/index.cjs +0 -1
  37. package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lu/index.js +0 -88
@@ -1,109 +0,0 @@
1
- "use client";
2
- import l from "react";
3
- import { IconContext as s, DefaultContext as O } from "./iconContext.js";
4
- var g = ["attr", "size", "title"];
5
- function v(t, e) {
6
- if (t == null) return {};
7
- var r = y(t, e), n, i;
8
- if (Object.getOwnPropertySymbols) {
9
- var o = Object.getOwnPropertySymbols(t);
10
- for (i = 0; i < o.length; i++)
11
- n = o[i], !(e.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(t, n) && (r[n] = t[n]);
12
- }
13
- return r;
14
- }
15
- function y(t, e) {
16
- if (t == null) return {};
17
- var r = {};
18
- for (var n in t)
19
- if (Object.prototype.hasOwnProperty.call(t, n)) {
20
- if (e.indexOf(n) >= 0) continue;
21
- r[n] = t[n];
22
- }
23
- return r;
24
- }
25
- function c() {
26
- return c = Object.assign ? Object.assign.bind() : function(t) {
27
- for (var e = 1; e < arguments.length; e++) {
28
- var r = arguments[e];
29
- for (var n in r)
30
- Object.prototype.hasOwnProperty.call(r, n) && (t[n] = r[n]);
31
- }
32
- return t;
33
- }, c.apply(this, arguments);
34
- }
35
- function m(t, e) {
36
- var r = Object.keys(t);
37
- if (Object.getOwnPropertySymbols) {
38
- var n = Object.getOwnPropertySymbols(t);
39
- e && (n = n.filter(function(i) {
40
- return Object.getOwnPropertyDescriptor(t, i).enumerable;
41
- })), r.push.apply(r, n);
42
- }
43
- return r;
44
- }
45
- function u(t) {
46
- for (var e = 1; e < arguments.length; e++) {
47
- var r = arguments[e] != null ? arguments[e] : {};
48
- e % 2 ? m(Object(r), !0).forEach(function(n) {
49
- j(t, n, r[n]);
50
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(r)) : m(Object(r)).forEach(function(n) {
51
- Object.defineProperty(t, n, Object.getOwnPropertyDescriptor(r, n));
52
- });
53
- }
54
- return t;
55
- }
56
- function j(t, e, r) {
57
- return e = P(e), e in t ? Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = r, t;
58
- }
59
- function P(t) {
60
- var e = h(t, "string");
61
- return typeof e == "symbol" ? e : e + "";
62
- }
63
- function h(t, e) {
64
- if (typeof t != "object" || !t) return t;
65
- var r = t[Symbol.toPrimitive];
66
- if (r !== void 0) {
67
- var n = r.call(t, e);
68
- if (typeof n != "object") return n;
69
- throw new TypeError("@@toPrimitive must return a primitive value.");
70
- }
71
- return (e === "string" ? String : Number)(t);
72
- }
73
- function p(t) {
74
- return t && t.map((e, r) => /* @__PURE__ */ l.createElement(e.tag, u({
75
- key: r
76
- }, e.attr), p(e.child)));
77
- }
78
- function _(t) {
79
- return (e) => /* @__PURE__ */ l.createElement(w, c({
80
- attr: u({}, t.attr)
81
- }, e), p(t.child));
82
- }
83
- function w(t) {
84
- var e = (r) => {
85
- var {
86
- attr: n,
87
- size: i,
88
- title: o
89
- } = t, b = v(t, g), f = i || r.size || "1em", a;
90
- return r.className && (a = r.className), t.className && (a = (a ? a + " " : "") + t.className), /* @__PURE__ */ l.createElement("svg", c({
91
- stroke: "currentColor",
92
- fill: "currentColor",
93
- strokeWidth: "0"
94
- }, r.attr, n, b, {
95
- className: a,
96
- style: u(u({
97
- color: t.color || r.color
98
- }, r.style), t.style),
99
- height: f,
100
- width: f,
101
- xmlns: "http://www.w3.org/2000/svg"
102
- }), o && /* @__PURE__ */ l.createElement("title", null, o), t.children);
103
- };
104
- return s !== void 0 ? /* @__PURE__ */ l.createElement(s.Consumer, null, (r) => e(r)) : e(O);
105
- }
106
- export {
107
- _ as GenIcon,
108
- w as IconBase
109
- };
@@ -1 +0,0 @@
1
- "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react");var t={color:void 0,size:void 0,className:void 0,style:void 0,attr:void 0},n=e.createContext&&e.createContext(t);exports.DefaultContext=t;exports.IconContext=n;
@@ -1,13 +0,0 @@
1
- "use client";
2
- import e from "react";
3
- var t = {
4
- color: void 0,
5
- size: void 0,
6
- className: void 0,
7
- style: void 0,
8
- attr: void 0
9
- }, d = e.createContext && /* @__PURE__ */ e.createContext(t);
10
- export {
11
- t as DefaultContext,
12
- d as IconContext
13
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../lib/iconBase.cjs");require("../lib/iconContext.cjs");function o(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"m12 19-7-7 7-7"},child:[]},{tag:"path",attr:{d:"M19 12H5"},child:[]}]})(t)}function n(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M7 7h10v10"},child:[]},{tag:"path",attr:{d:"M7 17 17 7"},child:[]}]})(t)}function e(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M12 7v14"},child:[]},{tag:"path",attr:{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z"},child:[]}]})(t)}function a(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M8 2v4"},child:[]},{tag:"path",attr:{d:"M16 2v4"},child:[]},{tag:"rect",attr:{width:"18",height:"18",x:"3",y:"4",rx:"2"},child:[]},{tag:"path",attr:{d:"M3 10h18"},child:[]}]})(t)}function i(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M20 6 9 17l-5-5"},child:[]}]})(t)}function c(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"m6 9 6 6 6-6"},child:[]}]})(t)}function d(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"circle",attr:{cx:"12",cy:"12",r:"10"},child:[]},{tag:"path",attr:{d:"m9 12 2 2 4-4"},child:[]}]})(t)}function h(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3"},child:[]}]})(t)}function l(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"rect",attr:{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2"},child:[]},{tag:"path",attr:{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"},child:[]}]})(t)}function u(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"polyline",attr:{points:"9 10 4 15 9 20"},child:[]},{tag:"path",attr:{d:"M20 4v7a4 4 0 0 1-4 4H4"},child:[]}]})(t)}function s(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"polyline",attr:{points:"15 10 20 15 15 20"},child:[]},{tag:"path",attr:{d:"M4 4v7a4 4 0 0 0 4 4h12"},child:[]}]})(t)}function L(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"circle",attr:{cx:"12",cy:"12",r:"10"},child:[]},{tag:"path",attr:{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"},child:[]},{tag:"path",attr:{d:"M2 12h20"},child:[]}]})(t)}function k(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z"},child:[]},{tag:"path",attr:{d:"M21 16v2a4 4 0 0 1-4 4h-5"},child:[]}]})(t)}function p(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"},child:[]},{tag:"path",attr:{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"},child:[]}]})(t)}function g(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M21 12a9 9 0 1 1-6.219-8.56"},child:[]}]})(t)}function v(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"m17 2 4 4-4 4"},child:[]},{tag:"path",attr:{d:"M3 11v-1a4 4 0 0 1 4-4h14"},child:[]},{tag:"path",attr:{d:"m7 22-4-4 4-4"},child:[]},{tag:"path",attr:{d:"M21 13v1a4 4 0 0 1-4 4H3"},child:[]}]})(t)}function f(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z"},child:[]},{tag:"path",attr:{d:"M20 3v4"},child:[]},{tag:"path",attr:{d:"M22 5h-4"},child:[]},{tag:"path",attr:{d:"M4 17v2"},child:[]},{tag:"path",attr:{d:"M5 18H3"},child:[]}]})(t)}function C(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M17 14V2"},child:[]},{tag:"path",attr:{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z"},child:[]}]})(t)}function M(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M7 10v12"},child:[]},{tag:"path",attr:{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z"},child:[]}]})(t)}function w(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"},child:[]},{tag:"circle",attr:{cx:"12",cy:"7",r:"4"},child:[]}]})(t)}function x(t){return r.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"},child:[]},{tag:"circle",attr:{cx:"9",cy:"7",r:"4"},child:[]},{tag:"path",attr:{d:"M22 21v-2a4 4 0 0 0-3-3.87"},child:[]},{tag:"path",attr:{d:"M16 3.13a4 4 0 0 1 0 7.75"},child:[]}]})(t)}exports.LuArrowLeft=o;exports.LuArrowUpRight=n;exports.LuBookOpen=e;exports.LuCalendar=a;exports.LuCheck=i;exports.LuChevronDown=c;exports.LuCircleCheck=d;exports.LuCommand=h;exports.LuCopy=l;exports.LuCornerDownLeft=u;exports.LuCornerDownRight=s;exports.LuGlobe=L;exports.LuHeadset=k;exports.LuLink=p;exports.LuLoaderCircle=g;exports.LuRepeat=v;exports.LuSparkles=f;exports.LuThumbsDown=C;exports.LuThumbsUp=M;exports.LuUser=w;exports.LuUsers=x;
@@ -1,88 +0,0 @@
1
- import { GenIcon as r } from "../lib/iconBase.js";
2
- import "../lib/iconContext.js";
3
- function e(t) {
4
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "m12 19-7-7 7-7" }, child: [] }, { tag: "path", attr: { d: "M19 12H5" }, child: [] }] })(t);
5
- }
6
- function i(t) {
7
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M7 7h10v10" }, child: [] }, { tag: "path", attr: { d: "M7 17 17 7" }, child: [] }] })(t);
8
- }
9
- function a(t) {
10
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M12 7v14" }, child: [] }, { tag: "path", attr: { d: "M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z" }, child: [] }] })(t);
11
- }
12
- function d(t) {
13
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M8 2v4" }, child: [] }, { tag: "path", attr: { d: "M16 2v4" }, child: [] }, { tag: "rect", attr: { width: "18", height: "18", x: "3", y: "4", rx: "2" }, child: [] }, { tag: "path", attr: { d: "M3 10h18" }, child: [] }] })(t);
14
- }
15
- function h(t) {
16
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M20 6 9 17l-5-5" }, child: [] }] })(t);
17
- }
18
- function c(t) {
19
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "m6 9 6 6 6-6" }, child: [] }] })(t);
20
- }
21
- function l(t) {
22
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "circle", attr: { cx: "12", cy: "12", r: "10" }, child: [] }, { tag: "path", attr: { d: "m9 12 2 2 4-4" }, child: [] }] })(t);
23
- }
24
- function u(t) {
25
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" }, child: [] }] })(t);
26
- }
27
- function s(t) {
28
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "rect", attr: { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2" }, child: [] }, { tag: "path", attr: { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }, child: [] }] })(t);
29
- }
30
- function k(t) {
31
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "polyline", attr: { points: "9 10 4 15 9 20" }, child: [] }, { tag: "path", attr: { d: "M20 4v7a4 4 0 0 1-4 4H4" }, child: [] }] })(t);
32
- }
33
- function p(t) {
34
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "polyline", attr: { points: "15 10 20 15 15 20" }, child: [] }, { tag: "path", attr: { d: "M4 4v7a4 4 0 0 0 4 4h12" }, child: [] }] })(t);
35
- }
36
- function L(t) {
37
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "circle", attr: { cx: "12", cy: "12", r: "10" }, child: [] }, { tag: "path", attr: { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }, child: [] }, { tag: "path", attr: { d: "M2 12h20" }, child: [] }] })(t);
38
- }
39
- function g(t) {
40
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z" }, child: [] }, { tag: "path", attr: { d: "M21 16v2a4 4 0 0 1-4 4h-5" }, child: [] }] })(t);
41
- }
42
- function v(t) {
43
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }, child: [] }, { tag: "path", attr: { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" }, child: [] }] })(t);
44
- }
45
- function f(t) {
46
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M21 12a9 9 0 1 1-6.219-8.56" }, child: [] }] })(t);
47
- }
48
- function M(t) {
49
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "m17 2 4 4-4 4" }, child: [] }, { tag: "path", attr: { d: "M3 11v-1a4 4 0 0 1 4-4h14" }, child: [] }, { tag: "path", attr: { d: "m7 22-4-4 4-4" }, child: [] }, { tag: "path", attr: { d: "M21 13v1a4 4 0 0 1-4 4H3" }, child: [] }] })(t);
50
- }
51
- function C(t) {
52
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z" }, child: [] }, { tag: "path", attr: { d: "M20 3v4" }, child: [] }, { tag: "path", attr: { d: "M22 5h-4" }, child: [] }, { tag: "path", attr: { d: "M4 17v2" }, child: [] }, { tag: "path", attr: { d: "M5 18H3" }, child: [] }] })(t);
53
- }
54
- function x(t) {
55
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M17 14V2" }, child: [] }, { tag: "path", attr: { d: "M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z" }, child: [] }] })(t);
56
- }
57
- function w(t) {
58
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M7 10v12" }, child: [] }, { tag: "path", attr: { d: "M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z" }, child: [] }] })(t);
59
- }
60
- function B(t) {
61
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2" }, child: [] }, { tag: "circle", attr: { cx: "12", cy: "7", r: "4" }, child: [] }] })(t);
62
- }
63
- function j(t) {
64
- return r({ attr: { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }, child: [{ tag: "path", attr: { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }, child: [] }, { tag: "circle", attr: { cx: "9", cy: "7", r: "4" }, child: [] }, { tag: "path", attr: { d: "M22 21v-2a4 4 0 0 0-3-3.87" }, child: [] }, { tag: "path", attr: { d: "M16 3.13a4 4 0 0 1 0 7.75" }, child: [] }] })(t);
65
- }
66
- export {
67
- e as LuArrowLeft,
68
- i as LuArrowUpRight,
69
- a as LuBookOpen,
70
- d as LuCalendar,
71
- h as LuCheck,
72
- c as LuChevronDown,
73
- l as LuCircleCheck,
74
- u as LuCommand,
75
- s as LuCopy,
76
- k as LuCornerDownLeft,
77
- p as LuCornerDownRight,
78
- L as LuGlobe,
79
- g as LuHeadset,
80
- v as LuLink,
81
- f as LuLoaderCircle,
82
- M as LuRepeat,
83
- C as LuSparkles,
84
- x as LuThumbsDown,
85
- w as LuThumbsUp,
86
- B as LuUser,
87
- j as LuUsers
88
- };