@kyro-cms/admin 0.5.4 → 0.6.0

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 (38) hide show
  1. package/dist/{EditorClient-YLCGVDXY.cjs → EditorClient-Q23UXR37.cjs} +14 -14
  2. package/dist/{EditorClient-XEUOVAAC.js → EditorClient-T5PASFNR.js} +2 -2
  3. package/dist/chunk-3BGDYKTD.cjs +348 -0
  4. package/dist/chunk-3BGDYKTD.cjs.map +1 -0
  5. package/dist/chunk-EEFXLQVT.js +3 -0
  6. package/dist/chunk-EEFXLQVT.js.map +1 -0
  7. package/dist/index.cjs +462 -1020
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.css +13 -0
  10. package/dist/index.css.map +1 -1
  11. package/dist/index.js +271 -829
  12. package/dist/index.js.map +1 -1
  13. package/package.json +7 -3
  14. package/src/components/AuditLogsPage.tsx +4 -8
  15. package/src/components/Dashboard.tsx +2 -1
  16. package/src/components/DetailView.tsx +9 -2
  17. package/src/components/ListView.tsx +3 -2
  18. package/src/components/MediaGallery.tsx +13 -6
  19. package/src/components/Sidebar.astro +1 -1
  20. package/src/components/ui/Shimmer.tsx +28 -0
  21. package/src/components/users/UserDetail.tsx +1 -1
  22. package/src/components/users/UserForm.tsx +1 -1
  23. package/src/components/users/UsersList.tsx +1 -1
  24. package/src/hooks/useAutoFormState.ts +19 -3
  25. package/src/integration.ts +77 -25
  26. package/src/layouts/AdminLayout.astro +70 -48
  27. package/src/lib/config.ts +6 -1
  28. package/src/lib/globals.ts +56 -20
  29. package/src/pages/index.astro +1 -1
  30. package/src/pages/roles/index.astro +1 -1
  31. package/src/pages/users/[id].astro +2 -2
  32. package/src/styles/main.css +17 -0
  33. package/dist/chunk-7KPIUCGT.js +0 -384
  34. package/dist/chunk-7KPIUCGT.js.map +0 -1
  35. package/dist/chunk-GOACG6R7.cjs +0 -473
  36. package/dist/chunk-GOACG6R7.cjs.map +0 -1
  37. /package/dist/{EditorClient-XEUOVAAC.js.map → EditorClient-Q23UXR37.cjs.map} +0 -0
  38. /package/dist/{EditorClient-YLCGVDXY.cjs.map → EditorClient-T5PASFNR.js.map} +0 -0
