@polderlabs/bizar 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bizar-dash/dist/assets/EnvVarsSection-DqvB8ZcJ.js +4 -0
- package/bizar-dash/dist/assets/EnvVarsSection-DqvB8ZcJ.js.map +1 -0
- package/bizar-dash/dist/assets/MobileChat-DRXP2ERQ.js +1 -0
- package/bizar-dash/dist/assets/{MobileChat-OidrxXR9.js.map → MobileChat-DRXP2ERQ.js.map} +1 -1
- package/bizar-dash/dist/assets/MobileSettings-CVW9VhEo.js +1 -0
- package/bizar-dash/dist/assets/MobileSettings-CVW9VhEo.js.map +1 -0
- package/bizar-dash/dist/assets/Toast-CcZVVN4i.js +1 -0
- package/bizar-dash/dist/assets/Toast-CcZVVN4i.js.map +1 -0
- package/bizar-dash/dist/assets/{icons-Bd8piSb2.js → icons-OMEGx5KA.js} +66 -61
- package/bizar-dash/dist/assets/icons-OMEGx5KA.js.map +1 -0
- package/bizar-dash/dist/assets/main-CMAGZouj.js +16 -0
- package/bizar-dash/dist/assets/main-CMAGZouj.js.map +1 -0
- package/bizar-dash/dist/assets/{main-3G6mOhiK.css → main-O2tZVdHm.css} +1 -1
- package/bizar-dash/dist/assets/mobile-XN2P7YfM.js +1 -0
- package/bizar-dash/dist/assets/mobile-XN2P7YfM.js.map +1 -0
- package/bizar-dash/dist/assets/{mobile-CsZQAswA.css → mobile-layout-D6V-7WnA.css} +1 -1
- package/bizar-dash/dist/assets/mobile-layout-DqTxvXZp.js +2 -0
- package/bizar-dash/dist/assets/mobile-layout-DqTxvXZp.js.map +1 -0
- package/bizar-dash/dist/assets/useSlashCommands-iyoW95UB.js +2 -0
- package/bizar-dash/dist/assets/useSlashCommands-iyoW95UB.js.map +1 -0
- package/bizar-dash/dist/index.html +8 -6
- package/bizar-dash/dist/mobile.html +4 -4
- package/bizar-dash/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/results.json +1 -1
- package/bizar-dash/src/server/auth.mjs +14 -1
- package/bizar-dash/src/server/routes/users.mjs +18 -0
- package/bizar-dash/src/web/MobileApp.tsx +26 -19
- package/bizar-dash/src/web/components/MobileBottomNav.tsx +38 -0
- package/bizar-dash/src/web/components/MobileDrawer.tsx +68 -0
- package/bizar-dash/src/web/components/MobileHeader.tsx +50 -0
- package/bizar-dash/src/web/components/MobileLayout.tsx +63 -0
- package/bizar-dash/src/web/components/TaskCard.tsx +69 -0
- package/bizar-dash/src/web/components/TaskCreateSheet.tsx +76 -0
- package/bizar-dash/src/web/main.tsx +1 -0
- package/bizar-dash/src/web/mobile/MobileDoctor.tsx +80 -0
- package/bizar-dash/src/web/mobile/MobileEval.tsx +167 -0
- package/bizar-dash/src/web/mobile/MobileMarketplace.tsx +106 -0
- package/bizar-dash/src/web/mobile/MobileMemory.tsx +108 -0
- package/bizar-dash/src/web/mobile/MobileOverview.tsx +213 -0
- package/bizar-dash/src/web/mobile/MobilePlugins.tsx +71 -0
- package/bizar-dash/src/web/mobile/MobileSettings.tsx +235 -180
- package/bizar-dash/src/web/mobile/MobileTasks.tsx +94 -0
- package/bizar-dash/src/web/mobile.tsx +1 -0
- package/bizar-dash/src/web/styles/main.css +388 -0
- package/bizar-dash/src/web/styles/memory.css +45 -0
- package/bizar-dash/src/web/styles/mobile-layout.css +231 -0
- package/bizar-dash/src/web/styles/mobile.css +180 -0
- package/bizar-dash/src/web/styles/settings.css +110 -0
- package/bizar-dash/src/web/styles/tasks.css +305 -0
- package/bizar-dash/tests/mobile-chat.test.tsx +82 -0
- package/bizar-dash/tests/mobile-layout.test.tsx +296 -0
- package/bizar-dash/tests/mobile-misc.test.tsx +321 -0
- package/bizar-dash/tests/mobile-overview.test.tsx +214 -0
- package/bizar-dash/tests/mobile-settings.test.tsx +181 -0
- package/bizar-dash/tests/mobile-tasks.test.tsx +162 -0
- package/cli/commands/dash.mjs +5 -0
- package/cli/commands/tailscale.mjs +8 -1
- package/package.json +1 -1
- package/bizar-dash/dist/assets/MobileChat-OidrxXR9.js +0 -1
- package/bizar-dash/dist/assets/MobileSettings-B91gVFii.js +0 -1
- package/bizar-dash/dist/assets/MobileSettings-B91gVFii.js.map +0 -1
- package/bizar-dash/dist/assets/icons-Bd8piSb2.js.map +0 -1
- package/bizar-dash/dist/assets/main-6YUZY968.js +0 -19
- package/bizar-dash/dist/assets/main-6YUZY968.js.map +0 -1
- package/bizar-dash/dist/assets/mobile-CSsp30lr.js +0 -2
- package/bizar-dash/dist/assets/mobile-CSsp30lr.js.map +0 -1
- package/bizar-dash/dist/assets/mobile-DtwK7DOV.js +0 -1
- package/bizar-dash/dist/assets/mobile-DtwK7DOV.js.map +0 -1
- package/bizar-dash/dist/assets/useSlashCommands-DEkxEvOO.js +0 -2
- package/bizar-dash/dist/assets/useSlashCommands-DEkxEvOO.js.map +0 -1
|
@@ -13,7 +13,7 @@ import{r as k}from"./react-vendor-Dn4wqh4Z.js";/**
|
|
|
13
13
|
*
|
|
14
14
|
* This source code is licensed under the ISC license.
|
|
15
15
|
* See the LICENSE file in the root directory of this source tree.
|
|
16
|
-
*/const M=k.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:y=2,absoluteStrokeWidth:h,className:r="",children:c,iconNode:d,...s},
|
|
16
|
+
*/const M=k.forwardRef(({color:t="currentColor",size:e=24,strokeWidth:y=2,absoluteStrokeWidth:h,className:r="",children:c,iconNode:d,...s},o)=>k.createElement("svg",{ref:o,...x,width:e,height:e,stroke:t,strokeWidth:h?Number(y)*24/Number(e):y,className:l("lucide",r),...s},[...d.map(([p,i])=>k.createElement(p,i)),...Array.isArray(c)?c:[c]]));/**
|
|
17
17
|
* @license lucide-react v0.460.0 - ISC
|
|
18
18
|
*
|
|
19
19
|
* This source code is licensed under the ISC license.
|
|
@@ -258,12 +258,12 @@ import{r as k}from"./react-vendor-Dn4wqh4Z.js";/**
|
|
|
258
258
|
*
|
|
259
259
|
* This source code is licensed under the ISC license.
|
|
260
260
|
* See the LICENSE file in the root directory of this source tree.
|
|
261
|
-
*/const
|
|
261
|
+
*/const o1=a("FilePlus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]]);/**
|
|
262
262
|
* @license lucide-react v0.460.0 - ISC
|
|
263
263
|
*
|
|
264
264
|
* This source code is licensed under the ISC license.
|
|
265
265
|
* See the LICENSE file in the root directory of this source tree.
|
|
266
|
-
*/const
|
|
266
|
+
*/const p1=a("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);/**
|
|
267
267
|
* @license lucide-react v0.460.0 - ISC
|
|
268
268
|
*
|
|
269
269
|
* This source code is licensed under the ISC license.
|
|
@@ -428,102 +428,107 @@ import{r as k}from"./react-vendor-Dn4wqh4Z.js";/**
|
|
|
428
428
|
*
|
|
429
429
|
* This source code is licensed under the ISC license.
|
|
430
430
|
* See the LICENSE file in the root directory of this source tree.
|
|
431
|
-
*/const N1=a("
|
|
431
|
+
*/const N1=a("Menu",[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]]);/**
|
|
432
432
|
* @license lucide-react v0.460.0 - ISC
|
|
433
433
|
*
|
|
434
434
|
* This source code is licensed under the ISC license.
|
|
435
435
|
* See the LICENSE file in the root directory of this source tree.
|
|
436
|
-
*/const $1=a("
|
|
436
|
+
*/const $1=a("MessageSquare",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]);/**
|
|
437
437
|
* @license lucide-react v0.460.0 - ISC
|
|
438
438
|
*
|
|
439
439
|
* This source code is licensed under the ISC license.
|
|
440
440
|
* See the LICENSE file in the root directory of this source tree.
|
|
441
|
-
*/const K1=a("
|
|
441
|
+
*/const K1=a("Mic",[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]);/**
|
|
442
442
|
* @license lucide-react v0.460.0 - ISC
|
|
443
443
|
*
|
|
444
444
|
* This source code is licensed under the ISC license.
|
|
445
445
|
* See the LICENSE file in the root directory of this source tree.
|
|
446
|
-
*/const W1=a("
|
|
446
|
+
*/const W1=a("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);/**
|
|
447
447
|
* @license lucide-react v0.460.0 - ISC
|
|
448
448
|
*
|
|
449
449
|
* This source code is licensed under the ISC license.
|
|
450
450
|
* See the LICENSE file in the root directory of this source tree.
|
|
451
|
-
*/const X1=a("
|
|
451
|
+
*/const X1=a("Monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]);/**
|
|
452
452
|
* @license lucide-react v0.460.0 - ISC
|
|
453
453
|
*
|
|
454
454
|
* This source code is licensed under the ISC license.
|
|
455
455
|
* See the LICENSE file in the root directory of this source tree.
|
|
456
|
-
*/const J1=a("
|
|
456
|
+
*/const J1=a("Moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]]);/**
|
|
457
457
|
* @license lucide-react v0.460.0 - ISC
|
|
458
458
|
*
|
|
459
459
|
* This source code is licensed under the ISC license.
|
|
460
460
|
* See the LICENSE file in the root directory of this source tree.
|
|
461
|
-
*/const Q1=a("
|
|
461
|
+
*/const Q1=a("Network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);/**
|
|
462
462
|
* @license lucide-react v0.460.0 - ISC
|
|
463
463
|
*
|
|
464
464
|
* This source code is licensed under the ISC license.
|
|
465
465
|
* See the LICENSE file in the root directory of this source tree.
|
|
466
|
-
*/const Y1=a("
|
|
466
|
+
*/const Y1=a("OctagonAlert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]);/**
|
|
467
467
|
* @license lucide-react v0.460.0 - ISC
|
|
468
468
|
*
|
|
469
469
|
* This source code is licensed under the ISC license.
|
|
470
470
|
* See the LICENSE file in the root directory of this source tree.
|
|
471
|
-
*/const _1=a("
|
|
471
|
+
*/const _1=a("Package",[["path",{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",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7",key:"yx3hmr"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);/**
|
|
472
472
|
* @license lucide-react v0.460.0 - ISC
|
|
473
473
|
*
|
|
474
474
|
* This source code is licensed under the ISC license.
|
|
475
475
|
* See the LICENSE file in the root directory of this source tree.
|
|
476
|
-
*/const a2=a("
|
|
476
|
+
*/const a2=a("Palette",[["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",key:"12rzf8"}]]);/**
|
|
477
477
|
* @license lucide-react v0.460.0 - ISC
|
|
478
478
|
*
|
|
479
479
|
* This source code is licensed under the ISC license.
|
|
480
480
|
* See the LICENSE file in the root directory of this source tree.
|
|
481
|
-
*/const e2=a("
|
|
481
|
+
*/const e2=a("PanelLeftClose",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]]);/**
|
|
482
482
|
* @license lucide-react v0.460.0 - ISC
|
|
483
483
|
*
|
|
484
484
|
* This source code is licensed under the ISC license.
|
|
485
485
|
* See the LICENSE file in the root directory of this source tree.
|
|
486
|
-
*/const t2=a("
|
|
486
|
+
*/const t2=a("PanelLeftOpen",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]]);/**
|
|
487
487
|
* @license lucide-react v0.460.0 - ISC
|
|
488
488
|
*
|
|
489
489
|
* This source code is licensed under the ISC license.
|
|
490
490
|
* See the LICENSE file in the root directory of this source tree.
|
|
491
|
-
*/const y2=a("
|
|
491
|
+
*/const y2=a("PanelsTopLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]]);/**
|
|
492
492
|
* @license lucide-react v0.460.0 - ISC
|
|
493
493
|
*
|
|
494
494
|
* This source code is licensed under the ISC license.
|
|
495
495
|
* See the LICENSE file in the root directory of this source tree.
|
|
496
|
-
*/const h2=a("
|
|
496
|
+
*/const h2=a("Paperclip",[["path",{d:"m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48",key:"1u3ebp"}]]);/**
|
|
497
497
|
* @license lucide-react v0.460.0 - ISC
|
|
498
498
|
*
|
|
499
499
|
* This source code is licensed under the ISC license.
|
|
500
500
|
* See the LICENSE file in the root directory of this source tree.
|
|
501
|
-
*/const c2=a("
|
|
501
|
+
*/const c2=a("Pause",[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]]);/**
|
|
502
502
|
* @license lucide-react v0.460.0 - ISC
|
|
503
503
|
*
|
|
504
504
|
* This source code is licensed under the ISC license.
|
|
505
505
|
* See the LICENSE file in the root directory of this source tree.
|
|
506
|
-
*/const k2=a("
|
|
506
|
+
*/const k2=a("Pen",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]]);/**
|
|
507
507
|
* @license lucide-react v0.460.0 - ISC
|
|
508
508
|
*
|
|
509
509
|
* This source code is licensed under the ISC license.
|
|
510
510
|
* See the LICENSE file in the root directory of this source tree.
|
|
511
|
-
*/const r2=a("
|
|
511
|
+
*/const r2=a("Pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);/**
|
|
512
512
|
* @license lucide-react v0.460.0 - ISC
|
|
513
513
|
*
|
|
514
514
|
* This source code is licensed under the ISC license.
|
|
515
515
|
* See the LICENSE file in the root directory of this source tree.
|
|
516
|
-
*/const l2=a("
|
|
516
|
+
*/const l2=a("Pin",[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]]);/**
|
|
517
517
|
* @license lucide-react v0.460.0 - ISC
|
|
518
518
|
*
|
|
519
519
|
* This source code is licensed under the ISC license.
|
|
520
520
|
* See the LICENSE file in the root directory of this source tree.
|
|
521
|
-
*/const d2=a("
|
|
521
|
+
*/const d2=a("Play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]);/**
|
|
522
522
|
* @license lucide-react v0.460.0 - ISC
|
|
523
523
|
*
|
|
524
524
|
* This source code is licensed under the ISC license.
|
|
525
525
|
* See the LICENSE file in the root directory of this source tree.
|
|
526
|
-
*/const s2=a("
|
|
526
|
+
*/const s2=a("Plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]);/**
|
|
527
|
+
* @license lucide-react v0.460.0 - ISC
|
|
528
|
+
*
|
|
529
|
+
* This source code is licensed under the ISC license.
|
|
530
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
531
|
+
*/const o2=a("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);/**
|
|
527
532
|
* @license lucide-react v0.460.0 - ISC
|
|
528
533
|
*
|
|
529
534
|
* This source code is licensed under the ISC license.
|
|
@@ -533,189 +538,189 @@ import{r as k}from"./react-vendor-Dn4wqh4Z.js";/**
|
|
|
533
538
|
*
|
|
534
539
|
* This source code is licensed under the ISC license.
|
|
535
540
|
* See the LICENSE file in the root directory of this source tree.
|
|
536
|
-
*/const
|
|
541
|
+
*/const i2=a("Power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]);/**
|
|
537
542
|
* @license lucide-react v0.460.0 - ISC
|
|
538
543
|
*
|
|
539
544
|
* This source code is licensed under the ISC license.
|
|
540
545
|
* See the LICENSE file in the root directory of this source tree.
|
|
541
|
-
*/const
|
|
546
|
+
*/const n2=a("Puzzle",[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",key:"w46dr5"}]]);/**
|
|
542
547
|
* @license lucide-react v0.460.0 - ISC
|
|
543
548
|
*
|
|
544
549
|
* This source code is licensed under the ISC license.
|
|
545
550
|
* See the LICENSE file in the root directory of this source tree.
|
|
546
|
-
*/const
|
|
551
|
+
*/const x2=a("Radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]);/**
|
|
547
552
|
* @license lucide-react v0.460.0 - ISC
|
|
548
553
|
*
|
|
549
554
|
* This source code is licensed under the ISC license.
|
|
550
555
|
* See the LICENSE file in the root directory of this source tree.
|
|
551
|
-
*/const
|
|
556
|
+
*/const M2=a("Redo2",[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]]);/**
|
|
552
557
|
* @license lucide-react v0.460.0 - ISC
|
|
553
558
|
*
|
|
554
559
|
* This source code is licensed under the ISC license.
|
|
555
560
|
* See the LICENSE file in the root directory of this source tree.
|
|
556
|
-
*/const
|
|
561
|
+
*/const v2=a("RefreshCw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);/**
|
|
557
562
|
* @license lucide-react v0.460.0 - ISC
|
|
558
563
|
*
|
|
559
564
|
* This source code is licensed under the ISC license.
|
|
560
565
|
* See the LICENSE file in the root directory of this source tree.
|
|
561
|
-
*/const
|
|
566
|
+
*/const g2=a("RotateCcw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]);/**
|
|
562
567
|
* @license lucide-react v0.460.0 - ISC
|
|
563
568
|
*
|
|
564
569
|
* This source code is licensed under the ISC license.
|
|
565
570
|
* See the LICENSE file in the root directory of this source tree.
|
|
566
|
-
*/const
|
|
571
|
+
*/const m2=a("RotateCw",[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]]);/**
|
|
567
572
|
* @license lucide-react v0.460.0 - ISC
|
|
568
573
|
*
|
|
569
574
|
* This source code is licensed under the ISC license.
|
|
570
575
|
* See the LICENSE file in the root directory of this source tree.
|
|
571
|
-
*/const
|
|
576
|
+
*/const u2=a("Save",[["path",{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",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);/**
|
|
572
577
|
* @license lucide-react v0.460.0 - ISC
|
|
573
578
|
*
|
|
574
579
|
* This source code is licensed under the ISC license.
|
|
575
580
|
* See the LICENSE file in the root directory of this source tree.
|
|
576
|
-
*/const
|
|
581
|
+
*/const w2=a("Scan",[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]]);/**
|
|
577
582
|
* @license lucide-react v0.460.0 - ISC
|
|
578
583
|
*
|
|
579
584
|
* This source code is licensed under the ISC license.
|
|
580
585
|
* See the LICENSE file in the root directory of this source tree.
|
|
581
|
-
*/const
|
|
586
|
+
*/const f2=a("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);/**
|
|
582
587
|
* @license lucide-react v0.460.0 - ISC
|
|
583
588
|
*
|
|
584
589
|
* This source code is licensed under the ISC license.
|
|
585
590
|
* See the LICENSE file in the root directory of this source tree.
|
|
586
|
-
*/const
|
|
591
|
+
*/const b2=a("Send",[["path",{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",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);/**
|
|
587
592
|
* @license lucide-react v0.460.0 - ISC
|
|
588
593
|
*
|
|
589
594
|
* This source code is licensed under the ISC license.
|
|
590
595
|
* See the LICENSE file in the root directory of this source tree.
|
|
591
|
-
*/const
|
|
596
|
+
*/const C2=a("Server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);/**
|
|
592
597
|
* @license lucide-react v0.460.0 - ISC
|
|
593
598
|
*
|
|
594
599
|
* This source code is licensed under the ISC license.
|
|
595
600
|
* See the LICENSE file in the root directory of this source tree.
|
|
596
|
-
*/const
|
|
601
|
+
*/const q2=a("Settings2",[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]);/**
|
|
597
602
|
* @license lucide-react v0.460.0 - ISC
|
|
598
603
|
*
|
|
599
604
|
* This source code is licensed under the ISC license.
|
|
600
605
|
* See the LICENSE file in the root directory of this source tree.
|
|
601
|
-
*/const
|
|
606
|
+
*/const z2=a("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);/**
|
|
602
607
|
* @license lucide-react v0.460.0 - ISC
|
|
603
608
|
*
|
|
604
609
|
* This source code is licensed under the ISC license.
|
|
605
610
|
* See the LICENSE file in the root directory of this source tree.
|
|
606
|
-
*/const
|
|
611
|
+
*/const A2=a("Share2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]);/**
|
|
607
612
|
* @license lucide-react v0.460.0 - ISC
|
|
608
613
|
*
|
|
609
614
|
* This source code is licensed under the ISC license.
|
|
610
615
|
* See the LICENSE file in the root directory of this source tree.
|
|
611
|
-
*/const
|
|
616
|
+
*/const L2=a("ShieldCheck",[["path",{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",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);/**
|
|
612
617
|
* @license lucide-react v0.460.0 - ISC
|
|
613
618
|
*
|
|
614
619
|
* This source code is licensed under the ISC license.
|
|
615
620
|
* See the LICENSE file in the root directory of this source tree.
|
|
616
|
-
*/const
|
|
621
|
+
*/const H2=a("Shield",[["path",{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",key:"oel41y"}]]);/**
|
|
617
622
|
* @license lucide-react v0.460.0 - ISC
|
|
618
623
|
*
|
|
619
624
|
* This source code is licensed under the ISC license.
|
|
620
625
|
* See the LICENSE file in the root directory of this source tree.
|
|
621
|
-
*/const
|
|
626
|
+
*/const V2=a("SlidersVertical",[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]]);/**
|
|
622
627
|
* @license lucide-react v0.460.0 - ISC
|
|
623
628
|
*
|
|
624
629
|
* This source code is licensed under the ISC license.
|
|
625
630
|
* See the LICENSE file in the root directory of this source tree.
|
|
626
|
-
*/const
|
|
631
|
+
*/const P2=a("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]]);/**
|
|
627
632
|
* @license lucide-react v0.460.0 - ISC
|
|
628
633
|
*
|
|
629
634
|
* This source code is licensed under the ISC license.
|
|
630
635
|
* See the LICENSE file in the root directory of this source tree.
|
|
631
|
-
*/const
|
|
636
|
+
*/const S2=a("SquareCheckBig",[["path",{d:"M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5",key:"1uzm8b"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);/**
|
|
632
637
|
* @license lucide-react v0.460.0 - ISC
|
|
633
638
|
*
|
|
634
639
|
* This source code is licensed under the ISC license.
|
|
635
640
|
* See the LICENSE file in the root directory of this source tree.
|
|
636
|
-
*/const
|
|
641
|
+
*/const j2=a("SquarePen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{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",key:"ohrbg2"}]]);/**
|
|
637
642
|
* @license lucide-react v0.460.0 - ISC
|
|
638
643
|
*
|
|
639
644
|
* This source code is licensed under the ISC license.
|
|
640
645
|
* See the LICENSE file in the root directory of this source tree.
|
|
641
|
-
*/const
|
|
646
|
+
*/const R2=a("Square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);/**
|
|
642
647
|
* @license lucide-react v0.460.0 - ISC
|
|
643
648
|
*
|
|
644
649
|
* This source code is licensed under the ISC license.
|
|
645
650
|
* See the LICENSE file in the root directory of this source tree.
|
|
646
|
-
*/const
|
|
651
|
+
*/const F2=a("Stethoscope",[["path",{d:"M11 2v2",key:"1539x4"}],["path",{d:"M5 2v2",key:"1yf1q8"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1",key:"rb5t3r"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3",key:"x18d4x"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]]);/**
|
|
647
652
|
* @license lucide-react v0.460.0 - ISC
|
|
648
653
|
*
|
|
649
654
|
* This source code is licensed under the ISC license.
|
|
650
655
|
* See the LICENSE file in the root directory of this source tree.
|
|
651
|
-
*/const
|
|
656
|
+
*/const Z2=a("StickyNote",[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z",key:"qazsjp"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4",key:"40519r"}]]);/**
|
|
652
657
|
* @license lucide-react v0.460.0 - ISC
|
|
653
658
|
*
|
|
654
659
|
* This source code is licensed under the ISC license.
|
|
655
660
|
* See the LICENSE file in the root directory of this source tree.
|
|
656
|
-
*/const
|
|
661
|
+
*/const B2=a("Store",[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",key:"ztvudi"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",key:"2ebpfo"}],["path",{d:"M2 7h20",key:"1fcdvo"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",key:"6c3vgh"}]]);/**
|
|
657
662
|
* @license lucide-react v0.460.0 - ISC
|
|
658
663
|
*
|
|
659
664
|
* This source code is licensed under the ISC license.
|
|
660
665
|
* See the LICENSE file in the root directory of this source tree.
|
|
661
|
-
*/const
|
|
666
|
+
*/const D2=a("Sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]);/**
|
|
662
667
|
* @license lucide-react v0.460.0 - ISC
|
|
663
668
|
*
|
|
664
669
|
* This source code is licensed under the ISC license.
|
|
665
670
|
* See the LICENSE file in the root directory of this source tree.
|
|
666
|
-
*/const
|
|
671
|
+
*/const G2=a("Tag",[["path",{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",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]]);/**
|
|
667
672
|
* @license lucide-react v0.460.0 - ISC
|
|
668
673
|
*
|
|
669
674
|
* This source code is licensed under the ISC license.
|
|
670
675
|
* See the LICENSE file in the root directory of this source tree.
|
|
671
|
-
*/const
|
|
676
|
+
*/const T2=a("Target",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);/**
|
|
672
677
|
* @license lucide-react v0.460.0 - ISC
|
|
673
678
|
*
|
|
674
679
|
* This source code is licensed under the ISC license.
|
|
675
680
|
* See the LICENSE file in the root directory of this source tree.
|
|
676
|
-
*/const
|
|
681
|
+
*/const O2=a("Terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]);/**
|
|
677
682
|
* @license lucide-react v0.460.0 - ISC
|
|
678
683
|
*
|
|
679
684
|
* This source code is licensed under the ISC license.
|
|
680
685
|
* See the LICENSE file in the root directory of this source tree.
|
|
681
|
-
*/const
|
|
686
|
+
*/const E2=a("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]);/**
|
|
682
687
|
* @license lucide-react v0.460.0 - ISC
|
|
683
688
|
*
|
|
684
689
|
* This source code is licensed under the ISC license.
|
|
685
690
|
* See the LICENSE file in the root directory of this source tree.
|
|
686
|
-
*/const
|
|
691
|
+
*/const U2=a("TriangleAlert",[["path",{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",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);/**
|
|
687
692
|
* @license lucide-react v0.460.0 - ISC
|
|
688
693
|
*
|
|
689
694
|
* This source code is licensed under the ISC license.
|
|
690
695
|
* See the LICENSE file in the root directory of this source tree.
|
|
691
|
-
*/const
|
|
696
|
+
*/const I2=a("Undo2",[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]]);/**
|
|
692
697
|
* @license lucide-react v0.460.0 - ISC
|
|
693
698
|
*
|
|
694
699
|
* This source code is licensed under the ISC license.
|
|
695
700
|
* See the LICENSE file in the root directory of this source tree.
|
|
696
|
-
*/const
|
|
701
|
+
*/const N2=a("Upload",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]]);/**
|
|
697
702
|
* @license lucide-react v0.460.0 - ISC
|
|
698
703
|
*
|
|
699
704
|
* This source code is licensed under the ISC license.
|
|
700
705
|
* See the LICENSE file in the root directory of this source tree.
|
|
701
|
-
*/const
|
|
706
|
+
*/const $2=a("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);/**
|
|
702
707
|
* @license lucide-react v0.460.0 - ISC
|
|
703
708
|
*
|
|
704
709
|
* This source code is licensed under the ISC license.
|
|
705
710
|
* See the LICENSE file in the root directory of this source tree.
|
|
706
|
-
*/const
|
|
711
|
+
*/const K2=a("Users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]]);/**
|
|
707
712
|
* @license lucide-react v0.460.0 - ISC
|
|
708
713
|
*
|
|
709
714
|
* This source code is licensed under the ISC license.
|
|
710
715
|
* See the LICENSE file in the root directory of this source tree.
|
|
711
|
-
*/const
|
|
716
|
+
*/const W2=a("Wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]]);/**
|
|
712
717
|
* @license lucide-react v0.460.0 - ISC
|
|
713
718
|
*
|
|
714
719
|
* This source code is licensed under the ISC license.
|
|
715
720
|
* See the LICENSE file in the root directory of this source tree.
|
|
716
|
-
*/const
|
|
721
|
+
*/const X2=a("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);/**
|
|
717
722
|
* @license lucide-react v0.460.0 - ISC
|
|
718
723
|
*
|
|
719
724
|
* This source code is licensed under the ISC license.
|
|
720
725
|
* See the LICENSE file in the root directory of this source tree.
|
|
721
|
-
*/const
|
|
726
|
+
*/const J2=a("Zap",[["path",{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",key:"1xq2db"}]]);export{J2 as $,b as A,L as B,G as C,F as D,U2 as E,M1 as F,m1 as G,A1 as H,O as I,V1 as J,k1 as K,j1 as L,$1 as M,p1 as N,u1 as O,n2 as P,H1 as Q,v2 as R,S2 as S,O2 as T,b2 as U,l1 as V,r1 as W,X2 as X,v1 as Y,E2 as Z,i2 as _,x1 as a,X as a$,Y1 as a0,j2 as a1,m2 as a2,C2 as a3,E as a4,r2 as a5,h1 as a6,w as a7,G2 as a8,u2 as a9,H2 as aA,P1 as aB,_ as aC,g2 as aD,C1 as aE,O1 as aF,B1 as aG,K2 as aH,e1 as aI,L2 as aJ,s1 as aK,$2 as aL,A as aM,z2 as aN,F1 as aO,N as aP,_1 as aQ,t1 as aR,G1 as aS,p2 as aT,o1 as aU,w1 as aV,b1 as aW,f1 as aX,N2 as aY,Q1 as aZ,S as a_,K as aa,d2 as ab,y1 as ac,Z2 as ad,W1 as ae,$ as af,d1 as ag,A2 as ah,I2 as ai,M2 as aj,I1 as ak,c1 as al,E1 as am,m as an,q as ao,B as ap,k2 as aq,c2 as ar,e2 as as,t2 as at,S1 as au,T2 as av,J1 as aw,D2 as ax,X1 as ay,s2 as az,g1 as b,K1 as b0,R2 as b1,w2 as b2,n1 as b3,j as b4,P as b5,W2 as b6,U as b7,C as b8,f as b9,R as ba,N1 as bb,I as bc,q1 as bd,T as be,T1 as bf,y2 as bg,D1 as bh,Q as bi,Z1 as bj,L1 as bk,l2 as bl,h2 as bm,i1 as c,Z as d,D as e,U1 as f,g,x2 as h,P2 as i,V as j,B2 as k,J as l,z1 as m,Y as n,W as o,F2 as p,V2 as q,f2 as r,q2 as s,o2 as t,a2 as u,R1 as v,H as w,a1 as x,u as y,z};
|