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