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