@rubenpazch/icons 3.0.0 → 3.0.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.
Files changed (43) hide show
  1. package/dist/ArchiveIcon.d.ts +8 -0
  2. package/dist/ArchiveIcon.d.ts.map +1 -0
  3. package/dist/ArrowLeftIcon.d.ts +7 -0
  4. package/dist/ArrowLeftIcon.d.ts.map +1 -0
  5. package/dist/ArrowRightIcon.d.ts +7 -0
  6. package/dist/ArrowRightIcon.d.ts.map +1 -0
  7. package/dist/BusinessPlanIcon.d.ts +8 -0
  8. package/dist/BusinessPlanIcon.d.ts.map +1 -0
  9. package/dist/CheckOutIcon.d.ts +9 -0
  10. package/dist/CheckOutIcon.d.ts.map +1 -0
  11. package/dist/ChecksIcon.d.ts +8 -0
  12. package/dist/ChecksIcon.d.ts.map +1 -0
  13. package/dist/CoinsHandIcon.d.ts +9 -0
  14. package/dist/CoinsHandIcon.d.ts.map +1 -0
  15. package/dist/ExclamationTriangleIcon.d.ts +9 -0
  16. package/dist/ExclamationTriangleIcon.d.ts.map +1 -0
  17. package/dist/EyeCheckIcon.d.ts +9 -0
  18. package/dist/EyeCheckIcon.d.ts.map +1 -0
  19. package/dist/GalleryPhotoIcon.d.ts +8 -0
  20. package/dist/GalleryPhotoIcon.d.ts.map +1 -0
  21. package/dist/GlassesIcon.d.ts +9 -0
  22. package/dist/GlassesIcon.d.ts.map +1 -0
  23. package/dist/PresentationChartIcon.d.ts +9 -0
  24. package/dist/PresentationChartIcon.d.ts.map +1 -0
  25. package/dist/RobotIcon.d.ts +8 -0
  26. package/dist/RobotIcon.d.ts.map +1 -0
  27. package/dist/RobotOffIcon.d.ts +8 -0
  28. package/dist/RobotOffIcon.d.ts.map +1 -0
  29. package/dist/TargetIcon.d.ts +17 -0
  30. package/dist/TargetIcon.d.ts.map +1 -0
  31. package/dist/UploadIcon.d.ts +4 -32
  32. package/dist/UploadIcon.d.ts.map +1 -1
  33. package/dist/UserPlusIcon.d.ts +8 -0
  34. package/dist/UserPlusIcon.d.ts.map +1 -0
  35. package/dist/WalletOpenIcon.d.ts +9 -0
  36. package/dist/WalletOpenIcon.d.ts.map +1 -0
  37. package/dist/index.cjs.js +1 -1
  38. package/dist/index.cjs.js.map +1 -1
  39. package/dist/index.d.ts +82 -76
  40. package/dist/index.d.ts.map +1 -1
  41. package/dist/index.esm.js +1 -1
  42. package/dist/index.esm.js.map +1 -1
  43. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
- import React from 'react';
1
+ import * as React$1 from 'react';
2
+ import React__default from 'react';
2
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
4
 