@@ -1,384 +0,0 @@
1
- import React2 from 'react';
2
-
3
- // ../node_modules/.pnpm/react-icons@5.6.0_react@19.2.6/node_modules/react-icons/lib/iconBase.mjs
4
- var DefaultContext = {
5
- color: void 0,
6
- size: void 0,
7
- className: void 0,
8
- style: void 0,
9
- attr: void 0
10
- };
11
- var IconContext = React2.createContext && /* @__PURE__ */ React2.createContext(DefaultContext);
12
-
13
- // ../node_modules/.pnpm/react-icons@5.6.0_react@19.2.6/node_modules/react-icons/lib/iconBase.mjs
14
- var _excluded = ["attr", "size", "title"];
15
- function _objectWithoutProperties(e, t) {
16
- if (null == e)
17
- return {};
18
- var o, r, i = _objectWithoutPropertiesLoose(e, t);
19
- if (Object.getOwnPropertySymbols) {
20
- var n = Object.getOwnPropertySymbols(e);
21
- for (r = 0; r < n.length; r++)
22
- o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
23
- }
24
- return i;
25
- }
26
- function _objectWithoutPropertiesLoose(r, e) {
27
- if (null == r)
28
- return {};
29
- var t = {};
30
- for (var n in r)
31
- if ({}.hasOwnProperty.call(r, n)) {
32
- if (-1 !== e.indexOf(n))
33
- continue;
34
- t[n] = r[n];
35
- }
36
- return t;
37
- }
38
- function _extends() {
39
- return _extends = Object.assign ? Object.assign.bind() : function(n) {
40
- for (var e = 1; e < arguments.length; e++) {
41
- var t = arguments[e];
42
- for (var r in t)
43
- ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
44
- }
45
- return n;
46
- }, _extends.apply(null, arguments);
47
- }
48
- function ownKeys(e, r) {
49
- var t = Object.keys(e);
50
- if (Object.getOwnPropertySymbols) {
51
- var o = Object.getOwnPropertySymbols(e);
52
- r && (o = o.filter(function(r2) {
53
- return Object.getOwnPropertyDescriptor(e, r2).enumerable;
54
- })), t.push.apply(t, o);
55
- }
56
- return t;
57
- }
58
- function _objectSpread(e) {
59
- for (var r = 1; r < arguments.length; r++) {
60
- var t = null != arguments[r] ? arguments[r] : {};
61
- r % 2 ? ownKeys(Object(t), true).forEach(function(r2) {
62
- _defineProperty(e, r2, t[r2]);
63
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r2) {
64
- Object.defineProperty(e, r2, Object.getOwnPropertyDescriptor(t, r2));
65
- });
66
- }
67
- return e;
68
- }
69
- function _defineProperty(e, r, t) {
70
- return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: true, configurable: true, writable: true }) : e[r] = t, e;
71
- }
72
- function _toPropertyKey(t) {
73
- var i = _toPrimitive(t, "string");
74
- return "symbol" == typeof i ? i : i + "";
75
- }
76
- function _toPrimitive(t, r) {
77
- if ("object" != typeof t || !t)
78
- return t;
79
- var e = t[Symbol.toPrimitive];
80
- if (void 0 !== e) {
81
- var i = e.call(t, r || "default");
82
- if ("object" != typeof i)
83
- return i;
84
- throw new TypeError("@@toPrimitive must return a primitive value.");
85
- }
86
- return ("string" === r ? String : Number)(t);
87
- }
88
- function Tree2Element(tree) {
89
- return tree && tree.map((node, i) => /* @__PURE__ */ React2.createElement(node.tag, _objectSpread({
90
- key: i
91
- }, node.attr), Tree2Element(node.child)));
92
- }
93
- function GenIcon(data) {
94
- return (props) => /* @__PURE__ */ React2.createElement(IconBase, _extends({
95
- attr: _objectSpread({}, data.attr)
96
- }, props), Tree2Element(data.child));
97
- }
98
- function IconBase(props) {
99
- var elem = (conf) => {
100
- var {
101
- attr,
102
- size,
103
- title
104
- } = props, svgProps = _objectWithoutProperties(props, _excluded);
105
- var computedSize = size || conf.size || "1em";
106
- var className;
107
- if (conf.className)
108
- className = conf.className;
109
- if (props.className)
110
- className = (className ? className + " " : "") + props.className;
111
- return /* @__PURE__ */ React2.createElement("svg", _extends({
112
- stroke: "currentColor",
113
- fill: "currentColor",
114
- strokeWidth: "0"
115
- }, conf.attr, attr, svgProps, {
116
- className,
117
- style: _objectSpread(_objectSpread({
118
- color: props.color || conf.color
119
- }, conf.style), props.style),
120
- height: computedSize,
121
- width: computedSize,
122
- xmlns: "http://www.w3.org/2000/svg"
123
- }), title && /* @__PURE__ */ React2.createElement("title", null, title), props.children);
124
- };
125
- return IconContext !== void 0 ? /* @__PURE__ */ React2.createElement(IconContext.Consumer, null, (conf) => elem(conf)) : elem(DefaultContext);
126
- }
127
-
128
- // ../node_modules/.pnpm/react-icons@5.6.0_react@19.2.6/node_modules/react-icons/lu/index.mjs
129
- function LuZap(props) {
130
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z" }, "child": [] }] })(props);
131
- }
132
- function LuX(props) {
133
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M18 6 6 18" }, "child": [] }, { "tag": "path", "attr": { "d": "m6 6 12 12" }, "child": [] }] })(props);
134
- }
135
- function LuWebhook(props) {
136
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2" }, "child": [] }, { "tag": "path", "attr": { "d": "m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06" }, "child": [] }, { "tag": "path", "attr": { "d": "m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8" }, "child": [] }] })(props);
137
- }
138
- function LuVideo(props) {
139
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5" }, "child": [] }, { "tag": "rect", "attr": { "x": "2", "y": "6", "width": "14", "height": "12", "rx": "2" }, "child": [] }] })(props);
140
- }
141
- function LuUsers(props) {
142
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
143
- }
144
- function LuUserPlus(props) {
145
- return GenIcon({ "tag": "svg", "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": "line", "attr": { "x1": "19", "x2": "19", "y1": "8", "y2": "14" }, "child": [] }, { "tag": "line", "attr": { "x1": "22", "x2": "16", "y1": "11", "y2": "11" }, "child": [] }] })(props);
146
- }
147
- function LuUndo(props) {
148
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M3 7v6h6" }, "child": [] }, { "tag": "path", "attr": { "d": "M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13" }, "child": [] }] })(props);
149
- }
150
- function LuUnderline(props) {
151
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M6 4v6a6 6 0 0 0 12 0V4" }, "child": [] }, { "tag": "line", "attr": { "x1": "4", "x2": "20", "y1": "20", "y2": "20" }, "child": [] }] })(props);
152
- }
153
- function LuTriangleAlert(props) {
154
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 9v4" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 17h.01" }, "child": [] }] })(props);
155
- }
156
- function LuTrash2(props) {
157
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M3 6h18" }, "child": [] }, { "tag": "path", "attr": { "d": "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6" }, "child": [] }, { "tag": "path", "attr": { "d": "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2" }, "child": [] }, { "tag": "line", "attr": { "x1": "10", "x2": "10", "y1": "11", "y2": "17" }, "child": [] }, { "tag": "line", "attr": { "x1": "14", "x2": "14", "y1": "11", "y2": "17" }, "child": [] }] })(props);
158
- }
159
- function LuTerminal(props) {
160
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "polyline", "attr": { "points": "4 17 10 11 4 5" }, "child": [] }, { "tag": "line", "attr": { "x1": "12", "x2": "20", "y1": "19", "y2": "19" }, "child": [] }] })(props);
161
- }
162
- function LuTag(props) {
163
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z" }, "child": [] }, { "tag": "circle", "attr": { "cx": "7.5", "cy": "7.5", "r": ".5", "fill": "currentColor" }, "child": [] }] })(props);
164
- }
165
- function LuSun(props) {
166
- return GenIcon({ "tag": "svg", "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": "4" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 2v2" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 20v2" }, "child": [] }, { "tag": "path", "attr": { "d": "m4.93 4.93 1.41 1.41" }, "child": [] }, { "tag": "path", "attr": { "d": "m17.66 17.66 1.41 1.41" }, "child": [] }, { "tag": "path", "attr": { "d": "M2 12h2" }, "child": [] }, { "tag": "path", "attr": { "d": "M20 12h2" }, "child": [] }, { "tag": "path", "attr": { "d": "m6.34 17.66-1.41 1.41" }, "child": [] }, { "tag": "path", "attr": { "d": "m19.07 4.93-1.41 1.41" }, "child": [] }] })(props);
167
- }
168
- function LuStrikethrough(props) {
169
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M16 4H9a3 3 0 0 0-2.83 4" }, "child": [] }, { "tag": "path", "attr": { "d": "M14 12a4 4 0 0 1 0 8H6" }, "child": [] }, { "tag": "line", "attr": { "x1": "4", "x2": "20", "y1": "12", "y2": "12" }, "child": [] }] })(props);
170
- }
171
- function LuStar(props) {
172
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" }, "child": [] }] })(props);
173
- }
174
- function LuSparkles(props) {
175
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
176
- }
177
- function LuShield(props) {
178
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }, "child": [] }] })(props);
179
- }
180
- function LuShieldAlert(props) {
181
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 8v4" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 16h.01" }, "child": [] }] })(props);
182
- }
183
- function LuSettings(props) {
184
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "12", "r": "3" }, "child": [] }] })(props);
185
- }
186
- function LuSend(props) {
187
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z" }, "child": [] }, { "tag": "path", "attr": { "d": "m21.854 2.147-10.94 10.939" }, "child": [] }] })(props);
188
- }
189
- function LuSearch(props) {
190
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "circle", "attr": { "cx": "11", "cy": "11", "r": "8" }, "child": [] }, { "tag": "path", "attr": { "d": "m21 21-4.3-4.3" }, "child": [] }] })(props);
191
- }
192
- function LuSave(props) {
193
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }, "child": [] }, { "tag": "path", "attr": { "d": "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }, "child": [] }, { "tag": "path", "attr": { "d": "M7 3v4a1 1 0 0 0 1 1h7" }, "child": [] }] })(props);
194
- }
195
- function LuRefreshCw(props) {
196
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" }, "child": [] }, { "tag": "path", "attr": { "d": "M21 3v5h-5" }, "child": [] }, { "tag": "path", "attr": { "d": "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" }, "child": [] }, { "tag": "path", "attr": { "d": "M8 16H3v5" }, "child": [] }] })(props);
197
- }
198
- function LuRefreshCcw(props) {
199
- return GenIcon({ "tag": "svg", "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 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 3v5h5" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16" }, "child": [] }, { "tag": "path", "attr": { "d": "M16 16h5v5" }, "child": [] }] })(props);
200
- }
201
- function LuRedo(props) {
202
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M21 7v6h-6" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7" }, "child": [] }] })(props);
203
- }
204
- function LuPlus(props) {
205
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M5 12h14" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 5v14" }, "child": [] }] })(props);
206
- }
207
- function LuPlay(props) {
208
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "polygon", "attr": { "points": "6 3 20 12 6 21 6 3" }, "child": [] }] })(props);
209
- }
210
- function LuPause(props) {
211
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "x": "14", "y": "4", "width": "4", "height": "16", "rx": "1" }, "child": [] }, { "tag": "rect", "attr": { "x": "6", "y": "4", "width": "4", "height": "16", "rx": "1" }, "child": [] }] })(props);
212
- }
213
- function LuPalette(props) {
214
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "circle", "attr": { "cx": "13.5", "cy": "6.5", "r": ".5", "fill": "currentColor" }, "child": [] }, { "tag": "circle", "attr": { "cx": "17.5", "cy": "10.5", "r": ".5", "fill": "currentColor" }, "child": [] }, { "tag": "circle", "attr": { "cx": "8.5", "cy": "7.5", "r": ".5", "fill": "currentColor" }, "child": [] }, { "tag": "circle", "attr": { "cx": "6.5", "cy": "12.5", "r": ".5", "fill": "currentColor" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z" }, "child": [] }] })(props);
215
- }
216
- function LuNetwork(props) {
217
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "x": "16", "y": "16", "width": "6", "height": "6", "rx": "1" }, "child": [] }, { "tag": "rect", "attr": { "x": "2", "y": "16", "width": "6", "height": "6", "rx": "1" }, "child": [] }, { "tag": "rect", "attr": { "x": "9", "y": "2", "width": "6", "height": "6", "rx": "1" }, "child": [] }, { "tag": "path", "attr": { "d": "M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 12V8" }, "child": [] }] })(props);
218
- }
219
- function LuMusic(props) {
220
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M9 18V5l12-2v13" }, "child": [] }, { "tag": "circle", "attr": { "cx": "6", "cy": "18", "r": "3" }, "child": [] }, { "tag": "circle", "attr": { "cx": "18", "cy": "16", "r": "3" }, "child": [] }] })(props);
221
- }
222
- function LuMousePointerClick(props) {
223
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M14 4.1 12 6" }, "child": [] }, { "tag": "path", "attr": { "d": "m5.1 8-2.9-.8" }, "child": [] }, { "tag": "path", "attr": { "d": "m6 12-1.9 2" }, "child": [] }, { "tag": "path", "attr": { "d": "M7.2 2.2 8 5.1" }, "child": [] }, { "tag": "path", "attr": { "d": "M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z" }, "child": [] }] })(props);
224
- }
225
- function LuMoon(props) {
226
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z" }, "child": [] }] })(props);
227
- }
228
- function LuMinus(props) {
229
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M5 12h14" }, "child": [] }] })(props);
230
- }
231
- function LuMaximize2(props) {
232
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "polyline", "attr": { "points": "15 3 21 3 21 9" }, "child": [] }, { "tag": "polyline", "attr": { "points": "9 21 3 21 3 15" }, "child": [] }, { "tag": "line", "attr": { "x1": "21", "x2": "14", "y1": "3", "y2": "10" }, "child": [] }, { "tag": "line", "attr": { "x1": "3", "x2": "10", "y1": "21", "y2": "14" }, "child": [] }] })(props);
233
- }
234
- function LuLogOut(props) {
235
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" }, "child": [] }, { "tag": "polyline", "attr": { "points": "16 17 21 12 16 7" }, "child": [] }, { "tag": "line", "attr": { "x1": "21", "x2": "9", "y1": "12", "y2": "12" }, "child": [] }] })(props);
236
- }
237
- function LuLock(props) {
238
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "18", "height": "11", "x": "3", "y": "11", "rx": "2", "ry": "2" }, "child": [] }, { "tag": "path", "attr": { "d": "M7 11V7a5 5 0 0 1 10 0v4" }, "child": [] }] })(props);
239
- }
240
- function LuLockOpen(props) {
241
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "18", "height": "11", "x": "3", "y": "11", "rx": "2", "ry": "2" }, "child": [] }, { "tag": "path", "attr": { "d": "M7 11V7a5 5 0 0 1 9.9-1" }, "child": [] }] })(props);
242
- }
243
- function LuLoaderCircle(props) {
244
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
245
- }
246
- function LuList(props) {
247
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M3 12h.01" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 18h.01" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 6h.01" }, "child": [] }, { "tag": "path", "attr": { "d": "M8 12h13" }, "child": [] }, { "tag": "path", "attr": { "d": "M8 18h13" }, "child": [] }, { "tag": "path", "attr": { "d": "M8 6h13" }, "child": [] }] })(props);
248
- }
249
- function LuListOrdered(props) {
250
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M10 12h11" }, "child": [] }, { "tag": "path", "attr": { "d": "M10 18h11" }, "child": [] }, { "tag": "path", "attr": { "d": "M10 6h11" }, "child": [] }, { "tag": "path", "attr": { "d": "M4 10h2" }, "child": [] }, { "tag": "path", "attr": { "d": "M4 6h1v4" }, "child": [] }, { "tag": "path", "attr": { "d": "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" }, "child": [] }] })(props);
251
- }
252
- function LuLink(props) {
253
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
254
- }
255
- function LuLink2(props) {
256
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M9 17H7A5 5 0 0 1 7 7h2" }, "child": [] }, { "tag": "path", "attr": { "d": "M15 7h2a5 5 0 1 1 0 10h-2" }, "child": [] }, { "tag": "line", "attr": { "x1": "8", "x2": "16", "y1": "12", "y2": "12" }, "child": [] }] })(props);
257
- }
258
- function LuLayoutDashboard(props) {
259
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "7", "height": "9", "x": "3", "y": "3", "rx": "1" }, "child": [] }, { "tag": "rect", "attr": { "width": "7", "height": "5", "x": "14", "y": "3", "rx": "1" }, "child": [] }, { "tag": "rect", "attr": { "width": "7", "height": "9", "x": "14", "y": "12", "rx": "1" }, "child": [] }, { "tag": "rect", "attr": { "width": "7", "height": "5", "x": "3", "y": "16", "rx": "1" }, "child": [] }] })(props);
260
- }
261
- function LuKey(props) {
262
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4" }, "child": [] }, { "tag": "path", "attr": { "d": "m21 2-9.6 9.6" }, "child": [] }, { "tag": "circle", "attr": { "cx": "7.5", "cy": "15.5", "r": "5.5" }, "child": [] }] })(props);
263
- }
264
- function LuItalic(props) {
265
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "line", "attr": { "x1": "19", "x2": "10", "y1": "4", "y2": "4" }, "child": [] }, { "tag": "line", "attr": { "x1": "14", "x2": "5", "y1": "20", "y2": "20" }, "child": [] }, { "tag": "line", "attr": { "x1": "15", "x2": "9", "y1": "4", "y2": "20" }, "child": [] }] })(props);
266
- }
267
- function LuInfo(props) {
268
- return GenIcon({ "tag": "svg", "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 16v-4" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 8h.01" }, "child": [] }] })(props);
269
- }
270
- function LuImage(props) {
271
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "18", "height": "18", "x": "3", "y": "3", "rx": "2", "ry": "2" }, "child": [] }, { "tag": "circle", "attr": { "cx": "9", "cy": "9", "r": "2" }, "child": [] }, { "tag": "path", "attr": { "d": "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21" }, "child": [] }] })(props);
272
- }
273
- function LuHexagon(props) {
274
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }, "child": [] }] })(props);
275
- }
276
- function LuHeading1(props) {
277
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M4 12h8" }, "child": [] }, { "tag": "path", "attr": { "d": "M4 18V6" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 18V6" }, "child": [] }, { "tag": "path", "attr": { "d": "m17 12 3-2v8" }, "child": [] }] })(props);
278
- }
279
- function LuGripVertical(props) {
280
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "circle", "attr": { "cx": "9", "cy": "12", "r": "1" }, "child": [] }, { "tag": "circle", "attr": { "cx": "9", "cy": "5", "r": "1" }, "child": [] }, { "tag": "circle", "attr": { "cx": "9", "cy": "19", "r": "1" }, "child": [] }, { "tag": "circle", "attr": { "cx": "15", "cy": "12", "r": "1" }, "child": [] }, { "tag": "circle", "attr": { "cx": "15", "cy": "5", "r": "1" }, "child": [] }, { "tag": "circle", "attr": { "cx": "15", "cy": "19", "r": "1" }, "child": [] }] })(props);
281
- }
282
- function LuGrid3X3(props) {
283
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "18", "height": "18", "x": "3", "y": "3", "rx": "2" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 9h18" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 15h18" }, "child": [] }, { "tag": "path", "attr": { "d": "M9 3v18" }, "child": [] }, { "tag": "path", "attr": { "d": "M15 3v18" }, "child": [] }] })(props);
284
- }
285
- function LuFolder(props) {
286
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }, "child": [] }] })(props);
287
- }
288
- function LuFolderPlus(props) {
289
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M12 10v6" }, "child": [] }, { "tag": "path", "attr": { "d": "M9 13h6" }, "child": [] }, { "tag": "path", "attr": { "d": "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z" }, "child": [] }] })(props);
290
- }
291
- function LuFolderInput(props) {
292
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1" }, "child": [] }, { "tag": "path", "attr": { "d": "M2 13h10" }, "child": [] }, { "tag": "path", "attr": { "d": "m9 16 3-3-3-3" }, "child": [] }] })(props);
293
- }
294
- function LuFilm(props) {
295
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "18", "height": "18", "x": "3", "y": "3", "rx": "2" }, "child": [] }, { "tag": "path", "attr": { "d": "M7 3v18" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 7.5h4" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 12h18" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 16.5h4" }, "child": [] }, { "tag": "path", "attr": { "d": "M17 3v18" }, "child": [] }, { "tag": "path", "attr": { "d": "M17 7.5h4" }, "child": [] }, { "tag": "path", "attr": { "d": "M17 16.5h4" }, "child": [] }] })(props);
296
- }
297
- function LuFile(props) {
298
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }, "child": [] }, { "tag": "path", "attr": { "d": "M14 2v4a2 2 0 0 0 2 2h4" }, "child": [] }] })(props);
299
- }
300
- function LuFileText(props) {
301
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" }, "child": [] }, { "tag": "path", "attr": { "d": "M14 2v4a2 2 0 0 0 2 2h4" }, "child": [] }, { "tag": "path", "attr": { "d": "M10 9H8" }, "child": [] }, { "tag": "path", "attr": { "d": "M16 13H8" }, "child": [] }, { "tag": "path", "attr": { "d": "M16 17H8" }, "child": [] }] })(props);
302
- }
303
- function LuEye(props) {
304
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "12", "r": "3" }, "child": [] }] })(props);
305
- }
306
- function LuEyeOff(props) {
307
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }, "child": [] }, { "tag": "path", "attr": { "d": "M14.084 14.158a3 3 0 0 1-4.242-4.242" }, "child": [] }, { "tag": "path", "attr": { "d": "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }, "child": [] }, { "tag": "path", "attr": { "d": "m2 2 20 20" }, "child": [] }] })(props);
308
- }
309
- function LuExternalLink(props) {
310
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M15 3h6v6" }, "child": [] }, { "tag": "path", "attr": { "d": "M10 14 21 3" }, "child": [] }, { "tag": "path", "attr": { "d": "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }, "child": [] }] })(props);
311
- }
312
- function LuEllipsisVertical(props) {
313
- return GenIcon({ "tag": "svg", "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": "1" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "5", "r": "1" }, "child": [] }, { "tag": "circle", "attr": { "cx": "12", "cy": "19", "r": "1" }, "child": [] }] })(props);
314
- }
315
- function LuDownload(props) {
316
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }, "child": [] }, { "tag": "polyline", "attr": { "points": "7 10 12 15 17 10" }, "child": [] }, { "tag": "line", "attr": { "x1": "12", "x2": "12", "y1": "15", "y2": "3" }, "child": [] }] })(props);
317
- }
318
- function LuDatabase(props) {
319
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "ellipse", "attr": { "cx": "12", "cy": "5", "rx": "9", "ry": "3" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 5V19A9 3 0 0 0 21 19V5" }, "child": [] }, { "tag": "path", "attr": { "d": "M3 12A9 3 0 0 0 21 12" }, "child": [] }] })(props);
320
- }
321
- function LuCrop(props) {
322
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M6 2v14a2 2 0 0 0 2 2h14" }, "child": [] }, { "tag": "path", "attr": { "d": "M18 22V8a2 2 0 0 0-2-2H2" }, "child": [] }] })(props);
323
- }
324
- function LuCopy(props) {
325
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
326
- }
327
- function LuColumns3(props) {
328
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "18", "height": "18", "x": "3", "y": "3", "rx": "2" }, "child": [] }, { "tag": "path", "attr": { "d": "M9 3v18" }, "child": [] }, { "tag": "path", "attr": { "d": "M15 3v18" }, "child": [] }] })(props);
329
- }
330
- function LuCode(props) {
331
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "polyline", "attr": { "points": "16 18 22 12 16 6" }, "child": [] }, { "tag": "polyline", "attr": { "points": "8 6 2 12 8 18" }, "child": [] }] })(props);
332
- }
333
- function LuCodeXml(props) {
334
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "m18 16 4-4-4-4" }, "child": [] }, { "tag": "path", "attr": { "d": "m6 8-4 4 4 4" }, "child": [] }, { "tag": "path", "attr": { "d": "m14.5 4-5 16" }, "child": [] }] })(props);
335
- }
336
- function LuClock(props) {
337
- return GenIcon({ "tag": "svg", "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": "polyline", "attr": { "points": "12 6 12 12 16 14" }, "child": [] }] })(props);
338
- }
339
- function LuCirclePlay(props) {
340
- return GenIcon({ "tag": "svg", "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": "polygon", "attr": { "points": "10 8 16 12 10 16 10 8" }, "child": [] }] })(props);
341
- }
342
- function LuCircleCheck(props) {
343
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
344
- }
345
- function LuChevronUp(props) {
346
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "m18 15-6-6-6 6" }, "child": [] }] })(props);
347
- }
348
- function LuChevronRight(props) {
349
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "m9 18 6-6-6-6" }, "child": [] }] })(props);
350
- }
351
- function LuChevronDown(props) {
352
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
353
- }
354
- function LuCheck(props) {
355
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
356
- }
357
- function LuBox(props) {
358
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" }, "child": [] }, { "tag": "path", "attr": { "d": "m3.3 7 8.7 5 8.7-5" }, "child": [] }, { "tag": "path", "attr": { "d": "M12 22V12" }, "child": [] }] })(props);
359
- }
360
- function LuBold(props) {
361
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" }, "child": [] }] })(props);
362
- }
363
- function LuArrowUpRight(props) {
364
- return GenIcon({ "tag": "svg", "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": [] }] })(props);
365
- }
366
- function LuArrowRight(props) {
367
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M5 12h14" }, "child": [] }, { "tag": "path", "attr": { "d": "m12 5 7 7-7 7" }, "child": [] }] })(props);
368
- }
369
- function LuArrowDown(props) {
370
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M12 5v14" }, "child": [] }, { "tag": "path", "attr": { "d": "m19 12-7 7-7-7" }, "child": [] }] })(props);
371
- }
372
- function LuArchive(props) {
373
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "rect", "attr": { "width": "20", "height": "5", "x": "2", "y": "3", "rx": "1" }, "child": [] }, { "tag": "path", "attr": { "d": "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8" }, "child": [] }, { "tag": "path", "attr": { "d": "M10 12h4" }, "child": [] }] })(props);
374
- }
375
- function LuAlignLeft(props) {
376
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M15 12H3" }, "child": [] }, { "tag": "path", "attr": { "d": "M17 18H3" }, "child": [] }, { "tag": "path", "attr": { "d": "M21 6H3" }, "child": [] }] })(props);
377
- }
378
- function LuActivity(props) {
379
- return GenIcon({ "tag": "svg", "attr": { "viewBox": "0 0 24 24", "fill": "none", "stroke": "currentColor", "strokeWidth": "2", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "d": "M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2" }, "child": [] }] })(props);
380
- }
381
-
382
- export { LuActivity, LuAlignLeft, LuArchive, LuArrowDown, LuArrowRight, LuArrowUpRight, LuBold, LuBox, LuCheck, LuChevronDown, LuChevronRight, LuChevronUp, LuCircleCheck, LuCirclePlay, LuClock, LuCode, LuCodeXml, LuColumns3, LuCopy, LuCrop, LuDatabase, LuDownload, LuEllipsisVertical, LuExternalLink, LuEye, LuEyeOff, LuFile, LuFileText, LuFilm, LuFolder, LuFolderInput, LuFolderPlus, LuGrid3X3, LuGripVertical, LuHeading1, LuHexagon, LuImage, LuInfo, LuItalic, LuKey, LuLayoutDashboard, LuLink, LuLink2, LuList, LuListOrdered, LuLoaderCircle, LuLock, LuLockOpen, LuLogOut, LuMaximize2, LuMinus, LuMoon, LuMousePointerClick, LuMusic, LuNetwork, LuPalette, LuPause, LuPlay, LuPlus, LuRedo, LuRefreshCcw, LuRefreshCw, LuSave, LuSearch, LuSend, LuSettings, LuShield, LuShieldAlert, LuSparkles, LuStar, LuStrikethrough, LuSun, LuTag, LuTerminal, LuTrash2, LuTriangleAlert, LuUnderline, LuUndo, LuUserPlus, LuUsers, LuVideo, LuWebhook, LuX, LuZap };
383
- //# sourceMappingURL=out.js.map
384
- //# sourceMappingURL=chunk-7KPIUCGT.js.map