@easy-editor/setters 0.1.1 → 0.1.2
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.
- package/dist/index.cjs +223 -2189
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.esm.js +224 -2189
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +217 -2183
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/basic/icon-setter/index.d.ts +0 -9
package/dist/index.cjs
CHANGED
|
@@ -6,10 +6,10 @@ var React$1 = require('react');
|
|
|
6
6
|
var reactDom = require('react-dom');
|
|
7
7
|
var jsxRuntime = require('react/jsx-runtime');
|
|
8
8
|
|
|
9
|
-
/**
|
|
10
|
-
* Popover - 共享弹窗组件
|
|
11
|
-
* - 使用 Portal 渲染到 document.body,避免被父容器遮挡
|
|
12
|
-
* - 自动匹配触发器宽度
|
|
9
|
+
/**
|
|
10
|
+
* Popover - 共享弹窗组件
|
|
11
|
+
* - 使用 Portal 渲染到 document.body,避免被父容器遮挡
|
|
12
|
+
* - 自动匹配触发器宽度
|
|
13
13
|
*/
|
|
14
14
|
const Popover = props => {
|
|
15
15
|
const {
|
|
@@ -59,7 +59,7 @@ const Popover = props => {
|
|
|
59
59
|
}, [open, onClose]);
|
|
60
60
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
61
61
|
ref: triggerRef
|
|
62
|
-
}, trigger), open
|
|
62
|
+
}, trigger), open ? /*#__PURE__*/reactDom.createPortal(/*#__PURE__*/React.createElement("div", {
|
|
63
63
|
className: "es-popover-portal",
|
|
64
64
|
style: {
|
|
65
65
|
position: 'fixed',
|
|
@@ -68,7 +68,7 @@ const Popover = props => {
|
|
|
68
68
|
width: popoverWidth || 'auto',
|
|
69
69
|
zIndex: 1000
|
|
70
70
|
}
|
|
71
|
-
}, children), document.body));
|
|
71
|
+
}, children), document.body) : '');
|
|
72
72
|
};
|
|
73
73
|
|
|
74
74
|
function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
|
|
@@ -173,19 +173,7 @@ const createLucideIcon = (iconName, iconNode) => {
|
|
|
173
173
|
* This source code is licensed under the ISC license.
|
|
174
174
|
* See the LICENSE file in the root directory of this source tree.
|
|
175
175
|
*/
|
|
176
|
-
const __iconNode$
|
|
177
|
-
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",
|
|
178
|
-
key: "169zse"
|
|
179
|
-
}]];
|
|
180
|
-
const Activity = createLucideIcon("activity", __iconNode$1O);
|
|
181
|
-
|
|
182
|
-
/**
|
|
183
|
-
* @license lucide-react v0.561.0 - ISC
|
|
184
|
-
*
|
|
185
|
-
* This source code is licensed under the ISC license.
|
|
186
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
187
|
-
*/
|
|
188
|
-
const __iconNode$1N = [["rect", {
|
|
176
|
+
const __iconNode$m = [["rect", {
|
|
189
177
|
width: "6",
|
|
190
178
|
height: "16",
|
|
191
179
|
x: "4",
|
|
@@ -203,7 +191,7 @@ const __iconNode$1N = [["rect", {
|
|
|
203
191
|
d: "M22 22H2",
|
|
204
192
|
key: "19qnx5"
|
|
205
193
|
}]];
|
|
206
|
-
const AlignEndHorizontal = createLucideIcon("align-end-horizontal", __iconNode$
|
|
194
|
+
const AlignEndHorizontal = createLucideIcon("align-end-horizontal", __iconNode$m);
|
|
207
195
|
|
|
208
196
|
/**
|
|
209
197
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -211,7 +199,7 @@ const AlignEndHorizontal = createLucideIcon("align-end-horizontal", __iconNode$1
|
|
|
211
199
|
* This source code is licensed under the ISC license.
|
|
212
200
|
* See the LICENSE file in the root directory of this source tree.
|
|
213
201
|
*/
|
|
214
|
-
const __iconNode$
|
|
202
|
+
const __iconNode$l = [["rect", {
|
|
215
203
|
width: "16",
|
|
216
204
|
height: "6",
|
|
217
205
|
x: "2",
|
|
@@ -229,7 +217,7 @@ const __iconNode$1M = [["rect", {
|
|
|
229
217
|
d: "M22 22V2",
|
|
230
218
|
key: "12ipfv"
|
|
231
219
|
}]];
|
|
232
|
-
const AlignEndVertical = createLucideIcon("align-end-vertical", __iconNode$
|
|
220
|
+
const AlignEndVertical = createLucideIcon("align-end-vertical", __iconNode$l);
|
|
233
221
|
|
|
234
222
|
/**
|
|
235
223
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -237,7 +225,7 @@ const AlignEndVertical = createLucideIcon("align-end-vertical", __iconNode$1M);
|
|
|
237
225
|
* This source code is licensed under the ISC license.
|
|
238
226
|
* See the LICENSE file in the root directory of this source tree.
|
|
239
227
|
*/
|
|
240
|
-
const __iconNode$
|
|
228
|
+
const __iconNode$k = [["rect", {
|
|
241
229
|
width: "6",
|
|
242
230
|
height: "14",
|
|
243
231
|
x: "4",
|
|
@@ -264,7 +252,7 @@ const __iconNode$1L = [["rect", {
|
|
|
264
252
|
d: "M7 5V2",
|
|
265
253
|
key: "liy1u9"
|
|
266
254
|
}]];
|
|
267
|
-
const AlignHorizontalDistributeCenter = createLucideIcon("align-horizontal-distribute-center", __iconNode$
|
|
255
|
+
const AlignHorizontalDistributeCenter = createLucideIcon("align-horizontal-distribute-center", __iconNode$k);
|
|
268
256
|
|
|
269
257
|
/**
|
|
270
258
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -272,7 +260,7 @@ const AlignHorizontalDistributeCenter = createLucideIcon("align-horizontal-distr
|
|
|
272
260
|
* This source code is licensed under the ISC license.
|
|
273
261
|
* See the LICENSE file in the root directory of this source tree.
|
|
274
262
|
*/
|
|
275
|
-
const __iconNode$
|
|
263
|
+
const __iconNode$j = [["rect", {
|
|
276
264
|
width: "6",
|
|
277
265
|
height: "16",
|
|
278
266
|
x: "4",
|
|
@@ -290,7 +278,7 @@ const __iconNode$1K = [["rect", {
|
|
|
290
278
|
d: "M22 2H2",
|
|
291
279
|
key: "fhrpnj"
|
|
292
280
|
}]];
|
|
293
|
-
const AlignStartHorizontal = createLucideIcon("align-start-horizontal", __iconNode$
|
|
281
|
+
const AlignStartHorizontal = createLucideIcon("align-start-horizontal", __iconNode$j);
|
|
294
282
|
|
|
295
283
|
/**
|
|
296
284
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -298,7 +286,7 @@ const AlignStartHorizontal = createLucideIcon("align-start-horizontal", __iconNo
|
|
|
298
286
|
* This source code is licensed under the ISC license.
|
|
299
287
|
* See the LICENSE file in the root directory of this source tree.
|
|
300
288
|
*/
|
|
301
|
-
const __iconNode$
|
|
289
|
+
const __iconNode$i = [["rect", {
|
|
302
290
|
width: "9",
|
|
303
291
|
height: "6",
|
|
304
292
|
x: "6",
|
|
@@ -316,7 +304,7 @@ const __iconNode$1J = [["rect", {
|
|
|
316
304
|
d: "M2 2v20",
|
|
317
305
|
key: "1ivd8o"
|
|
318
306
|
}]];
|
|
319
|
-
const AlignStartVertical = createLucideIcon("align-start-vertical", __iconNode$
|
|
307
|
+
const AlignStartVertical = createLucideIcon("align-start-vertical", __iconNode$i);
|
|
320
308
|
|
|
321
309
|
/**
|
|
322
310
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -324,7 +312,7 @@ const AlignStartVertical = createLucideIcon("align-start-vertical", __iconNode$1
|
|
|
324
312
|
* This source code is licensed under the ISC license.
|
|
325
313
|
* See the LICENSE file in the root directory of this source tree.
|
|
326
314
|
*/
|
|
327
|
-
const __iconNode$
|
|
315
|
+
const __iconNode$h = [["path", {
|
|
328
316
|
d: "M22 17h-3",
|
|
329
317
|
key: "1lwga1"
|
|
330
318
|
}], ["path", {
|
|
@@ -351,37 +339,7 @@ const __iconNode$1I = [["path", {
|
|
|
351
339
|
rx: "2",
|
|
352
340
|
key: "we8e9z"
|
|
353
341
|
}]];
|
|
354
|
-
const AlignVerticalDistributeCenter = createLucideIcon("align-vertical-distribute-center", __iconNode$
|
|
355
|
-
|
|
356
|
-
/**
|
|
357
|
-
* @license lucide-react v0.561.0 - ISC
|
|
358
|
-
*
|
|
359
|
-
* This source code is licensed under the ISC license.
|
|
360
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
361
|
-
*/
|
|
362
|
-
const __iconNode$1H = [["path", {
|
|
363
|
-
d: "M12 5v14",
|
|
364
|
-
key: "s699le"
|
|
365
|
-
}], ["path", {
|
|
366
|
-
d: "m19 12-7 7-7-7",
|
|
367
|
-
key: "1idqje"
|
|
368
|
-
}]];
|
|
369
|
-
const ArrowDown = createLucideIcon("arrow-down", __iconNode$1H);
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* @license lucide-react v0.561.0 - ISC
|
|
373
|
-
*
|
|
374
|
-
* This source code is licensed under the ISC license.
|
|
375
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
376
|
-
*/
|
|
377
|
-
const __iconNode$1G = [["path", {
|
|
378
|
-
d: "m12 19-7-7 7-7",
|
|
379
|
-
key: "1l729n"
|
|
380
|
-
}], ["path", {
|
|
381
|
-
d: "M19 12H5",
|
|
382
|
-
key: "x3x0zl"
|
|
383
|
-
}]];
|
|
384
|
-
const ArrowLeft = createLucideIcon("arrow-left", __iconNode$1G);
|
|
342
|
+
const AlignVerticalDistributeCenter = createLucideIcon("align-vertical-distribute-center", __iconNode$h);
|
|
385
343
|
|
|
386
344
|
/**
|
|
387
345
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -389,120 +347,14 @@ const ArrowLeft = createLucideIcon("arrow-left", __iconNode$1G);
|
|
|
389
347
|
* This source code is licensed under the ISC license.
|
|
390
348
|
* See the LICENSE file in the root directory of this source tree.
|
|
391
349
|
*/
|
|
392
|
-
const __iconNode$
|
|
350
|
+
const __iconNode$g = [["path", {
|
|
393
351
|
d: "M5 12h14",
|
|
394
352
|
key: "1ays0h"
|
|
395
353
|
}], ["path", {
|
|
396
354
|
d: "m12 5 7 7-7 7",
|
|
397
355
|
key: "xquz4c"
|
|
398
356
|
}]];
|
|
399
|
-
const ArrowRight = createLucideIcon("arrow-right", __iconNode$
|
|
400
|
-
|
|
401
|
-
/**
|
|
402
|
-
* @license lucide-react v0.561.0 - ISC
|
|
403
|
-
*
|
|
404
|
-
* This source code is licensed under the ISC license.
|
|
405
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
406
|
-
*/
|
|
407
|
-
const __iconNode$1E = [["path", {
|
|
408
|
-
d: "m5 12 7-7 7 7",
|
|
409
|
-
key: "hav0vg"
|
|
410
|
-
}], ["path", {
|
|
411
|
-
d: "M12 19V5",
|
|
412
|
-
key: "x0mq9r"
|
|
413
|
-
}]];
|
|
414
|
-
const ArrowUp = createLucideIcon("arrow-up", __iconNode$1E);
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* @license lucide-react v0.561.0 - ISC
|
|
418
|
-
*
|
|
419
|
-
* This source code is licensed under the ISC license.
|
|
420
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
421
|
-
*/
|
|
422
|
-
const __iconNode$1D = [["path", {
|
|
423
|
-
d: "M10.268 21a2 2 0 0 0 3.464 0",
|
|
424
|
-
key: "vwvbt9"
|
|
425
|
-
}], ["path", {
|
|
426
|
-
d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",
|
|
427
|
-
key: "11g9vi"
|
|
428
|
-
}]];
|
|
429
|
-
const Bell = createLucideIcon("bell", __iconNode$1D);
|
|
430
|
-
|
|
431
|
-
/**
|
|
432
|
-
* @license lucide-react v0.561.0 - ISC
|
|
433
|
-
*
|
|
434
|
-
* This source code is licensed under the ISC license.
|
|
435
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
436
|
-
*/
|
|
437
|
-
const __iconNode$1C = [["path", {
|
|
438
|
-
d: "M8 2v4",
|
|
439
|
-
key: "1cmpym"
|
|
440
|
-
}], ["path", {
|
|
441
|
-
d: "M16 2v4",
|
|
442
|
-
key: "4m81vk"
|
|
443
|
-
}], ["rect", {
|
|
444
|
-
width: "18",
|
|
445
|
-
height: "18",
|
|
446
|
-
x: "3",
|
|
447
|
-
y: "4",
|
|
448
|
-
rx: "2",
|
|
449
|
-
key: "1hopcy"
|
|
450
|
-
}], ["path", {
|
|
451
|
-
d: "M3 10h18",
|
|
452
|
-
key: "8toen8"
|
|
453
|
-
}]];
|
|
454
|
-
const Calendar = createLucideIcon("calendar", __iconNode$1C);
|
|
455
|
-
|
|
456
|
-
/**
|
|
457
|
-
* @license lucide-react v0.561.0 - ISC
|
|
458
|
-
*
|
|
459
|
-
* This source code is licensed under the ISC license.
|
|
460
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
461
|
-
*/
|
|
462
|
-
const __iconNode$1B = [["path", {
|
|
463
|
-
d: "M5 21v-6",
|
|
464
|
-
key: "1hz6c0"
|
|
465
|
-
}], ["path", {
|
|
466
|
-
d: "M12 21V9",
|
|
467
|
-
key: "uvy0l4"
|
|
468
|
-
}], ["path", {
|
|
469
|
-
d: "M19 21V3",
|
|
470
|
-
key: "11j9sm"
|
|
471
|
-
}]];
|
|
472
|
-
const ChartNoAxesColumnIncreasing = createLucideIcon("chart-no-axes-column-increasing", __iconNode$1B);
|
|
473
|
-
|
|
474
|
-
/**
|
|
475
|
-
* @license lucide-react v0.561.0 - ISC
|
|
476
|
-
*
|
|
477
|
-
* This source code is licensed under the ISC license.
|
|
478
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
479
|
-
*/
|
|
480
|
-
const __iconNode$1A = [["path", {
|
|
481
|
-
d: "M5 21v-6",
|
|
482
|
-
key: "1hz6c0"
|
|
483
|
-
}], ["path", {
|
|
484
|
-
d: "M12 21V3",
|
|
485
|
-
key: "1lcnhd"
|
|
486
|
-
}], ["path", {
|
|
487
|
-
d: "M19 21V9",
|
|
488
|
-
key: "unv183"
|
|
489
|
-
}]];
|
|
490
|
-
const ChartNoAxesColumn = createLucideIcon("chart-no-axes-column", __iconNode$1A);
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* @license lucide-react v0.561.0 - ISC
|
|
494
|
-
*
|
|
495
|
-
* This source code is licensed under the ISC license.
|
|
496
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
497
|
-
*/
|
|
498
|
-
const __iconNode$1z = [["path", {
|
|
499
|
-
d: "M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",
|
|
500
|
-
key: "pzmjnu"
|
|
501
|
-
}], ["path", {
|
|
502
|
-
d: "M21.21 15.89A10 10 0 1 1 8 2.83",
|
|
503
|
-
key: "k2fpak"
|
|
504
|
-
}]];
|
|
505
|
-
const ChartPie = createLucideIcon("chart-pie", __iconNode$1z);
|
|
357
|
+
const ArrowRight = createLucideIcon("arrow-right", __iconNode$g);
|
|
506
358
|
|
|
507
359
|
/**
|
|
508
360
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -510,11 +362,11 @@ const ChartPie = createLucideIcon("chart-pie", __iconNode$1z);
|
|
|
510
362
|
* This source code is licensed under the ISC license.
|
|
511
363
|
* See the LICENSE file in the root directory of this source tree.
|
|
512
364
|
*/
|
|
513
|
-
const __iconNode$
|
|
365
|
+
const __iconNode$f = [["path", {
|
|
514
366
|
d: "M20 6 9 17l-5-5",
|
|
515
367
|
key: "1gmf2c"
|
|
516
368
|
}]];
|
|
517
|
-
const Check = createLucideIcon("check", __iconNode$
|
|
369
|
+
const Check = createLucideIcon("check", __iconNode$f);
|
|
518
370
|
|
|
519
371
|
/**
|
|
520
372
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -522,47 +374,11 @@ const Check = createLucideIcon("check", __iconNode$1y);
|
|
|
522
374
|
* This source code is licensed under the ISC license.
|
|
523
375
|
* See the LICENSE file in the root directory of this source tree.
|
|
524
376
|
*/
|
|
525
|
-
const __iconNode$
|
|
377
|
+
const __iconNode$e = [["path", {
|
|
526
378
|
d: "m6 9 6 6 6-6",
|
|
527
379
|
key: "qrunsl"
|
|
528
380
|
}]];
|
|
529
|
-
const ChevronDown = createLucideIcon("chevron-down", __iconNode$
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* @license lucide-react v0.561.0 - ISC
|
|
533
|
-
*
|
|
534
|
-
* This source code is licensed under the ISC license.
|
|
535
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
536
|
-
*/
|
|
537
|
-
const __iconNode$1w = [["path", {
|
|
538
|
-
d: "m15 18-6-6 6-6",
|
|
539
|
-
key: "1wnfg3"
|
|
540
|
-
}]];
|
|
541
|
-
const ChevronLeft = createLucideIcon("chevron-left", __iconNode$1w);
|
|
542
|
-
|
|
543
|
-
/**
|
|
544
|
-
* @license lucide-react v0.561.0 - ISC
|
|
545
|
-
*
|
|
546
|
-
* This source code is licensed under the ISC license.
|
|
547
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
548
|
-
*/
|
|
549
|
-
const __iconNode$1v = [["path", {
|
|
550
|
-
d: "m9 18 6-6-6-6",
|
|
551
|
-
key: "mthhwq"
|
|
552
|
-
}]];
|
|
553
|
-
const ChevronRight = createLucideIcon("chevron-right", __iconNode$1v);
|
|
554
|
-
|
|
555
|
-
/**
|
|
556
|
-
* @license lucide-react v0.561.0 - ISC
|
|
557
|
-
*
|
|
558
|
-
* This source code is licensed under the ISC license.
|
|
559
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
560
|
-
*/
|
|
561
|
-
const __iconNode$1u = [["path", {
|
|
562
|
-
d: "m18 15-6-6-6 6",
|
|
563
|
-
key: "153udz"
|
|
564
|
-
}]];
|
|
565
|
-
const ChevronUp = createLucideIcon("chevron-up", __iconNode$1u);
|
|
381
|
+
const ChevronDown = createLucideIcon("chevron-down", __iconNode$e);
|
|
566
382
|
|
|
567
383
|
/**
|
|
568
384
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -570,106 +386,14 @@ const ChevronUp = createLucideIcon("chevron-up", __iconNode$1u);
|
|
|
570
386
|
* This source code is licensed under the ISC license.
|
|
571
387
|
* See the LICENSE file in the root directory of this source tree.
|
|
572
388
|
*/
|
|
573
|
-
const __iconNode$
|
|
389
|
+
const __iconNode$d = [["path", {
|
|
574
390
|
d: "m7 15 5 5 5-5",
|
|
575
391
|
key: "1hf1tw"
|
|
576
392
|
}], ["path", {
|
|
577
393
|
d: "m7 9 5-5 5 5",
|
|
578
394
|
key: "sgt6xg"
|
|
579
395
|
}]];
|
|
580
|
-
const ChevronsUpDown = createLucideIcon("chevrons-up-down", __iconNode$
|
|
581
|
-
|
|
582
|
-
/**
|
|
583
|
-
* @license lucide-react v0.561.0 - ISC
|
|
584
|
-
*
|
|
585
|
-
* This source code is licensed under the ISC license.
|
|
586
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
587
|
-
*/
|
|
588
|
-
const __iconNode$1s = [["circle", {
|
|
589
|
-
cx: "12",
|
|
590
|
-
cy: "12",
|
|
591
|
-
r: "10",
|
|
592
|
-
key: "1mglay"
|
|
593
|
-
}], ["line", {
|
|
594
|
-
x1: "12",
|
|
595
|
-
x2: "12",
|
|
596
|
-
y1: "8",
|
|
597
|
-
y2: "12",
|
|
598
|
-
key: "1pkeuh"
|
|
599
|
-
}], ["line", {
|
|
600
|
-
x1: "12",
|
|
601
|
-
x2: "12.01",
|
|
602
|
-
y1: "16",
|
|
603
|
-
y2: "16",
|
|
604
|
-
key: "4dfq90"
|
|
605
|
-
}]];
|
|
606
|
-
const CircleAlert = createLucideIcon("circle-alert", __iconNode$1s);
|
|
607
|
-
|
|
608
|
-
/**
|
|
609
|
-
* @license lucide-react v0.561.0 - ISC
|
|
610
|
-
*
|
|
611
|
-
* This source code is licensed under the ISC license.
|
|
612
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
613
|
-
*/
|
|
614
|
-
const __iconNode$1r = [["path", {
|
|
615
|
-
d: "M21.801 10A10 10 0 1 1 17 3.335",
|
|
616
|
-
key: "yps3ct"
|
|
617
|
-
}], ["path", {
|
|
618
|
-
d: "m9 11 3 3L22 4",
|
|
619
|
-
key: "1pflzl"
|
|
620
|
-
}]];
|
|
621
|
-
const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$1r);
|
|
622
|
-
|
|
623
|
-
/**
|
|
624
|
-
* @license lucide-react v0.561.0 - ISC
|
|
625
|
-
*
|
|
626
|
-
* This source code is licensed under the ISC license.
|
|
627
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
628
|
-
*/
|
|
629
|
-
const __iconNode$1q = [["circle", {
|
|
630
|
-
cx: "12",
|
|
631
|
-
cy: "12",
|
|
632
|
-
r: "10",
|
|
633
|
-
key: "1mglay"
|
|
634
|
-
}], ["path", {
|
|
635
|
-
d: "m15 9-6 6",
|
|
636
|
-
key: "1uzhvr"
|
|
637
|
-
}], ["path", {
|
|
638
|
-
d: "m9 9 6 6",
|
|
639
|
-
key: "z0biqf"
|
|
640
|
-
}]];
|
|
641
|
-
const CircleX = createLucideIcon("circle-x", __iconNode$1q);
|
|
642
|
-
|
|
643
|
-
/**
|
|
644
|
-
* @license lucide-react v0.561.0 - ISC
|
|
645
|
-
*
|
|
646
|
-
* This source code is licensed under the ISC license.
|
|
647
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
648
|
-
*/
|
|
649
|
-
const __iconNode$1p = [["circle", {
|
|
650
|
-
cx: "12",
|
|
651
|
-
cy: "12",
|
|
652
|
-
r: "10",
|
|
653
|
-
key: "1mglay"
|
|
654
|
-
}]];
|
|
655
|
-
const Circle = createLucideIcon("circle", __iconNode$1p);
|
|
656
|
-
|
|
657
|
-
/**
|
|
658
|
-
* @license lucide-react v0.561.0 - ISC
|
|
659
|
-
*
|
|
660
|
-
* This source code is licensed under the ISC license.
|
|
661
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
662
|
-
*/
|
|
663
|
-
const __iconNode$1o = [["path", {
|
|
664
|
-
d: "M12 6v6l4 2",
|
|
665
|
-
key: "mmk7yg"
|
|
666
|
-
}], ["circle", {
|
|
667
|
-
cx: "12",
|
|
668
|
-
cy: "12",
|
|
669
|
-
r: "10",
|
|
670
|
-
key: "1mglay"
|
|
671
|
-
}]];
|
|
672
|
-
const Clock = createLucideIcon("clock", __iconNode$1o);
|
|
396
|
+
const ChevronsUpDown = createLucideIcon("chevrons-up-down", __iconNode$d);
|
|
673
397
|
|
|
674
398
|
/**
|
|
675
399
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -677,46 +401,14 @@ const Clock = createLucideIcon("clock", __iconNode$1o);
|
|
|
677
401
|
* This source code is licensed under the ISC license.
|
|
678
402
|
* See the LICENSE file in the root directory of this source tree.
|
|
679
403
|
*/
|
|
680
|
-
const __iconNode$
|
|
681
|
-
d: "M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",
|
|
682
|
-
key: "p7xjir"
|
|
683
|
-
}]];
|
|
684
|
-
const Cloud = createLucideIcon("cloud", __iconNode$1n);
|
|
685
|
-
|
|
686
|
-
/**
|
|
687
|
-
* @license lucide-react v0.561.0 - ISC
|
|
688
|
-
*
|
|
689
|
-
* This source code is licensed under the ISC license.
|
|
690
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
691
|
-
*/
|
|
692
|
-
const __iconNode$1m = [["path", {
|
|
404
|
+
const __iconNode$c = [["path", {
|
|
693
405
|
d: "m16 18 6-6-6-6",
|
|
694
406
|
key: "eg8j8"
|
|
695
407
|
}], ["path", {
|
|
696
408
|
d: "m8 6-6 6 6 6",
|
|
697
409
|
key: "ppft3o"
|
|
698
410
|
}]];
|
|
699
|
-
const Code = createLucideIcon("code", __iconNode$
|
|
700
|
-
|
|
701
|
-
/**
|
|
702
|
-
* @license lucide-react v0.561.0 - ISC
|
|
703
|
-
*
|
|
704
|
-
* This source code is licensed under the ISC license.
|
|
705
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
706
|
-
*/
|
|
707
|
-
const __iconNode$1l = [["rect", {
|
|
708
|
-
width: "14",
|
|
709
|
-
height: "14",
|
|
710
|
-
x: "8",
|
|
711
|
-
y: "8",
|
|
712
|
-
rx: "2",
|
|
713
|
-
ry: "2",
|
|
714
|
-
key: "17jyea"
|
|
715
|
-
}], ["path", {
|
|
716
|
-
d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",
|
|
717
|
-
key: "zix9uf"
|
|
718
|
-
}]];
|
|
719
|
-
const Copy = createLucideIcon("copy", __iconNode$1l);
|
|
411
|
+
const Code = createLucideIcon("code", __iconNode$c);
|
|
720
412
|
|
|
721
413
|
/**
|
|
722
414
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -724,7 +416,7 @@ const Copy = createLucideIcon("copy", __iconNode$1l);
|
|
|
724
416
|
* This source code is licensed under the ISC license.
|
|
725
417
|
* See the LICENSE file in the root directory of this source tree.
|
|
726
418
|
*/
|
|
727
|
-
const __iconNode$
|
|
419
|
+
const __iconNode$b = [["ellipse", {
|
|
728
420
|
cx: "12",
|
|
729
421
|
cy: "5",
|
|
730
422
|
rx: "9",
|
|
@@ -737,7 +429,7 @@ const __iconNode$1k = [["ellipse", {
|
|
|
737
429
|
d: "M3 12A9 3 0 0 0 21 12",
|
|
738
430
|
key: "mv7ke4"
|
|
739
431
|
}]];
|
|
740
|
-
const Database = createLucideIcon("database", __iconNode$
|
|
432
|
+
const Database = createLucideIcon("database", __iconNode$b);
|
|
741
433
|
|
|
742
434
|
/**
|
|
743
435
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -745,17 +437,20 @@ const Database = createLucideIcon("database", __iconNode$1k);
|
|
|
745
437
|
* This source code is licensed under the ISC license.
|
|
746
438
|
* See the LICENSE file in the root directory of this source tree.
|
|
747
439
|
*/
|
|
748
|
-
const __iconNode$
|
|
749
|
-
d: "
|
|
750
|
-
key: "
|
|
440
|
+
const __iconNode$a = [["path", {
|
|
441
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
442
|
+
key: "1oefj6"
|
|
751
443
|
}], ["path", {
|
|
752
|
-
d: "
|
|
753
|
-
key: "
|
|
444
|
+
d: "M14 2v5a1 1 0 0 0 1 1h5",
|
|
445
|
+
key: "wfsgrz"
|
|
754
446
|
}], ["path", {
|
|
755
|
-
d: "
|
|
756
|
-
key: "
|
|
447
|
+
d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",
|
|
448
|
+
key: "1oajmo"
|
|
449
|
+
}], ["path", {
|
|
450
|
+
d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",
|
|
451
|
+
key: "mpwhp6"
|
|
757
452
|
}]];
|
|
758
|
-
const
|
|
453
|
+
const FileBraces = createLucideIcon("file-braces", __iconNode$a);
|
|
759
454
|
|
|
760
455
|
/**
|
|
761
456
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -763,1315 +458,38 @@ const Download = createLucideIcon("download", __iconNode$1j);
|
|
|
763
458
|
* This source code is licensed under the ISC license.
|
|
764
459
|
* See the LICENSE file in the root directory of this source tree.
|
|
765
460
|
*/
|
|
766
|
-
const __iconNode$
|
|
767
|
-
cx: "
|
|
461
|
+
const __iconNode$9 = [["circle", {
|
|
462
|
+
cx: "9",
|
|
768
463
|
cy: "12",
|
|
769
464
|
r: "1",
|
|
770
|
-
key: "
|
|
465
|
+
key: "1vctgf"
|
|
771
466
|
}], ["circle", {
|
|
772
|
-
cx: "
|
|
467
|
+
cx: "9",
|
|
773
468
|
cy: "5",
|
|
774
469
|
r: "1",
|
|
775
|
-
key: "
|
|
470
|
+
key: "hp0tcf"
|
|
776
471
|
}], ["circle", {
|
|
777
|
-
cx: "
|
|
472
|
+
cx: "9",
|
|
778
473
|
cy: "19",
|
|
779
474
|
r: "1",
|
|
780
|
-
key: "
|
|
781
|
-
}]];
|
|
782
|
-
const EllipsisVertical = createLucideIcon("ellipsis-vertical", __iconNode$1i);
|
|
783
|
-
|
|
784
|
-
/**
|
|
785
|
-
* @license lucide-react v0.561.0 - ISC
|
|
786
|
-
*
|
|
787
|
-
* This source code is licensed under the ISC license.
|
|
788
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
789
|
-
*/
|
|
790
|
-
const __iconNode$1h = [["circle", {
|
|
791
|
-
cx: "12",
|
|
792
|
-
cy: "12",
|
|
793
|
-
r: "1",
|
|
794
|
-
key: "41hilf"
|
|
475
|
+
key: "fkjjf6"
|
|
795
476
|
}], ["circle", {
|
|
796
|
-
cx: "
|
|
477
|
+
cx: "15",
|
|
797
478
|
cy: "12",
|
|
798
479
|
r: "1",
|
|
799
|
-
key: "
|
|
480
|
+
key: "1tmaij"
|
|
800
481
|
}], ["circle", {
|
|
801
|
-
cx: "
|
|
802
|
-
cy: "
|
|
482
|
+
cx: "15",
|
|
483
|
+
cy: "5",
|
|
803
484
|
r: "1",
|
|
804
|
-
key: "
|
|
805
|
-
}]];
|
|
806
|
-
const Ellipsis = createLucideIcon("ellipsis", __iconNode$1h);
|
|
807
|
-
|
|
808
|
-
/**
|
|
809
|
-
* @license lucide-react v0.561.0 - ISC
|
|
810
|
-
*
|
|
811
|
-
* This source code is licensed under the ISC license.
|
|
812
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
813
|
-
*/
|
|
814
|
-
const __iconNode$1g = [["path", {
|
|
815
|
-
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",
|
|
816
|
-
key: "ct8e1f"
|
|
817
|
-
}], ["path", {
|
|
818
|
-
d: "M14.084 14.158a3 3 0 0 1-4.242-4.242",
|
|
819
|
-
key: "151rxh"
|
|
820
|
-
}], ["path", {
|
|
821
|
-
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",
|
|
822
|
-
key: "13bj9a"
|
|
823
|
-
}], ["path", {
|
|
824
|
-
d: "m2 2 20 20",
|
|
825
|
-
key: "1ooewy"
|
|
826
|
-
}]];
|
|
827
|
-
const EyeOff = createLucideIcon("eye-off", __iconNode$1g);
|
|
828
|
-
|
|
829
|
-
/**
|
|
830
|
-
* @license lucide-react v0.561.0 - ISC
|
|
831
|
-
*
|
|
832
|
-
* This source code is licensed under the ISC license.
|
|
833
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
834
|
-
*/
|
|
835
|
-
const __iconNode$1f = [["path", {
|
|
836
|
-
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",
|
|
837
|
-
key: "1nclc0"
|
|
838
|
-
}], ["circle", {
|
|
839
|
-
cx: "12",
|
|
840
|
-
cy: "12",
|
|
841
|
-
r: "3",
|
|
842
|
-
key: "1v7zrd"
|
|
843
|
-
}]];
|
|
844
|
-
const Eye = createLucideIcon("eye", __iconNode$1f);
|
|
845
|
-
|
|
846
|
-
/**
|
|
847
|
-
* @license lucide-react v0.561.0 - ISC
|
|
848
|
-
*
|
|
849
|
-
* This source code is licensed under the ISC license.
|
|
850
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
851
|
-
*/
|
|
852
|
-
const __iconNode$1e = [["path", {
|
|
853
|
-
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
854
|
-
key: "1oefj6"
|
|
855
|
-
}], ["path", {
|
|
856
|
-
d: "M14 2v5a1 1 0 0 0 1 1h5",
|
|
857
|
-
key: "wfsgrz"
|
|
858
|
-
}], ["path", {
|
|
859
|
-
d: "M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",
|
|
860
|
-
key: "1oajmo"
|
|
861
|
-
}], ["path", {
|
|
862
|
-
d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",
|
|
863
|
-
key: "mpwhp6"
|
|
864
|
-
}]];
|
|
865
|
-
const FileBraces = createLucideIcon("file-braces", __iconNode$1e);
|
|
866
|
-
|
|
867
|
-
/**
|
|
868
|
-
* @license lucide-react v0.561.0 - ISC
|
|
869
|
-
*
|
|
870
|
-
* This source code is licensed under the ISC license.
|
|
871
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
872
|
-
*/
|
|
873
|
-
const __iconNode$1d = [["path", {
|
|
874
|
-
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
875
|
-
key: "1oefj6"
|
|
876
|
-
}], ["path", {
|
|
877
|
-
d: "M14 2v5a1 1 0 0 0 1 1h5",
|
|
878
|
-
key: "wfsgrz"
|
|
879
|
-
}], ["path", {
|
|
880
|
-
d: "M10 9H8",
|
|
881
|
-
key: "b1mrlr"
|
|
882
|
-
}], ["path", {
|
|
883
|
-
d: "M16 13H8",
|
|
884
|
-
key: "t4e002"
|
|
885
|
-
}], ["path", {
|
|
886
|
-
d: "M16 17H8",
|
|
887
|
-
key: "z1uh3a"
|
|
888
|
-
}]];
|
|
889
|
-
const FileText = createLucideIcon("file-text", __iconNode$1d);
|
|
890
|
-
|
|
891
|
-
/**
|
|
892
|
-
* @license lucide-react v0.561.0 - ISC
|
|
893
|
-
*
|
|
894
|
-
* This source code is licensed under the ISC license.
|
|
895
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
896
|
-
*/
|
|
897
|
-
const __iconNode$1c = [["path", {
|
|
898
|
-
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
899
|
-
key: "1oefj6"
|
|
900
|
-
}], ["path", {
|
|
901
|
-
d: "M14 2v5a1 1 0 0 0 1 1h5",
|
|
902
|
-
key: "wfsgrz"
|
|
903
|
-
}]];
|
|
904
|
-
const File = createLucideIcon("file", __iconNode$1c);
|
|
905
|
-
|
|
906
|
-
/**
|
|
907
|
-
* @license lucide-react v0.561.0 - ISC
|
|
908
|
-
*
|
|
909
|
-
* This source code is licensed under the ISC license.
|
|
910
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
911
|
-
*/
|
|
912
|
-
const __iconNode$1b = [["path", {
|
|
913
|
-
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",
|
|
914
|
-
key: "1kt360"
|
|
915
|
-
}]];
|
|
916
|
-
const Folder = createLucideIcon("folder", __iconNode$1b);
|
|
917
|
-
|
|
918
|
-
/**
|
|
919
|
-
* @license lucide-react v0.561.0 - ISC
|
|
920
|
-
*
|
|
921
|
-
* This source code is licensed under the ISC license.
|
|
922
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
923
|
-
*/
|
|
924
|
-
const __iconNode$1a = [["path", {
|
|
925
|
-
d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",
|
|
926
|
-
key: "sc7q7i"
|
|
927
|
-
}]];
|
|
928
|
-
const Funnel = createLucideIcon("funnel", __iconNode$1a);
|
|
929
|
-
|
|
930
|
-
/**
|
|
931
|
-
* @license lucide-react v0.561.0 - ISC
|
|
932
|
-
*
|
|
933
|
-
* This source code is licensed under the ISC license.
|
|
934
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
935
|
-
*/
|
|
936
|
-
const __iconNode$19 = [["circle", {
|
|
937
|
-
cx: "12",
|
|
938
|
-
cy: "12",
|
|
939
|
-
r: "10",
|
|
940
|
-
key: "1mglay"
|
|
941
|
-
}], ["path", {
|
|
942
|
-
d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",
|
|
943
|
-
key: "13o1zl"
|
|
944
|
-
}], ["path", {
|
|
945
|
-
d: "M2 12h20",
|
|
946
|
-
key: "9i4pu4"
|
|
947
|
-
}]];
|
|
948
|
-
const Globe = createLucideIcon("globe", __iconNode$19);
|
|
949
|
-
|
|
950
|
-
/**
|
|
951
|
-
* @license lucide-react v0.561.0 - ISC
|
|
952
|
-
*
|
|
953
|
-
* This source code is licensed under the ISC license.
|
|
954
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
955
|
-
*/
|
|
956
|
-
const __iconNode$18 = [["rect", {
|
|
957
|
-
width: "18",
|
|
958
|
-
height: "18",
|
|
959
|
-
x: "3",
|
|
960
|
-
y: "3",
|
|
961
|
-
rx: "2",
|
|
962
|
-
key: "afitv7"
|
|
963
|
-
}], ["path", {
|
|
964
|
-
d: "M3 9h18",
|
|
965
|
-
key: "1pudct"
|
|
966
|
-
}], ["path", {
|
|
967
|
-
d: "M3 15h18",
|
|
968
|
-
key: "5xshup"
|
|
969
|
-
}], ["path", {
|
|
970
|
-
d: "M9 3v18",
|
|
971
|
-
key: "fh3hqa"
|
|
972
|
-
}], ["path", {
|
|
973
|
-
d: "M15 3v18",
|
|
974
|
-
key: "14nvp0"
|
|
975
|
-
}]];
|
|
976
|
-
const Grid3x3 = createLucideIcon("grid-3x3", __iconNode$18);
|
|
977
|
-
|
|
978
|
-
/**
|
|
979
|
-
* @license lucide-react v0.561.0 - ISC
|
|
980
|
-
*
|
|
981
|
-
* This source code is licensed under the ISC license.
|
|
982
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
983
|
-
*/
|
|
984
|
-
const __iconNode$17 = [["circle", {
|
|
985
|
-
cx: "9",
|
|
986
|
-
cy: "12",
|
|
987
|
-
r: "1",
|
|
988
|
-
key: "1vctgf"
|
|
989
|
-
}], ["circle", {
|
|
990
|
-
cx: "9",
|
|
991
|
-
cy: "5",
|
|
992
|
-
r: "1",
|
|
993
|
-
key: "hp0tcf"
|
|
994
|
-
}], ["circle", {
|
|
995
|
-
cx: "9",
|
|
996
|
-
cy: "19",
|
|
997
|
-
r: "1",
|
|
998
|
-
key: "fkjjf6"
|
|
999
|
-
}], ["circle", {
|
|
1000
|
-
cx: "15",
|
|
1001
|
-
cy: "12",
|
|
1002
|
-
r: "1",
|
|
1003
|
-
key: "1tmaij"
|
|
1004
|
-
}], ["circle", {
|
|
1005
|
-
cx: "15",
|
|
1006
|
-
cy: "5",
|
|
1007
|
-
r: "1",
|
|
1008
|
-
key: "19l28e"
|
|
485
|
+
key: "19l28e"
|
|
1009
486
|
}], ["circle", {
|
|
1010
487
|
cx: "15",
|
|
1011
488
|
cy: "19",
|
|
1012
489
|
r: "1",
|
|
1013
|
-
key: "f4zoj3"
|
|
1014
|
-
}]];
|
|
1015
|
-
const GripVertical = createLucideIcon("grip-vertical", __iconNode$17);
|
|
1016
|
-
|
|
1017
|
-
/**
|
|
1018
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1019
|
-
*
|
|
1020
|
-
* This source code is licensed under the ISC license.
|
|
1021
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1022
|
-
*/
|
|
1023
|
-
const __iconNode$16 = [["path", {
|
|
1024
|
-
d: "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",
|
|
1025
|
-
key: "mvr1a0"
|
|
1026
|
-
}]];
|
|
1027
|
-
const Heart = createLucideIcon("heart", __iconNode$16);
|
|
1028
|
-
|
|
1029
|
-
/**
|
|
1030
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1031
|
-
*
|
|
1032
|
-
* This source code is licensed under the ISC license.
|
|
1033
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1034
|
-
*/
|
|
1035
|
-
const __iconNode$15 = [["path", {
|
|
1036
|
-
d: "M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",
|
|
1037
|
-
key: "5wwlr5"
|
|
1038
|
-
}], ["path", {
|
|
1039
|
-
d: "M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
|
|
1040
|
-
key: "r6nss1"
|
|
1041
|
-
}]];
|
|
1042
|
-
const House = createLucideIcon("house", __iconNode$15);
|
|
1043
|
-
|
|
1044
|
-
/**
|
|
1045
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1046
|
-
*
|
|
1047
|
-
* This source code is licensed under the ISC license.
|
|
1048
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1049
|
-
*/
|
|
1050
|
-
const __iconNode$14 = [["rect", {
|
|
1051
|
-
width: "18",
|
|
1052
|
-
height: "18",
|
|
1053
|
-
x: "3",
|
|
1054
|
-
y: "3",
|
|
1055
|
-
rx: "2",
|
|
1056
|
-
ry: "2",
|
|
1057
|
-
key: "1m3agn"
|
|
1058
|
-
}], ["circle", {
|
|
1059
|
-
cx: "9",
|
|
1060
|
-
cy: "9",
|
|
1061
|
-
r: "2",
|
|
1062
|
-
key: "af1f0g"
|
|
1063
|
-
}], ["path", {
|
|
1064
|
-
d: "m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",
|
|
1065
|
-
key: "1xmnt7"
|
|
1066
|
-
}]];
|
|
1067
|
-
const Image$1 = createLucideIcon("image", __iconNode$14);
|
|
1068
|
-
|
|
1069
|
-
/**
|
|
1070
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1071
|
-
*
|
|
1072
|
-
* This source code is licensed under the ISC license.
|
|
1073
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1074
|
-
*/
|
|
1075
|
-
const __iconNode$13 = [["circle", {
|
|
1076
|
-
cx: "12",
|
|
1077
|
-
cy: "12",
|
|
1078
|
-
r: "10",
|
|
1079
|
-
key: "1mglay"
|
|
1080
|
-
}], ["path", {
|
|
1081
|
-
d: "M12 16v-4",
|
|
1082
|
-
key: "1dtifu"
|
|
1083
|
-
}], ["path", {
|
|
1084
|
-
d: "M12 8h.01",
|
|
1085
|
-
key: "e9boi3"
|
|
1086
|
-
}]];
|
|
1087
|
-
const Info = createLucideIcon("info", __iconNode$13);
|
|
1088
|
-
|
|
1089
|
-
/**
|
|
1090
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1091
|
-
*
|
|
1092
|
-
* This source code is licensed under the ISC license.
|
|
1093
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1094
|
-
*/
|
|
1095
|
-
const __iconNode$12 = [["path", {
|
|
1096
|
-
d: "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",
|
|
1097
|
-
key: "zw3jo"
|
|
1098
|
-
}], ["path", {
|
|
1099
|
-
d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",
|
|
1100
|
-
key: "1wduqc"
|
|
1101
|
-
}], ["path", {
|
|
1102
|
-
d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",
|
|
1103
|
-
key: "kqbvx6"
|
|
1104
|
-
}]];
|
|
1105
|
-
const Layers = createLucideIcon("layers", __iconNode$12);
|
|
1106
|
-
|
|
1107
|
-
/**
|
|
1108
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1109
|
-
*
|
|
1110
|
-
* This source code is licensed under the ISC license.
|
|
1111
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1112
|
-
*/
|
|
1113
|
-
const __iconNode$11 = [["path", {
|
|
1114
|
-
d: "M9 17H7A5 5 0 0 1 7 7h2",
|
|
1115
|
-
key: "8i5ue5"
|
|
1116
|
-
}], ["path", {
|
|
1117
|
-
d: "M15 7h2a5 5 0 1 1 0 10h-2",
|
|
1118
|
-
key: "1b9ql8"
|
|
1119
|
-
}], ["line", {
|
|
1120
|
-
x1: "8",
|
|
1121
|
-
x2: "16",
|
|
1122
|
-
y1: "12",
|
|
1123
|
-
y2: "12",
|
|
1124
|
-
key: "1jonct"
|
|
1125
|
-
}]];
|
|
1126
|
-
const Link2 = createLucideIcon("link-2", __iconNode$11);
|
|
1127
|
-
|
|
1128
|
-
/**
|
|
1129
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1130
|
-
*
|
|
1131
|
-
* This source code is licensed under the ISC license.
|
|
1132
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1133
|
-
*/
|
|
1134
|
-
const __iconNode$10 = [["path", {
|
|
1135
|
-
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
|
1136
|
-
key: "1cjeqo"
|
|
1137
|
-
}], ["path", {
|
|
1138
|
-
d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
|
|
1139
|
-
key: "19qd67"
|
|
1140
|
-
}]];
|
|
1141
|
-
const Link = createLucideIcon("link", __iconNode$10);
|
|
1142
|
-
|
|
1143
|
-
/**
|
|
1144
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1145
|
-
*
|
|
1146
|
-
* This source code is licensed under the ISC license.
|
|
1147
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1148
|
-
*/
|
|
1149
|
-
const __iconNode$$ = [["path", {
|
|
1150
|
-
d: "M3 5h.01",
|
|
1151
|
-
key: "18ugdj"
|
|
1152
|
-
}], ["path", {
|
|
1153
|
-
d: "M3 12h.01",
|
|
1154
|
-
key: "nlz23k"
|
|
1155
|
-
}], ["path", {
|
|
1156
|
-
d: "M3 19h.01",
|
|
1157
|
-
key: "noohij"
|
|
1158
|
-
}], ["path", {
|
|
1159
|
-
d: "M8 5h13",
|
|
1160
|
-
key: "1pao27"
|
|
1161
|
-
}], ["path", {
|
|
1162
|
-
d: "M8 12h13",
|
|
1163
|
-
key: "1za7za"
|
|
1164
|
-
}], ["path", {
|
|
1165
|
-
d: "M8 19h13",
|
|
1166
|
-
key: "m83p4d"
|
|
1167
|
-
}]];
|
|
1168
|
-
const List = createLucideIcon("list", __iconNode$$);
|
|
1169
|
-
|
|
1170
|
-
/**
|
|
1171
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1172
|
-
*
|
|
1173
|
-
* This source code is licensed under the ISC license.
|
|
1174
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1175
|
-
*/
|
|
1176
|
-
const __iconNode$_ = [["path", {
|
|
1177
|
-
d: "M12 2v4",
|
|
1178
|
-
key: "3427ic"
|
|
1179
|
-
}], ["path", {
|
|
1180
|
-
d: "m16.2 7.8 2.9-2.9",
|
|
1181
|
-
key: "r700ao"
|
|
1182
|
-
}], ["path", {
|
|
1183
|
-
d: "M18 12h4",
|
|
1184
|
-
key: "wj9ykh"
|
|
1185
|
-
}], ["path", {
|
|
1186
|
-
d: "m16.2 16.2 2.9 2.9",
|
|
1187
|
-
key: "1bxg5t"
|
|
1188
|
-
}], ["path", {
|
|
1189
|
-
d: "M12 18v4",
|
|
1190
|
-
key: "jadmvz"
|
|
1191
|
-
}], ["path", {
|
|
1192
|
-
d: "m4.9 19.1 2.9-2.9",
|
|
1193
|
-
key: "bwix9q"
|
|
1194
|
-
}], ["path", {
|
|
1195
|
-
d: "M2 12h4",
|
|
1196
|
-
key: "j09sii"
|
|
1197
|
-
}], ["path", {
|
|
1198
|
-
d: "m4.9 4.9 2.9 2.9",
|
|
1199
|
-
key: "giyufr"
|
|
1200
|
-
}]];
|
|
1201
|
-
const Loader = createLucideIcon("loader", __iconNode$_);
|
|
1202
|
-
|
|
1203
|
-
/**
|
|
1204
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1205
|
-
*
|
|
1206
|
-
* This source code is licensed under the ISC license.
|
|
1207
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1208
|
-
*/
|
|
1209
|
-
const __iconNode$Z = [["rect", {
|
|
1210
|
-
width: "18",
|
|
1211
|
-
height: "11",
|
|
1212
|
-
x: "3",
|
|
1213
|
-
y: "11",
|
|
1214
|
-
rx: "2",
|
|
1215
|
-
ry: "2",
|
|
1216
|
-
key: "1w4ew1"
|
|
1217
|
-
}], ["path", {
|
|
1218
|
-
d: "M7 11V7a5 5 0 0 1 9.9-1",
|
|
1219
|
-
key: "1mm8w8"
|
|
1220
|
-
}]];
|
|
1221
|
-
const LockOpen = createLucideIcon("lock-open", __iconNode$Z);
|
|
1222
|
-
|
|
1223
|
-
/**
|
|
1224
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1225
|
-
*
|
|
1226
|
-
* This source code is licensed under the ISC license.
|
|
1227
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1228
|
-
*/
|
|
1229
|
-
const __iconNode$Y = [["rect", {
|
|
1230
|
-
width: "18",
|
|
1231
|
-
height: "11",
|
|
1232
|
-
x: "3",
|
|
1233
|
-
y: "11",
|
|
1234
|
-
rx: "2",
|
|
1235
|
-
ry: "2",
|
|
1236
|
-
key: "1w4ew1"
|
|
1237
|
-
}], ["path", {
|
|
1238
|
-
d: "M7 11V7a5 5 0 0 1 10 0v4",
|
|
1239
|
-
key: "fwvmzm"
|
|
1240
|
-
}]];
|
|
1241
|
-
const Lock = createLucideIcon("lock", __iconNode$Y);
|
|
1242
|
-
|
|
1243
|
-
/**
|
|
1244
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1245
|
-
*
|
|
1246
|
-
* This source code is licensed under the ISC license.
|
|
1247
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1248
|
-
*/
|
|
1249
|
-
const __iconNode$X = [["path", {
|
|
1250
|
-
d: "m16 17 5-5-5-5",
|
|
1251
|
-
key: "1bji2h"
|
|
1252
|
-
}], ["path", {
|
|
1253
|
-
d: "M21 12H9",
|
|
1254
|
-
key: "dn1m92"
|
|
1255
|
-
}], ["path", {
|
|
1256
|
-
d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",
|
|
1257
|
-
key: "1uf3rs"
|
|
1258
|
-
}]];
|
|
1259
|
-
const LogOut = createLucideIcon("log-out", __iconNode$X);
|
|
1260
|
-
|
|
1261
|
-
/**
|
|
1262
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1263
|
-
*
|
|
1264
|
-
* This source code is licensed under the ISC license.
|
|
1265
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1266
|
-
*/
|
|
1267
|
-
const __iconNode$W = [["path", {
|
|
1268
|
-
d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",
|
|
1269
|
-
key: "132q7q"
|
|
1270
|
-
}], ["rect", {
|
|
1271
|
-
x: "2",
|
|
1272
|
-
y: "4",
|
|
1273
|
-
width: "20",
|
|
1274
|
-
height: "16",
|
|
1275
|
-
rx: "2",
|
|
1276
|
-
key: "izxlao"
|
|
1277
|
-
}]];
|
|
1278
|
-
const Mail = createLucideIcon("mail", __iconNode$W);
|
|
1279
|
-
|
|
1280
|
-
/**
|
|
1281
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1282
|
-
*
|
|
1283
|
-
* This source code is licensed under the ISC license.
|
|
1284
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1285
|
-
*/
|
|
1286
|
-
const __iconNode$V = [["path", {
|
|
1287
|
-
d: "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",
|
|
1288
|
-
key: "1r0f0z"
|
|
1289
|
-
}], ["circle", {
|
|
1290
|
-
cx: "12",
|
|
1291
|
-
cy: "10",
|
|
1292
|
-
r: "3",
|
|
1293
|
-
key: "ilqhr7"
|
|
1294
|
-
}]];
|
|
1295
|
-
const MapPin = createLucideIcon("map-pin", __iconNode$V);
|
|
1296
|
-
|
|
1297
|
-
/**
|
|
1298
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1299
|
-
*
|
|
1300
|
-
* This source code is licensed under the ISC license.
|
|
1301
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1302
|
-
*/
|
|
1303
|
-
const __iconNode$U = [["path", {
|
|
1304
|
-
d: "M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",
|
|
1305
|
-
key: "169xi5"
|
|
1306
|
-
}], ["path", {
|
|
1307
|
-
d: "M15 5.764v15",
|
|
1308
|
-
key: "1pn4in"
|
|
1309
|
-
}], ["path", {
|
|
1310
|
-
d: "M9 3.236v15",
|
|
1311
|
-
key: "1uimfh"
|
|
1312
|
-
}]];
|
|
1313
|
-
const Map = createLucideIcon("map", __iconNode$U);
|
|
1314
|
-
|
|
1315
|
-
/**
|
|
1316
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1317
|
-
*
|
|
1318
|
-
* This source code is licensed under the ISC license.
|
|
1319
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1320
|
-
*/
|
|
1321
|
-
const __iconNode$T = [["path", {
|
|
1322
|
-
d: "M15 3h6v6",
|
|
1323
|
-
key: "1q9fwt"
|
|
1324
|
-
}], ["path", {
|
|
1325
|
-
d: "m21 3-7 7",
|
|
1326
|
-
key: "1l2asr"
|
|
1327
|
-
}], ["path", {
|
|
1328
|
-
d: "m3 21 7-7",
|
|
1329
|
-
key: "tjx5ai"
|
|
1330
|
-
}], ["path", {
|
|
1331
|
-
d: "M9 21H3v-6",
|
|
1332
|
-
key: "wtvkvv"
|
|
1333
|
-
}]];
|
|
1334
|
-
const Maximize2 = createLucideIcon("maximize-2", __iconNode$T);
|
|
1335
|
-
|
|
1336
|
-
/**
|
|
1337
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1338
|
-
*
|
|
1339
|
-
* This source code is licensed under the ISC license.
|
|
1340
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1341
|
-
*/
|
|
1342
|
-
const __iconNode$S = [["path", {
|
|
1343
|
-
d: "M4 5h16",
|
|
1344
|
-
key: "1tepv9"
|
|
1345
|
-
}], ["path", {
|
|
1346
|
-
d: "M4 12h16",
|
|
1347
|
-
key: "1lakjw"
|
|
1348
|
-
}], ["path", {
|
|
1349
|
-
d: "M4 19h16",
|
|
1350
|
-
key: "1djgab"
|
|
1351
|
-
}]];
|
|
1352
|
-
const Menu = createLucideIcon("menu", __iconNode$S);
|
|
1353
|
-
|
|
1354
|
-
/**
|
|
1355
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1356
|
-
*
|
|
1357
|
-
* This source code is licensed under the ISC license.
|
|
1358
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1359
|
-
*/
|
|
1360
|
-
const __iconNode$R = [["path", {
|
|
1361
|
-
d: "M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",
|
|
1362
|
-
key: "1sd12s"
|
|
1363
|
-
}]];
|
|
1364
|
-
const MessageCircle = createLucideIcon("message-circle", __iconNode$R);
|
|
1365
|
-
|
|
1366
|
-
/**
|
|
1367
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1368
|
-
*
|
|
1369
|
-
* This source code is licensed under the ISC license.
|
|
1370
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1371
|
-
*/
|
|
1372
|
-
const __iconNode$Q = [["path", {
|
|
1373
|
-
d: "M5 12h14",
|
|
1374
|
-
key: "1ays0h"
|
|
1375
|
-
}]];
|
|
1376
|
-
const Minus = createLucideIcon("minus", __iconNode$Q);
|
|
1377
|
-
|
|
1378
|
-
/**
|
|
1379
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1380
|
-
*
|
|
1381
|
-
* This source code is licensed under the ISC license.
|
|
1382
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1383
|
-
*/
|
|
1384
|
-
const __iconNode$P = [["rect", {
|
|
1385
|
-
width: "20",
|
|
1386
|
-
height: "14",
|
|
1387
|
-
x: "2",
|
|
1388
|
-
y: "3",
|
|
1389
|
-
rx: "2",
|
|
1390
|
-
key: "48i651"
|
|
1391
|
-
}], ["line", {
|
|
1392
|
-
x1: "8",
|
|
1393
|
-
x2: "16",
|
|
1394
|
-
y1: "21",
|
|
1395
|
-
y2: "21",
|
|
1396
|
-
key: "1svkeh"
|
|
1397
|
-
}], ["line", {
|
|
1398
|
-
x1: "12",
|
|
1399
|
-
x2: "12",
|
|
1400
|
-
y1: "17",
|
|
1401
|
-
y2: "21",
|
|
1402
|
-
key: "vw1qmm"
|
|
1403
|
-
}]];
|
|
1404
|
-
const Monitor = createLucideIcon("monitor", __iconNode$P);
|
|
1405
|
-
|
|
1406
|
-
/**
|
|
1407
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1408
|
-
*
|
|
1409
|
-
* This source code is licensed under the ISC license.
|
|
1410
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1411
|
-
*/
|
|
1412
|
-
const __iconNode$O = [["path", {
|
|
1413
|
-
d: "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",
|
|
1414
|
-
key: "kfwtm"
|
|
1415
|
-
}]];
|
|
1416
|
-
const Moon = createLucideIcon("moon", __iconNode$O);
|
|
1417
|
-
|
|
1418
|
-
/**
|
|
1419
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1420
|
-
*
|
|
1421
|
-
* This source code is licensed under the ISC license.
|
|
1422
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1423
|
-
*/
|
|
1424
|
-
const __iconNode$N = [["path", {
|
|
1425
|
-
d: "M12 2v20",
|
|
1426
|
-
key: "t6zp3m"
|
|
1427
|
-
}], ["path", {
|
|
1428
|
-
d: "m15 19-3 3-3-3",
|
|
1429
|
-
key: "11eu04"
|
|
1430
|
-
}], ["path", {
|
|
1431
|
-
d: "m19 9 3 3-3 3",
|
|
1432
|
-
key: "1mg7y2"
|
|
1433
|
-
}], ["path", {
|
|
1434
|
-
d: "M2 12h20",
|
|
1435
|
-
key: "9i4pu4"
|
|
1436
|
-
}], ["path", {
|
|
1437
|
-
d: "m5 9-3 3 3 3",
|
|
1438
|
-
key: "j64kie"
|
|
1439
|
-
}], ["path", {
|
|
1440
|
-
d: "m9 5 3-3 3 3",
|
|
1441
|
-
key: "l8vdw6"
|
|
1442
|
-
}]];
|
|
1443
|
-
const Move = createLucideIcon("move", __iconNode$N);
|
|
1444
|
-
|
|
1445
|
-
/**
|
|
1446
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1447
|
-
*
|
|
1448
|
-
* This source code is licensed under the ISC license.
|
|
1449
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1450
|
-
*/
|
|
1451
|
-
const __iconNode$M = [["path", {
|
|
1452
|
-
d: "M9 18V5l12-2v13",
|
|
1453
|
-
key: "1jmyc2"
|
|
1454
|
-
}], ["circle", {
|
|
1455
|
-
cx: "6",
|
|
1456
|
-
cy: "18",
|
|
1457
|
-
r: "3",
|
|
1458
|
-
key: "fqmcym"
|
|
1459
|
-
}], ["circle", {
|
|
1460
|
-
cx: "18",
|
|
1461
|
-
cy: "16",
|
|
1462
|
-
r: "3",
|
|
1463
|
-
key: "1hluhg"
|
|
1464
|
-
}]];
|
|
1465
|
-
const Music = createLucideIcon("music", __iconNode$M);
|
|
1466
|
-
|
|
1467
|
-
/**
|
|
1468
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1469
|
-
*
|
|
1470
|
-
* This source code is licensed under the ISC license.
|
|
1471
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1472
|
-
*/
|
|
1473
|
-
const __iconNode$L = [["path", {
|
|
1474
|
-
d: "M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 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.73z",
|
|
1475
|
-
key: "1a0edw"
|
|
1476
|
-
}], ["path", {
|
|
1477
|
-
d: "M12 22V12",
|
|
1478
|
-
key: "d0xqtd"
|
|
1479
|
-
}], ["polyline", {
|
|
1480
|
-
points: "3.29 7 12 12 20.71 7",
|
|
1481
|
-
key: "ousv84"
|
|
1482
|
-
}], ["path", {
|
|
1483
|
-
d: "m7.5 4.27 9 5.15",
|
|
1484
|
-
key: "1c824w"
|
|
1485
|
-
}]];
|
|
1486
|
-
const Package = createLucideIcon("package", __iconNode$L);
|
|
1487
|
-
|
|
1488
|
-
/**
|
|
1489
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1490
|
-
*
|
|
1491
|
-
* This source code is licensed under the ISC license.
|
|
1492
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1493
|
-
*/
|
|
1494
|
-
const __iconNode$K = [["rect", {
|
|
1495
|
-
width: "18",
|
|
1496
|
-
height: "18",
|
|
1497
|
-
x: "3",
|
|
1498
|
-
y: "3",
|
|
1499
|
-
rx: "2",
|
|
1500
|
-
key: "afitv7"
|
|
1501
|
-
}], ["path", {
|
|
1502
|
-
d: "M9 3v18",
|
|
1503
|
-
key: "fh3hqa"
|
|
1504
|
-
}]];
|
|
1505
|
-
const PanelLeft = createLucideIcon("panel-left", __iconNode$K);
|
|
1506
|
-
|
|
1507
|
-
/**
|
|
1508
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1509
|
-
*
|
|
1510
|
-
* This source code is licensed under the ISC license.
|
|
1511
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1512
|
-
*/
|
|
1513
|
-
const __iconNode$J = [["rect", {
|
|
1514
|
-
width: "18",
|
|
1515
|
-
height: "18",
|
|
1516
|
-
x: "3",
|
|
1517
|
-
y: "3",
|
|
1518
|
-
rx: "2",
|
|
1519
|
-
key: "afitv7"
|
|
1520
|
-
}], ["path", {
|
|
1521
|
-
d: "M3 9h18",
|
|
1522
|
-
key: "1pudct"
|
|
1523
|
-
}], ["path", {
|
|
1524
|
-
d: "M9 21V9",
|
|
1525
|
-
key: "1oto5p"
|
|
1526
|
-
}]];
|
|
1527
|
-
const PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode$J);
|
|
1528
|
-
|
|
1529
|
-
/**
|
|
1530
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1531
|
-
*
|
|
1532
|
-
* This source code is licensed under the ISC license.
|
|
1533
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1534
|
-
*/
|
|
1535
|
-
const __iconNode$I = [["rect", {
|
|
1536
|
-
x: "14",
|
|
1537
|
-
y: "3",
|
|
1538
|
-
width: "5",
|
|
1539
|
-
height: "18",
|
|
1540
|
-
rx: "1",
|
|
1541
|
-
key: "kaeet6"
|
|
1542
|
-
}], ["rect", {
|
|
1543
|
-
x: "5",
|
|
1544
|
-
y: "3",
|
|
1545
|
-
width: "5",
|
|
1546
|
-
height: "18",
|
|
1547
|
-
rx: "1",
|
|
1548
|
-
key: "1wsw3u"
|
|
1549
|
-
}]];
|
|
1550
|
-
const Pause = createLucideIcon("pause", __iconNode$I);
|
|
1551
|
-
|
|
1552
|
-
/**
|
|
1553
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1554
|
-
*
|
|
1555
|
-
* This source code is licensed under the ISC license.
|
|
1556
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1557
|
-
*/
|
|
1558
|
-
const __iconNode$H = [["path", {
|
|
1559
|
-
d: "M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",
|
|
1560
|
-
key: "10ikf1"
|
|
1561
|
-
}]];
|
|
1562
|
-
const Play = createLucideIcon("play", __iconNode$H);
|
|
1563
|
-
|
|
1564
|
-
/**
|
|
1565
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1566
|
-
*
|
|
1567
|
-
* This source code is licensed under the ISC license.
|
|
1568
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1569
|
-
*/
|
|
1570
|
-
const __iconNode$G = [["path", {
|
|
1571
|
-
d: "M5 12h14",
|
|
1572
|
-
key: "1ays0h"
|
|
1573
|
-
}], ["path", {
|
|
1574
|
-
d: "M12 5v14",
|
|
1575
|
-
key: "s699le"
|
|
1576
|
-
}]];
|
|
1577
|
-
const Plus = createLucideIcon("plus", __iconNode$G);
|
|
1578
|
-
|
|
1579
|
-
/**
|
|
1580
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1581
|
-
*
|
|
1582
|
-
* This source code is licensed under the ISC license.
|
|
1583
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1584
|
-
*/
|
|
1585
|
-
const __iconNode$F = [["path", {
|
|
1586
|
-
d: "M12 2v10",
|
|
1587
|
-
key: "mnfbl"
|
|
1588
|
-
}], ["path", {
|
|
1589
|
-
d: "M18.4 6.6a9 9 0 1 1-12.77.04",
|
|
1590
|
-
key: "obofu9"
|
|
1591
|
-
}]];
|
|
1592
|
-
const Power = createLucideIcon("power", __iconNode$F);
|
|
1593
|
-
|
|
1594
|
-
/**
|
|
1595
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1596
|
-
*
|
|
1597
|
-
* This source code is licensed under the ISC license.
|
|
1598
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1599
|
-
*/
|
|
1600
|
-
const __iconNode$E = [["path", {
|
|
1601
|
-
d: "M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",
|
|
1602
|
-
key: "143wyd"
|
|
1603
|
-
}], ["path", {
|
|
1604
|
-
d: "M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",
|
|
1605
|
-
key: "1itne7"
|
|
1606
|
-
}], ["rect", {
|
|
1607
|
-
x: "6",
|
|
1608
|
-
y: "14",
|
|
1609
|
-
width: "12",
|
|
1610
|
-
height: "8",
|
|
1611
|
-
rx: "1",
|
|
1612
|
-
key: "1ue0tg"
|
|
1613
|
-
}]];
|
|
1614
|
-
const Printer = createLucideIcon("printer", __iconNode$E);
|
|
1615
|
-
|
|
1616
|
-
/**
|
|
1617
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1618
|
-
*
|
|
1619
|
-
* This source code is licensed under the ISC license.
|
|
1620
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1621
|
-
*/
|
|
1622
|
-
const __iconNode$D = [["path", {
|
|
1623
|
-
d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",
|
|
1624
|
-
key: "v9h5vc"
|
|
1625
|
-
}], ["path", {
|
|
1626
|
-
d: "M21 3v5h-5",
|
|
1627
|
-
key: "1q7to0"
|
|
1628
|
-
}], ["path", {
|
|
1629
|
-
d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",
|
|
1630
|
-
key: "3uifl3"
|
|
1631
|
-
}], ["path", {
|
|
1632
|
-
d: "M8 16H3v5",
|
|
1633
|
-
key: "1cv678"
|
|
1634
|
-
}]];
|
|
1635
|
-
const RefreshCw = createLucideIcon("refresh-cw", __iconNode$D);
|
|
1636
|
-
|
|
1637
|
-
/**
|
|
1638
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1639
|
-
*
|
|
1640
|
-
* This source code is licensed under the ISC license.
|
|
1641
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1642
|
-
*/
|
|
1643
|
-
const __iconNode$C = [["path", {
|
|
1644
|
-
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",
|
|
1645
|
-
key: "1c8476"
|
|
1646
|
-
}], ["path", {
|
|
1647
|
-
d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",
|
|
1648
|
-
key: "1ydtos"
|
|
1649
|
-
}], ["path", {
|
|
1650
|
-
d: "M7 3v4a1 1 0 0 0 1 1h7",
|
|
1651
|
-
key: "t51u73"
|
|
1652
|
-
}]];
|
|
1653
|
-
const Save = createLucideIcon("save", __iconNode$C);
|
|
1654
|
-
|
|
1655
|
-
/**
|
|
1656
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1657
|
-
*
|
|
1658
|
-
* This source code is licensed under the ISC license.
|
|
1659
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1660
|
-
*/
|
|
1661
|
-
const __iconNode$B = [["path", {
|
|
1662
|
-
d: "m21 21-4.34-4.34",
|
|
1663
|
-
key: "14j7rj"
|
|
1664
|
-
}], ["circle", {
|
|
1665
|
-
cx: "11",
|
|
1666
|
-
cy: "11",
|
|
1667
|
-
r: "8",
|
|
1668
|
-
key: "4ej97u"
|
|
1669
|
-
}]];
|
|
1670
|
-
const Search = createLucideIcon("search", __iconNode$B);
|
|
1671
|
-
|
|
1672
|
-
/**
|
|
1673
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1674
|
-
*
|
|
1675
|
-
* This source code is licensed under the ISC license.
|
|
1676
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1677
|
-
*/
|
|
1678
|
-
const __iconNode$A = [["path", {
|
|
1679
|
-
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",
|
|
1680
|
-
key: "1ffxy3"
|
|
1681
|
-
}], ["path", {
|
|
1682
|
-
d: "m21.854 2.147-10.94 10.939",
|
|
1683
|
-
key: "12cjpa"
|
|
1684
|
-
}]];
|
|
1685
|
-
const Send = createLucideIcon("send", __iconNode$A);
|
|
1686
|
-
|
|
1687
|
-
/**
|
|
1688
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1689
|
-
*
|
|
1690
|
-
* This source code is licensed under the ISC license.
|
|
1691
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1692
|
-
*/
|
|
1693
|
-
const __iconNode$z = [["rect", {
|
|
1694
|
-
width: "20",
|
|
1695
|
-
height: "8",
|
|
1696
|
-
x: "2",
|
|
1697
|
-
y: "2",
|
|
1698
|
-
rx: "2",
|
|
1699
|
-
ry: "2",
|
|
1700
|
-
key: "ngkwjq"
|
|
1701
|
-
}], ["rect", {
|
|
1702
|
-
width: "20",
|
|
1703
|
-
height: "8",
|
|
1704
|
-
x: "2",
|
|
1705
|
-
y: "14",
|
|
1706
|
-
rx: "2",
|
|
1707
|
-
ry: "2",
|
|
1708
|
-
key: "iecqi9"
|
|
1709
|
-
}], ["line", {
|
|
1710
|
-
x1: "6",
|
|
1711
|
-
x2: "6.01",
|
|
1712
|
-
y1: "6",
|
|
1713
|
-
y2: "6",
|
|
1714
|
-
key: "16zg32"
|
|
1715
|
-
}], ["line", {
|
|
1716
|
-
x1: "6",
|
|
1717
|
-
x2: "6.01",
|
|
1718
|
-
y1: "18",
|
|
1719
|
-
y2: "18",
|
|
1720
|
-
key: "nzw8ys"
|
|
1721
|
-
}]];
|
|
1722
|
-
const Server = createLucideIcon("server", __iconNode$z);
|
|
1723
|
-
|
|
1724
|
-
/**
|
|
1725
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1726
|
-
*
|
|
1727
|
-
* This source code is licensed under the ISC license.
|
|
1728
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1729
|
-
*/
|
|
1730
|
-
const __iconNode$y = [["path", {
|
|
1731
|
-
d: "M14 17H5",
|
|
1732
|
-
key: "gfn3mx"
|
|
1733
|
-
}], ["path", {
|
|
1734
|
-
d: "M19 7h-9",
|
|
1735
|
-
key: "6i9tg"
|
|
1736
|
-
}], ["circle", {
|
|
1737
|
-
cx: "17",
|
|
1738
|
-
cy: "17",
|
|
1739
|
-
r: "3",
|
|
1740
|
-
key: "18b49y"
|
|
1741
|
-
}], ["circle", {
|
|
1742
|
-
cx: "7",
|
|
1743
|
-
cy: "7",
|
|
1744
|
-
r: "3",
|
|
1745
|
-
key: "dfmy0x"
|
|
1746
|
-
}]];
|
|
1747
|
-
const Settings2 = createLucideIcon("settings-2", __iconNode$y);
|
|
1748
|
-
|
|
1749
|
-
/**
|
|
1750
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1751
|
-
*
|
|
1752
|
-
* This source code is licensed under the ISC license.
|
|
1753
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1754
|
-
*/
|
|
1755
|
-
const __iconNode$x = [["path", {
|
|
1756
|
-
d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
|
|
1757
|
-
key: "1i5ecw"
|
|
1758
|
-
}], ["circle", {
|
|
1759
|
-
cx: "12",
|
|
1760
|
-
cy: "12",
|
|
1761
|
-
r: "3",
|
|
1762
|
-
key: "1v7zrd"
|
|
1763
|
-
}]];
|
|
1764
|
-
const Settings = createLucideIcon("settings", __iconNode$x);
|
|
1765
|
-
|
|
1766
|
-
/**
|
|
1767
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1768
|
-
*
|
|
1769
|
-
* This source code is licensed under the ISC license.
|
|
1770
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1771
|
-
*/
|
|
1772
|
-
const __iconNode$w = [["path", {
|
|
1773
|
-
d: "M12 2v13",
|
|
1774
|
-
key: "1km8f5"
|
|
1775
|
-
}], ["path", {
|
|
1776
|
-
d: "m16 6-4-4-4 4",
|
|
1777
|
-
key: "13yo43"
|
|
1778
|
-
}], ["path", {
|
|
1779
|
-
d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",
|
|
1780
|
-
key: "1b2hhj"
|
|
1781
|
-
}]];
|
|
1782
|
-
const Share = createLucideIcon("share", __iconNode$w);
|
|
1783
|
-
|
|
1784
|
-
/**
|
|
1785
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1786
|
-
*
|
|
1787
|
-
* This source code is licensed under the ISC license.
|
|
1788
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1789
|
-
*/
|
|
1790
|
-
const __iconNode$v = [["path", {
|
|
1791
|
-
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",
|
|
1792
|
-
key: "oel41y"
|
|
1793
|
-
}]];
|
|
1794
|
-
const Shield = createLucideIcon("shield", __iconNode$v);
|
|
1795
|
-
|
|
1796
|
-
/**
|
|
1797
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1798
|
-
*
|
|
1799
|
-
* This source code is licensed under the ISC license.
|
|
1800
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1801
|
-
*/
|
|
1802
|
-
const __iconNode$u = [["circle", {
|
|
1803
|
-
cx: "8",
|
|
1804
|
-
cy: "21",
|
|
1805
|
-
r: "1",
|
|
1806
|
-
key: "jimo8o"
|
|
1807
|
-
}], ["circle", {
|
|
1808
|
-
cx: "19",
|
|
1809
|
-
cy: "21",
|
|
1810
|
-
r: "1",
|
|
1811
|
-
key: "13723u"
|
|
1812
|
-
}], ["path", {
|
|
1813
|
-
d: "M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",
|
|
1814
|
-
key: "9zh506"
|
|
1815
|
-
}]];
|
|
1816
|
-
const ShoppingCart = createLucideIcon("shopping-cart", __iconNode$u);
|
|
1817
|
-
|
|
1818
|
-
/**
|
|
1819
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1820
|
-
*
|
|
1821
|
-
* This source code is licensed under the ISC license.
|
|
1822
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1823
|
-
*/
|
|
1824
|
-
const __iconNode$t = [["path", {
|
|
1825
|
-
d: "M10 8h4",
|
|
1826
|
-
key: "1sr2af"
|
|
1827
|
-
}], ["path", {
|
|
1828
|
-
d: "M12 21v-9",
|
|
1829
|
-
key: "17s77i"
|
|
1830
|
-
}], ["path", {
|
|
1831
|
-
d: "M12 8V3",
|
|
1832
|
-
key: "13r4qs"
|
|
1833
|
-
}], ["path", {
|
|
1834
|
-
d: "M17 16h4",
|
|
1835
|
-
key: "h1uq16"
|
|
1836
|
-
}], ["path", {
|
|
1837
|
-
d: "M19 12V3",
|
|
1838
|
-
key: "o1uvq1"
|
|
1839
|
-
}], ["path", {
|
|
1840
|
-
d: "M19 21v-5",
|
|
1841
|
-
key: "qua636"
|
|
1842
|
-
}], ["path", {
|
|
1843
|
-
d: "M3 14h4",
|
|
1844
|
-
key: "bcjad9"
|
|
1845
|
-
}], ["path", {
|
|
1846
|
-
d: "M5 10V3",
|
|
1847
|
-
key: "cb8scm"
|
|
1848
|
-
}], ["path", {
|
|
1849
|
-
d: "M5 21v-7",
|
|
1850
|
-
key: "1w1uti"
|
|
1851
|
-
}]];
|
|
1852
|
-
const SlidersVertical = createLucideIcon("sliders-vertical", __iconNode$t);
|
|
1853
|
-
|
|
1854
|
-
/**
|
|
1855
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1856
|
-
*
|
|
1857
|
-
* This source code is licensed under the ISC license.
|
|
1858
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1859
|
-
*/
|
|
1860
|
-
const __iconNode$s = [["rect", {
|
|
1861
|
-
width: "14",
|
|
1862
|
-
height: "20",
|
|
1863
|
-
x: "5",
|
|
1864
|
-
y: "2",
|
|
1865
|
-
rx: "2",
|
|
1866
|
-
ry: "2",
|
|
1867
|
-
key: "1yt0o3"
|
|
1868
|
-
}], ["path", {
|
|
1869
|
-
d: "M12 18h.01",
|
|
1870
|
-
key: "mhygvu"
|
|
1871
|
-
}]];
|
|
1872
|
-
const Smartphone = createLucideIcon("smartphone", __iconNode$s);
|
|
1873
|
-
|
|
1874
|
-
/**
|
|
1875
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1876
|
-
*
|
|
1877
|
-
* This source code is licensed under the ISC license.
|
|
1878
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1879
|
-
*/
|
|
1880
|
-
const __iconNode$r = [["path", {
|
|
1881
|
-
d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",
|
|
1882
|
-
key: "1m0v6g"
|
|
1883
|
-
}], ["path", {
|
|
1884
|
-
d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",
|
|
1885
|
-
key: "ohrbg2"
|
|
1886
|
-
}]];
|
|
1887
|
-
const SquarePen = createLucideIcon("square-pen", __iconNode$r);
|
|
1888
|
-
|
|
1889
|
-
/**
|
|
1890
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1891
|
-
*
|
|
1892
|
-
* This source code is licensed under the ISC license.
|
|
1893
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1894
|
-
*/
|
|
1895
|
-
const __iconNode$q = [["rect", {
|
|
1896
|
-
width: "18",
|
|
1897
|
-
height: "18",
|
|
1898
|
-
x: "3",
|
|
1899
|
-
y: "3",
|
|
1900
|
-
rx: "2",
|
|
1901
|
-
key: "afitv7"
|
|
1902
|
-
}]];
|
|
1903
|
-
const Square = createLucideIcon("square", __iconNode$q);
|
|
1904
|
-
|
|
1905
|
-
/**
|
|
1906
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1907
|
-
*
|
|
1908
|
-
* This source code is licensed under the ISC license.
|
|
1909
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1910
|
-
*/
|
|
1911
|
-
const __iconNode$p = [["path", {
|
|
1912
|
-
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",
|
|
1913
|
-
key: "r04s7s"
|
|
1914
|
-
}]];
|
|
1915
|
-
const Star = createLucideIcon("star", __iconNode$p);
|
|
1916
|
-
|
|
1917
|
-
/**
|
|
1918
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1919
|
-
*
|
|
1920
|
-
* This source code is licensed under the ISC license.
|
|
1921
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1922
|
-
*/
|
|
1923
|
-
const __iconNode$o = [["circle", {
|
|
1924
|
-
cx: "12",
|
|
1925
|
-
cy: "12",
|
|
1926
|
-
r: "4",
|
|
1927
|
-
key: "4exip2"
|
|
1928
|
-
}], ["path", {
|
|
1929
|
-
d: "M12 2v2",
|
|
1930
|
-
key: "tus03m"
|
|
1931
|
-
}], ["path", {
|
|
1932
|
-
d: "M12 20v2",
|
|
1933
|
-
key: "1lh1kg"
|
|
1934
|
-
}], ["path", {
|
|
1935
|
-
d: "m4.93 4.93 1.41 1.41",
|
|
1936
|
-
key: "149t6j"
|
|
1937
|
-
}], ["path", {
|
|
1938
|
-
d: "m17.66 17.66 1.41 1.41",
|
|
1939
|
-
key: "ptbguv"
|
|
1940
|
-
}], ["path", {
|
|
1941
|
-
d: "M2 12h2",
|
|
1942
|
-
key: "1t8f8n"
|
|
1943
|
-
}], ["path", {
|
|
1944
|
-
d: "M20 12h2",
|
|
1945
|
-
key: "1q8mjw"
|
|
1946
|
-
}], ["path", {
|
|
1947
|
-
d: "m6.34 17.66-1.41 1.41",
|
|
1948
|
-
key: "1m8zz5"
|
|
1949
|
-
}], ["path", {
|
|
1950
|
-
d: "m19.07 4.93-1.41 1.41",
|
|
1951
|
-
key: "1shlcs"
|
|
1952
|
-
}]];
|
|
1953
|
-
const Sun = createLucideIcon("sun", __iconNode$o);
|
|
1954
|
-
|
|
1955
|
-
/**
|
|
1956
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1957
|
-
*
|
|
1958
|
-
* This source code is licensed under the ISC license.
|
|
1959
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1960
|
-
*/
|
|
1961
|
-
const __iconNode$n = [["path", {
|
|
1962
|
-
d: "M12 3v18",
|
|
1963
|
-
key: "108xh3"
|
|
1964
|
-
}], ["rect", {
|
|
1965
|
-
width: "18",
|
|
1966
|
-
height: "18",
|
|
1967
|
-
x: "3",
|
|
1968
|
-
y: "3",
|
|
1969
|
-
rx: "2",
|
|
1970
|
-
key: "afitv7"
|
|
1971
|
-
}], ["path", {
|
|
1972
|
-
d: "M3 9h18",
|
|
1973
|
-
key: "1pudct"
|
|
1974
|
-
}], ["path", {
|
|
1975
|
-
d: "M3 15h18",
|
|
1976
|
-
key: "5xshup"
|
|
1977
|
-
}]];
|
|
1978
|
-
const Table = createLucideIcon("table", __iconNode$n);
|
|
1979
|
-
|
|
1980
|
-
/**
|
|
1981
|
-
* @license lucide-react v0.561.0 - ISC
|
|
1982
|
-
*
|
|
1983
|
-
* This source code is licensed under the ISC license.
|
|
1984
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
1985
|
-
*/
|
|
1986
|
-
const __iconNode$m = [["path", {
|
|
1987
|
-
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",
|
|
1988
|
-
key: "vktsd0"
|
|
1989
|
-
}], ["circle", {
|
|
1990
|
-
cx: "7.5",
|
|
1991
|
-
cy: "7.5",
|
|
1992
|
-
r: ".5",
|
|
1993
|
-
fill: "currentColor",
|
|
1994
|
-
key: "kqv944"
|
|
1995
|
-
}]];
|
|
1996
|
-
const Tag = createLucideIcon("tag", __iconNode$m);
|
|
1997
|
-
|
|
1998
|
-
/**
|
|
1999
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2000
|
-
*
|
|
2001
|
-
* This source code is licensed under the ISC license.
|
|
2002
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2003
|
-
*/
|
|
2004
|
-
const __iconNode$l = [["circle", {
|
|
2005
|
-
cx: "12",
|
|
2006
|
-
cy: "12",
|
|
2007
|
-
r: "10",
|
|
2008
|
-
key: "1mglay"
|
|
2009
|
-
}], ["circle", {
|
|
2010
|
-
cx: "12",
|
|
2011
|
-
cy: "12",
|
|
2012
|
-
r: "6",
|
|
2013
|
-
key: "1vlfrh"
|
|
2014
|
-
}], ["circle", {
|
|
2015
|
-
cx: "12",
|
|
2016
|
-
cy: "12",
|
|
2017
|
-
r: "2",
|
|
2018
|
-
key: "1c9p78"
|
|
2019
|
-
}]];
|
|
2020
|
-
const Target = createLucideIcon("target", __iconNode$l);
|
|
2021
|
-
|
|
2022
|
-
/**
|
|
2023
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2024
|
-
*
|
|
2025
|
-
* This source code is licensed under the ISC license.
|
|
2026
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2027
|
-
*/
|
|
2028
|
-
const __iconNode$k = [["path", {
|
|
2029
|
-
d: "M12 19h8",
|
|
2030
|
-
key: "baeox8"
|
|
2031
|
-
}], ["path", {
|
|
2032
|
-
d: "m4 17 6-6-6-6",
|
|
2033
|
-
key: "1yngyt"
|
|
2034
|
-
}]];
|
|
2035
|
-
const Terminal = createLucideIcon("terminal", __iconNode$k);
|
|
2036
|
-
|
|
2037
|
-
/**
|
|
2038
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2039
|
-
*
|
|
2040
|
-
* This source code is licensed under the ISC license.
|
|
2041
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2042
|
-
*/
|
|
2043
|
-
const __iconNode$j = [["path", {
|
|
2044
|
-
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",
|
|
2045
|
-
key: "emmmcr"
|
|
2046
|
-
}], ["path", {
|
|
2047
|
-
d: "M7 10v12",
|
|
2048
|
-
key: "1qc93n"
|
|
2049
|
-
}]];
|
|
2050
|
-
const ThumbsUp = createLucideIcon("thumbs-up", __iconNode$j);
|
|
2051
|
-
|
|
2052
|
-
/**
|
|
2053
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2054
|
-
*
|
|
2055
|
-
* This source code is licensed under the ISC license.
|
|
2056
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2057
|
-
*/
|
|
2058
|
-
const __iconNode$i = [["path", {
|
|
2059
|
-
d: "M10 11v6",
|
|
2060
|
-
key: "nco0om"
|
|
2061
|
-
}], ["path", {
|
|
2062
|
-
d: "M14 11v6",
|
|
2063
|
-
key: "outv1u"
|
|
2064
|
-
}], ["path", {
|
|
2065
|
-
d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",
|
|
2066
|
-
key: "miytrc"
|
|
2067
|
-
}], ["path", {
|
|
2068
|
-
d: "M3 6h18",
|
|
2069
|
-
key: "d0wm0j"
|
|
2070
|
-
}], ["path", {
|
|
2071
|
-
d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",
|
|
2072
|
-
key: "e791ji"
|
|
490
|
+
key: "f4zoj3"
|
|
2073
491
|
}]];
|
|
2074
|
-
const
|
|
492
|
+
const GripVertical = createLucideIcon("grip-vertical", __iconNode$9);
|
|
2075
493
|
|
|
2076
494
|
/**
|
|
2077
495
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2079,17 +497,20 @@ const Trash2 = createLucideIcon("trash-2", __iconNode$i);
|
|
|
2079
497
|
* This source code is licensed under the ISC license.
|
|
2080
498
|
* See the LICENSE file in the root directory of this source tree.
|
|
2081
499
|
*/
|
|
2082
|
-
const __iconNode$
|
|
2083
|
-
d: "
|
|
2084
|
-
key: "
|
|
2085
|
-
}], ["path", {
|
|
2086
|
-
d: "M3 6h18",
|
|
2087
|
-
key: "d0wm0j"
|
|
500
|
+
const __iconNode$8 = [["path", {
|
|
501
|
+
d: "M9 17H7A5 5 0 0 1 7 7h2",
|
|
502
|
+
key: "8i5ue5"
|
|
2088
503
|
}], ["path", {
|
|
2089
|
-
d: "
|
|
2090
|
-
key: "
|
|
504
|
+
d: "M15 7h2a5 5 0 1 1 0 10h-2",
|
|
505
|
+
key: "1b9ql8"
|
|
506
|
+
}], ["line", {
|
|
507
|
+
x1: "8",
|
|
508
|
+
x2: "16",
|
|
509
|
+
y1: "12",
|
|
510
|
+
y2: "12",
|
|
511
|
+
key: "1jonct"
|
|
2091
512
|
}]];
|
|
2092
|
-
const
|
|
513
|
+
const Link2 = createLucideIcon("link-2", __iconNode$8);
|
|
2093
514
|
|
|
2094
515
|
/**
|
|
2095
516
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2097,14 +518,14 @@ const Trash = createLucideIcon("trash", __iconNode$h);
|
|
|
2097
518
|
* This source code is licensed under the ISC license.
|
|
2098
519
|
* See the LICENSE file in the root directory of this source tree.
|
|
2099
520
|
*/
|
|
2100
|
-
const __iconNode$
|
|
2101
|
-
d: "
|
|
2102
|
-
key: "
|
|
521
|
+
const __iconNode$7 = [["path", {
|
|
522
|
+
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
|
523
|
+
key: "1cjeqo"
|
|
2103
524
|
}], ["path", {
|
|
2104
|
-
d: "
|
|
2105
|
-
key: "
|
|
525
|
+
d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
|
|
526
|
+
key: "19qd67"
|
|
2106
527
|
}]];
|
|
2107
|
-
const
|
|
528
|
+
const Link = createLucideIcon("link", __iconNode$7);
|
|
2108
529
|
|
|
2109
530
|
/**
|
|
2110
531
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2112,32 +533,20 @@ const TrendingDown = createLucideIcon("trending-down", __iconNode$g);
|
|
|
2112
533
|
* This source code is licensed under the ISC license.
|
|
2113
534
|
* See the LICENSE file in the root directory of this source tree.
|
|
2114
535
|
*/
|
|
2115
|
-
const __iconNode$
|
|
2116
|
-
d: "
|
|
2117
|
-
key: "
|
|
536
|
+
const __iconNode$6 = [["path", {
|
|
537
|
+
d: "M15 3h6v6",
|
|
538
|
+
key: "1q9fwt"
|
|
2118
539
|
}], ["path", {
|
|
2119
|
-
d: "
|
|
2120
|
-
key: "
|
|
2121
|
-
}]];
|
|
2122
|
-
const TrendingUp = createLucideIcon("trending-up", __iconNode$f);
|
|
2123
|
-
|
|
2124
|
-
/**
|
|
2125
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2126
|
-
*
|
|
2127
|
-
* This source code is licensed under the ISC license.
|
|
2128
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2129
|
-
*/
|
|
2130
|
-
const __iconNode$e = [["path", {
|
|
2131
|
-
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",
|
|
2132
|
-
key: "wmoenq"
|
|
540
|
+
d: "m21 3-7 7",
|
|
541
|
+
key: "1l2asr"
|
|
2133
542
|
}], ["path", {
|
|
2134
|
-
d: "
|
|
2135
|
-
key: "
|
|
543
|
+
d: "m3 21 7-7",
|
|
544
|
+
key: "tjx5ai"
|
|
2136
545
|
}], ["path", {
|
|
2137
|
-
d: "
|
|
2138
|
-
key: "
|
|
546
|
+
d: "M9 21H3v-6",
|
|
547
|
+
key: "wtvkvv"
|
|
2139
548
|
}]];
|
|
2140
|
-
const
|
|
549
|
+
const Maximize2 = createLucideIcon("maximize-2", __iconNode$6);
|
|
2141
550
|
|
|
2142
551
|
/**
|
|
2143
552
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2145,11 +554,14 @@ const TriangleAlert = createLucideIcon("triangle-alert", __iconNode$e);
|
|
|
2145
554
|
* This source code is licensed under the ISC license.
|
|
2146
555
|
* See the LICENSE file in the root directory of this source tree.
|
|
2147
556
|
*/
|
|
2148
|
-
const __iconNode$
|
|
2149
|
-
d: "
|
|
2150
|
-
key: "
|
|
557
|
+
const __iconNode$5 = [["path", {
|
|
558
|
+
d: "M5 12h14",
|
|
559
|
+
key: "1ays0h"
|
|
560
|
+
}], ["path", {
|
|
561
|
+
d: "M12 5v14",
|
|
562
|
+
key: "s699le"
|
|
2151
563
|
}]];
|
|
2152
|
-
const
|
|
564
|
+
const Plus = createLucideIcon("plus", __iconNode$5);
|
|
2153
565
|
|
|
2154
566
|
/**
|
|
2155
567
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2157,46 +569,24 @@ const Triangle = createLucideIcon("triangle", __iconNode$d);
|
|
|
2157
569
|
* This source code is licensed under the ISC license.
|
|
2158
570
|
* See the LICENSE file in the root directory of this source tree.
|
|
2159
571
|
*/
|
|
2160
|
-
const __iconNode$
|
|
2161
|
-
d: "M14
|
|
2162
|
-
key: "
|
|
2163
|
-
}], ["path", {
|
|
2164
|
-
d: "M15 18H9",
|
|
2165
|
-
key: "1lyqi6"
|
|
572
|
+
const __iconNode$4 = [["path", {
|
|
573
|
+
d: "M14 17H5",
|
|
574
|
+
key: "gfn3mx"
|
|
2166
575
|
}], ["path", {
|
|
2167
|
-
d: "M19
|
|
2168
|
-
key: "
|
|
576
|
+
d: "M19 7h-9",
|
|
577
|
+
key: "6i9tg"
|
|
2169
578
|
}], ["circle", {
|
|
2170
579
|
cx: "17",
|
|
2171
|
-
cy: "
|
|
2172
|
-
r: "
|
|
2173
|
-
key: "
|
|
580
|
+
cy: "17",
|
|
581
|
+
r: "3",
|
|
582
|
+
key: "18b49y"
|
|
2174
583
|
}], ["circle", {
|
|
2175
584
|
cx: "7",
|
|
2176
|
-
cy: "
|
|
2177
|
-
r: "
|
|
2178
|
-
key: "
|
|
2179
|
-
}]];
|
|
2180
|
-
const Truck = createLucideIcon("truck", __iconNode$c);
|
|
2181
|
-
|
|
2182
|
-
/**
|
|
2183
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2184
|
-
*
|
|
2185
|
-
* This source code is licensed under the ISC license.
|
|
2186
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2187
|
-
*/
|
|
2188
|
-
const __iconNode$b = [["path", {
|
|
2189
|
-
d: "m17 2-5 5-5-5",
|
|
2190
|
-
key: "16satq"
|
|
2191
|
-
}], ["rect", {
|
|
2192
|
-
width: "20",
|
|
2193
|
-
height: "15",
|
|
2194
|
-
x: "2",
|
|
2195
|
-
y: "7",
|
|
2196
|
-
rx: "2",
|
|
2197
|
-
key: "1e6viu"
|
|
585
|
+
cy: "7",
|
|
586
|
+
r: "3",
|
|
587
|
+
key: "dfmy0x"
|
|
2198
588
|
}]];
|
|
2199
|
-
const
|
|
589
|
+
const Settings2 = createLucideIcon("settings-2", __iconNode$4);
|
|
2200
590
|
|
|
2201
591
|
/**
|
|
2202
592
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2204,17 +594,23 @@ const Tv = createLucideIcon("tv", __iconNode$b);
|
|
|
2204
594
|
* This source code is licensed under the ISC license.
|
|
2205
595
|
* See the LICENSE file in the root directory of this source tree.
|
|
2206
596
|
*/
|
|
2207
|
-
const __iconNode$
|
|
2208
|
-
d: "
|
|
2209
|
-
key: "
|
|
597
|
+
const __iconNode$3 = [["path", {
|
|
598
|
+
d: "M10 11v6",
|
|
599
|
+
key: "nco0om"
|
|
600
|
+
}], ["path", {
|
|
601
|
+
d: "M14 11v6",
|
|
602
|
+
key: "outv1u"
|
|
2210
603
|
}], ["path", {
|
|
2211
|
-
d: "
|
|
2212
|
-
key: "
|
|
604
|
+
d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",
|
|
605
|
+
key: "miytrc"
|
|
606
|
+
}], ["path", {
|
|
607
|
+
d: "M3 6h18",
|
|
608
|
+
key: "d0wm0j"
|
|
2213
609
|
}], ["path", {
|
|
2214
|
-
d: "
|
|
2215
|
-
key: "
|
|
610
|
+
d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",
|
|
611
|
+
key: "e791ji"
|
|
2216
612
|
}]];
|
|
2217
|
-
const
|
|
613
|
+
const Trash2 = createLucideIcon("trash-2", __iconNode$3);
|
|
2218
614
|
|
|
2219
615
|
/**
|
|
2220
616
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2222,7 +618,7 @@ const Type = createLucideIcon("type", __iconNode$a);
|
|
|
2222
618
|
* This source code is licensed under the ISC license.
|
|
2223
619
|
* See the LICENSE file in the root directory of this source tree.
|
|
2224
620
|
*/
|
|
2225
|
-
const __iconNode$
|
|
621
|
+
const __iconNode$2 = [["path", {
|
|
2226
622
|
d: "m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",
|
|
2227
623
|
key: "yqzxt4"
|
|
2228
624
|
}], ["path", {
|
|
@@ -2253,7 +649,7 @@ const __iconNode$9 = [["path", {
|
|
|
2253
649
|
y2: "16",
|
|
2254
650
|
key: "ox905f"
|
|
2255
651
|
}]];
|
|
2256
|
-
const Unlink = createLucideIcon("unlink", __iconNode$
|
|
652
|
+
const Unlink = createLucideIcon("unlink", __iconNode$2);
|
|
2257
653
|
|
|
2258
654
|
/**
|
|
2259
655
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2261,7 +657,7 @@ const Unlink = createLucideIcon("unlink", __iconNode$9);
|
|
|
2261
657
|
* This source code is licensed under the ISC license.
|
|
2262
658
|
* See the LICENSE file in the root directory of this source tree.
|
|
2263
659
|
*/
|
|
2264
|
-
const __iconNode$
|
|
660
|
+
const __iconNode$1 = [["path", {
|
|
2265
661
|
d: "M12 3v12",
|
|
2266
662
|
key: "1x0j5s"
|
|
2267
663
|
}], ["path", {
|
|
@@ -2271,87 +667,7 @@ const __iconNode$8 = [["path", {
|
|
|
2271
667
|
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",
|
|
2272
668
|
key: "ih7n3h"
|
|
2273
669
|
}]];
|
|
2274
|
-
const Upload = createLucideIcon("upload", __iconNode$
|
|
2275
|
-
|
|
2276
|
-
/**
|
|
2277
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2278
|
-
*
|
|
2279
|
-
* This source code is licensed under the ISC license.
|
|
2280
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2281
|
-
*/
|
|
2282
|
-
const __iconNode$7 = [["path", {
|
|
2283
|
-
d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",
|
|
2284
|
-
key: "975kel"
|
|
2285
|
-
}], ["circle", {
|
|
2286
|
-
cx: "12",
|
|
2287
|
-
cy: "7",
|
|
2288
|
-
r: "4",
|
|
2289
|
-
key: "17ys0d"
|
|
2290
|
-
}]];
|
|
2291
|
-
const User = createLucideIcon("user", __iconNode$7);
|
|
2292
|
-
|
|
2293
|
-
/**
|
|
2294
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2295
|
-
*
|
|
2296
|
-
* This source code is licensed under the ISC license.
|
|
2297
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2298
|
-
*/
|
|
2299
|
-
const __iconNode$6 = [["path", {
|
|
2300
|
-
d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",
|
|
2301
|
-
key: "1yyitq"
|
|
2302
|
-
}], ["path", {
|
|
2303
|
-
d: "M16 3.128a4 4 0 0 1 0 7.744",
|
|
2304
|
-
key: "16gr8j"
|
|
2305
|
-
}], ["path", {
|
|
2306
|
-
d: "M22 21v-2a4 4 0 0 0-3-3.87",
|
|
2307
|
-
key: "kshegd"
|
|
2308
|
-
}], ["circle", {
|
|
2309
|
-
cx: "9",
|
|
2310
|
-
cy: "7",
|
|
2311
|
-
r: "4",
|
|
2312
|
-
key: "nufk8"
|
|
2313
|
-
}]];
|
|
2314
|
-
const Users = createLucideIcon("users", __iconNode$6);
|
|
2315
|
-
|
|
2316
|
-
/**
|
|
2317
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2318
|
-
*
|
|
2319
|
-
* This source code is licensed under the ISC license.
|
|
2320
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2321
|
-
*/
|
|
2322
|
-
const __iconNode$5 = [["path", {
|
|
2323
|
-
d: "m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",
|
|
2324
|
-
key: "ftymec"
|
|
2325
|
-
}], ["rect", {
|
|
2326
|
-
x: "2",
|
|
2327
|
-
y: "6",
|
|
2328
|
-
width: "14",
|
|
2329
|
-
height: "12",
|
|
2330
|
-
rx: "2",
|
|
2331
|
-
key: "158x01"
|
|
2332
|
-
}]];
|
|
2333
|
-
const Video = createLucideIcon("video", __iconNode$5);
|
|
2334
|
-
|
|
2335
|
-
/**
|
|
2336
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2337
|
-
*
|
|
2338
|
-
* This source code is licensed under the ISC license.
|
|
2339
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2340
|
-
*/
|
|
2341
|
-
const __iconNode$4 = [["path", {
|
|
2342
|
-
d: "M12 20h.01",
|
|
2343
|
-
key: "zekei9"
|
|
2344
|
-
}], ["path", {
|
|
2345
|
-
d: "M2 8.82a15 15 0 0 1 20 0",
|
|
2346
|
-
key: "dnpr2z"
|
|
2347
|
-
}], ["path", {
|
|
2348
|
-
d: "M5 12.859a10 10 0 0 1 14 0",
|
|
2349
|
-
key: "1x1e6c"
|
|
2350
|
-
}], ["path", {
|
|
2351
|
-
d: "M8.5 16.429a5 5 0 0 1 7 0",
|
|
2352
|
-
key: "1bycff"
|
|
2353
|
-
}]];
|
|
2354
|
-
const Wifi = createLucideIcon("wifi", __iconNode$4);
|
|
670
|
+
const Upload = createLucideIcon("upload", __iconNode$1);
|
|
2355
671
|
|
|
2356
672
|
/**
|
|
2357
673
|
* @license lucide-react v0.561.0 - ISC
|
|
@@ -2359,88 +675,18 @@ const Wifi = createLucideIcon("wifi", __iconNode$4);
|
|
|
2359
675
|
* This source code is licensed under the ISC license.
|
|
2360
676
|
* See the LICENSE file in the root directory of this source tree.
|
|
2361
677
|
*/
|
|
2362
|
-
const __iconNode
|
|
678
|
+
const __iconNode = [["path", {
|
|
2363
679
|
d: "M18 6 6 18",
|
|
2364
680
|
key: "1bl5f8"
|
|
2365
681
|
}], ["path", {
|
|
2366
682
|
d: "m6 6 12 12",
|
|
2367
683
|
key: "d8bk6v"
|
|
2368
684
|
}]];
|
|
2369
|
-
const X = createLucideIcon("x", __iconNode
|
|
2370
|
-
|
|
2371
|
-
/**
|
|
2372
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2373
|
-
*
|
|
2374
|
-
* This source code is licensed under the ISC license.
|
|
2375
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2376
|
-
*/
|
|
2377
|
-
const __iconNode$2 = [["path", {
|
|
2378
|
-
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",
|
|
2379
|
-
key: "1xq2db"
|
|
2380
|
-
}]];
|
|
2381
|
-
const Zap = createLucideIcon("zap", __iconNode$2);
|
|
2382
|
-
|
|
2383
|
-
/**
|
|
2384
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2385
|
-
*
|
|
2386
|
-
* This source code is licensed under the ISC license.
|
|
2387
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2388
|
-
*/
|
|
2389
|
-
const __iconNode$1 = [["circle", {
|
|
2390
|
-
cx: "11",
|
|
2391
|
-
cy: "11",
|
|
2392
|
-
r: "8",
|
|
2393
|
-
key: "4ej97u"
|
|
2394
|
-
}], ["line", {
|
|
2395
|
-
x1: "21",
|
|
2396
|
-
x2: "16.65",
|
|
2397
|
-
y1: "21",
|
|
2398
|
-
y2: "16.65",
|
|
2399
|
-
key: "13gj7c"
|
|
2400
|
-
}], ["line", {
|
|
2401
|
-
x1: "11",
|
|
2402
|
-
x2: "11",
|
|
2403
|
-
y1: "8",
|
|
2404
|
-
y2: "14",
|
|
2405
|
-
key: "1vmskp"
|
|
2406
|
-
}], ["line", {
|
|
2407
|
-
x1: "8",
|
|
2408
|
-
x2: "14",
|
|
2409
|
-
y1: "11",
|
|
2410
|
-
y2: "11",
|
|
2411
|
-
key: "durymu"
|
|
2412
|
-
}]];
|
|
2413
|
-
const ZoomIn = createLucideIcon("zoom-in", __iconNode$1);
|
|
2414
|
-
|
|
2415
|
-
/**
|
|
2416
|
-
* @license lucide-react v0.561.0 - ISC
|
|
2417
|
-
*
|
|
2418
|
-
* This source code is licensed under the ISC license.
|
|
2419
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
2420
|
-
*/
|
|
2421
|
-
const __iconNode = [["circle", {
|
|
2422
|
-
cx: "11",
|
|
2423
|
-
cy: "11",
|
|
2424
|
-
r: "8",
|
|
2425
|
-
key: "4ej97u"
|
|
2426
|
-
}], ["line", {
|
|
2427
|
-
x1: "21",
|
|
2428
|
-
x2: "16.65",
|
|
2429
|
-
y1: "21",
|
|
2430
|
-
y2: "16.65",
|
|
2431
|
-
key: "13gj7c"
|
|
2432
|
-
}], ["line", {
|
|
2433
|
-
x1: "8",
|
|
2434
|
-
x2: "14",
|
|
2435
|
-
y1: "11",
|
|
2436
|
-
y2: "11",
|
|
2437
|
-
key: "durymu"
|
|
2438
|
-
}]];
|
|
2439
|
-
const ZoomOut = createLucideIcon("zoom-out", __iconNode);
|
|
685
|
+
const X = createLucideIcon("x", __iconNode);
|
|
2440
686
|
|
|
2441
|
-
var styles$
|
|
687
|
+
var styles$j = {"container":"es-container-K2hFq","visualWrapper":"es-visualWrapper-4dHVX","previewBox":"es-previewBox-LDujZ","previewElement":"es-previewElement-Bu8GM","grid":"es-grid-BmRRU","gridButton":"es-gridButton-6Vtr7","gridButtonSelected":"es-gridButtonSelected-fOpOm","section":"es-section-SaHDo","sectionLabel":"es-sectionLabel-hDWO0","buttonGroup":"es-buttonGroup-Nj258","alignButton":"es-alignButton-zAvz2","alignButtonSelected":"es-alignButtonSelected-kGGHJ","alignIcon":"es-alignIcon-mFjSX","alignIconRotated":"es-alignIconRotated-z4AwW"};
|
|
2442
688
|
|
|
2443
|
-
const defaultValue$
|
|
689
|
+
const defaultValue$3 = {
|
|
2444
690
|
horizontal: 'left',
|
|
2445
691
|
vertical: 'top'
|
|
2446
692
|
};
|
|
@@ -2558,7 +804,7 @@ const AlignSetter = props => {
|
|
|
2558
804
|
showHorizontal = true,
|
|
2559
805
|
showVertical = true
|
|
2560
806
|
} = props;
|
|
2561
|
-
const currentValue = value ?? initialValue ?? defaultValue$
|
|
807
|
+
const currentValue = value ?? initialValue ?? defaultValue$3;
|
|
2562
808
|
const updateAlign = React$1.useCallback(updates => {
|
|
2563
809
|
onChange({
|
|
2564
810
|
...currentValue,
|
|
@@ -2573,34 +819,34 @@ const AlignSetter = props => {
|
|
|
2573
819
|
}, [onChange]);
|
|
2574
820
|
const isGridSelected = (h, v) => currentValue.horizontal === h && currentValue.vertical === v;
|
|
2575
821
|
return /*#__PURE__*/React.createElement("div", {
|
|
2576
|
-
className: styles$
|
|
822
|
+
className: styles$j.container
|
|
2577
823
|
}, showHorizontal === true && showVertical === true ? /*#__PURE__*/React.createElement("div", {
|
|
2578
|
-
className: styles$
|
|
824
|
+
className: styles$j.visualWrapper
|
|
2579
825
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2580
|
-
className: styles$
|
|
826
|
+
className: styles$j.previewBox
|
|
2581
827
|
}, /*#__PURE__*/React.createElement("div", {
|
|
2582
|
-
className: styles$
|
|
828
|
+
className: styles$j.previewElement,
|
|
2583
829
|
style: getElementPosition(currentValue.horizontal, currentValue.vertical)
|
|
2584
830
|
})), /*#__PURE__*/React.createElement("div", {
|
|
2585
|
-
className: styles$
|
|
831
|
+
className: styles$j.grid
|
|
2586
832
|
}, gridPositions.map(pos => /*#__PURE__*/React.createElement("button", {
|
|
2587
833
|
"aria-label": `Align ${pos.h} ${pos.v}`,
|
|
2588
|
-
className: cn(styles$
|
|
834
|
+
className: cn(styles$j.gridButton, isGridSelected(pos.h, pos.v) ? styles$j.gridButtonSelected : ''),
|
|
2589
835
|
key: `${pos.h}-${pos.v}`,
|
|
2590
836
|
onClick: () => handleGridClick(pos.h, pos.v),
|
|
2591
837
|
type: "button"
|
|
2592
838
|
})))) : null, showHorizontal === true ? /*#__PURE__*/React.createElement("div", {
|
|
2593
|
-
className: styles$
|
|
839
|
+
className: styles$j.section
|
|
2594
840
|
}, /*#__PURE__*/React.createElement("span", {
|
|
2595
|
-
className: styles$
|
|
841
|
+
className: styles$j.sectionLabel
|
|
2596
842
|
}, "\u6C34\u5E73\u5BF9\u9F50"), /*#__PURE__*/React.createElement("div", {
|
|
2597
|
-
className: styles$
|
|
843
|
+
className: styles$j.buttonGroup
|
|
2598
844
|
}, horizontalOptions.map(option => {
|
|
2599
845
|
const Icon = option.icon;
|
|
2600
846
|
const isRotated = option.value === 'stretch';
|
|
2601
847
|
return /*#__PURE__*/React.createElement("button", {
|
|
2602
848
|
"aria-label": option.label,
|
|
2603
|
-
className: cn(styles$
|
|
849
|
+
className: cn(styles$j.alignButton, currentValue.horizontal === option.value ? styles$j.alignButtonSelected : ''),
|
|
2604
850
|
key: option.value,
|
|
2605
851
|
onClick: () => updateAlign({
|
|
2606
852
|
horizontal: option.value
|
|
@@ -2608,19 +854,19 @@ const AlignSetter = props => {
|
|
|
2608
854
|
title: option.label,
|
|
2609
855
|
type: "button"
|
|
2610
856
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
2611
|
-
className: cn(styles$
|
|
857
|
+
className: cn(styles$j.alignIcon, isRotated ? styles$j.alignIconRotated : '')
|
|
2612
858
|
}));
|
|
2613
859
|
}))) : null, showVertical === true ? /*#__PURE__*/React.createElement("div", {
|
|
2614
|
-
className: styles$
|
|
860
|
+
className: styles$j.section
|
|
2615
861
|
}, /*#__PURE__*/React.createElement("span", {
|
|
2616
|
-
className: styles$
|
|
862
|
+
className: styles$j.sectionLabel
|
|
2617
863
|
}, "\u5782\u76F4\u5BF9\u9F50"), /*#__PURE__*/React.createElement("div", {
|
|
2618
|
-
className: styles$
|
|
864
|
+
className: styles$j.buttonGroup
|
|
2619
865
|
}, verticalOptions.map(option => {
|
|
2620
866
|
const Icon = option.icon;
|
|
2621
867
|
return /*#__PURE__*/React.createElement("button", {
|
|
2622
868
|
"aria-label": option.label,
|
|
2623
|
-
className: cn(styles$
|
|
869
|
+
className: cn(styles$j.alignButton, currentValue.vertical === option.value ? styles$j.alignButtonSelected : ''),
|
|
2624
870
|
key: option.value,
|
|
2625
871
|
onClick: () => updateAlign({
|
|
2626
872
|
vertical: option.value
|
|
@@ -2628,12 +874,12 @@ const AlignSetter = props => {
|
|
|
2628
874
|
title: option.label,
|
|
2629
875
|
type: "button"
|
|
2630
876
|
}, /*#__PURE__*/React.createElement(Icon, {
|
|
2631
|
-
className: styles$
|
|
877
|
+
className: styles$j.alignIcon
|
|
2632
878
|
}));
|
|
2633
879
|
}))) : null);
|
|
2634
880
|
};
|
|
2635
881
|
|
|
2636
|
-
var styles$
|
|
882
|
+
var styles$i = {"container":"es-container-KSlB-","item":"es-item-xDCpZ","dragHandle":"es-dragHandle-lOaFv","input":"es-input-ItzPT","removeButton":"es-removeButton-ymAlo","removeIcon":"es-removeIcon-ld51f","addButton":"es-addButton-U1VQX","addIcon":"es-addIcon-6qJub"};
|
|
2637
883
|
|
|
2638
884
|
const ArraySetter = props => {
|
|
2639
885
|
const {
|
|
@@ -2669,14 +915,14 @@ const ArraySetter = props => {
|
|
|
2669
915
|
const canAdd = !maxItems || items.length < maxItems;
|
|
2670
916
|
const canRemove = items.length > minItems;
|
|
2671
917
|
return /*#__PURE__*/React.createElement("div", {
|
|
2672
|
-
className: styles$
|
|
918
|
+
className: styles$i.container
|
|
2673
919
|
}, items.map((item, index) => /*#__PURE__*/React.createElement("div", {
|
|
2674
|
-
className: styles$
|
|
920
|
+
className: styles$i.item,
|
|
2675
921
|
key: `item-${String(item)}-${index}`
|
|
2676
922
|
}, /*#__PURE__*/React.createElement(GripVertical, {
|
|
2677
|
-
className: styles$
|
|
923
|
+
className: styles$i.dragHandle
|
|
2678
924
|
}), /*#__PURE__*/React.createElement("input", {
|
|
2679
|
-
className: styles$
|
|
925
|
+
className: styles$i.input,
|
|
2680
926
|
onChange: e => {
|
|
2681
927
|
const val = itemSetter === 'number' ? +e.target.value : e.target.value;
|
|
2682
928
|
handleChange(index, val);
|
|
@@ -2685,19 +931,19 @@ const ArraySetter = props => {
|
|
|
2685
931
|
type: itemSetter === 'number' ? 'number' : 'text',
|
|
2686
932
|
value: item
|
|
2687
933
|
}), /*#__PURE__*/React.createElement("button", {
|
|
2688
|
-
className: styles$
|
|
934
|
+
className: styles$i.removeButton,
|
|
2689
935
|
disabled: !canRemove,
|
|
2690
936
|
onClick: () => handleRemove(index),
|
|
2691
937
|
type: "button"
|
|
2692
938
|
}, /*#__PURE__*/React.createElement(Trash2, {
|
|
2693
|
-
className: styles$
|
|
939
|
+
className: styles$i.removeIcon
|
|
2694
940
|
})))), /*#__PURE__*/React.createElement("button", {
|
|
2695
|
-
className: styles$
|
|
941
|
+
className: styles$i.addButton,
|
|
2696
942
|
disabled: !canAdd,
|
|
2697
943
|
onClick: handleAdd,
|
|
2698
944
|
type: "button"
|
|
2699
945
|
}, /*#__PURE__*/React.createElement(Plus, {
|
|
2700
|
-
className: styles$
|
|
946
|
+
className: styles$i.addIcon
|
|
2701
947
|
}), addButtonText));
|
|
2702
948
|
};
|
|
2703
949
|
|
|
@@ -3897,7 +2143,7 @@ var Sketch = /*#__PURE__*/React$1.forwardRef((props, ref) => {
|
|
|
3897
2143
|
});
|
|
3898
2144
|
Sketch.displayName = 'Sketch';
|
|
3899
2145
|
|
|
3900
|
-
var styles$
|
|
2146
|
+
var styles$h = {"trigger":"es-trigger-w-aUi","colorPreview":"es-colorPreview-SUgiJ","colorValue":"es-colorValue-cYdRP","popover":"es-popover-SfIUB"};
|
|
3901
2147
|
|
|
3902
2148
|
const ColorSetter = props => {
|
|
3903
2149
|
const {
|
|
@@ -3908,24 +2154,24 @@ const ColorSetter = props => {
|
|
|
3908
2154
|
} = props;
|
|
3909
2155
|
const [open, setOpen] = React$1.useState(false);
|
|
3910
2156
|
return /*#__PURE__*/React.createElement(Popover, {
|
|
3911
|
-
open: open,
|
|
3912
2157
|
onClose: () => setOpen(false),
|
|
2158
|
+
open: open,
|
|
3913
2159
|
trigger: /*#__PURE__*/React.createElement("button", {
|
|
3914
2160
|
"aria-label": "Select color",
|
|
3915
|
-
className: styles$
|
|
2161
|
+
className: styles$h.trigger,
|
|
3916
2162
|
onClick: () => setOpen(true),
|
|
3917
2163
|
type: "button"
|
|
3918
2164
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3919
2165
|
"aria-label": "Current color",
|
|
3920
|
-
className: styles$
|
|
2166
|
+
className: styles$h.colorPreview,
|
|
3921
2167
|
style: {
|
|
3922
2168
|
backgroundColor: value ?? initialValue
|
|
3923
2169
|
}
|
|
3924
2170
|
}), /*#__PURE__*/React.createElement("span", {
|
|
3925
|
-
className: styles$
|
|
2171
|
+
className: styles$h.colorValue
|
|
3926
2172
|
}, value ?? initialValue))
|
|
3927
2173
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3928
|
-
className: styles$
|
|
2174
|
+
className: styles$h.popover
|
|
3929
2175
|
}, /*#__PURE__*/React.createElement(Sketch, {
|
|
3930
2176
|
color: value,
|
|
3931
2177
|
disableAlpha: disableAlpha,
|
|
@@ -3934,9 +2180,9 @@ const ColorSetter = props => {
|
|
|
3934
2180
|
})));
|
|
3935
2181
|
};
|
|
3936
2182
|
|
|
3937
|
-
var styles$
|
|
2183
|
+
var styles$g = {"trigger":"es-trigger-fTNvQ","triggerIcon":"es-triggerIcon-1mdQ0","triggerIconPrimary":"es-triggerIconPrimary-opifh","triggerIconMuted":"es-triggerIconMuted-CWgDl","triggerText":"es-triggerText-WeQRu","popoverContent":"es-popoverContent-6qE--","tabsList":"es-tabsList-liSeY","tabTrigger":"es-tabTrigger-6j7K-","tabTriggerActive":"es-tabTriggerActive-g6hcl","tabTriggerIcon":"es-tabTriggerIcon-dRSAp","tabContent":"es-tabContent--H166","tabContentActive":"es-tabContentActive-Fjdu5","section":"es-section-eDYxd","sectionLabel":"es-sectionLabel--LHE8","input":"es-input--OymK","inputMono":"es-inputMono-pCJz3","textarea":"es-textarea-iurkc","booleanButtons":"es-booleanButtons-0bM8P","booleanButton":"es-booleanButton-3fXcB","booleanButtonActive":"es-booleanButtonActive-zGWrZ","datasourceList":"es-datasourceList-VIRXb","datasourceButton":"es-datasourceButton-giz6D","datasourceButtonActive":"es-datasourceButtonActive-m5WPP","datasourceIcon":"es-datasourceIcon-q9Omt","emptyState":"es-emptyState-rI2si","hint":"es-hint-zfWLZ","preview":"es-preview-tUInw"};
|
|
3938
2184
|
|
|
3939
|
-
const defaultValue$
|
|
2185
|
+
const defaultValue$2 = {
|
|
3940
2186
|
type: 'static',
|
|
3941
2187
|
staticValue: ''
|
|
3942
2188
|
};
|
|
@@ -3949,7 +2195,7 @@ const DataBindingSetter = props => {
|
|
|
3949
2195
|
showPreview = true,
|
|
3950
2196
|
dataSources = []
|
|
3951
2197
|
} = props;
|
|
3952
|
-
const currentValue = value ?? initialValue ?? defaultValue$
|
|
2198
|
+
const currentValue = value ?? initialValue ?? defaultValue$2;
|
|
3953
2199
|
const [open, setOpen] = React$1.useState(false);
|
|
3954
2200
|
const [activeTab, setActiveTab] = React$1.useState(currentValue.type);
|
|
3955
2201
|
const updateBinding = React$1.useCallback(updates => {
|
|
@@ -3986,7 +2232,7 @@ const DataBindingSetter = props => {
|
|
|
3986
2232
|
switch (dataType) {
|
|
3987
2233
|
case 'number':
|
|
3988
2234
|
return /*#__PURE__*/React.createElement("input", {
|
|
3989
|
-
className: styles$
|
|
2235
|
+
className: styles$g.input,
|
|
3990
2236
|
onChange: e => handleStaticValueChange(Number(e.target.value)),
|
|
3991
2237
|
placeholder: "\u8F93\u5165\u6570\u503C",
|
|
3992
2238
|
type: "number",
|
|
@@ -3994,20 +2240,20 @@ const DataBindingSetter = props => {
|
|
|
3994
2240
|
});
|
|
3995
2241
|
case 'boolean':
|
|
3996
2242
|
return /*#__PURE__*/React.createElement("div", {
|
|
3997
|
-
className: styles$
|
|
2243
|
+
className: styles$g.booleanButtons
|
|
3998
2244
|
}, /*#__PURE__*/React.createElement("button", {
|
|
3999
|
-
className: cn(styles$
|
|
2245
|
+
className: cn(styles$g.booleanButton, currentValue.staticValue === true ? styles$g.booleanButtonActive : ''),
|
|
4000
2246
|
onClick: () => handleStaticValueChange(true),
|
|
4001
2247
|
type: "button"
|
|
4002
2248
|
}, "True"), /*#__PURE__*/React.createElement("button", {
|
|
4003
|
-
className: cn(styles$
|
|
2249
|
+
className: cn(styles$g.booleanButton, currentValue.staticValue === false ? styles$g.booleanButtonActive : ''),
|
|
4004
2250
|
onClick: () => handleStaticValueChange(false),
|
|
4005
2251
|
type: "button"
|
|
4006
2252
|
}, "False"));
|
|
4007
2253
|
case 'array':
|
|
4008
2254
|
case 'object':
|
|
4009
2255
|
return /*#__PURE__*/React.createElement("textarea", {
|
|
4010
|
-
className: styles$
|
|
2256
|
+
className: styles$g.textarea,
|
|
4011
2257
|
onChange: e => {
|
|
4012
2258
|
try {
|
|
4013
2259
|
const parsed = JSON.parse(e.target.value);
|
|
@@ -4021,7 +2267,7 @@ const DataBindingSetter = props => {
|
|
|
4021
2267
|
});
|
|
4022
2268
|
default:
|
|
4023
2269
|
return /*#__PURE__*/React.createElement("input", {
|
|
4024
|
-
className: styles$
|
|
2270
|
+
className: styles$g.input,
|
|
4025
2271
|
onChange: e => handleStaticValueChange(e.target.value),
|
|
4026
2272
|
placeholder: "\u8F93\u5165\u503C",
|
|
4027
2273
|
type: "text",
|
|
@@ -4036,96 +2282,96 @@ const DataBindingSetter = props => {
|
|
|
4036
2282
|
const ds = dataSources.find(d => d.id === currentValue.datasourceId);
|
|
4037
2283
|
return {
|
|
4038
2284
|
icon: /*#__PURE__*/React.createElement(Link2, {
|
|
4039
|
-
className: cn(styles$
|
|
2285
|
+
className: cn(styles$g.triggerIcon, styles$g.triggerIconPrimary)
|
|
4040
2286
|
}),
|
|
4041
2287
|
text: `${ds?.name ?? currentValue.datasourceId}${currentValue.datasourcePath ? `.${currentValue.datasourcePath}` : ''}`
|
|
4042
2288
|
};
|
|
4043
2289
|
}
|
|
4044
2290
|
return {
|
|
4045
2291
|
icon: /*#__PURE__*/React.createElement(FileBraces, {
|
|
4046
|
-
className: cn(styles$
|
|
2292
|
+
className: cn(styles$g.triggerIcon, styles$g.triggerIconMuted)
|
|
4047
2293
|
}),
|
|
4048
2294
|
text: '静态数据'
|
|
4049
2295
|
};
|
|
4050
2296
|
}, [currentValue, dataSources]);
|
|
4051
2297
|
return /*#__PURE__*/React.createElement(Popover, {
|
|
4052
|
-
open: open,
|
|
4053
2298
|
onClose: () => setOpen(false),
|
|
4054
|
-
|
|
2299
|
+
open: open,
|
|
4055
2300
|
trigger: /*#__PURE__*/React.createElement("button", {
|
|
4056
2301
|
"aria-label": "Data binding",
|
|
4057
|
-
className: styles$
|
|
2302
|
+
className: styles$g.trigger,
|
|
4058
2303
|
onClick: () => setOpen(true),
|
|
4059
2304
|
type: "button"
|
|
4060
2305
|
}, bindingStatus.icon, /*#__PURE__*/React.createElement("span", {
|
|
4061
|
-
className: styles$
|
|
4062
|
-
}, bindingStatus.text))
|
|
2306
|
+
className: styles$g.triggerText
|
|
2307
|
+
}, bindingStatus.text)),
|
|
2308
|
+
width: 300
|
|
4063
2309
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4064
|
-
className: styles$
|
|
2310
|
+
className: styles$g.popoverContent
|
|
4065
2311
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4066
|
-
className: styles$
|
|
2312
|
+
className: styles$g.tabsList,
|
|
4067
2313
|
role: "tablist"
|
|
4068
2314
|
}, /*#__PURE__*/React.createElement("button", {
|
|
4069
2315
|
"aria-selected": activeTab === 'static',
|
|
4070
|
-
className: cn(styles$
|
|
2316
|
+
className: cn(styles$g.tabTrigger, activeTab === 'static' ? styles$g.tabTriggerActive : ''),
|
|
4071
2317
|
onClick: () => handleTypeChange('static'),
|
|
4072
2318
|
role: "tab",
|
|
4073
2319
|
type: "button"
|
|
4074
2320
|
}, /*#__PURE__*/React.createElement(FileBraces, {
|
|
4075
|
-
className: styles$
|
|
2321
|
+
className: styles$g.tabTriggerIcon
|
|
4076
2322
|
}), "\u9759\u6001\u6570\u636E"), /*#__PURE__*/React.createElement("button", {
|
|
4077
2323
|
"aria-selected": activeTab === 'datasource',
|
|
4078
|
-
className: cn(styles$
|
|
2324
|
+
className: cn(styles$g.tabTrigger, activeTab === 'datasource' ? styles$g.tabTriggerActive : ''),
|
|
4079
2325
|
onClick: () => handleTypeChange('datasource'),
|
|
4080
2326
|
role: "tab",
|
|
4081
2327
|
type: "button"
|
|
4082
2328
|
}, /*#__PURE__*/React.createElement(Database, {
|
|
4083
|
-
className: styles$
|
|
2329
|
+
className: styles$g.tabTriggerIcon
|
|
4084
2330
|
}), "\u6570\u636E\u6E90")), /*#__PURE__*/React.createElement("div", {
|
|
4085
|
-
className: cn(styles$
|
|
2331
|
+
className: cn(styles$g.tabContent, activeTab === 'static' ? styles$g.tabContentActive : ''),
|
|
4086
2332
|
role: "tabpanel"
|
|
4087
2333
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4088
|
-
className: styles$
|
|
2334
|
+
className: styles$g.section
|
|
4089
2335
|
}, /*#__PURE__*/React.createElement("span", {
|
|
4090
|
-
className: styles$
|
|
2336
|
+
className: styles$g.sectionLabel
|
|
4091
2337
|
}, "\u503C (", dataType, ")"), renderStaticInput)), /*#__PURE__*/React.createElement("div", {
|
|
4092
|
-
className: cn(styles$
|
|
2338
|
+
className: cn(styles$g.tabContent, activeTab === 'datasource' ? styles$g.tabContentActive : ''),
|
|
4093
2339
|
role: "tabpanel"
|
|
4094
2340
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4095
|
-
className: styles$
|
|
2341
|
+
className: styles$g.section
|
|
4096
2342
|
}, /*#__PURE__*/React.createElement("span", {
|
|
4097
|
-
className: styles$
|
|
2343
|
+
className: styles$g.sectionLabel
|
|
4098
2344
|
}, "\u6570\u636E\u6E90"), dataSources.length > 0 ? /*#__PURE__*/React.createElement("div", {
|
|
4099
|
-
className: styles$
|
|
2345
|
+
className: styles$g.datasourceList
|
|
4100
2346
|
}, dataSources.map(ds => /*#__PURE__*/React.createElement("button", {
|
|
4101
|
-
className: cn(styles$
|
|
2347
|
+
className: cn(styles$g.datasourceButton, currentValue.datasourceId === ds.id ? styles$g.datasourceButtonActive : ''),
|
|
4102
2348
|
key: ds.id,
|
|
4103
2349
|
onClick: () => handleDatasourceChange(ds.id),
|
|
4104
2350
|
type: "button"
|
|
4105
2351
|
}, /*#__PURE__*/React.createElement(Database, {
|
|
4106
|
-
className: styles$
|
|
2352
|
+
className: styles$g.datasourceIcon
|
|
4107
2353
|
}), ds.name))) : /*#__PURE__*/React.createElement("div", {
|
|
4108
|
-
className: styles$
|
|
2354
|
+
className: styles$g.emptyState
|
|
4109
2355
|
}, "\u6682\u65E0\u53EF\u7528\u6570\u636E\u6E90"), currentValue.datasourceId ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("span", {
|
|
4110
|
-
className: styles$
|
|
2356
|
+
className: styles$g.sectionLabel
|
|
4111
2357
|
}, "\u6570\u636E\u8DEF\u5F84"), /*#__PURE__*/React.createElement("input", {
|
|
4112
|
-
className: cn(styles$
|
|
2358
|
+
className: cn(styles$g.input, styles$g.inputMono),
|
|
4113
2359
|
onChange: e => handlePathChange(e.target.value),
|
|
4114
2360
|
placeholder: "data.list[0].name",
|
|
4115
2361
|
type: "text",
|
|
4116
2362
|
value: currentValue.datasourcePath ?? ''
|
|
4117
2363
|
}), /*#__PURE__*/React.createElement("span", {
|
|
4118
|
-
className: styles$
|
|
2364
|
+
className: styles$g.hint
|
|
4119
2365
|
}, "\u4F7F\u7528\u70B9\u53F7\u8BBF\u95EE\u5D4C\u5957\u5C5E\u6027\uFF0C\u5982: data.items[0].value")) : null, showPreview === true && currentValue.datasourceId ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("span", {
|
|
4120
|
-
className: styles$
|
|
2366
|
+
className: styles$g.sectionLabel
|
|
4121
2367
|
}, "\u6570\u636E\u9884\u89C8"), /*#__PURE__*/React.createElement("div", {
|
|
4122
|
-
className: styles$
|
|
2368
|
+
className: styles$g.preview
|
|
4123
2369
|
}, "\u7ED1\u5B9A\u540E\u53EF\u5728\u9884\u89C8\u6A21\u5F0F\u67E5\u770B\u6570\u636E")) : null))));
|
|
4124
2370
|
};
|
|
4125
2371
|
|
|
4126
|
-
var styles$
|
|
2372
|
+
var styles$f = {"trigger":"es-trigger-rmYLl","triggerIcon":"es-triggerIcon-ktlTS","triggerText":"es-triggerText-B63By","popoverContent":"es-popoverContent-IIcFY","header":"es-header-VoKF3","headerTitle":"es-headerTitle-vDZR8","headerCount":"es-headerCount-stTlN","mappingList":"es-mappingList-SLqhN","mappingItem":"es-mappingItem-xtRLl","mappingHeader":"es-mappingHeader-LwKiY","mappingTitle":"es-mappingTitle-IMhzw","mappingRequired":"es-mappingRequired-tP6L-","mappingType":"es-mappingType-nyqrh","mappingRow":"es-mappingRow-lFfhT","select":"es-select-R4pIl","input":"es-input--LohJ","arrowIcon":"es-arrowIcon-QqWMM","targetField":"es-targetField-gSvGk","transformRow":"es-transformRow-O6MAG","transformIcon":"es-transformIcon-beXzy","transformInput":"es-transformInput-SyN2q","clearButton":"es-clearButton-Pm-uP","helpText":"es-helpText-IHqjo"};
|
|
4127
2373
|
|
|
4128
|
-
const defaultValue$
|
|
2374
|
+
const defaultValue$1 = {
|
|
4129
2375
|
mappings: []
|
|
4130
2376
|
};
|
|
4131
2377
|
const DataMappingSetter = props => {
|
|
@@ -4136,7 +2382,7 @@ const DataMappingSetter = props => {
|
|
|
4136
2382
|
targetFields,
|
|
4137
2383
|
sourceFields = []
|
|
4138
2384
|
} = props;
|
|
4139
|
-
const currentValue = value ?? initialValue ?? defaultValue$
|
|
2385
|
+
const currentValue = value ?? initialValue ?? defaultValue$1;
|
|
4140
2386
|
const [open, setOpen] = React$1.useState(false);
|
|
4141
2387
|
|
|
4142
2388
|
// 获取字段的映射
|
|
@@ -4174,46 +2420,46 @@ const DataMappingSetter = props => {
|
|
|
4174
2420
|
// 统计已映射字段数
|
|
4175
2421
|
const mappedCount = currentValue.mappings.filter(m => m.sourceField).length;
|
|
4176
2422
|
return /*#__PURE__*/React.createElement(Popover, {
|
|
4177
|
-
open: open,
|
|
4178
2423
|
onClose: () => setOpen(false),
|
|
4179
|
-
|
|
2424
|
+
open: open,
|
|
4180
2425
|
trigger: /*#__PURE__*/React.createElement("button", {
|
|
4181
2426
|
"aria-label": "Data mapping",
|
|
4182
|
-
className: styles$
|
|
2427
|
+
className: styles$f.trigger,
|
|
4183
2428
|
onClick: () => setOpen(true),
|
|
4184
2429
|
type: "button"
|
|
4185
2430
|
}, /*#__PURE__*/React.createElement(Settings2, {
|
|
4186
|
-
className: styles$
|
|
2431
|
+
className: styles$f.triggerIcon
|
|
4187
2432
|
}), /*#__PURE__*/React.createElement("span", {
|
|
4188
|
-
className: styles$
|
|
4189
|
-
}, "\u5B57\u6BB5\u6620\u5C04 (", mappedCount, "/", targetFields.length, ")"))
|
|
2433
|
+
className: styles$f.triggerText
|
|
2434
|
+
}, "\u5B57\u6BB5\u6620\u5C04 (", mappedCount, "/", targetFields.length, ")")),
|
|
2435
|
+
width: 320
|
|
4190
2436
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4191
|
-
className: styles$
|
|
2437
|
+
className: styles$f.popoverContent
|
|
4192
2438
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4193
|
-
className: styles$
|
|
2439
|
+
className: styles$f.header
|
|
4194
2440
|
}, /*#__PURE__*/React.createElement("span", {
|
|
4195
|
-
className: styles$
|
|
2441
|
+
className: styles$f.headerTitle
|
|
4196
2442
|
}, "\u5B57\u6BB5\u6620\u5C04\u914D\u7F6E"), /*#__PURE__*/React.createElement("span", {
|
|
4197
|
-
className: styles$
|
|
2443
|
+
className: styles$f.headerCount
|
|
4198
2444
|
}, mappedCount, "/", targetFields.length, " \u5DF2\u6620\u5C04")), /*#__PURE__*/React.createElement("div", {
|
|
4199
|
-
className: styles$
|
|
2445
|
+
className: styles$f.mappingList
|
|
4200
2446
|
}, targetFields.map(field => {
|
|
4201
2447
|
const mapping = getMapping(field.name);
|
|
4202
2448
|
return /*#__PURE__*/React.createElement("div", {
|
|
4203
|
-
className: styles$
|
|
2449
|
+
className: styles$f.mappingItem,
|
|
4204
2450
|
key: field.name
|
|
4205
2451
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4206
|
-
className: styles$
|
|
2452
|
+
className: styles$f.mappingHeader
|
|
4207
2453
|
}, /*#__PURE__*/React.createElement("span", {
|
|
4208
|
-
className: styles$
|
|
2454
|
+
className: styles$f.mappingTitle
|
|
4209
2455
|
}, field.label, field.required ? /*#__PURE__*/React.createElement("span", {
|
|
4210
|
-
className: styles$
|
|
2456
|
+
className: styles$f.mappingRequired
|
|
4211
2457
|
}, "*") : null), /*#__PURE__*/React.createElement("span", {
|
|
4212
|
-
className: styles$
|
|
2458
|
+
className: styles$f.mappingType
|
|
4213
2459
|
}, field.type)), /*#__PURE__*/React.createElement("div", {
|
|
4214
|
-
className: styles$
|
|
2460
|
+
className: styles$f.mappingRow
|
|
4215
2461
|
}, sourceFields.length > 0 ? /*#__PURE__*/React.createElement("select", {
|
|
4216
|
-
className: styles$
|
|
2462
|
+
className: styles$f.select,
|
|
4217
2463
|
onChange: e => updateMapping(field.name, {
|
|
4218
2464
|
sourceField: e.target.value
|
|
4219
2465
|
}),
|
|
@@ -4224,7 +2470,7 @@ const DataMappingSetter = props => {
|
|
|
4224
2470
|
key: sf,
|
|
4225
2471
|
value: sf
|
|
4226
2472
|
}, sf))) : /*#__PURE__*/React.createElement("input", {
|
|
4227
|
-
className: styles$
|
|
2473
|
+
className: styles$f.input,
|
|
4228
2474
|
onChange: e => updateMapping(field.name, {
|
|
4229
2475
|
sourceField: e.target.value
|
|
4230
2476
|
}),
|
|
@@ -4232,15 +2478,15 @@ const DataMappingSetter = props => {
|
|
|
4232
2478
|
type: "text",
|
|
4233
2479
|
value: mapping?.sourceField ?? ''
|
|
4234
2480
|
}), /*#__PURE__*/React.createElement(ArrowRight, {
|
|
4235
|
-
className: styles$
|
|
2481
|
+
className: styles$f.arrowIcon
|
|
4236
2482
|
}), /*#__PURE__*/React.createElement("div", {
|
|
4237
|
-
className: styles$
|
|
2483
|
+
className: styles$f.targetField
|
|
4238
2484
|
}, field.name)), mapping?.sourceField ? /*#__PURE__*/React.createElement("div", {
|
|
4239
|
-
className: styles$
|
|
2485
|
+
className: styles$f.transformRow
|
|
4240
2486
|
}, /*#__PURE__*/React.createElement(Code, {
|
|
4241
|
-
className: styles$
|
|
2487
|
+
className: styles$f.transformIcon
|
|
4242
2488
|
}), /*#__PURE__*/React.createElement("input", {
|
|
4243
|
-
className: styles$
|
|
2489
|
+
className: styles$f.transformInput,
|
|
4244
2490
|
onChange: e => updateMapping(field.name, {
|
|
4245
2491
|
transform: e.target.value
|
|
4246
2492
|
}),
|
|
@@ -4248,225 +2494,15 @@ const DataMappingSetter = props => {
|
|
|
4248
2494
|
type: "text",
|
|
4249
2495
|
value: mapping?.transform ?? ''
|
|
4250
2496
|
})) : null, mapping?.sourceField ? /*#__PURE__*/React.createElement("button", {
|
|
4251
|
-
className: styles$
|
|
2497
|
+
className: styles$f.clearButton,
|
|
4252
2498
|
onClick: () => clearMapping(field.name),
|
|
4253
2499
|
type: "button"
|
|
4254
2500
|
}, "\u6E05\u9664\u6620\u5C04") : null);
|
|
4255
2501
|
})), /*#__PURE__*/React.createElement("div", {
|
|
4256
|
-
className: styles$
|
|
2502
|
+
className: styles$f.helpText
|
|
4257
2503
|
}, /*#__PURE__*/React.createElement("p", null, "\u2022 \u6E90\u5B57\u6BB5: \u6570\u636E\u6E90\u4E2D\u7684\u5B57\u6BB5\u8DEF\u5F84"), /*#__PURE__*/React.createElement("p", null, "\u2022 \u8F6C\u6362\u8868\u8FBE\u5F0F: \u5982 value * 100, value.toFixed(2)"))));
|
|
4258
2504
|
};
|
|
4259
2505
|
|
|
4260
|
-
var styles$f = {"trigger":"es-trigger-IjziC","triggerIcon":"es-triggerIcon-t21hp","triggerText":"es-triggerText-WQ-5H","popover":"es-popover-h2Vn-","searchWrapper":"es-searchWrapper-jUGP6","searchIcon":"es-searchIcon-Qu4Cl","searchInput":"es-searchInput-YUlsM","section":"es-section-mWvKy","sectionTitle":"es-sectionTitle-4m6ZV","iconGrid":"es-iconGrid-hvHqv","iconButton":"es-iconButton-3y2jO","iconButtonSelected":"es-iconButtonSelected-01Ozi","iconButtonIcon":"es-iconButtonIcon-ur-nS","emptyMessage":"es-emptyMessage-dWKQh"};
|
|
4261
|
-
|
|
4262
|
-
// 图标映射表
|
|
4263
|
-
const iconMap = {
|
|
4264
|
-
Activity,
|
|
4265
|
-
AlertCircle: CircleAlert,
|
|
4266
|
-
AlertTriangle: TriangleAlert,
|
|
4267
|
-
ArrowDown,
|
|
4268
|
-
ArrowLeft,
|
|
4269
|
-
ArrowRight,
|
|
4270
|
-
ArrowUp,
|
|
4271
|
-
BarChart: ChartNoAxesColumnIncreasing,
|
|
4272
|
-
BarChart2: ChartNoAxesColumn,
|
|
4273
|
-
Bell,
|
|
4274
|
-
Calendar,
|
|
4275
|
-
Check,
|
|
4276
|
-
CheckCircle: CircleCheckBig,
|
|
4277
|
-
ChevronDown,
|
|
4278
|
-
ChevronLeft,
|
|
4279
|
-
ChevronRight,
|
|
4280
|
-
ChevronUp,
|
|
4281
|
-
Circle,
|
|
4282
|
-
Clock,
|
|
4283
|
-
Cloud,
|
|
4284
|
-
Code,
|
|
4285
|
-
Copy,
|
|
4286
|
-
Database,
|
|
4287
|
-
Download,
|
|
4288
|
-
Edit: SquarePen,
|
|
4289
|
-
Eye,
|
|
4290
|
-
EyeOff,
|
|
4291
|
-
File,
|
|
4292
|
-
FileText,
|
|
4293
|
-
Filter: Funnel,
|
|
4294
|
-
Folder,
|
|
4295
|
-
Globe,
|
|
4296
|
-
Grid: Grid3x3,
|
|
4297
|
-
Heart,
|
|
4298
|
-
Home: House,
|
|
4299
|
-
Image: Image$1,
|
|
4300
|
-
Info,
|
|
4301
|
-
Layers,
|
|
4302
|
-
Layout: PanelsTopLeft,
|
|
4303
|
-
Link,
|
|
4304
|
-
List,
|
|
4305
|
-
Loader,
|
|
4306
|
-
Lock,
|
|
4307
|
-
LogOut,
|
|
4308
|
-
Mail,
|
|
4309
|
-
Map: Map,
|
|
4310
|
-
MapPin,
|
|
4311
|
-
Menu,
|
|
4312
|
-
MessageCircle,
|
|
4313
|
-
Minus,
|
|
4314
|
-
Monitor,
|
|
4315
|
-
Moon,
|
|
4316
|
-
MoreHorizontal: Ellipsis,
|
|
4317
|
-
MoreVertical: EllipsisVertical,
|
|
4318
|
-
Move,
|
|
4319
|
-
Music,
|
|
4320
|
-
Package,
|
|
4321
|
-
Pause,
|
|
4322
|
-
PieChart: ChartPie,
|
|
4323
|
-
Play,
|
|
4324
|
-
Plus,
|
|
4325
|
-
Power,
|
|
4326
|
-
Printer,
|
|
4327
|
-
RefreshCw,
|
|
4328
|
-
Save,
|
|
4329
|
-
Search,
|
|
4330
|
-
Send,
|
|
4331
|
-
Server,
|
|
4332
|
-
Settings,
|
|
4333
|
-
Share,
|
|
4334
|
-
Shield,
|
|
4335
|
-
ShoppingCart,
|
|
4336
|
-
Sidebar: PanelLeft,
|
|
4337
|
-
Sliders: SlidersVertical,
|
|
4338
|
-
Smartphone,
|
|
4339
|
-
Square,
|
|
4340
|
-
Star,
|
|
4341
|
-
Sun,
|
|
4342
|
-
Table,
|
|
4343
|
-
Tag,
|
|
4344
|
-
Target,
|
|
4345
|
-
Terminal,
|
|
4346
|
-
ThumbsUp,
|
|
4347
|
-
Trash,
|
|
4348
|
-
TrendingDown,
|
|
4349
|
-
TrendingUp,
|
|
4350
|
-
Triangle,
|
|
4351
|
-
Truck,
|
|
4352
|
-
Tv,
|
|
4353
|
-
Type,
|
|
4354
|
-
Unlock: LockOpen,
|
|
4355
|
-
Upload,
|
|
4356
|
-
User,
|
|
4357
|
-
Users,
|
|
4358
|
-
Video,
|
|
4359
|
-
Wifi,
|
|
4360
|
-
X,
|
|
4361
|
-
XCircle: CircleX,
|
|
4362
|
-
Zap,
|
|
4363
|
-
ZoomIn,
|
|
4364
|
-
ZoomOut
|
|
4365
|
-
};
|
|
4366
|
-
|
|
4367
|
-
// 常用图标列表
|
|
4368
|
-
const commonIcons = Object.keys(iconMap);
|
|
4369
|
-
const defaultValue$1 = {
|
|
4370
|
-
name: 'Circle'
|
|
4371
|
-
};
|
|
4372
|
-
const IconSetter = props => {
|
|
4373
|
-
const {
|
|
4374
|
-
value,
|
|
4375
|
-
initialValue,
|
|
4376
|
-
onChange,
|
|
4377
|
-
recent = true
|
|
4378
|
-
} = props;
|
|
4379
|
-
const currentValue = value ?? initialValue ?? defaultValue$1;
|
|
4380
|
-
const [open, setOpen] = React$1.useState(false);
|
|
4381
|
-
const [searchQuery, setSearchQuery] = React$1.useState('');
|
|
4382
|
-
const [recentIcons, setRecentIcons] = React$1.useState([]);
|
|
4383
|
-
|
|
4384
|
-
// 获取图标组件
|
|
4385
|
-
const getIconComponent = React$1.useCallback(iconName => iconMap[iconName] || Circle, []);
|
|
4386
|
-
|
|
4387
|
-
// 过滤图标
|
|
4388
|
-
const filteredIcons = React$1.useMemo(() => {
|
|
4389
|
-
if (!searchQuery) {
|
|
4390
|
-
return commonIcons;
|
|
4391
|
-
}
|
|
4392
|
-
const query = searchQuery.toLowerCase();
|
|
4393
|
-
return commonIcons.filter(icon => icon.toLowerCase().includes(query));
|
|
4394
|
-
}, [searchQuery]);
|
|
4395
|
-
|
|
4396
|
-
// 选择图标
|
|
4397
|
-
const handleSelectIcon = React$1.useCallback(iconName => {
|
|
4398
|
-
onChange({
|
|
4399
|
-
name: iconName
|
|
4400
|
-
});
|
|
4401
|
-
setRecentIcons(prev => {
|
|
4402
|
-
const newRecent = [iconName, ...prev.filter(i => i !== iconName)].slice(0, 8);
|
|
4403
|
-
return newRecent;
|
|
4404
|
-
});
|
|
4405
|
-
setOpen(false);
|
|
4406
|
-
}, [onChange]);
|
|
4407
|
-
const CurrentIcon = getIconComponent(currentValue.name);
|
|
4408
|
-
return /*#__PURE__*/React.createElement(Popover, {
|
|
4409
|
-
open: open,
|
|
4410
|
-
onClose: () => setOpen(false),
|
|
4411
|
-
trigger: /*#__PURE__*/React.createElement("button", {
|
|
4412
|
-
"aria-label": "Select icon",
|
|
4413
|
-
className: styles$f.trigger,
|
|
4414
|
-
onClick: () => setOpen(true),
|
|
4415
|
-
type: "button"
|
|
4416
|
-
}, /*#__PURE__*/React.createElement(CurrentIcon, {
|
|
4417
|
-
className: styles$f.triggerIcon
|
|
4418
|
-
}), /*#__PURE__*/React.createElement("span", {
|
|
4419
|
-
className: styles$f.triggerText
|
|
4420
|
-
}, currentValue.name))
|
|
4421
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
4422
|
-
className: styles$f.popover
|
|
4423
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
4424
|
-
className: styles$f.searchWrapper
|
|
4425
|
-
}, /*#__PURE__*/React.createElement(Search, {
|
|
4426
|
-
className: styles$f.searchIcon
|
|
4427
|
-
}), /*#__PURE__*/React.createElement("input", {
|
|
4428
|
-
className: styles$f.searchInput,
|
|
4429
|
-
onChange: e => setSearchQuery(e.target.value),
|
|
4430
|
-
placeholder: "\u641C\u7D22\u56FE\u6807...",
|
|
4431
|
-
type: "text",
|
|
4432
|
-
value: searchQuery
|
|
4433
|
-
})), recent === true && recentIcons.length > 0 && searchQuery === '' ? /*#__PURE__*/React.createElement("div", {
|
|
4434
|
-
className: styles$f.section
|
|
4435
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
4436
|
-
className: styles$f.sectionTitle
|
|
4437
|
-
}, "\u6700\u8FD1\u4F7F\u7528"), /*#__PURE__*/React.createElement("div", {
|
|
4438
|
-
className: styles$f.iconGrid
|
|
4439
|
-
}, recentIcons.map(iconName => {
|
|
4440
|
-
const Icon = getIconComponent(iconName);
|
|
4441
|
-
return /*#__PURE__*/React.createElement("button", {
|
|
4442
|
-
"aria-label": iconName,
|
|
4443
|
-
className: cn(styles$f.iconButton, currentValue.name === iconName ? styles$f.iconButtonSelected : ''),
|
|
4444
|
-
key: iconName,
|
|
4445
|
-
onClick: () => handleSelectIcon(iconName),
|
|
4446
|
-
title: iconName,
|
|
4447
|
-
type: "button"
|
|
4448
|
-
}, /*#__PURE__*/React.createElement(Icon, {
|
|
4449
|
-
className: styles$f.iconButtonIcon
|
|
4450
|
-
}));
|
|
4451
|
-
}))) : null, /*#__PURE__*/React.createElement("div", {
|
|
4452
|
-
className: styles$f.iconGrid
|
|
4453
|
-
}, filteredIcons.map(iconName => {
|
|
4454
|
-
const Icon = getIconComponent(iconName);
|
|
4455
|
-
return /*#__PURE__*/React.createElement("button", {
|
|
4456
|
-
"aria-label": iconName,
|
|
4457
|
-
className: cn(styles$f.iconButton, currentValue.name === iconName ? styles$f.iconButtonSelected : ''),
|
|
4458
|
-
key: iconName,
|
|
4459
|
-
onClick: () => handleSelectIcon(iconName),
|
|
4460
|
-
title: iconName,
|
|
4461
|
-
type: "button"
|
|
4462
|
-
}, /*#__PURE__*/React.createElement(Icon, {
|
|
4463
|
-
className: styles$f.iconButtonIcon
|
|
4464
|
-
}));
|
|
4465
|
-
})), filteredIcons.length === 0 ? /*#__PURE__*/React.createElement("div", {
|
|
4466
|
-
className: styles$f.emptyMessage
|
|
4467
|
-
}, "\u672A\u627E\u5230\u5339\u914D\u7684\u56FE\u6807") : null));
|
|
4468
|
-
};
|
|
4469
|
-
|
|
4470
2506
|
var styles$e = {"container":"es-container-CUmyq","textarea":"es-textarea-hn1hD","textareaError":"es-textareaError-O2GWs","error":"es-error-wjKcS"};
|
|
4471
2507
|
|
|
4472
2508
|
const JsonSetter = props => {
|
|
@@ -4768,8 +2804,8 @@ const SelectSetter = props => {
|
|
|
4768
2804
|
setOpen(false);
|
|
4769
2805
|
};
|
|
4770
2806
|
return /*#__PURE__*/React.createElement(Popover, {
|
|
4771
|
-
open: open,
|
|
4772
2807
|
onClose: () => setOpen(false),
|
|
2808
|
+
open: open,
|
|
4773
2809
|
trigger: /*#__PURE__*/React.createElement("button", {
|
|
4774
2810
|
"aria-expanded": open,
|
|
4775
2811
|
"aria-haspopup": "listbox",
|
|
@@ -5275,7 +3311,6 @@ const setterMap = {
|
|
|
5275
3311
|
TabSetter,
|
|
5276
3312
|
SpacingSetter,
|
|
5277
3313
|
AlignSetter,
|
|
5278
|
-
IconSetter,
|
|
5279
3314
|
DataBindingSetter,
|
|
5280
3315
|
DataMappingSetter,
|
|
5281
3316
|
SelectSetter,
|
|
@@ -5292,7 +3327,6 @@ exports.CollapseSetter = CollapseSetter;
|
|
|
5292
3327
|
exports.ColorSetter = ColorSetter;
|
|
5293
3328
|
exports.DataBindingSetter = DataBindingSetter;
|
|
5294
3329
|
exports.DataMappingSetter = DataMappingSetter;
|
|
5295
|
-
exports.IconSetter = IconSetter;
|
|
5296
3330
|
exports.JsonSetter = JsonSetter;
|
|
5297
3331
|
exports.NodeIdSetter = NodeIdSetter;
|
|
5298
3332
|
exports.NumberSetter = NumberSetter;
|