4
5
  interface ArrowDetailsIconProps {
@@ -16,7 +17,7 @@ interface ArrowDetailsIconProps {
16
17
  * <ArrowDetailsIcon size="md" />
17
18
  * <ArrowDetailsIcon className="w-6 h-6 text-blue-600" />
18
19
  */
19
- declare const ArrowDetailsIcon: React.FC<ArrowDetailsIconProps>;
20
+ declare const ArrowDetailsIcon: React__default.FC<ArrowDetailsIconProps>;
20
21
  //# sourceMappingURL=ArrowDetailsIcon.d.ts.map
21
22
 
22
23
  interface BrandingIconProps {
@@ -33,7 +34,7 @@ interface BrandingIconProps {
33
34
  * <BrandingIcon size="md" />
34
35
  * <BrandingIcon className="text-purple-600" />
35
36
  */
36
- declare const BrandingIcon: React.FC<BrandingIconProps>;
37
+ declare const BrandingIcon: React__default.FC<BrandingIconProps>;
37
38
  //# sourceMappingURL=BrandingIcon.d.ts.map
38
39
 
39
40
  interface CalendarIconProps {
@@ -50,7 +51,7 @@ interface CalendarIconProps {
50
51
  * <CalendarIcon size="md" />
51
52
  * <CalendarIcon className="w-5 h-5 text-blue-600" />
52
53
  */
53
- declare const CalendarIcon: React.FC<CalendarIconProps>;
54
+ declare const CalendarIcon: React__default.FC<CalendarIconProps>;
54
55
  //# sourceMappingURL=CalendarIcon.d.ts.map
55
56
 
56
57
  interface CheckIconProps {
@@ -83,7 +84,7 @@ interface CheckmarkIconProps {
83
84
  * <CheckmarkIcon size="md" />
84
85
  * <CheckmarkIcon className="w-5 h-5 text-white" />
85
86
  */
86
- declare const CheckmarkIcon: React.FC<CheckmarkIconProps>;
87
+ declare const CheckmarkIcon: React__default.FC<CheckmarkIconProps>;
87
88
  //# sourceMappingURL=CheckmarkIcon.d.ts.map
88
89
 
89
90
  interface ChevronIconProps {
@@ -92,7 +93,7 @@ interface ChevronIconProps {
92
93
  color?: string;
93
94
  direction?: "up" | "down" | "left" | "right";
94
95
  }
95
- declare const ChevronIcon: React.FC<ChevronIconProps>;
96
+ declare const ChevronIcon: React__default.FC<ChevronIconProps>;
96
97
  //# sourceMappingURL=ChevronIcon.d.ts.map
97
98
 
98
99
  type IconSize$6 = "sm" | "md" | "lg" | "xl";
@@ -104,7 +105,7 @@ interface CityIconProps {
104
105
  * CityIcon component
105
106
  * Displays a building/city icon for city-related UI elements
106
107
  */
107
- declare const CityIcon: React.FC<CityIconProps>;
108
+ declare const CityIcon: React__default.FC<CityIconProps>;
108
109
 
109
110
  type IconSize$5 = "sm" | "md" | "lg" | "xl";
110
111
  interface ClockIconProps {
@@ -115,7 +116,7 @@ interface ClockIconProps {
115
116
  * ClockIcon component
116
117
  * Displays a clock icon for time/date-related UI elements
117
118
  */
118
- declare const ClockIcon: React.FC<ClockIconProps>;
119
+ declare const ClockIcon: React__default.FC<ClockIconProps>;
119
120
 
120
121
  interface CloseIconProps {
121
122
  className?: string;
@@ -138,7 +139,7 @@ interface DocumentIconProps {
138
139
  * <DocumentIcon size="md" />
139
140
  * <DocumentIcon className="w-6 h-6 text-pink-600" />
140
141
  */
141
- declare const DocumentIcon: React.FC<DocumentIconProps>;
142
+ declare const DocumentIcon: React__default.FC<DocumentIconProps>;
142
143
  //# sourceMappingURL=DocumentIcon.d.ts.map
143
144
 
144
145
  interface DownloadIconProps {
@@ -146,7 +147,7 @@ interface DownloadIconProps {
146
147
  size?: "sm" | "md" | "lg";
147
148
  color?: string;
148
149
  }
149
- declare const DownloadIcon: React.FC<DownloadIconProps>;
150
+ declare const DownloadIcon: React__default.FC<DownloadIconProps>;
150
151
  //# sourceMappingURL=DownloadIcon.d.ts.map
151
152
 
152
153
  interface DragHandleIconProps {
@@ -163,7 +164,7 @@ interface DragHandleIconProps {
163
164
  * <DragHandleIcon size="md" />
164
165
  * <DragHandleIcon className="w-6 h-6 text-gray-400" />
165
166
  */
166
- declare const DragHandleIcon: React.FC<DragHandleIconProps>;
167
+ declare const DragHandleIcon: React__default.FC<DragHandleIconProps>;
167
168
  //# sourceMappingURL=DragHandleIcon.d.ts.map
168
169
 
169
170
  interface EditIconProps {
@@ -181,7 +182,7 @@ interface EditIconProps {
181
182
  * <EditIcon size="md" />
182
183
  * <EditIcon className="w-6 h-6 text-blue-600" />
183
184
  */
184
- declare const EditIcon: React.FC<EditIconProps>;
185
+ declare const EditIcon: React__default.FC<EditIconProps>;
185
186
  //# sourceMappingURL=EditIcon.d.ts.map
186
187
 
187
188
  type IconSize$4 = "sm" | "md" | "lg" | "xl";
@@ -193,7 +194,7 @@ interface EmailIconProps {
193
194
  * EmailIcon component
194
195
  * Displays an envelope icon for email-related UI elements
195
196
  */
196
- declare const EmailIcon: React.FC<EmailIconProps>;
197
+ declare const EmailIcon: React__default.FC<EmailIconProps>;
197
198
 
198
199
  interface ErrorIconProps {
199
200
  className?: string;
@@ -209,7 +210,7 @@ interface ErrorIconProps {
209
210
  * <ErrorIcon size="md" />
210
211
  * <ErrorIcon className="text-red-400" />
211
212
  */
212
- declare const ErrorIcon: React.FC<ErrorIconProps>;
213
+ declare const ErrorIcon: React__default.FC<ErrorIconProps>;
213
214
  //# sourceMappingURL=ErrorIcon.d.ts.map
214
215
 
215
216
  interface EyeIconProps {
@@ -217,7 +218,7 @@ interface EyeIconProps {
217
218
  size?: "sm" | "md" | "lg";
218
219
  color?: string;
219
220
  }
220
- declare const EyeIcon: React.FC<EyeIconProps>;
221
+ declare const EyeIcon: React__default.FC<EyeIconProps>;
221
222
  //# sourceMappingURL=EyeIcon.d.ts.map
222
223
 
223
224
  interface FilterIconProps {
@@ -234,7 +235,7 @@ interface FilterIconProps {
234
235
  * <FilterIcon size="md" />
235
236
  * <FilterIcon className="w-6 h-6 text-blue-600" />
236
237
  */
237
- declare const FilterIcon: React.FC<FilterIconProps>;
238
+ declare const FilterIcon: React__default.FC<FilterIconProps>;
238
239
  //# sourceMappingURL=FilterIcon.d.ts.map
239
240
 
240
241
  interface HomeIconProps {
@@ -242,7 +243,7 @@ interface HomeIconProps {
242
243
  size?: "sm" | "md" | "lg";
243
244
  color?: string;
244
245
  }
245
- declare const HomeIcon: React.FC<HomeIconProps>;
246
+ declare const HomeIcon: React__default.FC<HomeIconProps>;
246
247
  //# sourceMappingURL=HomeIcon.d.ts.map
247
248
 
248
249
  interface InfoIconProps {
@@ -259,7 +260,7 @@ interface InfoIconProps {
259
260
  * <InfoIcon size="md" />
260
261
  * <InfoIcon className="w-6 h-6 text-blue-600" />
261
262
  */
262
- declare const InfoIcon: React.FC<InfoIconProps>;
263
+ declare const InfoIcon: React__default.FC<InfoIconProps>;
263
264
  //# sourceMappingURL=InfoIcon.d.ts.map
264
265
 
265
266
  interface LinkIconProps {
@@ -267,7 +268,7 @@ interface LinkIconProps {
267
268
  size?: "sm" | "md" | "lg";
268
269
  color?: string;
269
270
  }
270
- declare const LinkIcon: React.FC<LinkIconProps>;
271
+ declare const LinkIcon: React__default.FC<LinkIconProps>;
271
272
  //# sourceMappingURL=LinkIcon.d.ts.map
272
273
 
273
274
  type IconSize$3 = "sm" | "md" | "lg" | "xl";
@@ -279,7 +280,7 @@ interface LocationIconProps {
279
280
  * LocationIcon component
280
281
  * Displays a map pin/location icon for address-related UI elements
281
282
  */
282
- declare const LocationIcon: React.FC<LocationIconProps>;
283
+ declare const LocationIcon: React__default.FC<LocationIconProps>;
283
284
 
284
285
  interface ManualIdentifierIconProps {
285
286
  className?: string;
@@ -295,7 +296,7 @@ interface ManualIdentifierIconProps {
295
296
  * <ManualIdentifierIcon size="md" />
296
297
  * <ManualIdentifierIcon className="w-6 h-6 text-orange-600" />
297
298
  */
298
- declare const ManualIdentifierIcon: React.FC<ManualIdentifierIconProps>;
299
+ declare const ManualIdentifierIcon: React__default.FC<ManualIdentifierIconProps>;
299
300
  //# sourceMappingURL=ManualIdentifierIcon.d.ts.map
300
301
 
301
302
  type IconSize$2 = "sm" | "md" | "lg" | "xl";
@@ -307,7 +308,7 @@ interface MapIconProps {
307
308
  * MapIcon component
308
309
  * Displays a map icon for state/region-related UI elements
309
310
  */
310
- declare const MapIcon: React.FC<MapIconProps>;
311
+ declare const MapIcon: React__default.FC<MapIconProps>;
311
312
 
312
313
  interface MinusIconProps {
313
314
  className?: string;
@@ -325,7 +326,7 @@ interface MoreIconProps {
325
326
  * MoreIcon component
326
327
  * Displays a vertical three-dot menu icon for more options/actions
327
328
  */
328
- declare const MoreIcon: React.FC<MoreIconProps>;
329
+ declare const MoreIcon: React__default.FC<MoreIconProps>;
329
330
 
330
331
  interface NotificationIconProps {
331
332
  className?: string;
@@ -341,7 +342,7 @@ interface NotificationIconProps {
341
342
  * <NotificationIcon size="md" />
342
343
  * <NotificationIcon className="text-blue-600" />
343
344
  */
344
- declare const NotificationIcon: React.FC<NotificationIconProps>;
345
+ declare const NotificationIcon: React__default.FC<NotificationIconProps>;
345
346
  //# sourceMappingURL=NotificationIcon.d.ts.map
346
347
 
347
348
  interface PatientIconProps {
@@ -349,7 +350,7 @@ interface PatientIconProps {
349
350
  size?: "sm" | "md" | "lg";
350
351
  color?: string;
351
352
  }
352
- declare const PatientIcon: React.FC<PatientIconProps>;
353
+ declare const PatientIcon: React__default.FC<PatientIconProps>;
353
354
  //# sourceMappingURL=PatientIcon.d.ts.map
354
355
 
355
356
  interface PatientsIconProps {
@@ -357,7 +358,7 @@ interface PatientsIconProps {
357
358
  size?: "sm" | "md" | "lg";
358
359
  color?: string;
359
360
  }
360
- declare const PatientsIcon: React.FC<PatientsIconProps>;
361
+ declare const PatientsIcon: React__default.FC<PatientsIconProps>;
361
362
  //# sourceMappingURL=PatientsIcon.d.ts.map
362
363
 
363
364
  type IconSize = "sm" | "md" | "lg" | "xl";
@@ -369,7 +370,7 @@ interface PhoneIconProps {
369
370
  * PhoneIcon component
370
371
  * Displays a phone icon for contact-related UI elements
371
372
  */
372
- declare const PhoneIcon: React.FC<PhoneIconProps>;
373
+ declare const PhoneIcon: React__default.FC<PhoneIconProps>;
373
374
 
374
375
  interface PlusIconProps {
375
376
  className?: string;
@@ -392,7 +393,7 @@ interface PrescriptionIconProps {
392
393
  size?: "sm" | "md" | "lg";
393
394
  color?: string;
394
395
  }
395
- declare const PrescriptionIcon: React.FC<PrescriptionIconProps>;
396
+ declare const PrescriptionIcon: React__default.FC<PrescriptionIconProps>;
396
397
  //# sourceMappingURL=PrescriptionIcon.d.ts.map
397
398
 
398
399
  interface PrintIconProps {
@@ -410,7 +411,7 @@ interface PrintIconProps {
410
411
  * <PrintIcon size="md" />
411
412
  * <PrintIcon className="w-6 h-6 text-blue-600" />
412
413
  */
413
- declare const PrintIcon: React.FC<PrintIconProps>;
414
+ declare const PrintIcon: React__default.FC<PrintIconProps>;
414
415
  //# sourceMappingURL=PrintIcon.d.ts.map
415
416
 
416
417
  interface RefreshIconProps {
@@ -428,7 +429,7 @@ interface RefreshIconProps {
428
429
  * <RefreshIcon size="md" />
429
430
  * <RefreshIcon className="w-6 h-6 text-green-600" />
430
431
  */
431
- declare const RefreshIcon: React.FC<RefreshIconProps>;
432
+ declare const RefreshIcon: React__default.FC<RefreshIconProps>;
432
433
  //# sourceMappingURL=RefreshIcon.d.ts.map
433
434
 
434
435
  interface SearchIconProps {
@@ -445,7 +446,7 @@ interface SearchIconProps {
445
446
  * <SearchIcon size="md" />
446
447
  * <SearchIcon className="w-6 h-6 text-blue-600" />
447
448
  */
448
- declare const SearchIcon: React.FC<SearchIconProps>;
449
+ declare const SearchIcon: React__default.FC<SearchIconProps>;
449
450
  //# sourceMappingURL=SearchIcon.d.ts.map
450
451
 
451
452
  interface SettingsIconProps {
@@ -453,7 +454,7 @@ interface SettingsIconProps {
453
454
  size?: "sm" | "md" | "lg";
454
455
  color?: string;
455
456
  }
456
- declare const SettingsIcon: React.FC<SettingsIconProps>;
457
+ declare const SettingsIcon: React__default.FC<SettingsIconProps>;
457
458
  //# sourceMappingURL=SettingsIcon.d.ts.map
458
459
 
459
460
  interface SortIconProps {
@@ -470,7 +471,7 @@ interface SortIconProps {
470
471
  * <SortIcon size="md" />
471
472
  * <SortIcon className="w-6 h-6 text-blue-600" />
472
473
  */
473
- declare const SortIcon: React.FC<SortIconProps>;
474
+ declare const SortIcon: React__default.FC<SortIconProps>;
474
475
  //# sourceMappingURL=SortIcon.d.ts.map
475
476
 
476
477
  interface SpinnerIconProps {
@@ -478,7 +479,7 @@ interface SpinnerIconProps {
478
479
  size?: "sm" | "md" | "lg";
479
480
  color?: string;
480
481
  }
481
- declare const SpinnerIcon: React.FC<SpinnerIconProps>;
482
+ declare const SpinnerIcon: React__default.FC<SpinnerIconProps>;
482
483
  //# sourceMappingURL=SpinnerIcon.d.ts.map
483
484
 
484
485
  interface SystemIdentifierIconProps {
@@ -495,7 +496,7 @@ interface SystemIdentifierIconProps {
495
496
  * <SystemIdentifierIcon size="md" />
496
497
  * <SystemIdentifierIcon className="w-6 h-6 text-blue-600" />
497
498
  */
498
- declare const SystemIdentifierIcon: React.FC<SystemIdentifierIconProps>;
499
+ declare const SystemIdentifierIcon: React__default.FC<SystemIdentifierIconProps>;
499
500
  //# sourceMappingURL=SystemIdentifierIcon.d.ts.map
500
501
 
501
502
  interface TrashIconProps {
@@ -513,51 +514,32 @@ interface TrashIconProps {
513
514
  * <TrashIcon size="md" />
514
515
  * <TrashIcon className="w-6 h-6 text-red-600" />
515
516
  */
516
- declare const TrashIcon: React.FC<TrashIconProps>;
517
+ declare const TrashIcon: React__default.FC<TrashIconProps>;
517
518
  //# sourceMappingURL=TrashIcon.d.ts.map
518
519
 
519
- interface UploadIconProps {
520
- /**
521
- * Size of the icon in pixels or as a Tailwind CSS class
522
- * @default 'h-12 w-12'
523
- */
524
- size?: string;
525
- /**
526
- * Additional CSS classes to apply
527
- */
528
- className?: string;
529
- /**
530
- * Accessible label for screen readers
531
- */
532
- ariaLabel?: string;
520
+ interface IconProps$1 extends React$1.SVGProps<SVGSVGElement> {
521
+ size?: "sm" | "md" | "lg";
533
522
  }
534
- /**
535
- * UploadIcon Component
536
- *
537
- * A reusable upload/image icon component typically used for file upload interfaces.
538
- * Shows an image frame with an upload indicator.
539
- *
540
- * @example
541
- * // Default usage
542
- * <UploadIcon />
543
- *
544
- * @example
545
- * // With custom size
546
- * <UploadIcon size="h-16 w-16" />
547
- *
548
- * @example
549
- * // With custom styling
550
- * <UploadIcon className="text-blue-500" />
551
- */
552
- declare const UploadIcon: React.FC<UploadIconProps>;
553
- //# sourceMappingURL=UploadIcon.d.ts.map
523
+ declare const ArrowLeftIcon: React$1.FC<IconProps$1>;
524
+
525
+ interface IconProps extends React$1.SVGProps<SVGSVGElement> {
526
+ size?: "sm" | "md" | "lg";
527
+ }
528
+ declare const ArrowRightIcon: React$1.FC<IconProps>;
529
+
530
+ interface UploadIconProps extends React$1.SVGProps<SVGSVGElement> {
531
+ size?: "sm" | "md" | "lg";
532
+ color?: string;
533
+ className?: string;
534
+ }
535
+ declare const UploadIcon: React$1.FC<UploadIconProps>;
554
536
 
555
537
  interface UserManagementIconProps {
556
538
  className?: string;
557
539
  size?: "sm" | "md" | "lg";
558
540
  color?: string;
559
541
  }
560
- declare const UserManagementIcon: React.FC<UserManagementIconProps>;
542
+ declare const UserManagementIcon: React__default.FC<UserManagementIconProps>;
561
543
  //# sourceMappingURL=UserManagementIcon.d.ts.map
562
544
 
563
545
  interface UserSelectIconProps {
@@ -565,7 +547,7 @@ interface UserSelectIconProps {
565
547
  size?: "sm" | "md" | "lg";
566
548
  color?: string;
567
549
  }
568
- declare const UserSelectIcon: React.FC<UserSelectIconProps>;
550
+ declare const UserSelectIcon: React__default.FC<UserSelectIconProps>;
569
551
  //# sourceMappingURL=UserSelectIcon.d.ts.map
570
552
 
571
553
  interface UsersIconProps {
@@ -582,7 +564,7 @@ interface UsersIconProps {
582
564
  * <UsersIcon size="md" />
583
565
  * <UsersIcon className="w-6 h-6 text-blue-600" />
584
566
  */
585
- declare const UsersIcon: React.FC<UsersIconProps>;
567
+ declare const UsersIcon: React__default.FC<UsersIconProps>;
586
568
  //# sourceMappingURL=UsersIcon.d.ts.map
587
569
 
588
570
  interface ZoomInIconProps {
@@ -590,7 +572,7 @@ interface ZoomInIconProps {
590
572
  size?: "sm" | "md" | "lg";
591
573
  color?: string;
592
574
  }
593
- declare const ZoomInIcon: React.FC<ZoomInIconProps>;
575
+ declare const ZoomInIcon: React__default.FC<ZoomInIconProps>;
594
576
  //# sourceMappingURL=ZoomInIcon.d.ts.map
595
577
 
596
578
  interface ZoomOutIconProps {
@@ -598,7 +580,31 @@ interface ZoomOutIconProps {
598
580
  size?: "sm" | "md" | "lg";
599
581
  color?: string;
600
582
  }
601
- declare const ZoomOutIcon: React.FC<ZoomOutIconProps>;
583
+ declare const ZoomOutIcon: React__default.FC<ZoomOutIconProps>;
602
584
  //# sourceMappingURL=ZoomOutIcon.d.ts.map
603
585
 
604
- export { ArrowDetailsIcon, BrandingIcon, CalendarIcon, CheckIcon, CheckmarkIcon, ChevronIcon, CityIcon, ClockIcon, CloseIcon, DocumentIcon, DownloadIcon, DragHandleIcon, EditIcon, EmailIcon, ErrorIcon, EyeIcon, FilterIcon, HomeIcon, InfoIcon, LinkIcon, LocationIcon, ManualIdentifierIcon, MapIcon, MinusIcon, MoreIcon, NotificationIcon, PatientIcon, PatientsIcon, PhoneIcon, PlusIcon, PrescriptionIcon, PrintIcon, RefreshIcon, SearchIcon, SettingsIcon, SortIcon, SpinnerIcon, SystemIdentifierIcon, TrashIcon, UploadIcon, UserManagementIcon, UserSelectIcon, UsersIcon, ZoomInIcon, ZoomOutIcon };
586
+ interface RobotIconProps extends React$1.SVGProps<SVGSVGElement> {
587
+ size?: "sm" | "md" | "lg";
588
+ color?: string;
589
+ className?: string;
590
+ }
591
+ declare const RobotIcon: React$1.FC<RobotIconProps>;
592
+
593
+ interface TargetIconProps {
594
+ className?: string;
595
+ size?: "sm" | "md" | "lg";
596
+ color?: string;
597
+ }
598
+ /**
599
+ * TargetIcon Component
600
+ *
601
+ * A target/crosshair icon for selection, focus, or goal indication.
602
+ *
603
+ * @example
604
+ * <TargetIcon size="md" />
605
+ * <TargetIcon className="w-6 h-6 text-blue-600" />
606
+ */
607
+ declare const TargetIcon: React.FC<TargetIconProps>;
608
+ //# sourceMappingURL=TargetIcon.d.ts.map
609
+
610
+ export { ArrowDetailsIcon, ArrowLeftIcon, ArrowRightIcon, BrandingIcon, CalendarIcon, CheckIcon, CheckmarkIcon, ChevronIcon, CityIcon, ClockIcon, CloseIcon, DocumentIcon, DownloadIcon, DragHandleIcon, EditIcon, EmailIcon, ErrorIcon, EyeIcon, FilterIcon, HomeIcon, InfoIcon, LinkIcon, LocationIcon, ManualIdentifierIcon, MapIcon, MinusIcon, MoreIcon, NotificationIcon, PatientIcon, PatientsIcon, PhoneIcon, PlusIcon, PrescriptionIcon, PrintIcon, RefreshIcon, RobotIcon, SearchIcon, SettingsIcon, SortIcon, SpinnerIcon, SystemIdentifierIcon, TargetIcon, TrashIcon, UploadIcon, UserManagementIcon, UserSelectIcon, UsersIcon, ZoomInIcon, ZoomOutIcon };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.esm.js CHANGED
@@ -7,5 +7,5 @@ import e from"react";var r,s={exports:{}},o={};var t,l,n={};
7
7
  *
8
8
  * This source code is licensed under the MIT license found in the
9
9
  * LICENSE file in the root directory of this source tree.
10
- */function a(){return t||(t=1,"production"!==process.env.NODE_ENV&&function(){function r(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===$?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case x:return"Fragment";case v:return"Profiler";case p:return"StrictMode";case k:return"Suspense";case y:return"SuspenseList";case C:return"Activity"}if("object"==typeof e)switch("number"==typeof e.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case u:return"Portal";case g:return e.displayName||"Context";case f:return(e._context.displayName||"Context")+".Consumer";case j:var s=e.render;return(e=e.displayName)||(e=""!==(e=s.displayName||s.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case L:return null!==(s=e.displayName||null)?s:r(e.type)||"Memo";case N:s=e._payload,e=e._init;try{return r(e(s))}catch(e){}}return null}function s(e){return""+e}function o(e){try{s(e);var r=!1}catch(e){r=!0}if(r){var o=(r=console).error,t="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return o.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",t),s(e)}}function t(e){if(e===x)return"<>";if("object"==typeof e&&null!==e&&e.$$typeof===N)return"<...>";try{var s=r(e);return s?"<"+s+">":"<...>"}catch(e){return"<...>"}}function l(){return Error("react-stack-top-frame")}function a(){var e=r(this.type);return W[e]||(W[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(e=this.props.ref)?e:null}function i(e,s,t,l,n,i){var h,m=s.children;if(void 0!==m)if(l)if(M(m)){for(l=0;l<m.length;l++)c(m[l]);Object.freeze&&Object.freeze(m)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else c(m);if(z.call(s,"key")){m=r(e);var u=Object.keys(s).filter(function(e){return"key"!==e});l=0<u.length?"{key: someKey, "+u.join(": ..., ")+": ...}":"{key: someKey}",V[m+l]||(u=0<u.length?"{"+u.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',l,m,u,m),V[m+l]=!0)}if(m=null,void 0!==t&&(o(t),m=""+t),function(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return void 0!==e.key}(s)&&(o(s.key),m=""+s.key),"key"in s)for(var x in t={},s)"key"!==x&&(t[x]=s[x]);else t=s;return m&&function(e,r){function s(){d||(d=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}s.isReactWarning=!0,Object.defineProperty(e,"key",{get:s,configurable:!0})}(t,"function"==typeof e?e.displayName||e.name||"Unknown":e),function(e,r,s,o,t,l){var n=s.ref;return e={$$typeof:w,type:e,key:r,props:s,_owner:o},null!==(void 0!==n?n:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:a}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:t}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:l}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(e,m,t,null===(h=b.A)?null:h.getOwner(),n,i)}function c(e){h(e)?e._store&&(e._store.validated=1):"object"==typeof e&&null!==e&&e.$$typeof===N&&("fulfilled"===e._payload.status?h(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function h(e){return"object"==typeof e&&null!==e&&e.$$typeof===w}var d,m=e,w=Symbol.for("react.transitional.element"),u=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),f=Symbol.for("react.consumer"),g=Symbol.for("react.context"),j=Symbol.for("react.forward_ref"),k=Symbol.for("react.suspense"),y=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),C=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),b=m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,M=Array.isArray,B=console.createTask?console.createTask:function(){return null},W={},_=(m={react_stack_bottom_frame:function(e){return e()}}).react_stack_bottom_frame.bind(m,l)(),H=B(t(l)),V={};n.Fragment=x,n.jsx=function(e,r,s){var o=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,s,!1,o?Error("react-stack-top-frame"):_,o?B(t(e)):H)},n.jsxs=function(e,r,s){var o=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,s,!0,o?Error("react-stack-top-frame"):_,o?B(t(e)):H)}}()),n}var i=(l||(l=1,"production"===process.env.NODE_ENV?s.exports=function(){if(r)return o;r=1;var e=Symbol.for("react.transitional.element"),s=Symbol.for("react.fragment");function t(r,s,o){var t=null;if(void 0!==o&&(t=""+o),void 0!==s.key&&(t=""+s.key),"key"in s)for(var l in o={},s)"key"!==l&&(o[l]=s[l]);else o=s;return s=o.ref,{$$typeof:e,type:r,key:t,ref:void 0!==s?s:null,props:o}}return o.Fragment=s,o.jsx=t,o.jsxs=t,o}():s.exports=a()),s.exports);const c=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"View Details",children:i.jsx("path",{d:"M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"})})},h=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:s,"aria-label":"Branding",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 00-5.78 1.128 2.25 2.25 0 01-2.4 2.245 4.5 4.5 0 008.4-2.245c0-.399-.078-.78-.22-1.128zm0 0a15.998 15.998 0 003.388-1.62m-5.043-.025a15.994 15.994 0 011.622-3.395m3.42 3.42a15.995 15.995 0 004.764-4.648l3.876-5.814a1.151 1.151 0 00-1.597-1.597L14.146 6.32a15.996 15.996 0 00-4.649 4.763m3.42 3.42a6.776 6.776 0 00-3.42-3.42"})})},d=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:s,"aria-label":"Calendar",children:i.jsx("path",{fillRule:"evenodd",d:"M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z",clipRule:"evenodd"})})};function m({className:e="",size:r="md"}){const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:s,"aria-label":"Check",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})})}const w=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`.trim();return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:3,stroke:"currentColor",className:s,children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})})},u=({className:e="",size:r="md",color:s="currentColor",direction:o="down"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${{up:"rotate-180",down:"",left:"rotate-90",right:"-rotate-90"}[o]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 9l6 6 6-6"})}),x={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},p=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${x[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"})}),v={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},f=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${v[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})});function g({className:e="",size:r="md",color:s="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 18L18 6M6 6l12 12"})})}const j=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Document",children:i.jsx("path",{d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})})},k=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"})}),y=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:s,"aria-hidden":"true",children:i.jsx("path",{d:"M10 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm8-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"})})},L=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Edit",children:i.jsx("path",{d:"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"})})},N={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},C=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${N[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"})}),$=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:s,viewBox:"0 0 20 20",fill:"currentColor","aria-label":"Error",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})})},b=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),i.jsx("circle",{cx:"12",cy:"12",r:"3"})]}),z=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-hidden":"true",children:i.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"})})},M=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M3 12l2-4m0 0l7-4 7 4M5 8v10a1 1 0 001 1h12a1 1 0 001-1V8m-9 4v4m4-4v4"})}),B=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Info",children:i.jsx("path",{d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})},W=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:s,viewBox:"0 0 20 20","aria-label":"Link",children:i.jsx("path",{fillRule:"evenodd",d:"M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z",clipRule:"evenodd"})}),_={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},H=({size:e="md",className:r=""})=>i.jsxs("svg",{className:`${_[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}),V=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:s,fill:"currentColor",viewBox:"0 0 21 21",xmlns:"http://www.w3.org/2000/svg","aria-label":"Manual Identifier",children:i.jsx("path",{d:"M327.2,654 L325.1,654 L325.1,646 L327.2,646 L327.2,644 L323,644 L323,656 L327.2,656 L327.2,654 Z M333.5,644 L333.5,646 L341.9,646 L341.9,654 L333.5,654 L333.5,656 L344,656 L344,644 L333.5,644 Z M331.4,658 L333.5,658 L333.5,660 L327.2,660 L327.2,658 L329.3,658 L329.3,642 L327.2,642 L327.2,640 L333.5,640 L333.5,642 L331.4,642 L331.4,658 Z",transform:"translate(-323, -640)"})})},S={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},O=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${S[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"})});function R({className:e="",size:r="md",color:s="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M5 12h14"})})}const A={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},E=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${A[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"})}),P=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:s,"aria-label":"Notifications",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"})})},T=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),Z=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"9",cy:"7",r:"4"}),i.jsx("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),i.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),D={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},I=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${D[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})});function U({className:e="",size:r="md"}){const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Plus",children:i.jsx("path",{d:"M12 4v16m8-8H4"})})}const F=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M9 12h6m-6 4h6m2-13H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"}),i.jsx("path",{d:"M9 3v2m6-2v2"})]}),J=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Print",children:[i.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),i.jsx("path",{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"}),i.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]})},K=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Refresh",children:i.jsx("path",{d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})})},X=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Search",children:i.jsx("path",{d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})})},Y=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:s,viewBox:"0 0 24 24",children:i.jsxs("g",{children:[i.jsx("circle",{cx:"12",cy:"12",r:"3",fill:s}),i.jsx("circle",{cx:"12",cy:"12",r:"7",fill:"none",stroke:s,strokeWidth:"1.5"}),i.jsx("rect",{x:"11",y:"2",width:"2",height:"2.5",fill:s}),i.jsx("rect",{x:"15.2",y:"3.5",width:"2.2",height:"2",fill:s,transform:"rotate(30 16.3 4.5)"}),i.jsx("rect",{x:"18.5",y:"7.2",width:"2",height:"2.2",fill:s,transform:"rotate(60 19.5 8.3)"}),i.jsx("rect",{x:"20.5",y:"11",width:"2.5",height:"2",fill:s}),i.jsx("rect",{x:"18.5",y:"14.8",width:"2",height:"2.2",fill:s,transform:"rotate(120 19.5 15.9)"}),i.jsx("rect",{x:"15.2",y:"18.5",width:"2.2",height:"2",fill:s,transform:"rotate(150 16.3 19.5)"}),i.jsx("rect",{x:"11",y:"20.5",width:"2",height:"2.5",fill:s}),i.jsx("rect",{x:"6.6",y:"18.5",width:"2.2",height:"2",fill:s,transform:"rotate(210 7.7 19.5)"}),i.jsx("rect",{x:"3.5",y:"14.8",width:"2",height:"2.2",fill:s,transform:"rotate(240 4.5 15.9)"}),i.jsx("rect",{x:"1",y:"11",width:"2.5",height:"2",fill:s}),i.jsx("rect",{x:"3.5",y:"7.2",width:"2",height:"2.2",fill:s,transform:"rotate(300 4.5 8.3)"}),i.jsx("rect",{x:"6.6",y:"3.5",width:"2.2",height:"2",fill:s,transform:"rotate(330 7.7 4.5)"})]})}),q=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-hidden":"true",children:[i.jsx("path",{d:"M3 6h18"}),i.jsx("path",{d:"M7 12h10"}),i.jsx("path",{d:"M10 18h4"})]})},G=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} animate-spin ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",children:[i.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),i.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),Q=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:s,"aria-label":"System Identifier",children:[i.jsx("rect",{x:"3",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"3",y:"16",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"16",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),i.jsx("rect",{x:"6",y:"10",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12.5 2H13.5C13.7761 2 14 2.22386 14 2.5V5.5C14 5.77614 13.7761 6 13.5 6H12.5C12.2239 6 12 6.22386 12 6.5V7.5C12 7.77614 11.7761 8 11.5 8H10.5C10.2239 8 10 7.77614 10 7.5V4.5C10 4.22386 10.2239 4 10.5 4H11.5C11.7761 4 12 3.77614 12 3.5V2.5C12 2.22386 12.2239 2 12.5 2Z",fill:"currentColor"}),i.jsx("rect",{x:"8",y:"12",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"18",y:"10",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"12",y:"18",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"10",y:"16",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12 11.5V10.5C12 10.2239 12.2239 10 12.5 10H15.5C15.7761 10 16 10.2239 16 10.5V14H17.5C17.7761 14 18 14.2239 18 14.5V15.5C18 15.7761 17.7761 16 17.5 16H16H14.5C14.2239 16 14 15.7761 14 15.5V12.5C14 12.2239 13.7761 12 13.5 12H12.5C12.2239 12 12 11.7761 12 11.5Z",fill:"currentColor"}),i.jsx("path",{d:"M16.5 20L17.5 20C17.7761 20 18 19.7761 18 19.5L18 18.5C18 18.2239 18.2239 18 18.5 18L19.5 18C19.7761 18 20 17.7761 20 17.5L20 14.5C20 14.2239 20.2239 14 20.5 14L21.5 14C21.7761 14 22 14.2239 22 14.5L22 16L22 18L22 19.5C22 19.7761 21.7761 20 21.5 20L20.5 20C20.2239 20 20 20.2239 20 20.5L20 21.5C20 21.7761 19.7761 22 19.5 22L16.5 22C16.2239 22 16 21.7761 16 21.5L16 20.5C16 20.2239 16.2239 20 16.5 20Z",fill:"currentColor"}),i.jsx("path",{d:"M2 13.5V10.5C2 10.2239 2.22386 10 2.5 10H3.5C3.77614 10 4 10.2239 4 10.5V11.5C4 11.7761 4.22386 12 4.5 12H5.5C5.77614 12 6 12.2239 6 12.5V13.5C6 13.7761 5.77614 14 5.5 14H2.5C2.22386 14 2 13.7761 2 13.5Z",fill:"currentColor"}),i.jsx("path",{d:"M13.5 22H10.5C10.2239 22 10 21.7761 10 21.5V20.5C10 20.2239 10.2239 20 10.5 20H11.5C11.7761 20 12 19.7761 12 19.5V18.5C12 18.2239 12.2239 18 12.5 18H15.5C15.7761 18 16 18.2239 16 18.5V19.5C16 19.7761 15.7761 20 15.5 20H14.5C14.2239 20 14 20.2239 14 20.5V21.5C14 21.7761 13.7761 22 13.5 22Z",fill:"currentColor"})]})},ee=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Delete",children:i.jsx("path",{d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})},re=({size:e="h-12 w-12",className:r="text-gray-400",ariaLabel:s="Upload"})=>i.jsx("svg",{className:`${e} ${r}`,stroke:"currentColor",fill:"none",viewBox:"0 0 48 48","aria-hidden":"true","aria-label":s,children:i.jsx("path",{d:"M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"})}),se=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:i.jsx("path",{stroke:s,strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"2",d:"M10 19H5a1 1 0 0 1-1-1v-1a3 3 0 0 1 3-3h2m10 1a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m3 3h1m-4 3a3 3 0 0 1-3-3m3 3v1m-3-4a3 3 0 0 1 3-3m-3 3h-1m4-3v-1m-2.121 1.879-.707-.707m5.656 5.656-.707-.707m-4.242 0-.707.707m5.656-5.656-.707.707M12 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"})}),oe=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),te=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:s,"aria-label":"Users",children:[i.jsx("circle",{cx:"6",cy:"7",r:"2.5"}),i.jsx("path",{d:"M4 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2H4z"}),i.jsx("circle",{cx:"12",cy:"6",r:"2.5"}),i.jsx("path",{d:"M10 13c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-3c0-1.1-.9-2-2-2h-4z"}),i.jsx("circle",{cx:"18",cy:"7",r:"2.5"}),i.jsx("path",{d:"M16 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2h-4z"})]})},le=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom In",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),ne=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom Out",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]});export{c as ArrowDetailsIcon,h as BrandingIcon,d as CalendarIcon,m as CheckIcon,w as CheckmarkIcon,u as ChevronIcon,p as CityIcon,f as ClockIcon,g as CloseIcon,j as DocumentIcon,k as DownloadIcon,y as DragHandleIcon,L as EditIcon,C as EmailIcon,$ as ErrorIcon,b as EyeIcon,z as FilterIcon,M as HomeIcon,B as InfoIcon,W as LinkIcon,H as LocationIcon,V as ManualIdentifierIcon,O as MapIcon,R as MinusIcon,E as MoreIcon,P as NotificationIcon,T as PatientIcon,Z as PatientsIcon,I as PhoneIcon,U as PlusIcon,F as PrescriptionIcon,J as PrintIcon,K as RefreshIcon,X as SearchIcon,Y as SettingsIcon,q as SortIcon,G as SpinnerIcon,Q as SystemIdentifierIcon,ee as TrashIcon,re as UploadIcon,se as UserManagementIcon,oe as UserSelectIcon,te as UsersIcon,le as ZoomInIcon,ne as ZoomOutIcon};
10
+ */function a(){return t||(t=1,"production"!==process.env.NODE_ENV&&function(){function r(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===$?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case x:return"Fragment";case v:return"Profiler";case p:return"StrictMode";case k:return"Suspense";case y:return"SuspenseList";case N:return"Activity"}if("object"==typeof e)switch("number"==typeof e.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case u:return"Portal";case f:return e.displayName||"Context";case g:return(e._context.displayName||"Context")+".Consumer";case j:var s=e.render;return(e=e.displayName)||(e=""!==(e=s.displayName||s.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case L:return null!==(s=e.displayName||null)?s:r(e.type)||"Memo";case C:s=e._payload,e=e._init;try{return r(e(s))}catch(e){}}return null}function s(e){return""+e}function o(e){try{s(e);var r=!1}catch(e){r=!0}if(r){var o=(r=console).error,t="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return o.call(r,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",t),s(e)}}function t(e){if(e===x)return"<>";if("object"==typeof e&&null!==e&&e.$$typeof===C)return"<...>";try{var s=r(e);return s?"<"+s+">":"<...>"}catch(e){return"<...>"}}function l(){return Error("react-stack-top-frame")}function a(){var e=r(this.type);return H[e]||(H[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(e=this.props.ref)?e:null}function i(e,s,t,l,n,i){var h,m=s.children;if(void 0!==m)if(l)if(M(m)){for(l=0;l<m.length;l++)c(m[l]);Object.freeze&&Object.freeze(m)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else c(m);if(z.call(s,"key")){m=r(e);var u=Object.keys(s).filter(function(e){return"key"!==e});l=0<u.length?"{key: someKey, "+u.join(": ..., ")+": ...}":"{key: someKey}",V[m+l]||(u=0<u.length?"{"+u.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',l,m,u,m),V[m+l]=!0)}if(m=null,void 0!==t&&(o(t),m=""+t),function(e){if(z.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return void 0!==e.key}(s)&&(o(s.key),m=""+s.key),"key"in s)for(var x in t={},s)"key"!==x&&(t[x]=s[x]);else t=s;return m&&function(e,r){function s(){d||(d=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",r))}s.isReactWarning=!0,Object.defineProperty(e,"key",{get:s,configurable:!0})}(t,"function"==typeof e?e.displayName||e.name||"Unknown":e),function(e,r,s,o,t,l){var n=s.ref;return e={$$typeof:w,type:e,key:r,props:s,_owner:o},null!==(void 0!==n?n:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:a}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:t}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:l}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(e,m,t,null===(h=b.A)?null:h.getOwner(),n,i)}function c(e){h(e)?e._store&&(e._store.validated=1):"object"==typeof e&&null!==e&&e.$$typeof===C&&("fulfilled"===e._payload.status?h(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function h(e){return"object"==typeof e&&null!==e&&e.$$typeof===w}var d,m=e,w=Symbol.for("react.transitional.element"),u=Symbol.for("react.portal"),x=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),v=Symbol.for("react.profiler"),g=Symbol.for("react.consumer"),f=Symbol.for("react.context"),j=Symbol.for("react.forward_ref"),k=Symbol.for("react.suspense"),y=Symbol.for("react.suspense_list"),L=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),N=Symbol.for("react.activity"),$=Symbol.for("react.client.reference"),b=m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,z=Object.prototype.hasOwnProperty,M=Array.isArray,B=console.createTask?console.createTask:function(){return null},H={},W=(m={react_stack_bottom_frame:function(e){return e()}}).react_stack_bottom_frame.bind(m,l)(),_=B(t(l)),V={};n.Fragment=x,n.jsx=function(e,r,s){var o=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,s,!1,o?Error("react-stack-top-frame"):W,o?B(t(e)):_)},n.jsxs=function(e,r,s){var o=1e4>b.recentlyCreatedOwnerStacks++;return i(e,r,s,!0,o?Error("react-stack-top-frame"):W,o?B(t(e)):_)}}()),n}var i=(l||(l=1,"production"===process.env.NODE_ENV?s.exports=function(){if(r)return o;r=1;var e=Symbol.for("react.transitional.element"),s=Symbol.for("react.fragment");function t(r,s,o){var t=null;if(void 0!==o&&(t=""+o),void 0!==s.key&&(t=""+s.key),"key"in s)for(var l in o={},s)"key"!==l&&(o[l]=s[l]);else o=s;return s=o.ref,{$$typeof:e,type:r,key:t,ref:void 0!==s?s:null,props:o}}return o.Fragment=s,o.jsx=t,o.jsxs=t,o}():s.exports=a()),s.exports);const c=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"View Details",children:i.jsx("path",{d:"M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"})})},h=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:s,"aria-label":"Branding",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9.53 16.122a3 3 0 00-5.78 1.128 2.25 2.25 0 01-2.4 2.245 4.5 4.5 0 008.4-2.245c0-.399-.078-.78-.22-1.128zm0 0a15.998 15.998 0 003.388-1.62m-5.043-.025a15.994 15.994 0 011.622-3.395m3.42 3.42a15.995 15.995 0 004.764-4.648l3.876-5.814a1.151 1.151 0 00-1.597-1.597L14.146 6.32a15.996 15.996 0 00-4.649 4.763m3.42 3.42a6.776 6.776 0 00-3.42-3.42"})})},d=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:s,"aria-label":"Calendar",children:i.jsx("path",{fillRule:"evenodd",d:"M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z",clipRule:"evenodd"})})};function m({className:e="",size:r="md"}){const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",className:s,"aria-label":"Check",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z",clipRule:"evenodd"})})}const w=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`.trim();return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:3,stroke:"currentColor",className:s,children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4.5 12.75l6 6 9-13.5"})})},u=({className:e="",size:r="md",color:s="currentColor",direction:o="down"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${{up:"rotate-180",down:"",left:"rotate-90",right:"-rotate-90"}[o]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 9l6 6 6-6"})}),x={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},p=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${x[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"})}),v={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},g=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${v[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})});function f({className:e="",size:r="md",color:s="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M6 18L18 6M6 6l12 12"})})}const j=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Document",children:i.jsx("path",{d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})})},k=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"})}),y=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:s,"aria-hidden":"true",children:i.jsx("path",{d:"M10 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm8-6a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm0 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"})})},L=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Edit",children:i.jsx("path",{d:"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"})})},C={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},N=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${C[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"})}),$=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:s,viewBox:"0 0 20 20",fill:"currentColor","aria-label":"Error",children:i.jsx("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z",clipRule:"evenodd"})})},b=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),i.jsx("circle",{cx:"12",cy:"12",r:"3"})]}),z=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-hidden":"true",children:i.jsx("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"})})},M=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M3 12l2-4m0 0l7-4 7 4M5 8v10a1 1 0 001 1h12a1 1 0 001-1V8m-9 4v4m4-4v4"})}),B=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Info",children:i.jsx("path",{d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})},H=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:s,viewBox:"0 0 20 20","aria-label":"Link",children:i.jsx("path",{fillRule:"evenodd",d:"M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z",clipRule:"evenodd"})}),W={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},_=({size:e="md",className:r=""})=>i.jsxs("svg",{className:`${W[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"}),i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 11a3 3 0 11-6 0 3 3 0 016 0z"})]}),V=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{className:s,fill:"currentColor",viewBox:"0 0 21 21",xmlns:"http://www.w3.org/2000/svg","aria-label":"Manual Identifier",children:i.jsx("path",{d:"M327.2,654 L325.1,654 L325.1,646 L327.2,646 L327.2,644 L323,644 L323,656 L327.2,656 L327.2,654 Z M333.5,644 L333.5,646 L341.9,646 L341.9,654 L333.5,654 L333.5,656 L344,656 L344,644 L333.5,644 Z M331.4,658 L333.5,658 L333.5,660 L327.2,660 L327.2,658 L329.3,658 L329.3,642 L327.2,642 L327.2,640 L333.5,640 L333.5,642 L331.4,642 L331.4,658 Z",transform:"translate(-323, -640)"})})},S={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},R=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${S[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 4m0 13V4m0 0L9 7"})});function O({className:e="",size:r="md",color:s="currentColor"}){return i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:i.jsx("path",{d:"M5 12h14"})})}const A={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},E=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${A[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"})}),T=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",strokeWidth:1.5,stroke:"currentColor",className:s,"aria-label":"Notifications",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M14.857 17.082a23.848 23.848 0 005.454-1.31A8.967 8.967 0 0118 9.75v-.7V9A6 6 0 006 9v.75a8.967 8.967 0 01-2.312 6.022c1.733.64 3.56 1.085 5.455 1.31m5.714 0a24.255 24.255 0 01-5.714 0m5.714 0a3 3 0 11-5.714 0"})})},P=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),I=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"9",cy:"7",r:"4"}),i.jsx("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),i.jsx("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"})]}),Z={sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"},D=({size:e="md",className:r=""})=>i.jsx("svg",{className:`${Z[e]} ${r}`,fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"})});function U({className:e="",size:r="md"}){const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Plus",children:i.jsx("path",{d:"M12 4v16m8-8H4"})})}const F=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M9 12h6m-6 4h6m2-13H7a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z"}),i.jsx("path",{d:"M9 3v2m6-2v2"})]}),J=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Print",children:[i.jsx("polyline",{points:"6 9 6 2 18 2 18 9"}),i.jsx("path",{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"}),i.jsx("rect",{x:"6",y:"14",width:"12",height:"8"})]})},K=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Refresh",children:i.jsx("path",{d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})})},X=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-label":"Search",children:i.jsx("path",{d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})})},Y=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:s,viewBox:"0 0 24 24",children:i.jsxs("g",{children:[i.jsx("circle",{cx:"12",cy:"12",r:"3",fill:s}),i.jsx("circle",{cx:"12",cy:"12",r:"7",fill:"none",stroke:s,strokeWidth:"1.5"}),i.jsx("rect",{x:"11",y:"2",width:"2",height:"2.5",fill:s}),i.jsx("rect",{x:"15.2",y:"3.5",width:"2.2",height:"2",fill:s,transform:"rotate(30 16.3 4.5)"}),i.jsx("rect",{x:"18.5",y:"7.2",width:"2",height:"2.2",fill:s,transform:"rotate(60 19.5 8.3)"}),i.jsx("rect",{x:"20.5",y:"11",width:"2.5",height:"2",fill:s}),i.jsx("rect",{x:"18.5",y:"14.8",width:"2",height:"2.2",fill:s,transform:"rotate(120 19.5 15.9)"}),i.jsx("rect",{x:"15.2",y:"18.5",width:"2.2",height:"2",fill:s,transform:"rotate(150 16.3 19.5)"}),i.jsx("rect",{x:"11",y:"20.5",width:"2",height:"2.5",fill:s}),i.jsx("rect",{x:"6.6",y:"18.5",width:"2.2",height:"2",fill:s,transform:"rotate(210 7.7 19.5)"}),i.jsx("rect",{x:"3.5",y:"14.8",width:"2",height:"2.2",fill:s,transform:"rotate(240 4.5 15.9)"}),i.jsx("rect",{x:"1",y:"11",width:"2.5",height:"2",fill:s}),i.jsx("rect",{x:"3.5",y:"7.2",width:"2",height:"2.2",fill:s,transform:"rotate(300 4.5 8.3)"}),i.jsx("rect",{x:"6.6",y:"3.5",width:"2.2",height:"2",fill:s,transform:"rotate(330 7.7 4.5)"})]})}),q=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:s,"aria-hidden":"true",children:[i.jsx("path",{d:"M3 6h18"}),i.jsx("path",{d:"M7 12h10"}),i.jsx("path",{d:"M10 18h4"})]})},G=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} animate-spin ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",children:[i.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),i.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})]}),Q=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:s,"aria-label":"System Identifier",children:[i.jsx("rect",{x:"3",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"3",y:"16",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2"}),i.jsx("rect",{x:"16",y:"3",width:"5",height:"5",rx:"1",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),i.jsx("rect",{x:"6",y:"10",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12.5 2H13.5C13.7761 2 14 2.22386 14 2.5V5.5C14 5.77614 13.7761 6 13.5 6H12.5C12.2239 6 12 6.22386 12 6.5V7.5C12 7.77614 11.7761 8 11.5 8H10.5C10.2239 8 10 7.77614 10 7.5V4.5C10 4.22386 10.2239 4 10.5 4H11.5C11.7761 4 12 3.77614 12 3.5V2.5C12 2.22386 12.2239 2 12.5 2Z",fill:"currentColor"}),i.jsx("rect",{x:"8",y:"12",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"18",y:"10",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"12",y:"18",width:"4",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("rect",{x:"10",y:"16",width:"2",height:"2",rx:"0.5",fill:"currentColor"}),i.jsx("path",{d:"M12 11.5V10.5C12 10.2239 12.2239 10 12.5 10H15.5C15.7761 10 16 10.2239 16 10.5V14H17.5C17.7761 14 18 14.2239 18 14.5V15.5C18 15.7761 17.7761 16 17.5 16H16H14.5C14.2239 16 14 15.7761 14 15.5V12.5C14 12.2239 13.7761 12 13.5 12H12.5C12.2239 12 12 11.7761 12 11.5Z",fill:"currentColor"}),i.jsx("path",{d:"M16.5 20L17.5 20C17.7761 20 18 19.7761 18 19.5L18 18.5C18 18.2239 18.2239 18 18.5 18L19.5 18C19.7761 18 20 17.7761 20 17.5L20 14.5C20 14.2239 20.2239 14 20.5 14L21.5 14C21.7761 14 22 14.2239 22 14.5L22 16L22 18L22 19.5C22 19.7761 21.7761 20 21.5 20L20.5 20C20.2239 20 20 20.2239 20 20.5L20 21.5C20 21.7761 19.7761 22 19.5 22L16.5 22C16.2239 22 16 21.7761 16 21.5L16 20.5C16 20.2239 16.2239 20 16.5 20Z",fill:"currentColor"}),i.jsx("path",{d:"M2 13.5V10.5C2 10.2239 2.22386 10 2.5 10H3.5C3.77614 10 4 10.2239 4 10.5V11.5C4 11.7761 4.22386 12 4.5 12H5.5C5.77614 12 6 12.2239 6 12.5V13.5C6 13.7761 5.77614 14 5.5 14H2.5C2.22386 14 2 13.7761 2 13.5Z",fill:"currentColor"}),i.jsx("path",{d:"M13.5 22H10.5C10.2239 22 10 21.7761 10 21.5V20.5C10 20.2239 10.2239 20 10.5 20H11.5C11.7761 20 12 19.7761 12 19.5V18.5C12 18.2239 12.2239 18 12.5 18H15.5C15.7761 18 16 18.2239 16 18.5V19.5C16 19.7761 15.7761 20 15.5 20H14.5C14.2239 20 14 20.2239 14 20.5V21.5C14 21.7761 13.7761 22 13.5 22Z",fill:"currentColor"})]})},ee=({className:e="",size:r="md",color:s="currentColor"})=>{const o=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:o,"aria-label":"Delete",children:i.jsx("path",{d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})},re={sm:16,md:20,lg:28},se=({size:e="md",...r})=>i.jsx("svg",{width:re[e],height:re[e],viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",...r,children:i.jsx("path",{fillRule:"evenodd",d:"M12.293 15.707a1 1 0 010-1.414L15.586 11H4a1 1 0 110-2h11.586l-3.293-3.293a1 1 0 111.414-1.414l5 5a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0z",clipRule:"evenodd"})}),oe={sm:16,md:20,lg:28},te=({size:e="md",...r})=>i.jsx("svg",{width:oe[e],height:oe[e],viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true",...r,children:i.jsx("path",{fillRule:"evenodd",d:"M7.707 4.293a1 1 0 010 1.414L4.414 9H16a1 1 0 110 2H4.414l3.293 3.293a1 1 0 11-1.414 1.414l-5-5a1 1 0 010-1.414l5-5a1 1 0 011.414 0z",clipRule:"evenodd"})}),le={sm:16,md:24,lg:32},ne=({size:e="md",color:r="currentColor",className:s="",...o})=>{const t="string"==typeof e?le[e]||24:e;return i.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 48 48",fill:"none",stroke:r,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",className:`icon icon-tabler icon-tabler-upload ${s}`.trim(),...o,children:i.jsx("path",{d:"M28 8H12a4 4 0 00-4 4v20m32-12v8m0 0v8a4 4 0 01-4 4H12a4 4 0 01-4-4v-4m32-4l-3.172-3.172a4 4 0 00-5.656 0L28 28M8 32l9.172-9.172a4 4 0 015.656 0L28 28m0 0l4 4m4-24h8m-4-4v8m-12 4h.02"})})};ne.displayName="UploadIcon";const ae=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:i.jsx("path",{stroke:s,strokeLinecap:"square",strokeLinejoin:"round",strokeWidth:"2",d:"M10 19H5a1 1 0 0 1-1-1v-1a3 3 0 0 1 3-3h2m10 1a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m3 3h1m-4 3a3 3 0 0 1-3-3m3 3v1m-3-4a3 3 0 0 1 3-3m-3 3h-1m4-3v-1m-2.121 1.879-.707-.707m5.656 5.656-.707-.707m-4.242 0-.707.707m5.656-5.656-.707.707M12 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"})}),ie=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[i.jsx("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),i.jsx("circle",{cx:"12",cy:"7",r:"4"})]}),ce=({className:e="",size:r="md"})=>{const s=`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:s,"aria-label":"Users",children:[i.jsx("circle",{cx:"6",cy:"7",r:"2.5"}),i.jsx("path",{d:"M4 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2H4z"}),i.jsx("circle",{cx:"12",cy:"6",r:"2.5"}),i.jsx("path",{d:"M10 13c-1.1 0-2 .9-2 2v3c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-3c0-1.1-.9-2-2-2h-4z"}),i.jsx("circle",{cx:"18",cy:"7",r:"2.5"}),i.jsx("path",{d:"M16 14c-1.1 0-2 .9-2 2v2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2c0-1.1-.9-2-2-2h-4z"})]})},he=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom In",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),de=({className:e="",size:r="md",color:s="currentColor"})=>i.jsxs("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,fill:"none",stroke:s,viewBox:"0 0 24 24",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round","aria-label":"Zoom Out",children:[i.jsx("circle",{cx:"11",cy:"11",r:"8"}),i.jsx("path",{d:"M21 21l-4.35-4.35"}),i.jsx("line",{x1:"8",y1:"11",x2:"14",y2:"11"})]}),me={sm:16,md:24,lg:32},we=({size:e="md",color:r="currentColor",className:s="",...o})=>{const t="string"==typeof e?me[e]||24:e;return i.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:r,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",className:`icon icon-tabler icons-tabler-outline icon-tabler-robot ${s}`.trim(),...o,children:[i.jsx("path",{stroke:"none",d:"M0 0h24v24H0z",fill:"none"}),i.jsx("path",{d:"M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z"}),i.jsx("path",{d:"M12 2v2"}),i.jsx("path",{d:"M9 12v9"}),i.jsx("path",{d:"M15 12v9"}),i.jsx("path",{d:"M5 16l4 -2"}),i.jsx("path",{d:"M15 14l4 2"}),i.jsx("path",{d:"M9 18h6"}),i.jsx("path",{d:"M10 8v.01"}),i.jsx("path",{d:"M14 8v.01"})]})};we.displayName="RobotIcon";const ue=({className:e="",size:r="md",color:s="currentColor"})=>i.jsx("svg",{className:`${{sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6"}[r]} ${e}`,viewBox:"0 0 24 24",fill:"none",stroke:s,strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",xmlns:"http://www.w3.org/2000/svg","aria-label":"Target",children:i.jsx("path",{d:"M16 8V5L19 2L20 4L22 5L19 8H16ZM16 8L12 11.9999M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7"})});ue.displayName="TargetIcon";export{c as ArrowDetailsIcon,se as ArrowLeftIcon,te as ArrowRightIcon,h as BrandingIcon,d as CalendarIcon,m as CheckIcon,w as CheckmarkIcon,u as ChevronIcon,p as CityIcon,g as ClockIcon,f as CloseIcon,j as DocumentIcon,k as DownloadIcon,y as DragHandleIcon,L as EditIcon,N as EmailIcon,$ as ErrorIcon,b as EyeIcon,z as FilterIcon,M as HomeIcon,B as InfoIcon,H as LinkIcon,_ as LocationIcon,V as ManualIdentifierIcon,R as MapIcon,O as MinusIcon,E as MoreIcon,T as NotificationIcon,P as PatientIcon,I as PatientsIcon,D as PhoneIcon,U as PlusIcon,F as PrescriptionIcon,J as PrintIcon,K as RefreshIcon,we as RobotIcon,X as SearchIcon,Y as SettingsIcon,q as SortIcon,G as SpinnerIcon,Q as SystemIdentifierIcon,ue as TargetIcon,ee as TrashIcon,ne as UploadIcon,ae as UserManagementIcon,ie as UserSelectIcon,ce as UsersIcon,he as ZoomInIcon,de as ZoomOutIcon};
11
11
  //# sourceMappingURL=index.esm.js.map