@ssa-ui-kit/core 3.0.0 → 3.1.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.
Files changed (54) hide show
  1. package/dist/components/Dropdown/types.d.ts +24 -1
  2. package/dist/components/DropdownOption/DropdownOption.d.ts +2 -0
  3. package/dist/components/DropdownToggle/DropdownToggle.d.ts +2 -1
  4. package/dist/components/DropdownToggle/types.d.ts +5 -3
  5. package/dist/components/Icon/icons/Assessment.d.ts +1 -1
  6. package/dist/components/Icon/icons/Award.d.ts +3 -0
  7. package/dist/components/Icon/icons/Bench.d.ts +3 -0
  8. package/dist/components/Icon/icons/Briefcase.d.ts +3 -0
  9. package/dist/components/Icon/icons/Building.d.ts +3 -0
  10. package/dist/components/Icon/icons/CalendarSchedule.d.ts +3 -0
  11. package/dist/components/Icon/icons/Camera.d.ts +3 -0
  12. package/dist/components/Icon/icons/CardText.d.ts +3 -0
  13. package/dist/components/Icon/icons/Case.d.ts +3 -0
  14. package/dist/components/Icon/icons/Comments.d.ts +3 -0
  15. package/dist/components/Icon/icons/Compensation.d.ts +3 -0
  16. package/dist/components/Icon/icons/Contacts.d.ts +3 -0
  17. package/dist/components/Icon/icons/CopyLink.d.ts +3 -0
  18. package/dist/components/Icon/icons/Delete.d.ts +3 -0
  19. package/dist/components/Icon/icons/DiamondRing.d.ts +3 -0
  20. package/dist/components/Icon/icons/Document.d.ts +3 -0
  21. package/dist/components/Icon/icons/Documents.d.ts +3 -0
  22. package/dist/components/Icon/icons/Education.d.ts +3 -0
  23. package/dist/components/Icon/icons/EmployeeProfile.d.ts +3 -0
  24. package/dist/components/Icon/icons/Export.d.ts +3 -0
  25. package/dist/components/Icon/icons/FollowLink.d.ts +3 -0
  26. package/dist/components/Icon/icons/Form.d.ts +3 -0
  27. package/dist/components/Icon/icons/Gender.d.ts +3 -0
  28. package/dist/components/Icon/icons/Gift.d.ts +3 -0
  29. package/dist/components/Icon/icons/Inventory.d.ts +3 -0
  30. package/dist/components/Icon/icons/Link.d.ts +3 -0
  31. package/dist/components/Icon/icons/OfficeChair.d.ts +3 -0
  32. package/dist/components/Icon/icons/OpenBook.d.ts +3 -0
  33. package/dist/components/Icon/icons/Report.d.ts +1 -1
  34. package/dist/components/Icon/icons/Results.d.ts +3 -0
  35. package/dist/components/Icon/icons/Signature.d.ts +3 -0
  36. package/dist/components/Icon/icons/Summery.d.ts +3 -0
  37. package/dist/components/Icon/icons/Team.d.ts +3 -0
  38. package/dist/components/Icon/icons/TechnicalReview.d.ts +3 -0
  39. package/dist/components/Icon/icons/TennisBall.d.ts +3 -0
  40. package/dist/components/Icon/icons/Timeline.d.ts +3 -0
  41. package/dist/components/Icon/icons/UnionCircle.d.ts +3 -0
  42. package/dist/components/Icon/icons/Url.d.ts +3 -0
  43. package/dist/components/Icon/icons/all.d.ts +36 -1
  44. package/dist/components/Icon/icons/iconsList.d.ts +1 -1
  45. package/dist/components/MultipleDropdown/index.d.ts +1 -0
  46. package/dist/components/MultipleDropdown/types.d.ts +74 -0
  47. package/dist/components/Textarea/TextareaBase.d.ts +6 -1
  48. package/dist/components/Textarea/types.d.ts +14 -0
  49. package/dist/components/Typeahead/styles.d.ts +1 -1
  50. package/dist/index.js +1723 -238
  51. package/dist/index.js.map +1 -1
  52. package/dist/types/emotion.d.ts +3 -1
  53. package/package.json +3 -3
  54. package/dist/components/Icon/icons/Company.d.ts +0 -3
package/dist/index.js CHANGED
@@ -8000,7 +8000,7 @@ __webpack_require__.d(__webpack_exports__, {
8000
8000
  FiltersMultiSelectEmpty: () => (/* reexport */ FiltersMultiSelectEmpty),
8001
8001
  FiltersMultiSelectOption: () => (/* reexport */ FiltersMultiSelectOption),
8002
8002
  FiltersMultiSelectOptions: () => (/* reexport */ FiltersMultiSelectOptions),
8003
- Form: () => (/* reexport */ Form_Form),
8003
+ Form: () => (/* reexport */ components_Form_Form),
8004
8004
  FormAction: () => (/* reexport */ FormAction_FormAction),
8005
8005
  FormCheckbox: () => (/* reexport */ FormCheckbox_FormCheckbox),
8006
8006
  FormGroup: () => (/* reexport */ FormGroup_FormGroup),
@@ -8266,6 +8266,14 @@ __webpack_require__.d(Attention_namespaceObject, {
8266
8266
  ICON_NAME: () => (Attention_ICON_NAME)
8267
8267
  });
8268
8268
 
8269
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Award.tsx
8270
+ var Award_namespaceObject = {};
8271
+ __webpack_require__.r(Award_namespaceObject);
8272
+ __webpack_require__.d(Award_namespaceObject, {
8273
+ Award: () => (Award),
8274
+ ICON_NAME: () => (Award_ICON_NAME)
8275
+ });
8276
+
8269
8277
  // NAMESPACE OBJECT: ./src/components/Icon/icons/BanUser.tsx
8270
8278
  var BanUser_namespaceObject = {};
8271
8279
  __webpack_require__.r(BanUser_namespaceObject);
@@ -8274,6 +8282,14 @@ __webpack_require__.d(BanUser_namespaceObject, {
8274
8282
  ICON_NAME: () => (BanUser_ICON_NAME)
8275
8283
  });
8276
8284
 
8285
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Bench.tsx
8286
+ var Bench_namespaceObject = {};
8287
+ __webpack_require__.r(Bench_namespaceObject);
8288
+ __webpack_require__.d(Bench_namespaceObject, {
8289
+ Bench: () => (Bench),
8290
+ ICON_NAME: () => (Bench_ICON_NAME)
8291
+ });
8292
+
8277
8293
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Bin.tsx
8278
8294
  var Bin_namespaceObject = {};
8279
8295
  __webpack_require__.r(Bin_namespaceObject);
@@ -8290,6 +8306,14 @@ __webpack_require__.d(Calendar_namespaceObject, {
8290
8306
  ICON_NAME: () => (Calendar_ICON_NAME)
8291
8307
  });
8292
8308
 
8309
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/CalendarSchedule.tsx
8310
+ var CalendarSchedule_namespaceObject = {};
8311
+ __webpack_require__.r(CalendarSchedule_namespaceObject);
8312
+ __webpack_require__.d(CalendarSchedule_namespaceObject, {
8313
+ CalendarSchedule: () => (CalendarSchedule),
8314
+ ICON_NAME: () => (CalendarSchedule_ICON_NAME)
8315
+ });
8316
+
8293
8317
  // NAMESPACE OBJECT: ./src/components/Icon/icons/CarrotDown.tsx
8294
8318
  var CarrotDown_namespaceObject = {};
8295
8319
  __webpack_require__.r(CarrotDown_namespaceObject);
@@ -8322,6 +8346,22 @@ __webpack_require__.d(CarrotUp_namespaceObject, {
8322
8346
  ICON_NAME: () => (CarrotUp_ICON_NAME)
8323
8347
  });
8324
8348
 
8349
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/CardText.tsx
8350
+ var CardText_namespaceObject = {};
8351
+ __webpack_require__.r(CardText_namespaceObject);
8352
+ __webpack_require__.d(CardText_namespaceObject, {
8353
+ CardText: () => (CardText),
8354
+ ICON_NAME: () => (CardText_ICON_NAME)
8355
+ });
8356
+
8357
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Case.tsx
8358
+ var Case_namespaceObject = {};
8359
+ __webpack_require__.r(Case_namespaceObject);
8360
+ __webpack_require__.d(Case_namespaceObject, {
8361
+ Case: () => (Case),
8362
+ ICON_NAME: () => (Case_ICON_NAME)
8363
+ });
8364
+
8325
8365
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Certification.tsx
8326
8366
  var Certification_namespaceObject = {};
8327
8367
  __webpack_require__.r(Certification_namespaceObject);
@@ -8338,6 +8378,14 @@ __webpack_require__.d(CertificationExpiring_namespaceObject, {
8338
8378
  ICON_NAME: () => (CertificationExpiring_ICON_NAME)
8339
8379
  });
8340
8380
 
8381
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Camera.tsx
8382
+ var Camera_namespaceObject = {};
8383
+ __webpack_require__.r(Camera_namespaceObject);
8384
+ __webpack_require__.d(Camera_namespaceObject, {
8385
+ Camera: () => (Camera),
8386
+ ICON_NAME: () => (Camera_ICON_NAME)
8387
+ });
8388
+
8341
8389
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Change.tsx
8342
8390
  var Change_namespaceObject = {};
8343
8391
  __webpack_require__.r(Change_namespaceObject);
@@ -8418,12 +8466,36 @@ __webpack_require__.d(Cogwheel_namespaceObject, {
8418
8466
  ICON_NAME: () => (Cogwheel_ICON_NAME)
8419
8467
  });
8420
8468
 
8421
- // NAMESPACE OBJECT: ./src/components/Icon/icons/Company.tsx
8422
- var Company_namespaceObject = {};
8423
- __webpack_require__.r(Company_namespaceObject);
8424
- __webpack_require__.d(Company_namespaceObject, {
8425
- Company: () => (Company),
8426
- ICON_NAME: () => (Company_ICON_NAME)
8469
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Comments.tsx
8470
+ var Comments_namespaceObject = {};
8471
+ __webpack_require__.r(Comments_namespaceObject);
8472
+ __webpack_require__.d(Comments_namespaceObject, {
8473
+ Comments: () => (Comments),
8474
+ ICON_NAME: () => (Comments_ICON_NAME)
8475
+ });
8476
+
8477
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Briefcase.tsx
8478
+ var Briefcase_namespaceObject = {};
8479
+ __webpack_require__.r(Briefcase_namespaceObject);
8480
+ __webpack_require__.d(Briefcase_namespaceObject, {
8481
+ Briefcase: () => (Briefcase),
8482
+ ICON_NAME: () => (Briefcase_ICON_NAME)
8483
+ });
8484
+
8485
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Building.tsx
8486
+ var Building_namespaceObject = {};
8487
+ __webpack_require__.r(Building_namespaceObject);
8488
+ __webpack_require__.d(Building_namespaceObject, {
8489
+ Building: () => (Building),
8490
+ ICON_NAME: () => (Building_ICON_NAME)
8491
+ });
8492
+
8493
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Compensation.tsx
8494
+ var Compensation_namespaceObject = {};
8495
+ __webpack_require__.r(Compensation_namespaceObject);
8496
+ __webpack_require__.d(Compensation_namespaceObject, {
8497
+ Compensation: () => (Compensation),
8498
+ ICON_NAME: () => (Compensation_ICON_NAME)
8427
8499
  });
8428
8500
 
8429
8501
  // NAMESPACE OBJECT: ./src/components/Icon/icons/ConfirmEmail.tsx
@@ -8434,6 +8506,14 @@ __webpack_require__.d(ConfirmEmail_namespaceObject, {
8434
8506
  ICON_NAME: () => (ConfirmEmail_ICON_NAME)
8435
8507
  });
8436
8508
 
8509
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Contacts.tsx
8510
+ var Contacts_namespaceObject = {};
8511
+ __webpack_require__.r(Contacts_namespaceObject);
8512
+ __webpack_require__.d(Contacts_namespaceObject, {
8513
+ Contacts: () => (Contacts),
8514
+ ICON_NAME: () => (Contacts_ICON_NAME)
8515
+ });
8516
+
8437
8517
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Copy.tsx
8438
8518
  var Copy_namespaceObject = {};
8439
8519
  __webpack_require__.r(Copy_namespaceObject);
@@ -8442,6 +8522,14 @@ __webpack_require__.d(Copy_namespaceObject, {
8442
8522
  ICON_NAME: () => (Copy_ICON_NAME)
8443
8523
  });
8444
8524
 
8525
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/CopyLink.tsx
8526
+ var CopyLink_namespaceObject = {};
8527
+ __webpack_require__.r(CopyLink_namespaceObject);
8528
+ __webpack_require__.d(CopyLink_namespaceObject, {
8529
+ CopyLink: () => (CopyLink),
8530
+ ICON_NAME: () => (CopyLink_ICON_NAME)
8531
+ });
8532
+
8445
8533
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Cross.tsx
8446
8534
  var Cross_namespaceObject = {};
8447
8535
  __webpack_require__.r(Cross_namespaceObject);
@@ -8450,6 +8538,30 @@ __webpack_require__.d(Cross_namespaceObject, {
8450
8538
  ICON_NAME: () => (Cross_ICON_NAME)
8451
8539
  });
8452
8540
 
8541
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Delete.tsx
8542
+ var Delete_namespaceObject = {};
8543
+ __webpack_require__.r(Delete_namespaceObject);
8544
+ __webpack_require__.d(Delete_namespaceObject, {
8545
+ Delete: () => (Delete),
8546
+ ICON_NAME: () => (Delete_ICON_NAME)
8547
+ });
8548
+
8549
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Document.tsx
8550
+ var Document_namespaceObject = {};
8551
+ __webpack_require__.r(Document_namespaceObject);
8552
+ __webpack_require__.d(Document_namespaceObject, {
8553
+ Document: () => (Document),
8554
+ ICON_NAME: () => (Document_ICON_NAME)
8555
+ });
8556
+
8557
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/DiamondRing.tsx
8558
+ var DiamondRing_namespaceObject = {};
8559
+ __webpack_require__.r(DiamondRing_namespaceObject);
8560
+ __webpack_require__.d(DiamondRing_namespaceObject, {
8561
+ DiamondRing: () => (DiamondRing),
8562
+ ICON_NAME: () => (DiamondRing_ICON_NAME)
8563
+ });
8564
+
8453
8565
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Diet.tsx
8454
8566
  var Diet_namespaceObject = {};
8455
8567
  __webpack_require__.r(Diet_namespaceObject);
@@ -8458,6 +8570,14 @@ __webpack_require__.d(Diet_namespaceObject, {
8458
8570
  ICON_NAME: () => (Diet_ICON_NAME)
8459
8571
  });
8460
8572
 
8573
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Documents.tsx
8574
+ var Documents_namespaceObject = {};
8575
+ __webpack_require__.r(Documents_namespaceObject);
8576
+ __webpack_require__.d(Documents_namespaceObject, {
8577
+ Documents: () => (Documents),
8578
+ ICON_NAME: () => (Documents_ICON_NAME)
8579
+ });
8580
+
8461
8581
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Edit.tsx
8462
8582
  var Edit_namespaceObject = {};
8463
8583
  __webpack_require__.r(Edit_namespaceObject);
@@ -8466,6 +8586,14 @@ __webpack_require__.d(Edit_namespaceObject, {
8466
8586
  ICON_NAME: () => (Edit_ICON_NAME)
8467
8587
  });
8468
8588
 
8589
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Education.tsx
8590
+ var Education_namespaceObject = {};
8591
+ __webpack_require__.r(Education_namespaceObject);
8592
+ __webpack_require__.d(Education_namespaceObject, {
8593
+ Education: () => (Education),
8594
+ ICON_NAME: () => (Education_ICON_NAME)
8595
+ });
8596
+
8469
8597
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Email.tsx
8470
8598
  var Email_namespaceObject = {};
8471
8599
  __webpack_require__.r(Email_namespaceObject);
@@ -8482,6 +8610,14 @@ __webpack_require__.d(Employee_namespaceObject, {
8482
8610
  ICON_NAME: () => (Employee_ICON_NAME)
8483
8611
  });
8484
8612
 
8613
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/EmployeeProfile.tsx
8614
+ var EmployeeProfile_namespaceObject = {};
8615
+ __webpack_require__.r(EmployeeProfile_namespaceObject);
8616
+ __webpack_require__.d(EmployeeProfile_namespaceObject, {
8617
+ EmployeeProfile: () => (EmployeeProfile),
8618
+ ICON_NAME: () => (EmployeeProfile_ICON_NAME)
8619
+ });
8620
+
8485
8621
  // NAMESPACE OBJECT: ./src/components/Icon/icons/EmployeeTerminated.tsx
8486
8622
  var EmployeeTerminated_namespaceObject = {};
8487
8623
  __webpack_require__.r(EmployeeTerminated_namespaceObject);
@@ -8498,6 +8634,14 @@ __webpack_require__.d(ExcelDownload_namespaceObject, {
8498
8634
  ICON_NAME: () => (ExcelDownload_ICON_NAME)
8499
8635
  });
8500
8636
 
8637
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Export.tsx
8638
+ var Export_namespaceObject = {};
8639
+ __webpack_require__.r(Export_namespaceObject);
8640
+ __webpack_require__.d(Export_namespaceObject, {
8641
+ Export: () => (Export),
8642
+ ICON_NAME: () => (Export_ICON_NAME)
8643
+ });
8644
+
8501
8645
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Filter.tsx
8502
8646
  var Filter_namespaceObject = {};
8503
8647
  __webpack_require__.r(Filter_namespaceObject);
@@ -8514,6 +8658,14 @@ __webpack_require__.d(FilterFunnel_namespaceObject, {
8514
8658
  ICON_NAME: () => (FilterFunnel_ICON_NAME)
8515
8659
  });
8516
8660
 
8661
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/FollowLink.tsx
8662
+ var FollowLink_namespaceObject = {};
8663
+ __webpack_require__.r(FollowLink_namespaceObject);
8664
+ __webpack_require__.d(FollowLink_namespaceObject, {
8665
+ FollowLink: () => (FollowLink),
8666
+ ICON_NAME: () => (FollowLink_ICON_NAME)
8667
+ });
8668
+
8517
8669
  // NAMESPACE OBJECT: ./src/components/Icon/icons/FTE.tsx
8518
8670
  var FTE_namespaceObject = {};
8519
8671
  __webpack_require__.r(FTE_namespaceObject);
@@ -8522,6 +8674,14 @@ __webpack_require__.d(FTE_namespaceObject, {
8522
8674
  ICON_NAME: () => (FTE_ICON_NAME)
8523
8675
  });
8524
8676
 
8677
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Form.tsx
8678
+ var Form_namespaceObject = {};
8679
+ __webpack_require__.r(Form_namespaceObject);
8680
+ __webpack_require__.d(Form_namespaceObject, {
8681
+ Form: () => (Form),
8682
+ ICON_NAME: () => (Form_ICON_NAME)
8683
+ });
8684
+
8525
8685
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Geography.tsx
8526
8686
  var Geography_namespaceObject = {};
8527
8687
  __webpack_require__.r(Geography_namespaceObject);
@@ -8530,6 +8690,22 @@ __webpack_require__.d(Geography_namespaceObject, {
8530
8690
  ICON_NAME: () => (Geography_ICON_NAME)
8531
8691
  });
8532
8692
 
8693
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Gender.tsx
8694
+ var Gender_namespaceObject = {};
8695
+ __webpack_require__.r(Gender_namespaceObject);
8696
+ __webpack_require__.d(Gender_namespaceObject, {
8697
+ Gender: () => (Gender),
8698
+ ICON_NAME: () => (Gender_ICON_NAME)
8699
+ });
8700
+
8701
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Gift.tsx
8702
+ var Gift_namespaceObject = {};
8703
+ __webpack_require__.r(Gift_namespaceObject);
8704
+ __webpack_require__.d(Gift_namespaceObject, {
8705
+ Gift: () => (Gift),
8706
+ ICON_NAME: () => (Gift_ICON_NAME)
8707
+ });
8708
+
8533
8709
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Home.tsx
8534
8710
  var Home_namespaceObject = {};
8535
8711
  __webpack_require__.r(Home_namespaceObject);
@@ -8554,6 +8730,14 @@ __webpack_require__.d(Information_namespaceObject, {
8554
8730
  Information: () => (Information)
8555
8731
  });
8556
8732
 
8733
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Inventory.tsx
8734
+ var Inventory_namespaceObject = {};
8735
+ __webpack_require__.r(Inventory_namespaceObject);
8736
+ __webpack_require__.d(Inventory_namespaceObject, {
8737
+ ICON_NAME: () => (Inventory_ICON_NAME),
8738
+ Inventory: () => (Inventory)
8739
+ });
8740
+
8557
8741
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Invisible.tsx
8558
8742
  var Invisible_namespaceObject = {};
8559
8743
  __webpack_require__.r(Invisible_namespaceObject);
@@ -8570,6 +8754,14 @@ __webpack_require__.d(Language_namespaceObject, {
8570
8754
  Language: () => (Language)
8571
8755
  });
8572
8756
 
8757
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Link.tsx
8758
+ var Link_namespaceObject = {};
8759
+ __webpack_require__.r(Link_namespaceObject);
8760
+ __webpack_require__.d(Link_namespaceObject, {
8761
+ ICON_NAME: () => (Link_ICON_NAME),
8762
+ Link: () => (Link)
8763
+ });
8764
+
8573
8765
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Lock.tsx
8574
8766
  var Lock_namespaceObject = {};
8575
8767
  __webpack_require__.r(Lock_namespaceObject);
@@ -8666,6 +8858,22 @@ __webpack_require__.d(Notification_namespaceObject, {
8666
8858
  Notification: () => (Notification)
8667
8859
  });
8668
8860
 
8861
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/OfficeChair.tsx
8862
+ var OfficeChair_namespaceObject = {};
8863
+ __webpack_require__.r(OfficeChair_namespaceObject);
8864
+ __webpack_require__.d(OfficeChair_namespaceObject, {
8865
+ ICON_NAME: () => (OfficeChair_ICON_NAME),
8866
+ OfficeChair: () => (OfficeChair)
8867
+ });
8868
+
8869
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/OpenBook.tsx
8870
+ var OpenBook_namespaceObject = {};
8871
+ __webpack_require__.r(OpenBook_namespaceObject);
8872
+ __webpack_require__.d(OpenBook_namespaceObject, {
8873
+ ICON_NAME: () => (OpenBook_ICON_NAME),
8874
+ OpenBook: () => (OpenBook)
8875
+ });
8876
+
8669
8877
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Pages.tsx
8670
8878
  var Pages_namespaceObject = {};
8671
8879
  __webpack_require__.r(Pages_namespaceObject);
@@ -8738,6 +8946,14 @@ __webpack_require__.d(Report_namespaceObject, {
8738
8946
  Report: () => (Report)
8739
8947
  });
8740
8948
 
8949
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Results.tsx
8950
+ var Results_namespaceObject = {};
8951
+ __webpack_require__.r(Results_namespaceObject);
8952
+ __webpack_require__.d(Results_namespaceObject, {
8953
+ ICON_NAME: () => (Results_ICON_NAME),
8954
+ Results: () => (Results)
8955
+ });
8956
+
8741
8957
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Robot.tsx
8742
8958
  var Robot_namespaceObject = {};
8743
8959
  __webpack_require__.r(Robot_namespaceObject);
@@ -8778,6 +8994,14 @@ __webpack_require__.d(Settings_namespaceObject, {
8778
8994
  Settings: () => (Settings)
8779
8995
  });
8780
8996
 
8997
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Signature.tsx
8998
+ var Signature_namespaceObject = {};
8999
+ __webpack_require__.r(Signature_namespaceObject);
9000
+ __webpack_require__.d(Signature_namespaceObject, {
9001
+ ICON_NAME: () => (Signature_ICON_NAME),
9002
+ Signature: () => (Signature)
9003
+ });
9004
+
8781
9005
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Sleep.tsx
8782
9006
  var Sleep_namespaceObject = {};
8783
9007
  __webpack_require__.r(Sleep_namespaceObject);
@@ -8810,6 +9034,30 @@ __webpack_require__.d(Stats_namespaceObject, {
8810
9034
  Stats: () => (Stats)
8811
9035
  });
8812
9036
 
9037
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Summery.tsx
9038
+ var Summery_namespaceObject = {};
9039
+ __webpack_require__.r(Summery_namespaceObject);
9040
+ __webpack_require__.d(Summery_namespaceObject, {
9041
+ ICON_NAME: () => (Summery_ICON_NAME),
9042
+ Summery: () => (Summery)
9043
+ });
9044
+
9045
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Team.tsx
9046
+ var Team_namespaceObject = {};
9047
+ __webpack_require__.r(Team_namespaceObject);
9048
+ __webpack_require__.d(Team_namespaceObject, {
9049
+ ICON_NAME: () => (Team_ICON_NAME),
9050
+ Team: () => (Team)
9051
+ });
9052
+
9053
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/TechnicalReview.tsx
9054
+ var TechnicalReview_namespaceObject = {};
9055
+ __webpack_require__.r(TechnicalReview_namespaceObject);
9056
+ __webpack_require__.d(TechnicalReview_namespaceObject, {
9057
+ ICON_NAME: () => (TechnicalReview_ICON_NAME),
9058
+ TechnicalReview: () => (TechnicalReview)
9059
+ });
9060
+
8813
9061
  // NAMESPACE OBJECT: ./src/components/Icon/icons/TimeTracking.tsx
8814
9062
  var TimeTracking_namespaceObject = {};
8815
9063
  __webpack_require__.r(TimeTracking_namespaceObject);
@@ -8818,6 +9066,22 @@ __webpack_require__.d(TimeTracking_namespaceObject, {
8818
9066
  TimeTracking: () => (TimeTracking)
8819
9067
  });
8820
9068
 
9069
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Timeline.tsx
9070
+ var Timeline_namespaceObject = {};
9071
+ __webpack_require__.r(Timeline_namespaceObject);
9072
+ __webpack_require__.d(Timeline_namespaceObject, {
9073
+ ICON_NAME: () => (Timeline_ICON_NAME),
9074
+ Timeline: () => (Timeline)
9075
+ });
9076
+
9077
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/TennisBall.tsx
9078
+ var TennisBall_namespaceObject = {};
9079
+ __webpack_require__.r(TennisBall_namespaceObject);
9080
+ __webpack_require__.d(TennisBall_namespaceObject, {
9081
+ ICON_NAME: () => (TennisBall_ICON_NAME),
9082
+ TennisBall: () => (TennisBall)
9083
+ });
9084
+
8821
9085
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Trainings.tsx
8822
9086
  var Trainings_namespaceObject = {};
8823
9087
  __webpack_require__.r(Trainings_namespaceObject);
@@ -8842,6 +9106,14 @@ __webpack_require__.d(Union_namespaceObject, {
8842
9106
  Union: () => (Union)
8843
9107
  });
8844
9108
 
9109
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/UnionCircle.tsx
9110
+ var UnionCircle_namespaceObject = {};
9111
+ __webpack_require__.r(UnionCircle_namespaceObject);
9112
+ __webpack_require__.d(UnionCircle_namespaceObject, {
9113
+ ICON_NAME: () => (UnionCircle_ICON_NAME),
9114
+ UnionCircle: () => (UnionCircle)
9115
+ });
9116
+
8845
9117
  // NAMESPACE OBJECT: ./src/components/Icon/icons/Unlock.tsx
8846
9118
  var Unlock_namespaceObject = {};
8847
9119
  __webpack_require__.r(Unlock_namespaceObject);
@@ -8850,6 +9122,14 @@ __webpack_require__.d(Unlock_namespaceObject, {
8850
9122
  Unlock: () => (Unlock)
8851
9123
  });
8852
9124
 
9125
+ // NAMESPACE OBJECT: ./src/components/Icon/icons/Url.tsx
9126
+ var Url_namespaceObject = {};
9127
+ __webpack_require__.r(Url_namespaceObject);
9128
+ __webpack_require__.d(Url_namespaceObject, {
9129
+ ICON_NAME: () => (Url_ICON_NAME),
9130
+ Url: () => (Url)
9131
+ });
9132
+
8853
9133
  // NAMESPACE OBJECT: ./src/components/Icon/icons/User.tsx
8854
9134
  var User_namespaceObject = {};
8855
9135
  __webpack_require__.r(User_namespaceObject);
@@ -8883,13 +9163,21 @@ __webpack_require__.d(all_namespaceObject, {
8883
9163
  ArrowUp: () => (ArrowUp_namespaceObject),
8884
9164
  Assessment: () => (Assessment_namespaceObject),
8885
9165
  Attention: () => (Attention_namespaceObject),
9166
+ Award: () => (Award_namespaceObject),
8886
9167
  BanUser: () => (BanUser_namespaceObject),
9168
+ Bench: () => (Bench_namespaceObject),
8887
9169
  Bin: () => (Bin_namespaceObject),
9170
+ Briefcase: () => (Briefcase_namespaceObject),
9171
+ Building: () => (Building_namespaceObject),
8888
9172
  Calendar: () => (Calendar_namespaceObject),
9173
+ CalendarSchedule: () => (CalendarSchedule_namespaceObject),
9174
+ Camera: () => (Camera_namespaceObject),
9175
+ CardText: () => (CardText_namespaceObject),
8889
9176
  CarrotDown: () => (CarrotDown_namespaceObject),
8890
9177
  CarrotLeft: () => (CarrotLeft_namespaceObject),
8891
9178
  CarrotRight: () => (CarrotRight_namespaceObject),
8892
9179
  CarrotUp: () => (CarrotUp_namespaceObject),
9180
+ Case: () => (Case_namespaceObject),
8893
9181
  Certification: () => (Certification_namespaceObject),
8894
9182
  CertificationExpiring: () => (CertificationExpiring_namespaceObject),
8895
9183
  Change: () => (Change_namespaceObject),
@@ -8902,25 +9190,41 @@ __webpack_require__.d(all_namespaceObject, {
8902
9190
  Circular: () => (Circular_namespaceObject),
8903
9191
  Clock: () => (Clock_namespaceObject),
8904
9192
  Cogwheel: () => (Cogwheel_namespaceObject),
8905
- Company: () => (Company_namespaceObject),
9193
+ Comments: () => (Comments_namespaceObject),
9194
+ Compensation: () => (Compensation_namespaceObject),
8906
9195
  ConfirmEmail: () => (ConfirmEmail_namespaceObject),
9196
+ Contacts: () => (Contacts_namespaceObject),
8907
9197
  Copy: () => (Copy_namespaceObject),
9198
+ CopyLink: () => (CopyLink_namespaceObject),
8908
9199
  Cross: () => (Cross_namespaceObject),
9200
+ Delete: () => (Delete_namespaceObject),
9201
+ DiamondRing: () => (DiamondRing_namespaceObject),
8909
9202
  Diet: () => (Diet_namespaceObject),
9203
+ Document: () => (Document_namespaceObject),
9204
+ Documents: () => (Documents_namespaceObject),
8910
9205
  Edit: () => (Edit_namespaceObject),
9206
+ Education: () => (Education_namespaceObject),
8911
9207
  Email: () => (Email_namespaceObject),
8912
9208
  Employee: () => (Employee_namespaceObject),
9209
+ EmployeeProfile: () => (EmployeeProfile_namespaceObject),
8913
9210
  EmployeeTerminated: () => (EmployeeTerminated_namespaceObject),
8914
9211
  ExcelDownload: () => (ExcelDownload_namespaceObject),
9212
+ Export: () => (Export_namespaceObject),
8915
9213
  FTE: () => (FTE_namespaceObject),
8916
9214
  Filter: () => (Filter_namespaceObject),
8917
9215
  FilterFunnel: () => (FilterFunnel_namespaceObject),
9216
+ FollowLink: () => (FollowLink_namespaceObject),
9217
+ Form: () => (Form_namespaceObject),
9218
+ Gender: () => (Gender_namespaceObject),
8918
9219
  Geography: () => (Geography_namespaceObject),
9220
+ Gift: () => (Gift_namespaceObject),
8919
9221
  Home: () => (Home_namespaceObject),
8920
9222
  Import: () => (Import_namespaceObject),
8921
9223
  Information: () => (Information_namespaceObject),
9224
+ Inventory: () => (Inventory_namespaceObject),
8922
9225
  Invisible: () => (Invisible_namespaceObject),
8923
9226
  Language: () => (Language_namespaceObject),
9227
+ Link: () => (Link_namespaceObject),
8924
9228
  Lock: () => (Lock_namespaceObject),
8925
9229
  LogIn: () => (LogIn_namespaceObject),
8926
9230
  LogOut: () => (LogOut_namespaceObject),
@@ -8933,6 +9237,8 @@ __webpack_require__.d(all_namespaceObject, {
8933
9237
  More: () => (More_namespaceObject),
8934
9238
  MoreVertical: () => (MoreVertical_namespaceObject),
8935
9239
  Notification: () => (Notification_namespaceObject),
9240
+ OfficeChair: () => (OfficeChair_namespaceObject),
9241
+ OpenBook: () => (OpenBook_namespaceObject),
8936
9242
  Pages: () => (Pages_namespaceObject),
8937
9243
  Party: () => (Party_namespaceObject),
8938
9244
  Plus: () => (Plus_namespaceObject),
@@ -8942,20 +9248,29 @@ __webpack_require__.d(all_namespaceObject, {
8942
9248
  ProfilesChanges: () => (ProfilesChanges_namespaceObject),
8943
9249
  RadioOn: () => (RadioOn_namespaceObject),
8944
9250
  Report: () => (Report_namespaceObject),
9251
+ Results: () => (Results_namespaceObject),
8945
9252
  Robot: () => (Robot_namespaceObject),
8946
9253
  Roles: () => (Roles_namespaceObject),
8947
9254
  Search: () => (Search_namespaceObject),
8948
9255
  Seniority: () => (Seniority_namespaceObject),
8949
9256
  Settings: () => (Settings_namespaceObject),
9257
+ Signature: () => (Signature_namespaceObject),
8950
9258
  Sleep: () => (Sleep_namespaceObject),
8951
9259
  StaffGrowthCoefficient: () => (StaffGrowthCoefficient_namespaceObject),
8952
9260
  StaffTurnoverCoefficient: () => (StaffTurnoverCoefficient_namespaceObject),
8953
9261
  Stats: () => (Stats_namespaceObject),
9262
+ Summery: () => (Summery_namespaceObject),
9263
+ Team: () => (Team_namespaceObject),
9264
+ TechnicalReview: () => (TechnicalReview_namespaceObject),
9265
+ TennisBall: () => (TennisBall_namespaceObject),
8954
9266
  TimeTracking: () => (TimeTracking_namespaceObject),
9267
+ Timeline: () => (Timeline_namespaceObject),
8955
9268
  Trainings: () => (Trainings_namespaceObject),
8956
9269
  UnArchive: () => (UnArchive_namespaceObject),
8957
9270
  Union: () => (Union_namespaceObject),
9271
+ UnionCircle: () => (UnionCircle_namespaceObject),
8958
9272
  Unlock: () => (Unlock_namespaceObject),
9273
+ Url: () => (Url_namespaceObject),
8959
9274
  User: () => (User_namespaceObject),
8960
9275
  Visible: () => (Visible_namespaceObject),
8961
9276
  Warning: () => (Warning_namespaceObject)
@@ -9641,7 +9956,7 @@ const Button = /*#__PURE__*/(0,external_react_namespaceObject.forwardRef)(functi
9641
9956
  throw new Error('Button must have either text or icon or children');
9642
9957
  }
9643
9958
  const theme = (0,react_namespaceObject.useTheme)();
9644
- const appliedVariantStyle = variantStyles[variant](theme);
9959
+ const appliedVariantStyle = (variantStyles[variant] ?? variantStyles.tertiary)(theme);
9645
9960
  const resolveTextNode = () => {
9646
9961
  if (!text) return null;
9647
9962
  if (isDisabled) return (0,jsx_runtime_namespaceObject.jsx)(DisabledButtonText, {
@@ -9889,7 +10204,7 @@ const utils_namespaceObject = require("@ssa-ui-kit/utils");
9889
10204
 
9890
10205
  const Archive = ({
9891
10206
  fill = '#000',
9892
- size = 15,
10207
+ size = 24,
9893
10208
  tooltip = 'Archive',
9894
10209
  ...props
9895
10210
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -9983,7 +10298,7 @@ const ArrowUp_ICON_NAME = 'arrow-up';
9983
10298
  const Assessment = ({
9984
10299
  fill = '#000',
9985
10300
  size = 24,
9986
- tooltip = 'Assessment',
10301
+ tooltip = 'Clipboard Assessment',
9987
10302
  ...props
9988
10303
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
9989
10304
  xmlns: "http://www.w3.org/2000/svg",
@@ -9994,22 +10309,19 @@ const Assessment = ({
9994
10309
  ...props,
9995
10310
  children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
9996
10311
  children: tooltip
9997
- }), (0,jsx_runtime_namespaceObject.jsx)("path", {
9998
- d: "M13.4282 10.7175C13.0519 10.7175 12.7992 11.0454 12.7992 11.3834C12.7992 11.7215 13.0519 12.0494 13.4282 12.0494H14.4017L12.0958 14.6104L10.7247 13.0858C10.5043 12.841 10.2028 12.6993 9.8765 12.6993C9.55018 12.6993 9.24861 12.841 9.02825 13.0859L7.20142 15.1168C6.97025 15.3737 6.97025 15.7789 7.20142 16.0357C7.32157 16.1692 7.48519 16.2422 7.6567 16.2422C7.82624 16.2422 7.99203 16.1706 8.11265 16.035L9.87704 14.0758L11.2492 15.6004C11.4696 15.8452 11.7711 15.9869 12.0974 15.9869C12.4237 15.9869 12.7253 15.8451 12.9457 15.6003L15.241 13.048V14.0964C15.241 14.4345 15.4937 14.7624 15.87 14.7624C16.2462 14.7624 16.4989 14.4345 16.4989 14.0964V11.3834C16.4989 11.0454 16.2462 10.7175 15.87 10.7175H13.4282Z",
9999
- fill: fill
10000
10312
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10001
10313
  fillRule: "evenodd",
10002
10314
  clipRule: "evenodd",
10003
- d: "M11.8482 1.00217C11.7031 0.995196 11.5548 1.00499 11.4057 1.03215C10.6445 1.17021 10.0365 1.76009 9.87857 2.51911C9.83527 2.72746 9.83042 2.93226 9.85367 3.12802H8.92463L6.26339 3.12294C5.00287 3.16717 4 4.19482 4 5.46404V20.6574C4 21.955 5.04815 23 6.348 23H17.1789C18.4787 23 19.5269 21.955 19.5269 20.6574L19.5269 5.46404C19.5269 4.1665 18.4787 3.12146 17.1789 3.12146H13.6806C13.6871 3.05722 13.6905 2.99215 13.6905 2.92644C13.6905 1.89371 12.8596 1.05074 11.8482 1.00217ZM6.34811 4.43031L7.70786 4.4293V5.05504C7.70786 5.87913 8.38507 6.55634 9.20915 6.55634H14.3178C15.1419 6.55634 15.8191 5.87913 15.8191 5.05504V4.43032H17.1789C17.7575 4.43032 18.2155 4.88773 18.2155 5.46404L18.2155 20.6574C18.2155 21.2337 17.7575 21.6911 17.1789 21.6911H6.348C5.76938 21.6911 5.31136 21.2337 5.31136 20.6574L5.31136 5.46404C5.31136 4.88773 5.76949 4.43031 6.34811 4.43031ZM12.0635 3.79295L12.0634 3.79512L12.0626 3.80977L12.0648 3.82426L12.0651 3.82643L12.0659 3.83144L12.0688 3.84883C12.0713 3.86325 12.0749 3.88323 12.0795 3.90543C12.0878 3.945 12.1025 4.00833 12.125 4.05577C12.1615 4.13295 12.2128 4.20217 12.276 4.25951C12.3393 4.31684 12.4132 4.36115 12.4936 4.38991C12.568 4.41653 12.6465 4.42934 12.7254 4.4278L14.6717 4.42909V5.05504C14.6717 5.05504 14.6717 5.16356 14.5455 5.25204C14.4193 5.34052 14.3178 5.32368 14.3178 5.32368H9.20915C9.20915 5.32368 9.06807 5.34849 8.93207 5.23231C8.85526 5.16669 8.85526 5.05504 8.85526 5.05504V4.42909L10.8137 4.42774C10.9396 4.42788 11.0628 4.39147 11.1684 4.32293C11.274 4.25436 11.3574 4.1566 11.4085 4.04153C11.4596 3.92645 11.4761 3.79902 11.4561 3.67471C11.4362 3.55046 11.3806 3.43468 11.2961 3.34143C11.1683 3.20034 11.1035 3.01376 11.1514 2.78351C11.1989 2.55661 11.4088 2.35204 11.6382 2.31047C12.0629 2.23313 12.3908 2.5314 12.3908 2.92644C12.3908 3.08933 12.3317 3.23012 12.231 3.34131C12.1737 3.40456 12.1294 3.47848 12.1006 3.55885C12.0829 3.60826 12.0745 3.67272 12.0701 3.71292C12.0676 3.73547 12.066 3.7557 12.0649 3.77029L12.0638 3.78788L12.0635 3.79295Z",
10315
+ d: "M13.7155 10.0584C13.3278 10.0584 13.0674 10.3772 13.0674 10.7059C13.0674 11.0346 13.3278 11.3533 13.7155 11.3533H14.7186L12.3425 13.8432L10.9296 12.361C10.7025 12.1229 10.3918 11.9852 10.0556 11.9852C9.71931 11.9852 9.40855 12.123 9.18147 12.361L7.29897 14.3357C7.06076 14.5854 7.06076 14.9793 7.29897 15.229C7.42279 15.3588 7.59139 15.4298 7.76813 15.4298C7.94283 15.4298 8.11368 15.3602 8.23797 15.2283L10.0561 13.3235L11.4701 14.8058C11.6972 15.0438 12.0079 15.1816 12.3442 15.1816C12.6804 15.1816 12.9912 15.0437 13.2183 14.8057L15.5836 12.3242V13.3436C15.5836 13.6723 15.844 13.991 16.2317 13.991C16.6194 13.991 16.8798 13.6723 16.8798 13.3436V10.7059C16.8798 10.3772 16.6194 10.0584 16.2317 10.0584H13.7155Z",
10004
10316
  fill: fill
10005
10317
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10006
10318
  fillRule: "evenodd",
10007
10319
  clipRule: "evenodd",
10008
- d: "M13.4282 10.7175C13.0519 10.7175 12.7992 11.0454 12.7992 11.3834C12.7992 11.7215 13.0519 12.0494 13.4282 12.0494H14.4017L12.0958 14.6104L10.7247 13.0858C10.5043 12.841 10.2028 12.6993 9.8765 12.6993C9.55018 12.6993 9.24861 12.841 9.02825 13.0859L7.20142 15.1168C6.97025 15.3737 6.97025 15.7789 7.20142 16.0357C7.32157 16.1692 7.48519 16.2422 7.6567 16.2422C7.82624 16.2422 7.99203 16.1706 8.11265 16.035L9.87704 14.0758L11.2492 15.6004C11.4696 15.8452 11.7711 15.9869 12.0974 15.9869C12.4237 15.9869 12.7253 15.8451 12.9457 15.6003L15.241 13.048V14.0964C15.241 14.4345 15.4937 14.7624 15.87 14.7624C16.2462 14.7624 16.4989 14.4345 16.4989 14.0964V11.3834C16.4989 11.0454 16.2462 10.7175 15.87 10.7175H13.4282Z",
10320
+ d: "M20 4.95073C20 3.6892 18.9199 2.67316 17.5804 2.67316H15.9329C15.6566 2.26936 15.1754 2 14.6322 2H9.3679C8.8227 2 8.33988 2.27139 8.06407 2.67772L6.33236 2.6746C5.03343 2.7176 4 3.71673 4 4.95073V19.7224C4 20.984 5.08008 22 6.41955 22H17.5805C18.9199 22 20 20.984 20 19.7224V4.95073ZM14.8669 4.74461C14.9969 4.65859 14.9969 4.55308 14.9969 4.55308V3.45963C14.9969 3.45963 14.9969 3.35108 14.9177 3.28728C14.7776 3.17432 14.6322 3.19845 14.6322 3.19845H9.3679C9.3679 3.19845 9.26326 3.18208 9.13324 3.2681C9.00322 3.35413 9.00321 3.45963 9.00321 3.45963V4.55308C9.00321 4.55308 9.00321 4.66163 9.08236 4.72543C9.2225 4.83839 9.36789 4.81426 9.36789 4.81426H14.6322C14.6322 4.81426 14.7368 4.83064 14.8669 4.74461ZM7.82084 3.9447L6.41966 3.94569C5.82341 3.94569 5.35132 4.39041 5.35132 4.95073L5.35132 19.7224C5.35132 20.2827 5.8233 20.7275 6.41955 20.7275H17.5805C18.1767 20.7275 18.6487 20.2827 18.6487 19.7224L18.6487 4.95073C18.6487 4.39041 18.1767 3.94569 17.5804 3.94569H16.1793V4.55308C16.1793 5.35429 15.4814 6.01271 14.6322 6.01271H9.36789C8.51869 6.01271 7.82084 5.35429 7.82084 4.55308V3.9447Z",
10009
10321
  fill: fill
10010
10322
  })]
10011
10323
  });
10012
- const Assessment_ICON_NAME = 'assessment';
10324
+ const Assessment_ICON_NAME = 'clipboard-assessment';
10013
10325
  ;// ./src/components/Icon/icons/Attention.tsx
10014
10326
 
10015
10327
  const Attention = ({
@@ -10037,6 +10349,35 @@ const Attention = ({
10037
10349
  })]
10038
10350
  });
10039
10351
  const Attention_ICON_NAME = 'attention';
10352
+ ;// ./src/components/Icon/icons/Award.tsx
10353
+
10354
+ const Award = ({
10355
+ fill = '#000',
10356
+ size = 24,
10357
+ tooltip = 'Award',
10358
+ ...props
10359
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
10360
+ width: `${size}px`,
10361
+ height: `${size}px`,
10362
+ viewBox: "0 0 16 16",
10363
+ fill: "none",
10364
+ xmlns: "http://www.w3.org/2000/svg",
10365
+ ...props,
10366
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
10367
+ children: tooltip
10368
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10369
+ d: "M7.99809 3.57188C8.44982 3.57377 8.89545 3.67149 9.30271 3.85786C9.50211 3.95121 9.68992 4.0656 9.86267 4.19876C10.2994 4.53181 10.6291 4.97529 10.8139 5.4786C10.9232 5.77874 10.9783 6.09455 10.9768 6.41227L10.5003 6.41005C10.5016 6.14382 10.4552 5.87933 10.3636 5.62783C10.2083 5.20553 9.93162 4.83303 9.56509 4.55353L9.56305 4.55215C9.41796 4.4403 9.26017 4.3443 9.09269 4.26589C8.75052 4.10999 8.37618 4.02795 7.99693 4.02623C7.33376 4.02652 6.69788 4.27805 6.22893 4.72523C5.7597 5.17268 5.4959 5.77948 5.4959 6.41227C5.49815 6.77296 5.58413 7.12868 5.74722 7.45411L5.81209 7.57228C5.85775 7.64971 5.90805 7.72458 5.96248 7.79668L6.04742 7.90264L6.04887 7.90458C6.34227 8.25445 6.73321 8.51856 7.17663 8.66655C7.44023 8.75438 7.7177 8.79902 7.99693 8.7983H7.99809C8.66167 8.7983 9.29804 8.54674 9.76725 8.0993C10.2365 7.65186 10.5 7.04504 10.5 6.41227L10.5003 6.41005L10.9768 6.41227L10.973 6.55318C10.9364 7.25518 10.6281 7.92142 10.1044 8.42079L9.99734 8.51787C9.45094 8.98967 8.7387 9.25265 7.99809 9.25265C7.66479 9.25351 7.33361 9.20025 7.01897 9.09538C6.49115 8.9192 6.02608 8.60482 5.67683 8.18834C5.55463 8.04419 5.44758 7.88905 5.35714 7.72511L5.31933 7.65438C5.12418 7.26661 5.0217 6.84238 5.01943 6.41227C5.01943 5.65895 5.33319 4.93642 5.89179 4.40375C6.45039 3.87108 7.20811 3.57188 7.99809 3.57188Z",
10370
+ fill: fill
10371
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10372
+ fillRule: "evenodd",
10373
+ clipRule: "evenodd",
10374
+ d: "M7.99576 1C8.15592 1 8.31121 1.05246 8.43558 1.14868L9.2105 1.74782C9.23597 1.7675 9.2655 1.78195 9.29718 1.78998C9.32886 1.79801 9.36199 1.79944 9.39434 1.79442L10.381 1.64131C10.5391 1.61748 10.7009 1.64623 10.8395 1.72258C10.9779 1.79893 11.0848 1.91827 11.142 2.06071L11.5003 2.94833C11.512 2.97766 11.53 3.00436 11.5533 3.02655C11.5766 3.04873 11.6046 3.0659 11.6353 3.07703L12.5662 3.41877C12.7155 3.47333 12.8407 3.57519 12.9207 3.70724C13.0008 3.83933 13.031 3.9937 13.006 4.1444L12.8501 5.08527C12.8448 5.11612 12.8463 5.14772 12.8547 5.17792C12.8631 5.20813 12.8783 5.23629 12.8989 5.26058L13.5272 5.99952C13.6281 6.11812 13.6831 6.26621 13.6832 6.41892C13.6832 6.57164 13.6281 6.71972 13.5272 6.83833L12.8989 7.57727C12.8783 7.60156 12.8631 7.62972 12.8547 7.65993C12.8463 7.69013 12.8448 7.72173 12.8501 7.75257L13.006 8.69567C13.031 8.84637 13.0008 9.00073 12.9207 9.13282C12.8407 9.26488 12.7155 9.36673 12.5662 9.4213L12.4009 9.48122L14.4651 12.8919C14.4871 12.9258 14.4991 12.9647 14.5 13.0045C14.5008 13.0443 14.4903 13.0836 14.4697 13.1182C14.4482 13.1519 14.4177 13.1797 14.3813 13.1984C14.3449 13.2171 14.3039 13.2262 14.2626 13.2248L12.2148 13.156L11.2514 14.8824C11.2318 14.9175 11.2026 14.9469 11.167 14.9675C11.1314 14.9882 11.0906 14.9995 11.0489 15C11.0079 15.0002 10.9675 14.9901 10.932 14.9706C10.8964 14.9511 10.8669 14.9229 10.8464 14.889L8.75207 11.4473L8.43558 11.6914C8.31121 11.7876 8.15592 11.8401 7.99576 11.8401C7.83561 11.8401 7.68032 11.7876 7.55595 11.6914L7.23946 11.4473L5.14509 14.889C5.12459 14.9229 5.09512 14.9511 5.05957 14.9706C5.02402 14.9901 4.98364 15.0002 4.94263 15C4.90093 14.9995 4.86015 14.9882 4.82453 14.9675C4.78893 14.9469 4.75977 14.9175 4.74018 14.8824L3.7884 13.156L1.74057 13.2248C1.69905 13.2261 1.6578 13.2168 1.62131 13.1979C1.58488 13.1789 1.55452 13.151 1.53317 13.1171C1.5118 13.0832 1.50034 13.0444 1.50001 13.0048C1.49967 12.9652 1.51034 12.9262 1.53113 12.8919L3.59525 9.48343L3.43003 9.42352C3.28065 9.36895 3.15551 9.2671 3.07544 9.13504C2.99538 9.00295 2.96522 8.84859 2.99021 8.69789L3.14613 7.75701C3.15139 7.72617 3.14989 7.69457 3.14147 7.66437C3.13305 7.63416 3.11789 7.606 3.09726 7.58171L2.46895 6.84276C2.36805 6.72416 2.31303 6.57608 2.31303 6.42336C2.31303 6.27065 2.36805 6.12256 2.46895 6.00396L3.09726 5.26502C3.11789 5.24073 3.13305 5.21256 3.14147 5.18236C3.14989 5.15216 3.15139 5.12056 3.14613 5.08971L2.98556 4.14883C2.96057 3.99814 2.99073 3.84377 3.07079 3.71168C3.15085 3.57963 3.276 3.47777 3.42538 3.4232L4.35621 3.08147C4.38697 3.07034 4.41498 3.05317 4.43824 3.03099C4.4615 3.0088 4.4795 2.98209 4.49118 2.95277L4.84955 2.06514C4.90678 1.9227 5.01359 1.80336 5.15207 1.72702C5.29059 1.65067 5.45247 1.62192 5.61051 1.64574L6.59719 1.79442C6.62954 1.79944 6.66267 1.79801 6.69434 1.78998C6.72603 1.78195 6.75556 1.7675 6.78103 1.74782L7.55595 1.14868C7.68032 1.05247 7.83561 1 7.99576 1ZM2.15014 12.7676L3.9257 12.7077C3.96936 12.7062 4.01263 12.7163 4.05049 12.7371C4.08835 12.7579 4.11928 12.7885 4.13979 12.8253L4.97289 14.321L6.87877 11.1655L6.78568 11.0945C6.76022 11.0748 6.73066 11.0606 6.699 11.0526C6.66732 11.0446 6.6342 11.0429 6.60184 11.0479L5.62214 11.1965C5.46411 11.2204 5.30223 11.1916 5.16371 11.1153C5.02523 11.0389 4.91841 10.9196 4.86119 10.7771L4.50282 9.88952C4.49114 9.86019 4.47314 9.83348 4.44987 9.8113C4.42661 9.78912 4.3986 9.77195 4.36784 9.76082L4.04205 9.64099L2.15014 12.7676ZM11.6376 9.76082C11.6069 9.77195 11.5789 9.78912 11.5556 9.8113C11.5324 9.83348 11.5144 9.86019 11.5027 9.88952L11.1443 10.7771C11.0871 10.9196 10.9803 11.0389 10.8418 11.1153C10.7033 11.1916 10.5414 11.2204 10.3833 11.1965L9.39667 11.0479C9.36431 11.0428 9.33119 11.0446 9.29951 11.0526C9.26785 11.0606 9.23829 11.0748 9.21283 11.0945L9.11974 11.1655L11.0233 14.321L11.8634 12.8253C11.8839 12.7885 11.9148 12.7579 11.9527 12.7371C11.9905 12.7163 12.0338 12.7062 12.0775 12.7077L13.853 12.7676L11.9634 9.64099L11.6376 9.76082ZM7.98878 1.4452C7.9354 1.4452 7.88363 1.46278 7.84218 1.49485L7.06726 2.09399C6.99162 2.1493 6.90489 2.18919 6.81244 2.21132C6.71999 2.23346 6.62377 2.23738 6.5297 2.2227L5.54302 2.07402C5.49035 2.06608 5.43648 2.07576 5.39031 2.1012C5.34414 2.12665 5.30845 2.16634 5.28937 2.21382L4.931 3.10144C4.89595 3.18881 4.84183 3.2683 4.77247 3.33444C4.70313 3.40052 4.61997 3.45193 4.52841 3.48534L3.59758 3.82707C3.54778 3.84526 3.50617 3.8793 3.47948 3.92332C3.4528 3.96735 3.44265 4.01872 3.45097 4.06895L3.60689 5.00983C3.62234 5.10204 3.61731 5.19643 3.59205 5.28665C3.56679 5.37684 3.52185 5.46094 3.46028 5.53352L2.83197 6.28134C2.79834 6.32087 2.77991 6.37024 2.7799 6.42114C2.7799 6.47205 2.79834 6.52141 2.83197 6.56094L3.46028 7.30876C3.51828 7.38089 3.56011 7.4636 3.58333 7.55175C3.60654 7.63991 3.61064 7.73167 3.59525 7.82137L3.43934 8.76224C3.43101 8.81247 3.44116 8.86384 3.46785 8.90787C3.49453 8.9519 3.53614 8.98593 3.58595 9.00412L4.51678 9.34585C4.6084 9.37928 4.69146 9.43088 4.76083 9.49703C4.83019 9.56317 4.88431 9.64238 4.91936 9.72975L5.27773 10.6174C5.29681 10.6649 5.3325 10.7045 5.37867 10.73C5.42484 10.7554 5.47871 10.7651 5.53138 10.7572L6.51807 10.6085C6.61477 10.5938 6.71376 10.5986 6.80837 10.6226C6.90295 10.6467 6.99115 10.6896 7.06726 10.7483L7.85148 11.3474C7.89294 11.3795 7.94471 11.3971 7.99809 11.3971C8.05147 11.3971 8.10324 11.3795 8.1447 11.3474L8.92892 10.7483C9.00456 10.693 9.09129 10.6531 9.18374 10.631C9.27619 10.6088 9.37241 10.6049 9.46648 10.6196L10.4532 10.7683C10.5058 10.7762 10.5597 10.7665 10.6059 10.7411C10.652 10.7156 10.6877 10.676 10.7068 10.6285L11.0652 9.74084C11.1002 9.65354 11.1541 9.57424 11.2234 9.50812C11.2928 9.44198 11.3761 9.39037 11.4678 9.35695L12.3986 9.01521C12.4484 8.99702 12.49 8.96299 12.5167 8.91896C12.5434 8.87494 12.5535 8.82357 12.5452 8.77334L12.3893 7.83246C12.3738 7.74025 12.3789 7.64585 12.4041 7.55563C12.4294 7.46545 12.4743 7.38134 12.5359 7.30876L13.1642 6.55207C13.1978 6.51254 13.2163 6.46317 13.2163 6.41227C13.2163 6.36136 13.1978 6.312 13.1642 6.27247L12.5359 5.53352C12.4779 5.4614 12.4361 5.37869 12.4129 5.29054C12.3896 5.20238 12.3855 5.11062 12.4009 5.02092L12.5568 4.08004C12.5652 4.02982 12.555 3.97845 12.5283 3.93442C12.5016 3.89039 12.46 3.85636 12.4102 3.83817L11.4794 3.49643C11.3878 3.46301 11.3044 3.41168 11.2351 3.34554C11.1657 3.27939 11.1119 3.19991 11.0768 3.11254L10.7184 2.22492C10.6994 2.17743 10.6637 2.13775 10.6175 2.1123C10.5713 2.08685 10.5175 2.07718 10.4648 2.08512L9.47811 2.23379C9.38141 2.24852 9.28243 2.24373 9.18781 2.21965C9.09323 2.19556 9.00504 2.1527 8.92892 2.09399L8.13539 1.49485C8.09393 1.46278 8.04216 1.4452 7.98878 1.4452Z",
10375
+ fill: fill,
10376
+ stroke: fill,
10377
+ strokeWidth: 0.4
10378
+ })]
10379
+ });
10380
+ const Award_ICON_NAME = 'award';
10040
10381
  ;// ./src/components/Icon/icons/BanUser.tsx
10041
10382
 
10042
10383
  const BanUser = ({
@@ -10074,11 +10415,34 @@ const BanUser = ({
10074
10415
  })]
10075
10416
  });
10076
10417
  const BanUser_ICON_NAME = 'ban-user';
10418
+ ;// ./src/components/Icon/icons/Bench.tsx
10419
+
10420
+ const Bench = ({
10421
+ fill = '#000',
10422
+ size = 24,
10423
+ tooltip = 'Bench',
10424
+ ...props
10425
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
10426
+ width: `${size}px`,
10427
+ height: `${size}px`,
10428
+ viewBox: "0 0 17 16",
10429
+ fill: "none",
10430
+ xmlns: "http://www.w3.org/2000/svg",
10431
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
10432
+ ...props,
10433
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
10434
+ children: tooltip
10435
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10436
+ d: "M15.4668 4.74316C15.6204 4.74339 15.7684 4.80442 15.8779 4.91309C15.9874 5.02184 16.0496 5.16992 16.0498 5.3252V6.38379L16.0381 6.49805C16.0241 6.56706 15.9962 6.632 15.959 6.69141C15.9324 6.75137 15.8937 6.80671 15.8438 6.85352C15.7438 6.94722 15.6081 6.99979 15.4668 7H14.9834V11.6748L14.9717 11.7891C14.949 11.9013 14.8936 12.0054 14.8115 12.0869C14.7021 12.1955 14.5539 12.2565 14.4004 12.2568H13.333C13.1795 12.2566 13.0314 12.1955 12.9219 12.0869C12.8398 12.0054 12.7844 11.9013 12.7617 11.7891L12.75 11.6748V11.1982H3.25V11.6748L3.23828 11.7891C3.21555 11.9013 3.16018 12.0054 3.07812 12.0869C2.96864 12.1955 2.82052 12.2566 2.66699 12.2568H1.59961C1.4461 12.2565 1.29795 12.1955 1.18848 12.0869C1.10644 12.0054 1.05104 11.9013 1.02832 11.7891L1.0166 11.6748V7H0.533203C0.39186 6.99979 0.256197 6.94722 0.15625 6.85352C0.106329 6.80671 0.0675955 6.75137 0.0410156 6.69141C0.00377969 6.632 -0.0241041 6.56706 -0.0380859 6.49805L-0.0498047 6.38379V5.3252C-0.0495782 5.16992 0.0125891 5.02184 0.12207 4.91309C0.231604 4.80442 0.379601 4.74339 0.533203 4.74316H15.4668ZM3.14551 11.7139C3.11964 11.7647 3.08719 11.8129 3.04395 11.8535C2.94404 11.9472 2.80826 11.9997 2.66699 12H1.59961C1.45836 11.9997 1.32254 11.9472 1.22266 11.8535C1.1793 11.8128 1.146 11.7648 1.12012 11.7139C1.12966 11.8245 1.17634 11.9297 1.25684 12.0098C1.34713 12.0993 1.47066 12.1511 1.59961 12.1514H2.66699C2.79596 12.1511 2.91946 12.0993 3.00977 12.0098C3.09026 11.9297 3.13595 11.8245 3.14551 11.7139ZM14.8789 11.7139C14.853 11.7647 14.8206 11.8129 14.7773 11.8535C14.6775 11.9472 14.5416 11.9997 14.4004 12H13.333C13.1917 11.9997 13.056 11.9472 12.9561 11.8535C12.9127 11.8128 12.8794 11.7648 12.8535 11.7139C12.8631 11.8245 12.9097 11.9297 12.9902 12.0098C13.0805 12.0993 13.204 12.1511 13.333 12.1514H14.4004C14.5293 12.1511 14.6529 12.0993 14.7432 12.0098C14.8236 11.9297 14.8693 11.8245 14.8789 11.7139ZM13.3838 11.5H14.3496V7H13.3838V11.5ZM1.65039 11.5H2.61621V7H1.65039V11.5ZM3.2002 11.0928H12.7998V11H3.2002V11.0928ZM3.25 10.5H12.75V10.1396H3.25V10.5ZM3.2002 10.0342H12.7998V10H3.2002V10.0342ZM3.25 9.5H12.75V7H3.25V9.5ZM0.533203 6.43652V6.5H15.4668V6.43652H0.533203ZM0.583008 6.33105H15.417V5.5H0.583008V6.33105ZM0.533203 4.84863C0.404163 4.84886 0.280783 4.90064 0.19043 4.99023C0.110087 5.0701 0.0634378 5.17486 0.0537109 5.28516C0.0795804 5.2345 0.113085 5.18695 0.15625 5.14648C0.256197 5.05278 0.39186 5.00021 0.533203 5H15.4668C15.6081 5.00021 15.7438 5.05278 15.8438 5.14648C15.8868 5.18685 15.9195 5.23465 15.9453 5.28516L15.9404 5.23242C15.922 5.14183 15.877 5.05724 15.8096 4.99023C15.7192 4.90064 15.5958 4.84886 15.4668 4.84863H0.533203Z",
10437
+ fill: fill
10438
+ })]
10439
+ });
10440
+ const Bench_ICON_NAME = 'bench';
10077
10441
  ;// ./src/components/Icon/icons/Bin.tsx
10078
10442
 
10079
10443
  const Bin = ({
10080
10444
  fill = '#000',
10081
- size = 15,
10445
+ size = 24,
10082
10446
  tooltip = 'Bin',
10083
10447
  ...props
10084
10448
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -10127,6 +10491,41 @@ const Calendar = ({
10127
10491
  })]
10128
10492
  });
10129
10493
  const Calendar_ICON_NAME = 'calendar';
10494
+ ;// ./src/components/Icon/icons/CalendarSchedule.tsx
10495
+
10496
+ const CalendarSchedule = ({
10497
+ fill = '#000',
10498
+ size = 24,
10499
+ tooltip = 'Calendar Schedule',
10500
+ ...props
10501
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
10502
+ width: `${size}px`,
10503
+ height: `${size}px`,
10504
+ viewBox: "0 0 16 16",
10505
+ fill: "none",
10506
+ xmlns: "http://www.w3.org/2000/svg",
10507
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
10508
+ ...props,
10509
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
10510
+ children: tooltip
10511
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10512
+ d: "M4.0625 1C4.30412 1 4.5 1.19588 4.5 1.4375V1.875H11.5V1.4375C11.5 1.19588 11.6959 1 11.9375 1C12.1791 1 12.375 1.19588 12.375 1.4375V1.875H13.25C14.2165 1.875 15 2.6585 15 3.625V13.25C15 14.2165 14.2165 15 13.25 15H2.75C1.7835 15 1 14.2165 1 13.25V3.625C1 2.6585 1.7835 1.875 2.75 1.875H3.625V1.4375C3.625 1.19588 3.82088 1 4.0625 1ZM2.75 2.75C2.26675 2.75 1.875 3.14175 1.875 3.625V4.5H14.125V3.625C14.125 3.14175 13.7332 2.75 13.25 2.75H2.75ZM14.125 5.375H1.875V13.25C1.875 13.7332 2.26675 14.125 2.75 14.125H13.25C13.7332 14.125 14.125 13.7332 14.125 13.25V5.375Z",
10513
+ fill: fill
10514
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10515
+ d: "M10.625 7.5625C10.625 7.32088 10.8209 7.125 11.0625 7.125H11.9375C12.1791 7.125 12.375 7.32088 12.375 7.5625V8.4375C12.375 8.67912 12.1791 8.875 11.9375 8.875H11.0625C10.8209 8.875 10.625 8.67912 10.625 8.4375V7.5625Z",
10516
+ fill: fill
10517
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10518
+ d: "M8 7.5625C8 7.32088 8.19588 7.125 8.4375 7.125H9.3125C9.55412 7.125 9.75 7.32088 9.75 7.5625V8.4375C9.75 8.67912 9.55412 8.875 9.3125 8.875H8.4375C8.19588 8.875 8 8.67912 8 8.4375V7.5625Z",
10519
+ fill: fill
10520
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10521
+ d: "M6.25 10.1875C6.25 9.94588 6.44588 9.75 6.6875 9.75H7.5625C7.80412 9.75 8 9.94588 8 10.1875V11.0625C8 11.3041 7.80412 11.5 7.5625 11.5H6.6875C6.44588 11.5 6.25 11.3041 6.25 11.0625V10.1875Z",
10522
+ fill: fill
10523
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10524
+ d: "M3.625 10.1875C3.625 9.94588 3.82088 9.75 4.0625 9.75H4.9375C5.17912 9.75 5.375 9.94588 5.375 10.1875V11.0625C5.375 11.3041 5.17912 11.5 4.9375 11.5H4.0625C3.82088 11.5 3.625 11.3041 3.625 11.0625V10.1875Z",
10525
+ fill: fill
10526
+ })]
10527
+ });
10528
+ const CalendarSchedule_ICON_NAME = 'calendar-schedule';
10130
10529
  ;// ./src/components/Icon/icons/CarrotDown.tsx
10131
10530
 
10132
10531
  const CarrotDown = ({
@@ -10231,6 +10630,61 @@ const CarrotUp = ({
10231
10630
  })]
10232
10631
  });
10233
10632
  const CarrotUp_ICON_NAME = 'carrot-up';
10633
+ ;// ./src/components/Icon/icons/CardText.tsx
10634
+
10635
+ const CardText = ({
10636
+ fill = '#000',
10637
+ size = 24,
10638
+ tooltip = 'Card Text',
10639
+ ...props
10640
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
10641
+ width: `${size}px`,
10642
+ height: `${size}px`,
10643
+ viewBox: "0 0 16 16",
10644
+ fill: "none",
10645
+ xmlns: "http://www.w3.org/2000/svg",
10646
+ ...props,
10647
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
10648
+ children: tooltip
10649
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10650
+ d: "M14.5 3C14.7761 3 15 3.22386 15 3.5V12.5C15 12.7761 14.7761 13 14.5 13H1.5C1.22386 13 1 12.7761 1 12.5V3.5C1 3.22386 1.22386 3 1.5 3H14.5ZM1.5 2C0.671573 2 0 2.67157 0 3.5V12.5C0 13.3284 0.671573 14 1.5 14H14.5C15.3284 14 16 13.3284 16 12.5V3.5C16 2.67157 15.3284 2 14.5 2H1.5Z",
10651
+ fill: fill
10652
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10653
+ d: "M3 5.5C3 5.22386 3.22386 5 3.5 5H12.5C12.7761 5 13 5.22386 13 5.5C13 5.77614 12.7761 6 12.5 6H3.5C3.22386 6 3 5.77614 3 5.5ZM3 8C3 7.72386 3.22386 7.5 3.5 7.5H12.5C12.7761 7.5 13 7.72386 13 8C13 8.27614 12.7761 8.5 12.5 8.5H3.5C3.22386 8.5 3 8.27614 3 8ZM3 10.5C3 10.2239 3.22386 10 3.5 10H9.5C9.77614 10 10 10.2239 10 10.5C10 10.7761 9.77614 11 9.5 11H3.5C3.22386 11 3 10.7761 3 10.5Z",
10654
+ fill: fill
10655
+ })]
10656
+ });
10657
+ const CardText_ICON_NAME = 'card-text';
10658
+ ;// ./src/components/Icon/icons/Case.tsx
10659
+
10660
+ const Case = ({
10661
+ fill = '#000',
10662
+ size = 24,
10663
+ tooltip = 'Case',
10664
+ ...props
10665
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
10666
+ width: `${size}px`,
10667
+ height: `${size}px`,
10668
+ viewBox: "0 0 24 24",
10669
+ fill: "none",
10670
+ xmlns: "http://www.w3.org/2000/svg",
10671
+ ...props,
10672
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
10673
+ children: tooltip
10674
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10675
+ fillRule: "evenodd",
10676
+ clipRule: "evenodd",
10677
+ d: "M20.3019 5.32075H16.1509V3.66038C16.1509 2.74717 15.4038 2 14.4906 2H9.50943C8.59623 2 7.84906 2.74717 7.84906 3.66038V5.32075H3.69811C2.20377 5.32075 1 6.52453 1 8.01887V19.6415C1 21.1358 2.20377 22.3396 3.69811 22.3396H20.3019C21.7962 22.3396 23 21.1358 23 19.6415V8.01887C23 6.52453 21.7962 5.32075 20.3019 5.32075ZM9.09434 3.66038C9.09434 3.43208 9.28113 3.24528 9.50943 3.24528H14.4906C14.7189 3.24528 14.9057 3.43208 14.9057 3.66038V5.32075H9.09434V3.66038ZM5.15094 21.0943H3.69811C2.88868 21.0943 2.24528 20.4509 2.24528 19.6415V8.01887C2.24528 7.20943 2.88868 6.56604 3.69811 6.56604H5.15094H6.39623H17.6038H18.8491H20.3019C21.1113 6.56604 21.7547 7.20943 21.7547 8.01887V19.6415C21.7547 20.4509 21.1113 21.0943 20.3019 21.0943H18.8491H17.6038H6.39623H5.15094Z",
10678
+ fill: fill
10679
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10680
+ d: "M17.6038 6.56604V21.0943H18.8491V6.56604H17.6038Z",
10681
+ fill: fill
10682
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10683
+ d: "M5.15094 6.56604V21.0943H6.39623V6.56604H5.15094Z",
10684
+ fill: fill
10685
+ })]
10686
+ });
10687
+ const Case_ICON_NAME = 'case';
10234
10688
  ;// ./src/components/Icon/icons/Certification.tsx
10235
10689
 
10236
10690
  const Certification = ({
@@ -10310,11 +10764,41 @@ const CertificationExpiring = ({
10310
10764
  })]
10311
10765
  });
10312
10766
  const CertificationExpiring_ICON_NAME = 'certification-expiring';
10767
+ ;// ./src/components/Icon/icons/Camera.tsx
10768
+
10769
+ const Camera = ({
10770
+ fill = '#000',
10771
+ size = 24,
10772
+ tooltip = 'Camera',
10773
+ ...props
10774
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
10775
+ width: `${size}px`,
10776
+ height: `${size}px`,
10777
+ viewBox: "0 0 24 24",
10778
+ fill: "none",
10779
+ xmlns: "http://www.w3.org/2000/svg",
10780
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
10781
+ ...props,
10782
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
10783
+ children: tooltip
10784
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10785
+ fillRule: "evenodd",
10786
+ clipRule: "evenodd",
10787
+ d: "M12 7.7002C14.7571 7.7002 17 9.94311 17 12.7002C16.9999 15.4572 14.757 17.7002 12 17.7002C9.24298 17.7002 7.00012 15.4572 7 12.7002C7 9.94311 9.24291 7.7002 12 7.7002ZM12 8.90918C9.90183 8.90918 8.20898 10.602 8.20898 12.7002C8.2091 14.7983 9.9019 16.4912 12 16.4912C14.0981 16.4912 15.7909 14.7983 15.791 12.7002C15.791 10.602 14.0982 8.90918 12 8.90918Z",
10788
+ fill: fill
10789
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
10790
+ fillRule: "evenodd",
10791
+ clipRule: "evenodd",
10792
+ d: "M14.4004 3.30469C15.2514 3.30469 16.0416 3.74988 16.4795 4.47461L17.0811 5.4707H20.2588C21.7917 5.47077 23.0447 6.71602 23.0449 8.23926V17.9268C23.0447 19.4498 21.7923 20.6952 20.2598 20.6953H3.53613C2.00336 20.6953 0.750306 19.4506 0.75 17.9277V8.23926C0.750193 6.716 2.00321 5.47074 3.53613 5.4707H6.71387L7.31348 4.47754C7.75233 3.75072 8.54501 3.30482 9.39746 3.30469H14.4004ZM9.39746 4.66797C9.0254 4.6681 8.68159 4.86189 8.49023 5.17871L7.69043 6.50293L7.56445 6.71289L7.49121 6.83398H3.53613C2.75126 6.83402 2.12226 7.45935 2.12207 8.23926V17.9277C2.12237 18.7069 2.75121 19.332 3.53613 19.332H20.2598C21.0439 19.3319 21.6726 18.7067 21.6729 17.9268V8.23926C21.6727 7.45937 21.0436 6.83405 20.2588 6.83398H16.3037L16.2314 6.71289L15.3027 5.17578C15.112 4.86035 14.7705 4.66797 14.4004 4.66797H9.39746Z",
10793
+ fill: fill
10794
+ })]
10795
+ });
10796
+ const Camera_ICON_NAME = 'camera';
10313
10797
  ;// ./src/components/Icon/icons/Change.tsx
10314
10798
 
10315
10799
  const Change = ({
10316
10800
  fill = '#000',
10317
- size = 15,
10801
+ size = 24,
10318
10802
  tooltip = 'Change',
10319
10803
  ...props
10320
10804
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -10336,7 +10820,7 @@ const Change_ICON_NAME = 'change';
10336
10820
 
10337
10821
  const Chart = ({
10338
10822
  fill = '#000',
10339
- size = 15,
10823
+ size = 24,
10340
10824
  tooltip = 'Chart',
10341
10825
  ...props
10342
10826
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -10529,7 +11013,7 @@ const Circle_ICON_NAME = 'circle';
10529
11013
 
10530
11014
  const Circular = ({
10531
11015
  fill = '#000',
10532
- size = 15,
11016
+ size = 24,
10533
11017
  tooltip = 'Circular',
10534
11018
  ...props
10535
11019
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -10554,7 +11038,7 @@ const Circular_ICON_NAME = 'circular';
10554
11038
 
10555
11039
  const Clock = ({
10556
11040
  fill = '#000',
10557
- size = 15,
11041
+ size = 24,
10558
11042
  tooltip = 'Clock',
10559
11043
  ...props
10560
11044
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -10652,12 +11136,73 @@ const Cogwheel = ({
10652
11136
  })]
10653
11137
  });
10654
11138
  const Cogwheel_ICON_NAME = 'cogwheel';
10655
- ;// ./src/components/Icon/icons/Company.tsx
11139
+ ;// ./src/components/Icon/icons/Comments.tsx
11140
+
11141
+ const Comments = ({
11142
+ fill = '#000',
11143
+ size = 24,
11144
+ tooltip = 'Comments',
11145
+ ...props
11146
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11147
+ width: `${size}px`,
11148
+ height: `${size}px`,
11149
+ viewBox: "0 0 24 24",
11150
+ fill: "none",
11151
+ xmlns: "http://www.w3.org/2000/svg",
11152
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
11153
+ ...props,
11154
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11155
+ children: tooltip
11156
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11157
+ d: "M6.60002 5.90002C6.21343 5.90002 5.90002 6.21343 5.90002 6.60002C5.90002 6.98662 6.21343 7.30002 6.60002 7.30002H17.4C17.7866 7.30002 18.1 6.98662 18.1 6.60002C18.1 6.21343 17.7866 5.90002 17.4 5.90002H6.60002Z",
11158
+ fill: fill
11159
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11160
+ d: "M6.60002 8.90002C6.21343 8.90002 5.90002 9.21342 5.90002 9.60002C5.90002 9.98662 6.21343 10.3 6.60002 10.3H17.4C17.7866 10.3 18.1 9.98662 18.1 9.60002C18.1 9.21342 17.7866 8.90002 17.4 8.90002H6.60002Z",
11161
+ fill: fill
11162
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11163
+ d: "M6.60002 11.9C6.21343 11.9 5.90002 12.2134 5.90002 12.6C5.90002 12.9866 6.21343 13.3 6.60002 13.3H12.6C12.9866 13.3 13.3 12.9866 13.3 12.6C13.3 12.2134 12.9866 11.9 12.6 11.9H6.60002Z",
11164
+ fill: fill
11165
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11166
+ fillRule: "evenodd",
11167
+ clipRule: "evenodd",
11168
+ d: "M1.90002 5.27592C1.90002 3.58211 3.34451 2.23474 5.06528 2.23474H18.9348C20.6555 2.23474 22.1 3.58211 22.1 5.27592V14.6877C22.1 16.3815 20.6551 17.7289 18.9348 17.7289H12.115L7.51371 21.493C7.11062 21.8227 6.58787 21.8313 6.17087 21.6339C5.75387 21.4364 5.42944 21.0266 5.42944 20.5057V17.7289H5.06528C3.34451 17.7289 1.90002 16.3815 1.90002 14.6877V5.27592ZM3.27649 5.27592C3.27649 4.37154 4.04892 3.61121 5.06528 3.61121H18.9348C19.9511 3.61121 20.7236 4.37154 20.7236 5.27592V9.87511C20.7131 9.94392 20.7131 10.0139 20.7236 10.0827V14.6877C20.7236 15.592 19.9504 16.3524 18.9348 16.3524H11.8689C11.7101 16.3526 11.5563 16.4077 11.4334 16.5083L6.80591 20.2947V17.0406C6.80589 16.8581 6.73337 16.683 6.60431 16.554C6.47525 16.4249 6.3002 16.3524 6.11768 16.3524H5.06528C4.04892 16.3524 3.27649 15.5921 3.27649 14.6877V5.27592Z",
11169
+ fill: fill
11170
+ })]
11171
+ });
11172
+ const Comments_ICON_NAME = 'comments';
11173
+ ;// ./src/components/Icon/icons/Briefcase.tsx
10656
11174
 
10657
- const Company = ({
11175
+ const Briefcase = ({
10658
11176
  fill = '#000',
10659
11177
  size = 24,
10660
- tooltip = 'Company',
11178
+ tooltip = 'Briefcase',
11179
+ ...props
11180
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11181
+ width: `${size}px`,
11182
+ height: `${size}px`,
11183
+ viewBox: "0 0 24 24",
11184
+ fill: "none",
11185
+ xmlns: "http://www.w3.org/2000/svg",
11186
+ ...props,
11187
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11188
+ children: tooltip
11189
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11190
+ fillRule: "evenodd",
11191
+ clipRule: "evenodd",
11192
+ d: "M19.5 5.66211C20.9328 5.66211 22.0879 6.81716 22.0879 8.25V19.5C22.0879 20.9328 20.9328 22.0879 19.5 22.0879H4.5C3.06716 22.0879 1.91211 20.9328 1.91211 19.5V8.25C1.91211 6.81716 3.06716 5.66211 4.5 5.66211H19.5ZM20.6621 12.6475C18.2913 13.8673 15.7332 14.5598 13.1504 14.7188V15.5C13.1504 16.1351 12.6351 16.6504 12 16.6504C11.3649 16.6504 10.8496 16.1351 10.8496 15.5V14.7188C8.26676 14.5598 5.70866 13.8673 3.33789 12.6475V19.5C3.33789 20.1484 3.85159 20.6621 4.5 20.6621H19.5C20.1484 20.6621 20.6621 20.1484 20.6621 19.5V12.6475ZM4.5 7.08789C3.85159 7.08789 3.33789 7.60159 3.33789 8.25V11.0303C8.70937 14.0964 15.2906 14.0964 20.6621 11.0303V8.25C20.6621 7.60159 20.1484 7.08789 19.5 7.08789H4.5Z",
11193
+ fill: fill
11194
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11195
+ d: "M13.5 1.91211C14.9328 1.91211 16.0879 3.06716 16.0879 4.5C16.0879 4.90159 15.7766 5.21289 15.375 5.21289C14.9734 5.21289 14.6621 4.90159 14.6621 4.5C14.6621 3.85159 14.1484 3.33789 13.5 3.33789H10.5C9.85159 3.33789 9.33789 3.85159 9.33789 4.5C9.33789 4.90159 9.02659 5.21289 8.625 5.21289C8.22341 5.21289 7.91211 4.90159 7.91211 4.5C7.91211 3.06716 9.06716 1.91211 10.5 1.91211H13.5Z",
11196
+ fill: fill
11197
+ })]
11198
+ });
11199
+ const Briefcase_ICON_NAME = 'briefcase';
11200
+ ;// ./src/components/Icon/icons/Building.tsx
11201
+
11202
+ const Building = ({
11203
+ fill = '#000',
11204
+ size = 24,
11205
+ tooltip = 'Building',
10661
11206
  ...props
10662
11207
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
10663
11208
  xmlns: "http://www.w3.org/2000/svg",
@@ -10673,12 +11218,40 @@ const Company = ({
10673
11218
  fill: fill
10674
11219
  })]
10675
11220
  });
10676
- const Company_ICON_NAME = 'company';
11221
+ const Building_ICON_NAME = 'building';
11222
+ ;// ./src/components/Icon/icons/Compensation.tsx
11223
+
11224
+ const Compensation = ({
11225
+ fill = '#000',
11226
+ size = 24,
11227
+ tooltip = 'Compensation',
11228
+ ...props
11229
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11230
+ width: `${size}px`,
11231
+ height: `${size}px`,
11232
+ viewBox: "0 0 24 24",
11233
+ fill: "none",
11234
+ xmlns: "http://www.w3.org/2000/svg",
11235
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
11236
+ ...props,
11237
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11238
+ children: tooltip
11239
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11240
+ d: "M19.4883 14.3203C19.4882 15.0953 18.8755 15.7332 18.1074 15.7334C17.3372 15.7334 16.7267 15.0952 16.7266 14.3203C16.7266 13.5454 17.3371 12.9062 18.1074 12.9062C18.8756 12.9064 19.4883 13.5452 19.4883 14.3203Z",
11241
+ fill: fill
11242
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11243
+ fillRule: "evenodd",
11244
+ clipRule: "evenodd",
11245
+ d: "M18.1309 5.25683C18.1309 5.6447 17.8166 5.95891 17.4287 5.95898C17.0408 5.95898 16.7266 5.64475 16.7266 5.25683V4.15332C16.7266 3.79067 16.6998 3.52715 16.6621 3.36718C16.642 3.28189 16.6252 3.2346 16.6133 3.20996C16.6115 3.20621 16.6097 3.2034 16.6084 3.20117C16.6024 3.19918 16.5932 3.19792 16.5811 3.19531C16.542 3.1869 16.4763 3.18001 16.3721 3.18164C16.1719 3.18478 15.8615 3.24043 15.416 3.36133C14.1091 3.71557 6.55979 5.86085 6.07031 6L6.04102 6.01465C5.70761 6.1451 5.4231 6.27138 5.18066 6.3916C5.19171 6.39147 5.20277 6.39062 5.21387 6.39062H18.7861C20.3455 6.39086 21.75 7.73598 21.75 9.36035V19.3818C21.75 20.9513 20.4976 22.25 18.9551 22.25H5.04492C3.5024 22.25 2.25 20.9513 2.25 19.3818V9.43261C2.25003 9.37189 2.25896 9.30231 2.26367 9.25879V8.95215C2.26548 7.98404 2.37299 7.11249 2.90527 6.37695C3.43807 5.64208 4.29854 5.15759 5.57617 4.66211L5.57715 4.66113C5.58893 4.65657 5.61631 4.64547 5.64648 4.63769L5.66406 4.63281C5.67928 4.62848 5.7022 4.62258 5.73145 4.61426L5.98828 4.54101L6.91602 4.27734C7.68972 4.05736 8.73554 3.75925 9.8252 3.45019C12.0035 2.83236 14.3593 2.16721 15.0586 1.97754L15.4131 1.88574C15.7549 1.80447 16.0612 1.75446 16.3506 1.75C16.7331 1.74413 17.1301 1.81447 17.4541 2.06445C17.7787 2.31504 17.9443 2.68841 18.0254 3.03418C18.1058 3.3771 18.1309 3.74074 18.1309 4.15332V5.25683ZM19.8457 8.31152C20.1541 8.61475 20.3457 9.00129 20.3457 9.36035V19.3818C20.3457 20.1851 19.7186 20.8193 18.9551 20.8193H5.04492C4.27959 20.8193 3.6543 20.1869 3.6543 19.3818V10.1211L3.66797 9.35937C3.69215 9.09255 3.83091 8.69554 4.09082 8.38672C4.37847 8.04386 4.75504 7.82142 5.21387 7.82129H18.7861C19.1451 7.82143 19.5374 8.00841 19.8457 8.31152Z",
11246
+ fill: fill
11247
+ })]
11248
+ });
11249
+ const Compensation_ICON_NAME = 'compensation';
10677
11250
  ;// ./src/components/Icon/icons/ConfirmEmail.tsx
10678
11251
 
10679
11252
  const ConfirmEmail = ({
10680
11253
  fill = '#000',
10681
- size = 15,
11254
+ size = 24,
10682
11255
  tooltip = 'Confirm Email',
10683
11256
  ...props
10684
11257
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -10701,11 +11274,39 @@ const ConfirmEmail = ({
10701
11274
  })]
10702
11275
  });
10703
11276
  const ConfirmEmail_ICON_NAME = 'confirm-email';
11277
+ ;// ./src/components/Icon/icons/Contacts.tsx
11278
+
11279
+ const Contacts = ({
11280
+ fill = '#000',
11281
+ size = 24,
11282
+ tooltip = 'Contacts',
11283
+ ...props
11284
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11285
+ width: `${size}px`,
11286
+ height: `${size}px`,
11287
+ viewBox: "0 0 24 24",
11288
+ fill: "none",
11289
+ xmlns: "http://www.w3.org/2000/svg",
11290
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
11291
+ ...props,
11292
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11293
+ children: tooltip
11294
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11295
+ d: "M11 13C13.2091 13 15 11.2091 15 9C15 6.79086 13.2091 5 11 5C8.79086 5 7 6.79086 7 9C7 11.2091 8.79086 13 11 13ZM13.6667 9C13.6667 10.4728 12.4728 11.6667 11 11.6667C9.52724 11.6667 8.33333 10.4728 8.33333 9C8.33333 7.52724 9.52724 6.33333 11 6.33333C12.4728 6.33333 13.6667 7.52724 13.6667 9Z",
11296
+ fill: fill
11297
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11298
+ fillRule: "evenodd",
11299
+ clipRule: "evenodd",
11300
+ d: "M1.90002 6.28574C1.90002 3.86931 3.86931 1.90002 6.28574 1.90002H17.7143C20.1307 1.90002 22.1 3.86931 22.1 6.28574V17.7143C22.1 20.1307 20.1307 22.1 17.7143 22.1H6.28574C3.86931 22.1 1.90002 20.1307 1.90002 17.7143V6.28574ZM19.2429 6.66193V3.46326C20.2537 4.00831 20.9476 5.05542 20.9476 6.28574V6.66193H19.2429ZM19.2429 11.4238V7.81431H20.9476V11.4238H19.2429ZM19.2429 16.1857V12.5762H20.9476V16.1857H19.2429ZM19.2429 20.5368V17.3381H20.9476V17.7143C20.9476 18.9446 20.2537 19.9917 19.2429 20.5368ZM4.33333 19.662C4.33333 19.662 4.32253 19.9659 4.35 20.1016C4.3829 20.264 4.53902 20.4172 4.63127 20.4956C5.11474 20.7829 5.6803 20.9476 6.28574 20.9476H17.0078C17.5017 20.7953 17.6666 20.3441 17.6666 19.662C17.6647 19.333 17.4616 18.3473 16.5572 17.4428C15.6875 16.5731 14.0521 15.6667 11 15.6667C7.94784 15.6667 6.31247 16.5731 5.4428 17.4428C4.53834 18.3473 4.33523 19.333 4.33333 19.662ZM3.05241 6.28574C3.05241 4.49455 4.49455 3.05241 6.28574 3.05241H17.7143C17.7851 3.05241 17.8531 3.06736 17.9289 3.08783L17.9717 3.09963C18.0091 3.11003 18.0491 3.12116 18.0905 3.1307V17.1944C17.0618 15.7608 14.9825 14.3333 11 14.3333C5.63623 14.3333 3.72486 16.9226 3.18264 18.6291C3.09785 18.3393 3.05241 18.0323 3.05241 17.7143V6.28574ZM15 9C15 11.2091 13.2091 13 11 13C8.79086 13 7 11.2091 7 9C7 6.79086 8.79086 5 11 5C13.2091 5 15 6.79086 15 9ZM11 11.6667C12.4728 11.6667 13.6667 10.4728 13.6667 9C13.6667 7.52724 12.4728 6.33333 11 6.33333C9.52724 6.33333 8.33333 7.52724 8.33333 9C8.33333 10.4728 9.52724 11.6667 11 11.6667Z",
11301
+ fill: fill
11302
+ })]
11303
+ });
11304
+ const Contacts_ICON_NAME = 'contacts';
10704
11305
  ;// ./src/components/Icon/icons/Copy.tsx
10705
11306
 
10706
11307
  const Copy = ({
10707
11308
  fill = '#000',
10708
- size = 15,
11309
+ size = 24,
10709
11310
  tooltip = 'Copy',
10710
11311
  ...props
10711
11312
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -10723,6 +11324,36 @@ const Copy = ({
10723
11324
  })]
10724
11325
  });
10725
11326
  const Copy_ICON_NAME = 'copy';
11327
+ ;// ./src/components/Icon/icons/CopyLink.tsx
11328
+
11329
+ const CopyLink = ({
11330
+ fill = '#000',
11331
+ size = 24,
11332
+ tooltip = 'Copy Link',
11333
+ ...props
11334
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11335
+ width: `${size}px`,
11336
+ height: `${size}px`,
11337
+ viewBox: "0 0 24 24",
11338
+ fill: "none",
11339
+ xmlns: "http://www.w3.org/2000/svg",
11340
+ ...props,
11341
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11342
+ children: tooltip
11343
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11344
+ d: "M10.1006 12.6484C10.2704 12.4728 10.5554 12.4072 10.7852 12.5596C10.9121 12.6439 11.0328 12.7429 11.1445 12.8545C11.5693 13.2794 11.795 13.8282 11.8262 14.3848L11.8311 14.4727L11.832 14.4834L11.8311 14.4844L11.832 14.4883V14.5117L11.833 14.5244V14.5312L11.8301 14.6211V14.625C11.8283 14.6595 11.8254 14.6948 11.8223 14.7295V14.7354C11.8223 14.7354 11.8216 14.741 11.8213 14.7432C11.821 14.7453 11.8203 14.749 11.8203 14.749L11.8193 14.7529C11.8191 14.7549 11.8193 14.7578 11.8193 14.7578C11.8053 14.8937 11.7788 15.029 11.7412 15.1611C11.7374 15.1745 11.7335 15.1917 11.7285 15.208C11.7013 15.2964 11.6683 15.3813 11.6338 15.4609L11.6309 15.4668L11.6016 15.5273C11.4896 15.7616 11.3391 15.9831 11.1455 16.1768L9.81055 17.5117C8.89319 18.4289 7.40571 18.4287 6.48828 17.5117C5.57157 16.5943 5.57121 15.1067 6.48828 14.1895L6.93652 13.7412C7.09045 13.5872 7.30132 13.5767 7.46387 13.6377C7.62447 13.6983 7.77129 13.8394 7.81152 14.0361C7.84257 14.1893 7.80176 14.3584 7.68262 14.4775L7.22949 14.9316C6.72227 15.4391 6.72236 16.2626 7.22949 16.7705C7.73722 17.2778 8.56062 17.2777 9.06836 16.7705L10.4033 15.4355L10.4043 15.4336L10.5059 15.3184L10.5068 15.3164L10.5332 15.2812C10.5568 15.2489 10.5797 15.2148 10.6006 15.1797C10.6591 15.0813 10.7031 14.9767 10.7334 14.8691C10.8565 14.4313 10.7478 13.9404 10.4033 13.5957C10.3451 13.5377 10.2822 13.4859 10.2168 13.4414C10.0914 13.3561 10.0063 13.2225 9.97852 13.082C9.9505 12.9393 9.97933 12.7739 10.1006 12.6484Z",
11345
+ fill: fill
11346
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11347
+ d: "M10.1895 10.4883C11.1067 9.57123 12.5943 9.57158 13.5117 10.4883C14.4287 11.4057 14.4288 12.8932 13.5117 13.8105L13.0635 14.2588C12.9095 14.4125 12.6987 14.4224 12.5361 14.3613C12.3755 14.3006 12.2287 14.1595 12.1885 13.9629C12.1575 13.8097 12.1982 13.6408 12.3174 13.5215L12.7705 13.0684C13.2779 12.5607 13.2776 11.7373 12.7705 11.2295C12.2628 10.7226 11.4393 10.7223 10.9316 11.2295L9.5957 12.5645C9.54431 12.6159 9.49935 12.6713 9.45898 12.7275C9.44152 12.7519 9.4237 12.7778 9.40723 12.8047C9.39513 12.8244 9.38485 12.8424 9.375 12.8604C9.35734 12.8927 9.33964 12.9283 9.32324 12.9658L9.32031 12.9736L9.31934 12.9756L9.31055 12.9902L9.31152 12.9912C9.1197 13.461 9.21489 14.0217 9.5957 14.4033C9.65458 14.4622 9.71879 14.5145 9.78516 14.5596C9.91242 14.646 9.99725 14.7827 10.0244 14.9248C10.0517 15.0691 10.0215 15.2363 9.89648 15.3613C9.72642 15.5312 9.44687 15.5922 9.2207 15.4434C9.0916 15.3582 8.96796 15.2589 8.85449 15.1455C8.42978 14.7203 8.20275 14.1708 8.17188 13.6143L8.16895 13.5635V13.5566C8.16797 13.523 8.16718 13.4832 8.16797 13.4434V13.4365L8.17188 13.3555L8.16699 13.3506L8.17871 13.2549L8.18652 13.1787L8.1875 13.1758C8.20167 13.0683 8.22359 12.9604 8.25293 12.8545C8.26038 12.8277 8.26911 12.8024 8.27637 12.7793C8.30195 12.6978 8.33179 12.6187 8.36426 12.5439L8.36719 12.5371L8.39844 12.4727C8.51037 12.2383 8.66047 12.0164 8.85449 11.8223L10.1895 10.4883Z",
11348
+ fill: fill
11349
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11350
+ fillRule: "evenodd",
11351
+ clipRule: "evenodd",
11352
+ d: "M18 2C20.2091 2 22 3.79086 22 6V14C22 16.2091 20.2091 18 18 18C18 20.2091 16.2091 22 14 22H6C3.79086 22 2 20.2091 2 18V10C2 7.79086 3.79086 6 6 6C6 3.79086 7.79086 2 10 2H18ZM6 7.40039C4.56406 7.40039 3.40039 8.56406 3.40039 10V18C3.40039 19.4359 4.56406 20.5996 6 20.5996H14C15.4359 20.5996 16.5996 19.4359 16.5996 18V10C16.5996 8.56406 15.4359 7.40039 14 7.40039H6ZM10 3.40039C8.56406 3.40039 7.40039 4.56406 7.40039 6H14C16.2091 6 18 7.79086 18 10V16.5996C19.4359 16.5996 20.5996 15.4359 20.5996 14V6C20.5996 4.56406 19.4359 3.40039 18 3.40039H10Z",
11353
+ fill: fill
11354
+ })]
11355
+ });
11356
+ const CopyLink_ICON_NAME = 'copy-link';
10726
11357
  ;// ./src/components/Icon/icons/Cross.tsx
10727
11358
 
10728
11359
  const Cross = ({
@@ -10755,6 +11386,88 @@ const Cross = ({
10755
11386
  })]
10756
11387
  });
10757
11388
  const Cross_ICON_NAME = 'cross';
11389
+ ;// ./src/components/Icon/icons/Delete.tsx
11390
+
11391
+ const Delete = ({
11392
+ fill = '#000',
11393
+ size = 24,
11394
+ tooltip = 'Delete',
11395
+ ...props
11396
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11397
+ width: `${size}px`,
11398
+ height: `${size}px`,
11399
+ viewBox: "0 0 24 24",
11400
+ fill: "none",
11401
+ xmlns: "http://www.w3.org/2000/svg",
11402
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
11403
+ ...props,
11404
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11405
+ children: tooltip
11406
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11407
+ d: "M9.76807 10.3282C9.44605 10.3282 9.18591 10.5883 9.18591 10.9103V18.3035C9.18591 18.6255 9.44605 18.8856 9.76807 18.8856C10.0901 18.8856 10.3502 18.6255 10.3502 18.3035V10.9103C10.3502 10.5883 10.0901 10.3282 9.76807 10.3282Z",
11408
+ fill: fill
11409
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11410
+ d: "M14.2682 10.3282C13.9462 10.3282 13.6861 10.5883 13.6861 10.9103V18.3035C13.6861 18.6255 13.9462 18.8856 14.2682 18.8856C14.5903 18.8856 14.8504 18.6255 14.8504 18.3035V10.9103C14.8504 10.5883 14.5903 10.3282 14.2682 10.3282Z",
11411
+ fill: fill
11412
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11413
+ fillRule: "evenodd",
11414
+ clipRule: "evenodd",
11415
+ d: "M10.1667 1.90002C9.31611 1.90002 8.62661 2.58953 8.62661 3.44008C8.62661 3.59993 8.651 3.75423 8.69629 3.89938H5.58935C4.38176 3.89938 3.39999 4.88115 3.39999 6.08874C3.39999 7.09498 4.08154 7.94412 5.00719 8.19957V18.3035C5.00719 20.3966 6.7106 22.1 8.80375 22.1H15.2326C17.3257 22.1 19.0291 20.3966 19.0291 18.3035V8.19787C19.9534 7.94216 20.6363 7.09551 20.6363 6.08874C20.6363 4.88115 19.6545 3.89938 18.447 3.89938H15.34C15.3853 3.75423 15.4097 3.59993 15.4097 3.44008C15.4097 2.58953 14.7202 1.90002 13.8696 1.90002H10.1667ZM9.73178 3.44008C9.73178 3.1999 9.92648 3.0052 10.1667 3.0052H13.8696C14.1098 3.0052 14.3045 3.1999 14.3045 3.44008C14.3045 3.68025 14.1098 3.87495 13.8696 3.87495H10.1667C9.92648 3.87495 9.73178 3.68025 9.73178 3.44008ZM4.56431 6.08874C4.56431 5.52359 5.0242 5.0637 5.58935 5.0637H18.447C19.0121 5.0637 19.472 5.52359 19.472 6.08874C19.472 6.65389 19.0121 7.11378 18.447 7.11378H5.58935C5.0242 7.11378 4.56431 6.65389 4.56431 6.08874ZM6.17151 18.3035V8.2781H17.8648V18.3035C17.8648 19.7542 16.6833 20.9357 15.2326 20.9357H8.80375C7.35304 20.9357 6.17151 19.7542 6.17151 18.3035Z",
11416
+ fill: fill
11417
+ })]
11418
+ });
11419
+ const Delete_ICON_NAME = 'delete';
11420
+ ;// ./src/components/Icon/icons/Document.tsx
11421
+
11422
+ const Document = ({
11423
+ fill = '#000',
11424
+ size = 24,
11425
+ tooltip = 'Document',
11426
+ ...props
11427
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11428
+ width: `${size}px`,
11429
+ height: `${size}px`,
11430
+ viewBox: "0 0 16 16",
11431
+ fill: "none",
11432
+ xmlns: "http://www.w3.org/2000/svg",
11433
+ ...props,
11434
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11435
+ children: tooltip
11436
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11437
+ d: "M2.5 1C1.67157 1 1 1.67157 1 2.5V13.5C1 14.3284 1.67157 15 2.5 15H8.58579C8.98361 15 9.36514 14.842 9.64645 14.5607L14.5607 9.64645C14.842 9.36514 15 8.98361 15 8.58579V2.5C15 1.67157 14.3284 1 13.5 1H2.5ZM2 2.5C2 2.22386 2.22386 2 2.5 2H13.5C13.7761 2 14 2.22386 14 2.5V8H9.5C8.67157 8 8 8.67157 8 9.5V14H2.5C2.22386 14 2 13.7761 2 13.5V2.5ZM9 13.7929V9.5C9 9.22386 9.22386 9 9.5 9H13.7929L9 13.7929Z",
11438
+ fill: fill
11439
+ })]
11440
+ });
11441
+ const Document_ICON_NAME = 'document';
11442
+ ;// ./src/components/Icon/icons/DiamondRing.tsx
11443
+
11444
+ const DiamondRing = ({
11445
+ fill = '#000',
11446
+ size = 24,
11447
+ tooltip = 'Diamond Ring',
11448
+ ...props
11449
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11450
+ width: `${size}px`,
11451
+ height: `${size}px`,
11452
+ viewBox: "0 0 16 16",
11453
+ fill: "none",
11454
+ xmlns: "http://www.w3.org/2000/svg",
11455
+ ...props,
11456
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11457
+ children: tooltip
11458
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11459
+ fillRule: "evenodd",
11460
+ clipRule: "evenodd",
11461
+ d: "M6.46401 0.467226C6.53898 0.392249 6.64066 0.350118 6.74669 0.350098H9.2451C9.35112 0.350118 9.45283 0.392249 9.5278 0.467226L11.0268 1.96623C11.0989 2.0383 11.1408 2.13518 11.1438 2.23707C11.1468 2.33897 11.1109 2.43818 11.0432 2.51442L10.2823 3.37021C12.6844 4.28375 14.3918 6.59458 14.3918 9.30052C14.3918 12.8066 11.5232 15.6501 7.99591 15.6501C4.46859 15.6501 1.59998 12.8066 1.59998 9.30052C1.59998 6.59454 3.30712 4.28322 5.70906 3.36972L4.94871 2.51453C4.88105 2.43829 4.84497 2.33897 4.84802 2.23707C4.85107 2.13518 4.89291 2.0383 4.96501 1.96623L6.46401 0.467226ZM6.74672 0.650098C6.72025 0.65011 6.69487 0.660632 6.67615 0.679351L5.17712 2.17838C5.15912 2.19638 5.14865 2.2206 5.14788 2.24604C5.14712 2.27146 5.15609 2.29621 5.17295 2.31525L6.23063 3.50485L6.01678 3.57768C3.6211 4.39355 1.89998 6.64947 1.89998 9.30052C1.89998 12.6388 4.63209 15.3501 7.99591 15.3501C11.3597 15.3501 14.0918 12.6388 14.0918 9.30052C14.0918 6.64956 12.3705 4.39413 9.97455 3.57817L9.7607 3.50533L10.8188 2.31531C10.8357 2.29627 10.8447 2.27149 10.8439 2.24604C10.8432 2.2206 10.8327 2.1964 10.8147 2.1784L9.31567 0.679358C9.29696 0.660639 9.27157 0.65011 9.2451 0.650098M9.2451 0.650098H6.74672H9.2451ZM6.78804 0.849772H9.20378L10.6072 2.25317L8.64058 4.46486L8.56286 4.45566C8.50487 4.4488 8.44974 4.44124 8.39629 4.43392C8.25841 4.41502 8.1317 4.39766 7.99591 4.39766C7.86012 4.39766 7.73341 4.41502 7.59553 4.43392C7.54208 4.44124 7.48695 4.4488 7.42896 4.45566L7.35124 4.46486L5.38464 2.25317L6.78804 0.849772ZM6.9123 1.14977L5.79683 2.26525L7.47088 4.14794C7.49262 4.14504 7.51468 4.14201 7.53705 4.13894C7.68135 4.11915 7.83798 4.09766 7.99591 4.09766C8.15384 4.09766 8.31047 4.11915 8.45477 4.13894C8.47713 4.14201 8.4992 4.14504 8.52094 4.14794L10.195 2.26525L9.07952 1.14977H6.9123ZM9.60884 3.67639L9.70046 3.70383C12.1237 4.42963 13.8922 6.65574 13.8922 9.30052C13.8922 12.5345 11.2553 15.1504 7.99591 15.1504C4.73656 15.1504 2.09965 12.5345 2.09965 9.30052C2.09965 6.65549 3.8681 4.42941 6.29137 3.70383L6.38298 3.6764L7.10386 4.48748L6.86102 4.54619C4.73536 5.06013 3.14916 6.96428 3.14916 9.2444C3.14916 11.9182 5.32208 14.0912 7.99591 14.0912C10.6697 14.0912 12.8427 11.9182 12.8427 9.2444C12.8427 6.96428 11.2565 5.06013 9.13079 4.54619L8.88796 4.48748L9.60884 3.67639ZM6.2864 4.01932C4.03173 4.73636 2.39965 6.82669 2.39965 9.30052C2.39965 12.3666 4.90002 14.8504 7.99591 14.8504C11.0918 14.8504 13.5922 12.3666 13.5922 9.30052C13.5922 6.82694 11.9601 4.73658 9.70541 4.01933L9.43968 4.31831C11.5746 4.94417 13.1427 6.90711 13.1427 9.2444C13.1427 12.0839 10.8354 14.3912 7.99591 14.3912C5.1564 14.3912 2.84916 12.0839 2.84916 9.2444C2.84916 6.90711 4.4172 4.94417 6.55214 4.31831L6.2864 4.01932ZM7.99591 4.89733C5.59213 4.89733 3.64884 6.84062 3.64884 9.2444C3.64884 11.6482 5.59213 13.5915 7.99591 13.5915C10.3997 13.5915 12.343 11.6482 12.343 9.2444C12.343 6.84062 10.3997 4.89733 7.99591 4.89733ZM3.34884 9.2444C3.34884 6.67494 5.42644 4.59733 7.99591 4.59733C10.5654 4.59733 12.643 6.67494 12.643 9.2444C12.643 11.8139 10.5654 13.8915 7.99591 13.8915C5.42644 13.8915 3.34884 11.8139 3.34884 9.2444Z",
11462
+ fill: fill
11463
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11464
+ fillRule: "evenodd",
11465
+ clipRule: "evenodd",
11466
+ d: "M10.5 2.8H5.5V2H10.5V2.8Z",
11467
+ fill: fill
11468
+ })]
11469
+ });
11470
+ const DiamondRing_ICON_NAME = 'diamond-ring';
10758
11471
  ;// ./src/components/Icon/icons/Diet.tsx
10759
11472
 
10760
11473
  const Diet = ({
@@ -10777,6 +11490,40 @@ const Diet = ({
10777
11490
  })]
10778
11491
  });
10779
11492
  const Diet_ICON_NAME = 'diet';
11493
+ ;// ./src/components/Icon/icons/Documents.tsx
11494
+
11495
+ const Documents = ({
11496
+ fill = '#000',
11497
+ size = 24,
11498
+ tooltip = 'Documents',
11499
+ ...props
11500
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11501
+ width: `${size}px`,
11502
+ height: `${size}px`,
11503
+ viewBox: "0 0 24 24",
11504
+ fill: "none",
11505
+ xmlns: "http://www.w3.org/2000/svg",
11506
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
11507
+ ...props,
11508
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11509
+ children: tooltip
11510
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11511
+ d: "M12.5898 16.9014C12.97 16.9014 13.2781 17.2097 13.2783 17.5898C13.2783 17.9701 12.9701 18.2783 12.5898 18.2783H6.68848C6.30824 18.2783 6 17.9701 6 17.5898C6.00017 17.2097 6.30834 16.9014 6.68848 16.9014H12.5898Z",
11512
+ fill: fill
11513
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11514
+ d: "M17.3115 13.9512C17.6918 13.9512 18 14.2594 18 14.6396C17.9998 15.0198 17.6917 15.3281 17.3115 15.3281H6.68848C6.30834 15.3281 6.00016 15.0198 6 14.6396C6 14.2594 6.30824 13.9512 6.68848 13.9512H17.3115Z",
11515
+ fill: fill
11516
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11517
+ d: "M17.3115 11C17.6917 11 18 11.3083 18 11.6885C18 12.0687 17.6918 12.3769 17.3115 12.377H6.68848C6.30824 12.3769 6 12.0687 6 11.6885C6.00003 11.3083 6.30825 11 6.68848 11H17.3115Z",
11518
+ fill: fill
11519
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11520
+ fillRule: "evenodd",
11521
+ clipRule: "evenodd",
11522
+ d: "M13.4541 1C14.0464 1 14.6155 1.23489 15.0342 1.6543L20.4111 7.03125C20.5006 7.12079 20.5613 7.23522 20.5859 7.35938C20.5903 7.38139 20.5966 7.48832 20.5986 7.51074V20.2344C20.5986 21.7553 19.3539 23 17.833 23H6.14551C4.62462 23 3.37988 21.7553 3.37988 20.2344V3.76562C3.37988 2.24473 4.62462 1 6.14551 1H13.4541ZM6.14551 2.28027C5.31924 2.28027 4.66016 2.93936 4.66016 3.76562V20.2344C4.66016 21.0606 5.31924 21.7197 6.14551 21.7197H17.833C18.6593 21.7197 19.3184 21.0606 19.3184 20.2344V10.04L19.3135 8.12402H15.708C15.0556 8.12397 14.4652 7.83945 14.0557 7.38867C13.695 6.99151 13.4747 6.46533 13.4746 5.89062V2.2959L13.4658 2.29004L13.4619 2.28809C13.455 2.28385 13.4506 2.28148 13.4482 2.28027H6.14551ZM14.7549 5.89062C14.755 6.42355 15.1751 6.84366 15.708 6.84375H18.4131L14.7549 3.18555V5.89062ZM3.48926 3.80566V3.80176L3.37988 3.76562L3.48926 3.80566Z",
11523
+ fill: fill
11524
+ })]
11525
+ });
11526
+ const Documents_ICON_NAME = 'documents';
10780
11527
  ;// ./src/components/Icon/icons/Edit.tsx
10781
11528
 
10782
11529
  const Edit = ({
@@ -10813,6 +11560,31 @@ const Edit = ({
10813
11560
  })]
10814
11561
  });
10815
11562
  const Edit_ICON_NAME = 'edit';
11563
+ ;// ./src/components/Icon/icons/Education.tsx
11564
+
11565
+ const Education = ({
11566
+ fill = '#000',
11567
+ size = 24,
11568
+ tooltip = 'Education',
11569
+ ...props
11570
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11571
+ width: `${size}px`,
11572
+ height: `${size}px`,
11573
+ viewBox: "0 0 24 24",
11574
+ fill: "none",
11575
+ xmlns: "http://www.w3.org/2000/svg",
11576
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
11577
+ ...props,
11578
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11579
+ children: tooltip
11580
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11581
+ fillRule: "evenodd",
11582
+ clipRule: "evenodd",
11583
+ d: "M12.1104 4.75293H12.1162L12.3184 4.77051C12.5205 4.79687 12.7202 4.84919 12.9121 4.92676L21.5742 8.43457L21.7266 8.50977C22.0609 8.71083 22.2499 9.07246 22.25 9.42285L22.2441 9.53516C22.2357 9.60939 22.2185 9.68275 22.1943 9.75391L22.1533 9.8584C22.0585 10.0646 21.895 10.2486 21.6738 10.3652L21.5752 10.4111L21.415 10.4756C21.4156 10.5041 21.4171 10.5282 21.417 10.543V15.4102C21.8652 15.6316 22.2499 16.0342 22.25 16.6182C22.25 16.841 22.1907 17.0215 22.1221 17.1758L22.0518 17.3213C22.003 17.4197 21.9496 17.5171 21.8936 17.6104L21.7217 17.8779C21.4968 18.211 21.2739 18.4794 21.2666 18.4883L21.2676 18.4893C21.2206 18.546 21.1638 18.5943 21.1006 18.6328L21.0352 18.668C20.9452 18.7098 20.8477 18.7305 20.75 18.7305C20.6766 18.7305 20.6033 18.7189 20.5332 18.6953L20.4648 18.668C20.3748 18.626 20.295 18.5648 20.2324 18.4893C20.2229 18.4778 20.0988 18.3262 19.9443 18.1143L19.7783 17.8779C19.7214 17.7936 19.6626 17.7037 19.6064 17.6104L19.4482 17.3213C19.3565 17.1361 19.25 16.9151 19.25 16.6182C19.2501 16.0342 19.6348 15.6316 20.083 15.4102V11.0156L18.5 11.6582V16.9746L18.4863 17.1045C18.469 17.1891 18.4355 17.2695 18.3867 17.3408L18.3027 17.4404C18.2083 17.5323 18.089 17.5927 17.9619 17.6172L17.833 17.6299C16.1499 17.6299 14.7846 18.0069 13.8418 18.3828C13.3709 18.5706 13.0058 18.758 12.7598 18.8975C12.6368 18.9672 12.5431 19.0247 12.4814 19.0645C12.4506 19.0843 12.4279 19.1002 12.4131 19.1104C12.4057 19.1154 12.3998 19.1188 12.3965 19.1211L12.3936 19.124C12.279 19.2061 12.1406 19.25 12 19.25H11.9902L11.9795 19.249L11.9141 19.2441L11.9043 19.2432L11.8955 19.2412C11.8183 19.2292 11.7431 19.2041 11.6738 19.166L11.6074 19.124L11.6035 19.1211C11.6002 19.1188 11.5943 19.1154 11.5869 19.1104C11.5721 19.1002 11.5494 19.0843 11.5186 19.0645C11.4569 19.0247 11.3632 18.9672 11.2402 18.8975C10.9942 18.758 10.6291 18.5706 10.1582 18.3828C9.27427 18.0303 8.01888 17.6766 6.47852 17.6338L6.16699 17.6299C6.03646 17.6299 5.90863 17.5919 5.7998 17.5215L5.69727 17.4404C5.60297 17.3487 5.53973 17.2314 5.51367 17.1045L5.5 16.9746V11.6582L2.4248 10.4111C2.18728 10.3147 2.00567 10.1442 1.8916 9.94531L1.84668 9.8584C1.79948 9.75586 1.76843 9.64631 1.75586 9.53516L1.75 9.42285C1.75009 9.02265 1.99689 8.60817 2.4248 8.43457L11.0879 4.92676L11.3096 4.84961C11.5348 4.78326 11.7676 4.75 12 4.75H12.0068L12.1104 4.75293ZM11.6289 10.3428L11.2676 10.3555C10.2028 10.4017 9.27195 10.545 8.53223 10.7344L8.5332 10.7354L8.20508 10.8262C7.85396 10.9307 7.5594 11.044 7.33105 11.1543L7.125 11.2637C7.00839 11.3314 6.92358 11.3977 6.86914 11.4482C6.85448 11.4619 6.84288 11.475 6.83301 11.4854V16.3779C9.62214 16.5324 11.4337 17.4976 12 17.8457C12.5663 17.4976 14.3779 16.5324 17.167 16.3779V11.4854C17.1571 11.475 17.1455 11.4619 17.1309 11.4482C17.1037 11.423 17.0688 11.3938 17.0264 11.3623L16.875 11.2637C16.6916 11.1572 16.4394 11.0421 16.127 10.9326L15.7949 10.8262C14.9177 10.5651 13.7084 10.3657 12.2871 10.3418L11.999 10.3389C11.8742 10.3389 11.7508 10.34 11.6289 10.3428ZM12.4043 6.13867C12.1786 6.04743 11.9267 6.03614 11.6943 6.10449L11.5957 6.13867L3.4834 9.42285L6.06934 10.4707C6.09295 10.4429 6.11955 10.4125 6.14648 10.3828C6.22179 10.2998 6.31525 10.2103 6.44531 10.1348L6.7041 9.99609C6.97534 9.86189 7.28587 9.73963 7.63184 9.62891L7.63867 9.62695C7.64202 9.62581 7.64719 9.62392 7.65332 9.62207C8.02965 9.50243 8.45118 9.39641 8.91113 9.30762L8.95508 9.29883L9.16602 9.26074L9.17773 9.25879C9.18196 9.25803 9.18711 9.25676 9.19238 9.25586L9.4043 9.2207L9.47754 9.20996L9.66211 9.18359L9.73242 9.17383L9.93457 9.14844L10.0039 9.14062L10.2197 9.11719L10.2695 9.1123L10.4844 9.0918L10.6348 9.08008L10.7588 9.07129L10.9385 9.05957L11.0684 9.05273L11.2666 9.04395L11.3652 9.04004L11.5146 9.03516L12 9.0293C12.164 9.0293 12.3255 9.03103 12.4844 9.03516L12.6338 9.04004L12.7334 9.04395L12.9316 9.05273L13.0605 9.05957L13.2402 9.07129L13.3652 9.08008L13.5156 9.0918L13.7305 9.1123L13.7803 9.11719L13.9961 9.14062L14.0645 9.14844L14.2676 9.17383L14.3379 9.18359L14.5225 9.20996L14.5947 9.2207L14.8066 9.25586L14.8223 9.25879C14.8264 9.25953 14.8298 9.26018 14.833 9.26074L15.0439 9.29883L15.0889 9.30762L15.4277 9.37695C15.7576 9.44979 16.0647 9.53241 16.3467 9.62207L16.3672 9.62891C16.8295 9.77675 17.2278 9.94501 17.5547 10.1348L17.6455 10.1943C17.7301 10.2553 17.7971 10.3206 17.8535 10.3828C17.8803 10.4123 17.9062 10.4431 17.9297 10.4707L20.5156 9.42285L12.4043 6.13867Z",
11584
+ fill: fill
11585
+ })]
11586
+ });
11587
+ const Education_ICON_NAME = 'education';
10816
11588
  ;// ./src/components/Icon/icons/Email.tsx
10817
11589
 
10818
11590
  const Email = ({
@@ -10865,6 +11637,30 @@ const Employee = ({
10865
11637
  })]
10866
11638
  });
10867
11639
  const Employee_ICON_NAME = 'employee';
11640
+ ;// ./src/components/Icon/icons/EmployeeProfile.tsx
11641
+
11642
+ const EmployeeProfile = ({
11643
+ fill = '#000',
11644
+ size = 24,
11645
+ tooltip = 'Employee Profile',
11646
+ ...props
11647
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11648
+ width: `${size}px`,
11649
+ height: `${size}px`,
11650
+ viewBox: "0 0 24 24",
11651
+ fill: "none",
11652
+ xmlns: "http://www.w3.org/2000/svg",
11653
+ ...props,
11654
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11655
+ children: tooltip
11656
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11657
+ fillRule: "evenodd",
11658
+ clipRule: "evenodd",
11659
+ d: "M12 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM8 6a4 4 0 1 1 8 0 4 4 0 0 1-8 0ZM6 20v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2h-1.5v-2a2.5 2.5 0 0 0-2.5-2.5h-4A2.5 2.5 0 0 0 7.5 18v2H6ZM16 10h4v11h-4V10Zm-1.5-1.5V22a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V8.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5Z",
11660
+ fill: fill
11661
+ })]
11662
+ });
11663
+ const EmployeeProfile_ICON_NAME = 'employee-profile';
10868
11664
  ;// ./src/components/Icon/icons/EmployeeTerminated.tsx
10869
11665
 
10870
11666
  const EmployeeTerminated = ({
@@ -10938,6 +11734,33 @@ const ExcelDownload = ({
10938
11734
  })]
10939
11735
  });
10940
11736
  const ExcelDownload_ICON_NAME = 'excel-download';
11737
+ ;// ./src/components/Icon/icons/Export.tsx
11738
+
11739
+ const Export = ({
11740
+ fill = '#000',
11741
+ size = 24,
11742
+ tooltip = 'Export',
11743
+ ...props
11744
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11745
+ width: `${size}px`,
11746
+ height: `${size}px`,
11747
+ viewBox: "0 0 24 24",
11748
+ fill: "none",
11749
+ xmlns: "http://www.w3.org/2000/svg",
11750
+ ...props,
11751
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11752
+ children: tooltip
11753
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11754
+ d: "M11.585 10.3145C11.8567 10.1351 12.2266 10.1651 12.4658 10.4043L14.9355 12.875C15.2088 13.1483 15.2088 13.5919 14.9355 13.8652C14.6622 14.1381 14.2195 14.1382 13.9463 13.8652L12.6709 12.5898V17.8994C12.6709 18.2859 12.3571 18.5994 11.9707 18.5996C11.5841 18.5996 11.2705 18.286 11.2705 17.8994V12.5898L9.99512 13.8652C9.72178 14.1385 9.27823 14.1385 9.00488 13.8652C8.73155 13.5919 8.73161 13.1484 9.00488 12.875L11.4756 10.4043L11.585 10.3145Z",
11755
+ fill: fill
11756
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11757
+ fillRule: "evenodd",
11758
+ clipRule: "evenodd",
11759
+ d: "M13.4541 1C14.0464 1 14.6155 1.23489 15.0342 1.6543L20.4111 7.03125C20.5006 7.12079 20.5613 7.23522 20.5859 7.35938C20.5903 7.38139 20.5966 7.48832 20.5986 7.51074V20.2344C20.5986 21.7553 19.3539 23 17.833 23H6.14551C4.62462 23 3.37988 21.7553 3.37988 20.2344V3.76562C3.37988 2.24473 4.62462 1 6.14551 1H13.4541ZM6.14551 2.28027C5.31924 2.28027 4.66016 2.93936 4.66016 3.76562V20.2344C4.66016 21.0606 5.31924 21.7197 6.14551 21.7197H17.833C18.6593 21.7197 19.3184 21.0606 19.3184 20.2344V10.04L19.3135 8.12402H15.708C15.0556 8.12397 14.4652 7.83945 14.0557 7.38867C13.695 6.99151 13.4747 6.46533 13.4746 5.89062V2.2959L13.4658 2.29004L13.4619 2.28809C13.455 2.28385 13.4506 2.28148 13.4482 2.28027H6.14551ZM14.7549 5.89062C14.755 6.42355 15.1751 6.84366 15.708 6.84375H18.4131L14.7549 3.18555V5.89062ZM3.48926 3.80566V3.80176L3.37988 3.76562L3.48926 3.80566Z",
11760
+ fill: fill
11761
+ })]
11762
+ });
11763
+ const Export_ICON_NAME = 'export';
10941
11764
  ;// ./src/components/Icon/icons/Filter.tsx
10942
11765
 
10943
11766
  const Filter = ({
@@ -10989,6 +11812,28 @@ const FilterFunnel = ({
10989
11812
  })]
10990
11813
  });
10991
11814
  const FilterFunnel_ICON_NAME = 'filter-funnel';
11815
+ ;// ./src/components/Icon/icons/FollowLink.tsx
11816
+
11817
+ const FollowLink = ({
11818
+ fill = '#000',
11819
+ size = 24,
11820
+ tooltip = 'Follow Link',
11821
+ ...props
11822
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11823
+ xmlns: "http://www.w3.org/2000/svg",
11824
+ width: `${size}px`,
11825
+ height: `${size}px`,
11826
+ viewBox: "0 0 24 24",
11827
+ fill: "none",
11828
+ ...props,
11829
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11830
+ children: tooltip
11831
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11832
+ d: "M11 4.29865C11.3863 4.29878 11.7 4.61252 11.7002 4.99884C11.7002 5.38536 11.3865 5.6989 11 5.69904H8.59961C6.66919 5.69909 5.49941 6.08953 4.79492 6.79376C4.09053 7.49816 3.70031 8.66798 3.7002 10.5984V15.3992C3.70025 17.3299 4.09053 18.4995 4.79492 19.2039C5.49937 19.9084 6.66888 20.2986 8.59961 20.2986H13.4004C15.331 20.2986 16.5007 19.9083 17.2051 19.2039C17.9093 18.4994 18.2998 17.3297 18.2998 15.3992V12.9988C18.3 12.6124 18.6135 12.2986 19 12.2986C19.3863 12.2988 19.7 12.6125 19.7002 12.9988V15.3992C19.7001 17.4679 19.2905 19.0987 18.1953 20.1942C17.0999 21.2895 15.4691 21.699 13.4004 21.699H8.59961C6.53075 21.699 4.90012 21.2896 3.80469 20.1942C2.70932 19.0987 2.29986 17.468 2.2998 15.3992V10.5984C2.29991 8.5298 2.70933 6.89889 3.80469 5.80353C4.90012 4.70834 6.53097 4.2987 8.59961 4.29865H11ZM21.4453 2.26447C21.6167 2.27367 21.772 2.33874 21.8984 2.43829C21.9239 2.45712 21.9488 2.47699 21.9717 2.49982C21.9948 2.52294 22.0152 2.54825 22.0342 2.57404C22.1331 2.70025 22.1969 2.85532 22.2061 3.02618L22.6035 10.4901C22.6272 10.934 22.2867 11.3139 21.8428 11.3377C21.3987 11.3614 21.0188 11.0201 20.9951 10.576L20.6934 4.91583L10.7861 14.824C10.39 15.2199 9.81439 15.2859 9.5 14.9715C9.18572 14.6571 9.25159 14.0815 9.64746 13.6854L19.5547 3.77716L13.8955 3.47638C13.4516 3.45267 13.1113 3.07363 13.1348 2.6297C13.1584 2.1856 13.5373 1.84437 13.9814 1.86798L21.4453 2.26447Z",
11833
+ fill: fill
11834
+ })]
11835
+ });
11836
+ const FollowLink_ICON_NAME = 'follow-link';
10992
11837
  ;// ./src/components/Icon/icons/FTE.tsx
10993
11838
 
10994
11839
  const FTE = ({
@@ -11031,18 +11876,66 @@ const FTE = ({
11031
11876
  })]
11032
11877
  });
11033
11878
  const FTE_ICON_NAME = 'fte';
11879
+ ;// ./src/components/Icon/icons/Form.tsx
11880
+
11881
+ const Form = ({
11882
+ fill = '#000',
11883
+ size = 24,
11884
+ tooltip = 'Clipboard Form',
11885
+ ...props
11886
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11887
+ xmlns: "http://www.w3.org/2000/svg",
11888
+ width: `${size}px`,
11889
+ height: `${size}px`,
11890
+ viewBox: "0 0 24 24",
11891
+ fill: "none",
11892
+ ...props,
11893
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11894
+ children: tooltip
11895
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11896
+ fillRule: "evenodd",
11897
+ clipRule: "evenodd",
11898
+ d: "M8.40039 15.5C9.22856 15.5002 9.90026 16.1718 9.90039 17C9.90039 17.8283 9.22864 18.4998 8.40039 18.5C7.57196 18.5 6.90039 17.8284 6.90039 17C6.90052 16.1717 7.57204 15.5 8.40039 15.5ZM8.40039 16.5C8.12433 16.5 7.90052 16.724 7.90039 17C7.90039 17.2761 8.12425 17.5 8.40039 17.5C8.67635 17.4998 8.90039 17.276 8.90039 17C8.90026 16.7241 8.67627 16.5002 8.40039 16.5Z",
11899
+ fill: fill
11900
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11901
+ d: "M16.2646 16.3037C16.6199 16.304 16.9002 16.605 16.9004 16.9658C16.9 17.3265 16.6198 17.6276 16.2646 17.6279H11.7041C11.3487 17.6279 11.0687 17.3267 11.0684 16.9658C11.0686 16.6049 11.3486 16.3037 11.7041 16.3037H16.2646Z",
11902
+ fill: fill
11903
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11904
+ fillRule: "evenodd",
11905
+ clipRule: "evenodd",
11906
+ d: "M8.40039 11.5C9.22864 11.5002 9.90039 12.1717 9.90039 13C9.90039 13.8283 9.22864 14.4998 8.40039 14.5C7.57196 14.5 6.90039 13.8284 6.90039 13C6.90039 12.1716 7.57196 11.5 8.40039 11.5ZM8.40039 12.5C8.12425 12.5 7.90039 12.7239 7.90039 13C7.90039 13.2761 8.12425 13.5 8.40039 13.5C8.67635 13.4998 8.90039 13.276 8.90039 13C8.90039 12.724 8.67635 12.5002 8.40039 12.5Z",
11907
+ fill: fill
11908
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11909
+ d: "M16.2646 12.3438C16.6199 12.3441 16.9002 12.6451 16.9004 13.0059C16.9 13.3665 16.6198 13.6676 16.2646 13.668H11.7041C11.3487 13.668 11.0687 13.3667 11.0684 13.0059C11.0686 12.6449 11.3486 12.3438 11.7041 12.3438H16.2646Z",
11910
+ fill: fill
11911
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11912
+ fillRule: "evenodd",
11913
+ clipRule: "evenodd",
11914
+ d: "M8.40039 7.5C9.22864 7.50021 9.90039 8.1717 9.90039 9C9.90039 9.8283 9.22864 10.4998 8.40039 10.5C7.57196 10.5 6.90039 9.82843 6.90039 9C6.90039 8.17157 7.57196 7.5 8.40039 7.5ZM8.40039 8.5C8.12425 8.5 7.90039 8.72386 7.90039 9C7.90039 9.27614 8.12425 9.5 8.40039 9.5C8.67635 9.49979 8.90039 9.27601 8.90039 9C8.90039 8.72399 8.67635 8.50021 8.40039 8.5Z",
11915
+ fill: fill
11916
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11917
+ d: "M16.2646 8.37988C16.6201 8.38021 16.9002 8.68179 16.9004 9.04297C16.9 9.40404 16.62 9.70573 16.2646 9.70605H11.7041C11.3485 9.70605 11.0687 9.40423 11.0684 9.04297C11.0686 8.6816 11.3484 8.37989 11.7041 8.37988H16.2646Z",
11918
+ fill: fill
11919
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11920
+ fillRule: "evenodd",
11921
+ clipRule: "evenodd",
11922
+ d: "M14.6318 2C15.1749 2 15.6563 2.26917 15.9326 2.67285H17.5801C18.9194 2.67285 19.9998 3.6888 20 4.9502V19.7227C19.9997 20.984 18.9194 22 17.5801 22H6.41992C5.08062 22 4.00027 20.984 4 19.7227V4.9502C4.00016 3.71645 5.03338 2.71798 6.33203 2.6748L8.06445 2.67773C8.34027 2.2714 8.82297 2 9.36816 2H14.6318ZM6.41992 3.94531C5.82377 3.94531 5.35172 4.39002 5.35156 4.9502V19.7227C5.35182 20.2828 5.82383 20.7275 6.41992 20.7275H17.5801C18.1762 20.7275 18.6482 20.2828 18.6484 19.7227V4.9502C18.6483 4.39002 18.1762 3.94531 17.5801 3.94531H16.1797V4.55273C16.1797 5.35395 15.481 6.0127 14.6318 6.0127H9.36816C8.51897 6.0127 7.82129 5.35395 7.82129 4.55273V3.94434L6.41992 3.94531ZM9.36816 3.19824C9.36816 3.19824 9.26284 3.18155 9.13281 3.26758C9.00762 3.35051 9.00309 3.45187 9.00293 3.45898V4.55273C9.00293 4.55273 9.00291 4.66179 9.08203 4.72559C9.22217 4.83854 9.36816 4.81445 9.36816 4.81445H14.6318C14.6318 4.81445 14.7372 4.83017 14.8672 4.74414C14.9969 4.65815 14.9971 4.55273 14.9971 4.55273V3.45898C14.997 3.45174 14.9942 3.34866 14.918 3.28711C14.7778 3.17415 14.6318 3.19824 14.6318 3.19824H9.36816Z",
11923
+ fill: fill
11924
+ })]
11925
+ });
11926
+ const Form_ICON_NAME = 'clipboard-form';
11034
11927
  ;// ./src/components/Icon/icons/Geography.tsx
11035
11928
 
11036
11929
  const Geography = ({
11037
11930
  fill = '#000',
11038
- size = 21,
11931
+ size = 24,
11039
11932
  tooltip = 'Geography',
11040
11933
  ...props
11041
11934
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11042
11935
  xmlns: "http://www.w3.org/2000/svg",
11043
11936
  width: `${size}px`,
11044
11937
  height: `${size}px`,
11045
- viewBox: "0 0 21 21",
11938
+ viewBox: "0 0 24 24",
11046
11939
  fill: "none",
11047
11940
  ...props,
11048
11941
  children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
@@ -11050,11 +11943,55 @@ const Geography = ({
11050
11943
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11051
11944
  fillRule: "evenodd",
11052
11945
  clipRule: "evenodd",
11053
- d: "M10.9004 0.900391C14.4989 0.900529 17.658 2.81121 19.4189 5.66992L19.4219 5.67383L19.4346 5.68848L19.4355 5.69141L19.4863 5.78418C20.3831 7.28258 20.9004 9.03224 20.9004 10.9004C20.9002 16.4145 16.4145 20.9002 10.9004 20.9004C5.38615 20.9004 0.900603 16.4146 0.900391 10.9004C0.900391 9.14885 1.35365 7.50007 2.14941 6.06738L2.3125 5.78418C2.32684 5.75236 2.34309 5.72219 2.3623 5.69336L2.36523 5.68848L2.37598 5.67578C2.37774 5.67389 2.37956 5.67221 2.38086 5.6709C4.14192 2.8107 7.30191 0.900391 10.9004 0.900391ZM14.9287 14.4385C14.4344 16.3326 13.5412 18.1004 12.2939 19.6406C14.7232 19.2556 16.8249 17.8821 18.1738 15.9424C17.1565 15.2945 16.0674 14.7921 14.9287 14.4385ZM6.85645 14.4414C5.72402 14.795 4.63861 15.2976 3.62598 15.9424C4.9714 17.877 7.06637 19.2473 9.4873 19.6367C8.24333 18.0983 7.3506 16.3321 6.85645 14.4414ZM10.9004 13.8281C9.90133 13.8281 8.91658 13.9363 7.96094 14.1475C8.47893 16.1353 9.47669 17.9718 10.8916 19.5186C12.3082 17.9717 13.3061 16.1341 13.8242 14.1445C12.872 13.9364 11.8928 13.8282 10.9004 13.8281ZM3.03418 6.83496C2.40161 8.05362 2.04297 9.43577 2.04297 10.9004C2.04303 12.3645 2.40197 13.7455 3.03418 14.9639C4.15522 14.2525 5.3575 13.7045 6.61328 13.3232C6.47453 12.5299 6.40041 11.7204 6.40039 10.9004C6.40039 10.0786 6.47449 9.27003 6.61328 8.47656C5.35876 8.09527 4.15543 7.54644 3.03418 6.83496ZM18.7646 6.83496C17.6386 7.54947 16.4307 8.10012 15.1699 8.48145C15.3087 9.27345 15.3848 10.0817 15.3848 10.9004C15.3847 11.7203 15.3086 12.528 15.1699 13.3184C16.4305 13.6996 17.6388 14.2495 18.7646 14.9639C19.397 13.7454 19.7568 12.3647 19.7568 10.9004C19.7568 9.43558 19.3974 8.05373 18.7646 6.83496ZM7.72461 8.76855C7.60652 9.46621 7.54297 10.1792 7.54297 10.9004C7.54299 11.6211 7.60666 12.3331 7.72461 13.0303C8.75827 12.8035 9.82132 12.6855 10.9004 12.6855C11.9729 12.6856 13.0304 12.8022 14.0605 13.0273C14.1772 12.3303 14.2412 11.6211 14.2412 10.9004C14.2412 10.1808 14.1755 9.46932 14.0586 8.77148C13.03 8.99659 11.9728 9.11423 10.9004 9.11426C9.82123 9.11426 8.75834 8.99541 7.72461 8.76855ZM10.8906 2.28027C9.47559 3.82693 8.47859 5.66343 7.95898 7.65137C8.9163 7.86261 9.90108 7.97168 10.9004 7.97168C11.8929 7.97165 12.872 7.86248 13.8242 7.6543C13.3045 5.66501 12.3071 3.82689 10.8906 2.28027ZM12.293 2.15918C13.5399 3.699 14.4324 5.46675 14.9268 7.36035C16.0657 7.00798 17.1562 6.50459 18.1738 5.85645C16.825 3.91587 14.7219 2.54415 12.293 2.15918ZM9.4873 2.16016C7.06657 2.55091 4.97145 3.92219 3.62598 5.85645C4.63864 6.50137 5.7227 7.00324 6.85645 7.35547C7.35078 5.46349 8.24326 3.69826 9.4873 2.16016Z",
11946
+ d: "M11.9004 1.90039C15.4989 1.90053 18.658 3.81121 20.4189 6.66992L20.4219 6.67383L20.4346 6.68848L20.4355 6.69141L20.4863 6.78418C21.3831 8.28258 21.9004 10.0322 21.9004 11.9004C21.9002 17.4145 17.4145 21.9002 11.9004 21.9004C6.38615 21.9004 1.9006 17.4146 1.90039 11.9004C1.90039 10.1489 2.35365 8.50007 3.14941 7.06738L3.3125 6.78418C3.32684 6.75236 3.34309 6.72219 3.3623 6.69336L3.36523 6.68848L3.37598 6.67578C3.37774 6.67389 3.37956 6.67221 3.38086 6.6709C5.14192 3.8107 8.30191 1.90039 11.9004 1.90039ZM15.9287 15.4385C15.4344 17.3326 14.5412 19.1004 13.2939 20.6406C15.7232 20.2556 17.8249 18.8821 19.1738 16.9424C18.1565 16.2945 17.0674 15.7921 15.9287 15.4385ZM7.85645 15.4414C6.72402 15.795 5.63861 16.2976 4.62598 16.9424C5.9714 18.877 8.06637 20.2473 10.4873 20.6367C9.24333 19.0983 8.3506 17.3321 7.85645 15.4414ZM11.9004 14.8281C10.9013 14.8281 9.91658 14.9363 8.96094 15.1475C9.47893 17.1353 10.4767 18.9718 11.8916 20.5186C13.3082 18.9717 14.3061 17.1341 14.8242 15.1445C13.872 14.9364 12.8928 14.8282 11.9004 14.8281ZM4.03418 7.83496C3.40161 9.05362 3.04297 10.4358 3.04297 11.9004C3.04303 13.3645 3.40197 14.7455 4.03418 15.9639C5.15522 15.2525 6.3575 14.7045 7.61328 14.3232C7.47453 13.5299 7.40041 12.7204 7.40039 11.9004C7.40039 11.0786 7.47449 10.27 7.61328 9.47656C6.35876 9.09527 5.15543 8.54644 4.03418 7.83496ZM19.7646 7.83496C18.6386 8.54947 17.4307 9.10012 16.1699 9.48145C16.3087 10.2735 16.3848 11.0817 16.3848 11.9004C16.3847 12.7203 16.3086 13.528 16.1699 14.3184C17.4305 14.6996 18.6388 15.2495 19.7646 15.9639C20.397 14.7454 20.7568 13.3647 20.7568 11.9004C20.7568 10.4356 20.3974 9.05373 19.7646 7.83496ZM8.72461 9.76855C8.60652 10.4662 8.54297 11.1792 8.54297 11.9004C8.54299 12.6211 8.60666 13.3331 8.72461 14.0303C9.75827 13.8035 10.8213 13.6855 11.9004 13.6855C12.9729 13.6856 14.0304 13.8022 15.0605 14.0273C15.1772 13.3303 15.2412 12.6211 15.2412 11.9004C15.2412 11.1808 15.1755 10.4693 15.0586 9.77148C14.03 9.99659 12.9728 10.1142 11.9004 10.1143C10.8212 10.1143 9.75834 9.99541 8.72461 9.76855ZM11.8906 3.28027C10.4756 4.82693 9.47859 6.66343 8.95898 8.65137C9.9163 8.86261 10.9011 8.97168 11.9004 8.97168C12.8929 8.97165 13.872 8.86248 14.8242 8.6543C14.3045 6.66501 13.3071 4.82689 11.8906 3.28027ZM13.293 3.15918C14.5399 4.699 15.4324 6.46675 15.9268 8.36035C17.0657 8.00798 18.1562 7.50459 19.1738 6.85645C17.825 4.91587 15.7219 3.54415 13.293 3.15918ZM10.4873 3.16016C8.06657 3.55091 5.97145 4.92219 4.62598 6.85645C5.63864 7.50137 6.7227 8.00324 7.85645 8.35547C8.35078 6.46349 9.24326 4.69826 10.4873 3.16016Z",
11054
11947
  fill: fill
11055
11948
  })]
11056
11949
  });
11057
11950
  const Geography_ICON_NAME = 'geography';
11951
+ ;// ./src/components/Icon/icons/Gender.tsx
11952
+
11953
+ const Gender = ({
11954
+ fill = '#000',
11955
+ size = 24,
11956
+ tooltip = 'Gender',
11957
+ ...props
11958
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11959
+ width: `${size}px`,
11960
+ height: `${size}px`,
11961
+ viewBox: "0 0 16 16",
11962
+ fill: "none",
11963
+ xmlns: "http://www.w3.org/2000/svg",
11964
+ ...props,
11965
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11966
+ children: tooltip
11967
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11968
+ d: "M11.9152 1.33325C11.6943 1.33325 11.5152 1.51234 11.5152 1.73325V2.10805C11.5152 2.32897 11.6943 2.50805 11.9152 2.50805H13.3325L11.7905 4.04998C11.2146 3.63926 10.5125 3.38915 9.75298 3.38915C7.80951 3.38915 6.22858 4.97009 6.22858 6.91356C6.22858 8.12393 6.85613 9.24137 7.87147 9.88728C7.94604 9.69109 7.99078 9.4777 7.99078 9.26316C7.99078 8.84556 7.87376 8.43828 7.71544 8.08836H7.72462C7.51696 7.73845 7.40338 7.33575 7.40338 6.91356C7.40338 5.6183 8.45772 4.56396 9.75298 4.56396C11.0482 4.56396 12.1026 5.6183 12.1026 6.91356C12.1026 8.00117 11.3626 8.91325 10.3404 9.18056C10.3415 9.2081 10.3404 9.23563 10.3404 9.26316C10.3404 9.65668 10.2761 10.041 10.166 10.4104C11.9156 10.2051 13.2774 8.71706 13.2774 6.91356C13.2774 6.15407 13.0273 5.45194 12.6166 4.87601L14.1585 3.33409V4.75136C14.1585 4.97227 14.3376 5.15136 14.5585 5.15136H14.9333C15.1542 5.15136 15.3333 4.97227 15.3333 4.75136V1.73325C15.3333 1.51234 15.1542 1.33325 14.9333 1.33325H11.9152ZM5.80638 5.76629C4.06024 5.97395 2.70417 7.46195 2.70417 9.26316C2.70417 10.0204 2.94739 10.7259 3.35582 11.3007L2.40129 12.2552L1.77098 11.6438C1.61226 11.4899 1.35874 11.4939 1.20499 11.6528L0.944412 11.9222C0.790942 12.0808 0.794984 12.3338 0.953445 12.4875L1.57526 13.0904L0.952347 13.7071C0.794783 13.863 0.794137 14.1174 0.950908 14.2742L1.21899 14.5423C1.3752 14.6985 1.62847 14.6985 1.78468 14.5423L2.41965 13.9073L3.04996 14.5187C3.20868 14.6727 3.46221 14.6686 3.61596 14.5097L3.87653 14.2403C4.03 14.0817 4.02596 13.8287 3.8675 13.6751L3.24568 13.0721L4.19103 12.1267C4.76696 12.5375 5.46909 12.7876 6.22858 12.7876C8.17205 12.7876 9.75298 11.2066 9.75298 9.26316C9.75298 8.05394 9.12428 6.94454 8.1101 6.29862C8.03438 6.49481 7.99078 6.70017 7.99078 6.91356C7.99078 7.21873 8.26383 8.13311 8.42215 8.40042L8.41298 8.41878C8.51738 8.68379 8.57818 8.96717 8.57818 9.26316C8.57818 10.5584 7.52384 11.6128 6.22858 11.6128C4.93331 11.6128 3.87897 10.5584 3.87897 9.26316C3.87897 8.16867 4.62699 7.24742 5.64118 6.98699C5.64003 6.9606 5.64118 6.9388 5.64118 6.91356C5.64118 6.5212 5.69625 6.13571 5.80638 5.76629Z",
11969
+ fill: fill
11970
+ })]
11971
+ });
11972
+ const Gender_ICON_NAME = 'gender';
11973
+ ;// ./src/components/Icon/icons/Gift.tsx
11974
+
11975
+ const Gift = ({
11976
+ fill = '#000',
11977
+ size = 24,
11978
+ tooltip = 'Gift',
11979
+ ...props
11980
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11981
+ width: `${size}px`,
11982
+ height: `${size}px`,
11983
+ viewBox: "0 0 16 16",
11984
+ fill: "none",
11985
+ xmlns: "http://www.w3.org/2000/svg",
11986
+ ...props,
11987
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11988
+ children: tooltip
11989
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11990
+ d: "M3.625 3.1875C3.625 1.97938 4.60438 1 5.8125 1C7.02062 1 8 1.97938 8 3.1875C8 1.97938 8.97938 1 10.1875 1C11.3956 1 12.375 1.97938 12.375 3.1875L12.375 3.19237C12.375 3.2535 12.3751 3.42871 12.3419 3.625H14.125C14.6082 3.625 15 4.01675 15 4.5V6.25C15 6.73325 14.6082 7.125 14.125 7.125V13.6875C14.125 14.4124 13.5374 15 12.8125 15H3.1875C2.46263 15 1.875 14.4124 1.875 13.6875L1.875 7.125C1.39175 7.125 1 6.73325 1 6.25V4.5C1 4.01675 1.39175 3.625 1.875 3.625H3.6581C3.62489 3.42871 3.62497 3.2535 3.625 3.19237C3.625 3.19066 3.625 3.18903 3.625 3.1875ZM4.55949 3.625H7.125V3.1875C7.125 2.46263 6.53737 1.875 5.8125 1.875C5.08763 1.875 4.5 2.46263 4.5 3.1875C4.5 3.26166 4.5017 3.42682 4.53927 3.56457C4.54595 3.58908 4.55288 3.60913 4.55949 3.625ZM8.875 3.625H11.4405C11.4471 3.60913 11.454 3.58908 11.4607 3.56457C11.4983 3.42682 11.5 3.26166 11.5 3.1875C11.5 2.46263 10.9124 1.875 10.1875 1.875C9.46263 1.875 8.875 2.46263 8.875 3.1875V3.625ZM1.875 4.5V6.25H7.125V4.5H1.875ZM8.875 4.5V6.25H14.125V4.5H8.875ZM13.25 7.125H8.875V14.125H12.8125C13.0541 14.125 13.25 13.9291 13.25 13.6875V7.125ZM7.125 14.125V7.125H2.75V13.6875C2.75 13.9291 2.94588 14.125 3.1875 14.125H7.125Z",
11991
+ fill: fill
11992
+ })]
11993
+ });
11994
+ const Gift_ICON_NAME = 'gift';
11058
11995
  ;// ./src/components/Icon/icons/Home.tsx
11059
11996
 
11060
11997
  const Home = ({
@@ -11096,12 +12033,12 @@ const Import = ({
11096
12033
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11097
12034
  fillRule: "evenodd",
11098
12035
  clipRule: "evenodd",
11099
- d: "M3.99999 13.3C4.38659 13.3 4.69999 13.6134 4.69999 14V19.5C4.69999 19.6657 4.8343 19.8 4.99999 19.8H19C19.1657 19.8 19.3 19.6657 19.3 19.5V14C19.3 13.6134 19.6134 13.3 20 13.3C20.3866 13.3 20.7 13.6134 20.7 14V19.5C20.7 20.4389 19.9389 21.2 19 21.2H4.99999C4.0611 21.2 3.29999 20.4389 3.29999 19.5V14C3.29999 13.6134 3.61339 13.3 3.99999 13.3Z",
12036
+ d: "M4 13.3C3.6134 13.3 3.3 13.6134 3.3 14V19.5C3.3 20.4389 4.0611 21.2 5 21.2H19C19.9389 21.2 20.7 20.4389 20.7 19.5V14C20.7 13.6134 20.3866 13.3 20 13.3C19.6134 13.3 19.3 13.6134 19.3 14V19.5C19.3 19.6657 19.1657 19.8 19 19.8H5C4.8343 19.8 4.7 19.6657 4.7 19.5V14C4.7 13.6134 4.3866 13.3 4 13.3Z",
11100
12037
  fill: fill
11101
12038
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11102
12039
  fillRule: "evenodd",
11103
12040
  clipRule: "evenodd",
11104
- d: "M12.7338 3.99999C12.7338 3.61339 12.4204 3.29999 12.0338 3.29999C11.6472 3.29999 11.3338 3.61339 11.3338 3.99999L11.3338 14.4157L8.44983 11.997C8.15362 11.7485 7.7121 11.7873 7.46367 12.0835C7.21524 12.3797 7.25397 12.8212 7.55018 13.0697L11.5743 16.4447C11.6617 16.5208 11.7683 16.5756 11.8857 16.6009C12.0935 16.6459 12.3174 16.5952 12.4885 16.4493L16.4543 13.0658C16.7484 12.8149 16.7835 12.3731 16.5325 12.079C16.2816 11.7849 15.8398 11.7499 15.5457 12.0008L12.7338 14.3997L12.7338 3.99999Z",
12041
+ d: "M12.2662 3.3C12.6538 3.3 12.9662 3.6134 12.9662 4V14.4157L15.8502 11.997C16.1464 11.7485 16.5879 11.7873 16.8363 12.0835C17.0848 12.3797 17.046 12.8212 16.7498 13.0697L12.7257 16.4447C12.6383 16.5208 12.5317 16.5756 12.4143 16.6009C12.2065 16.6459 11.9826 16.5952 11.8115 16.4493L7.8457 13.0658C7.5516 12.8149 7.5165 12.3731 7.7675 12.079C8.0184 11.7849 8.4602 11.7499 8.7543 12.0008L11.5662 14.3997V4C11.5662 3.6134 11.8786 3.3 12.2662 3.3Z",
11105
12042
  fill: fill
11106
12043
  })]
11107
12044
  });
@@ -11135,6 +12072,30 @@ const Information = ({
11135
12072
  })]
11136
12073
  });
11137
12074
  const Information_ICON_NAME = 'information';
12075
+ ;// ./src/components/Icon/icons/Inventory.tsx
12076
+
12077
+ const Inventory = ({
12078
+ fill = '#000',
12079
+ size = 24,
12080
+ tooltip = 'Inventory',
12081
+ ...props
12082
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
12083
+ width: `${size}px`,
12084
+ height: `${size}px`,
12085
+ viewBox: "0 0 24 24",
12086
+ fill: "none",
12087
+ xmlns: "http://www.w3.org/2000/svg",
12088
+ ...props,
12089
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
12090
+ children: tooltip
12091
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12092
+ fillRule: "evenodd",
12093
+ clipRule: "evenodd",
12094
+ d: "M9.84433 5.94772C9.07418 6.29588 8.69583 7.19188 9.03621 7.94481L11.5082 13.4129C11.8486 14.1659 12.7712 14.4737 13.5413 14.1256L15.8901 13.0638L16.1896 14.0553L15.3404 14.4391C15.2629 14.4731 15.1923 14.5214 15.1327 14.5814C15.0727 14.6417 15.0247 14.713 14.992 14.7914C14.9592 14.8699 14.9424 14.954 14.9431 15.039C14.9439 15.124 14.9621 15.2078 14.9972 15.2853C15.0322 15.3628 15.083 15.4318 15.1464 15.4885C15.2097 15.5452 15.284 15.5882 15.3645 15.6155C15.445 15.6427 15.5302 15.6538 15.6151 15.6486C15.6996 15.6434 15.7824 15.6223 15.8591 15.5866L21.6318 12.9769C21.7094 12.9429 21.78 12.8946 21.8396 12.8347C21.8996 12.7743 21.9476 12.703 21.9803 12.6246C22.013 12.5461 22.0299 12.462 22.0291 12.377C22.0284 12.292 22.0101 12.2082 21.9751 12.1307C21.9401 12.0533 21.8893 11.9842 21.8259 11.9275C21.7626 11.8708 21.6883 11.8278 21.6078 11.8006C21.5273 11.7733 21.4421 11.7622 21.3572 11.7674C21.2727 11.7726 21.1899 11.7937 21.1132 11.8294L20.264 12.2133L19.7175 11.3335L22.0662 10.2717C22.8364 9.92352 23.2147 9.02752 22.8744 8.27459L20.4024 2.80646C20.062 2.05353 19.1394 1.74565 18.3692 2.09382L9.84433 5.94772ZM10.363 7.09514L18.888 3.24124C19.0292 3.17741 19.1614 3.23501 19.2111 3.345L21.6831 8.81312C21.7328 8.92311 21.6887 9.06043 21.5475 9.12426L18.6032 10.4553C18.5469 10.4724 18.493 10.4968 18.443 10.5277L16.1264 11.575C16.071 11.5919 16.018 11.6159 15.9688 11.6463L13.0226 12.9782C12.8814 13.042 12.7492 12.9844 12.6995 12.8744L10.2275 7.40628C10.1777 7.29629 10.2219 7.15897 10.363 7.09514ZM17.3905 13.5124L17.091 12.5209L18.5166 11.8764L19.0631 12.7562L17.3905 13.5124ZM4.17038 4.0115C3.82525 4.02358 3.47737 4.10844 3.14767 4.27384L1.44833 5.12746C1.35618 5.16914 1.27309 5.22971 1.20405 5.30553C1.135 5.38135 1.08141 5.47086 1.04649 5.56869C1.01158 5.66652 0.996053 5.77067 1.00085 5.87488C1.00565 5.97909 1.03067 6.08122 1.07442 6.17515C1.11816 6.26908 1.17973 6.35288 1.25543 6.42152C1.33113 6.49016 1.4194 6.54223 1.51496 6.5746C1.61051 6.60698 1.71139 6.619 1.81153 6.60995C1.91167 6.60089 2.00901 6.57094 2.09773 6.52189L3.79805 5.66929C4.36572 5.38449 5.0232 5.64223 5.26795 6.24542L9.63783 17.0175C9.68397 17.1312 9.75455 17.2229 9.82534 17.3149C9.87276 17.3766 9.92027 17.4383 9.96058 17.5069C9.39631 17.577 8.88689 17.8075 8.55678 18.193C8.17107 18.6433 7.99487 19.2134 7.99487 19.7731C7.99487 20.3327 8.17107 20.9028 8.55678 21.3531C8.94249 21.8035 9.55033 22.0978 10.2347 22.0978C10.9191 22.0978 11.527 21.8035 11.9127 21.3531C12.2984 20.9028 12.4746 20.3327 12.4746 19.7731C12.4746 19.6733 12.453 19.575 12.4312 19.4765C12.421 19.4299 12.4107 19.3831 12.4027 19.3362C13.1972 19.5264 14.0381 19.5349 14.8389 19.1707V19.1717L20.6388 16.5342C20.7303 16.4945 20.8132 16.4363 20.8827 16.3631C20.9523 16.2898 21.0071 16.2029 21.044 16.1074C21.0808 16.0119 21.099 15.9098 21.0975 15.8069C21.0959 15.7041 21.0746 15.6026 21.0349 15.5083C20.9951 15.4141 20.9377 15.329 20.8659 15.2581C20.7942 15.1871 20.7095 15.1317 20.6169 15.095C20.5243 15.0584 20.4256 15.0412 20.3266 15.0446C20.2275 15.0479 20.1301 15.0717 20.04 15.1145L14.24 17.752C12.9854 18.3227 11.5453 17.7259 11.0134 16.4151L6.64357 5.64406C6.21714 4.59313 5.20577 3.97527 4.17038 4.0115ZM10.2347 18.9981C10.5458 18.9981 10.6846 19.0913 10.7966 19.2221C10.9087 19.353 10.9814 19.5578 10.9814 19.7731C10.9814 19.9883 10.9087 20.1932 10.7966 20.324C10.6846 20.4548 10.5458 20.548 10.2347 20.548C9.92364 20.548 9.78486 20.4548 9.67282 20.324C9.56079 20.1932 9.48811 19.9883 9.48811 19.7731C9.48811 19.5578 9.56079 19.353 9.67282 19.2221C9.78486 19.0913 9.92364 18.9981 10.2347 18.9981Z",
12095
+ fill: fill
12096
+ })]
12097
+ });
12098
+ const Inventory_ICON_NAME = 'inventory';
11138
12099
  ;// ./src/components/Icon/icons/Invisible.tsx
11139
12100
 
11140
12101
  const Invisible = ({
@@ -11199,27 +12160,52 @@ const Language = ({
11199
12160
  tooltip = 'Language',
11200
12161
  ...props
11201
12162
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
12163
+ xmlns: "http://www.w3.org/2000/svg",
11202
12164
  width: `${size}px`,
11203
12165
  height: `${size}px`,
11204
12166
  viewBox: "0 0 24 24",
11205
- xmlns: "http://www.w3.org/2000/svg",
11206
- xmlnsXlink: "http://www.w3.org/1999/xlink",
12167
+ fill: "none",
11207
12168
  ...props,
11208
12169
  children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11209
12170
  children: tooltip
11210
12171
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11211
12172
  fillRule: "evenodd",
11212
12173
  clipRule: "evenodd",
11213
- d: "M7.24923 10.2324L6.65116 12.0002H5.12524L7.6852 5.12524H9.45146L12.0002 12.0002H10.3961L9.79801 10.2324H7.24923ZM9.49618 9.22002L8.56274 6.4398H8.49567L7.56224 9.22002H9.49618Z",
12174
+ d: "M9.49805 5.10742L12.0469 11.9824L12.0723 12.0498H10.3604L10.3486 12.0156L9.76172 10.2822H7.28418L6.69824 12.0156L6.68652 12.0498H5.05273L5.07812 11.9824L7.6377 5.10742L7.65039 5.0752H9.48633L9.49805 5.10742ZM7.63086 9.16992H9.42676L8.52832 6.49707L7.63086 9.16992Z",
11214
12175
  fill: fill
11215
12176
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
11216
12177
  fillRule: "evenodd",
11217
12178
  clipRule: "evenodd",
11218
- d: "M3.20024 1.00024C1.98522 1.00024 1.00024 1.98522 1.00024 3.20024V13.9252C1.00024 15.1403 1.98522 16.1252 3.20024 16.1252H7.87524V20.2502C7.87524 21.769 9.10646 23.0002 10.6252 23.0002H20.2502C21.769 23.0002 23.0002 21.769 23.0002 20.2502V10.6252C23.0002 9.10646 21.769 7.87524 20.2502 7.87524H16.1252V3.20024C16.1252 1.98522 15.1403 1.00024 13.9252 1.00024H3.20024ZM13.9252 2.10024H3.20024C2.59273 2.10024 2.10024 2.59273 2.10024 3.20024V13.9252C2.10024 14.5328 2.59273 15.0252 3.20024 15.0252H13.9252C14.5328 15.0252 15.0252 14.5328 15.0252 13.9252V3.20024C15.0252 2.59273 14.5328 2.10024 13.9252 2.10024ZM9.25024 20.2502V16.1252H13.7513C13.9636 16.4346 14.1897 16.7284 14.4305 17.0067C13.4029 17.7976 12.1311 18.3831 10.6252 18.7837C10.8694 19.0816 11.2459 19.6569 11.3883 19.9753C12.9348 19.4822 14.2473 18.8146 15.3563 17.9209C16.4247 18.8351 17.7473 19.5233 19.3854 19.9445C19.5686 19.5952 19.9552 19.02 20.2502 18.7221C18.7037 18.3729 17.4218 17.7668 16.3738 16.9553C17.3098 15.9281 18.0526 14.6852 18.602 13.1649H20.2502V11.7253H16.1252V9.25024H20.2502C21.0096 9.25024 21.6252 9.86585 21.6252 10.6252V20.2502C21.6252 21.0096 21.0096 21.6252 20.2502 21.6252H10.6252C9.86585 21.6252 9.25024 21.0096 9.25024 20.2502ZM15.4276 16.0924C15.3267 15.9854 15.229 15.8757 15.1342 15.7636C15.7312 15.3702 16.1252 14.6937 16.1252 13.9252V13.1649H17.1776C16.7401 14.3256 16.1601 15.2912 15.4276 16.0924Z",
12179
+ d: "M13.9248 0.950195C15.1674 0.950195 16.1747 1.95767 16.1748 3.2002V7.8252H20.25C21.7963 7.8252 23.0497 9.07872 23.0498 10.625V20.25C23.0498 21.7964 21.7964 23.0498 20.25 23.0498H10.625C9.07872 23.0497 7.8252 21.7963 7.8252 20.25V16.1748H3.2002C1.95767 16.1747 0.950195 15.1674 0.950195 13.9248V3.2002C0.950327 1.95775 1.95775 0.950327 3.2002 0.950195H13.9248ZM16.1748 11.6748H20.2998V13.2148H18.6357C18.093 14.705 17.3625 15.9285 16.4463 16.9453C17.4803 17.7361 18.7411 18.3296 20.2607 18.6729L20.3486 18.6934L20.2852 18.7568C19.9947 19.0501 19.6113 19.6214 19.4297 19.9678L19.4111 20.0029L19.373 19.9932C17.744 19.5743 16.4237 18.891 15.3545 17.9844C14.2467 18.8696 12.9396 19.5327 11.4033 20.0225L11.3604 20.0361L11.3428 19.9951C11.2025 19.6817 10.8281 19.1108 10.5859 18.8154L10.5371 18.7549L10.6123 18.7354C12.0927 18.3415 13.3426 17.7669 14.3564 16.9971C14.1335 16.7364 13.9229 16.4622 13.7246 16.1748H9.2998V20.25C9.2998 20.9817 9.89334 21.5751 10.625 21.5752H20.25C20.9818 21.5752 21.5752 20.9818 21.5752 20.25V10.625C21.5751 9.89334 20.9817 9.2998 20.25 9.2998H16.1748V11.6748ZM16.1748 13.9248C16.1748 14.6902 15.7918 15.3651 15.208 15.7715C15.279 15.8544 15.3524 15.9356 15.4268 16.0156C16.1225 15.2437 16.6788 14.3201 17.1035 13.2148H16.1748V13.9248ZM3.2002 2.15039C2.62049 2.15052 2.15052 2.62049 2.15039 3.2002V13.9248C2.15039 14.5046 2.62041 14.9745 3.2002 14.9746H13.9248C14.5047 14.9746 14.9746 14.5047 14.9746 13.9248V3.2002C14.9745 2.62041 14.5046 2.15039 13.9248 2.15039H3.2002Z",
11219
12180
  fill: fill
11220
12181
  })]
11221
12182
  });
11222
12183
  const Language_ICON_NAME = 'language';
12184
+ ;// ./src/components/Icon/icons/Link.tsx
12185
+
12186
+ const Link = ({
12187
+ fill = '#000',
12188
+ size = 24,
12189
+ tooltip = 'Link',
12190
+ ...props
12191
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
12192
+ xmlns: "http://www.w3.org/2000/svg",
12193
+ width: `${size}px`,
12194
+ height: `${size}px`,
12195
+ viewBox: "0 0 24 24",
12196
+ fill: "none",
12197
+ ...props,
12198
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
12199
+ children: tooltip
12200
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12201
+ d: "M12.7817 4.03668C14.7644 2.05444 17.9795 2.05473 19.9624 4.03668C21.945 6.01943 21.9449 9.23435 19.9624 11.2173L18.903 12.2762C18.4948 12.6843 17.7474 12.383 17.6326 11.8173C17.5876 11.5957 17.6485 11.3623 17.8084 11.2024L18.8784 10.1324C20.2619 8.74821 20.2625 6.50386 18.8784 5.11969C17.4943 3.7369 15.2496 3.73746 13.8657 5.12066L10.7114 8.27496C10.569 8.41749 10.445 8.5678 10.3364 8.7193C10.2872 8.78795 10.2413 8.85824 10.1978 8.92926C10.1696 8.97515 10.138 9.02657 10.1079 9.0816C10.0581 9.17275 10.0117 9.26906 9.96826 9.36871C9.96826 9.36871 9.96674 9.37182 9.96533 9.37457C9.96337 9.37822 9.96042 9.38353 9.95752 9.38922L9.93603 9.43707C9.41251 10.7178 9.6715 12.2457 10.7114 13.2867C10.8725 13.4478 11.0456 13.5899 11.2275 13.7132C11.6139 13.975 11.752 14.5518 11.422 14.8818C11.1525 15.1513 10.7367 15.2254 10.4186 15.0156C10.1387 14.8311 9.87303 14.6163 9.62744 14.3707C8.70925 13.4518 8.22044 12.2673 8.15381 11.0621L8.14599 10.938C8.14365 10.8571 8.14143 10.7754 8.14306 10.6939L8.16357 10.3218C8.16496 10.3065 8.16351 10.3248 8.1665 10.2935L8.16552 10.2925L8.18603 10.1148C8.21647 9.88352 8.26456 9.65161 8.32861 9.42047C8.34445 9.36332 8.361 9.3088 8.37744 9.25641C8.43188 9.08299 8.49768 8.91367 8.56982 8.74762L8.64209 8.59625C8.88572 8.08582 9.21011 7.60747 9.62744 7.19L12.7817 4.03668Z",
12202
+ fill: fill
12203
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12204
+ d: "M12.5766 9.13462C12.846 8.85578 13.2695 8.77652 13.5925 8.991C13.8676 9.17363 14.1286 9.38566 14.3706 9.6275C15.2884 10.5453 15.7752 11.7299 15.8423 12.9361L15.854 13.1421C15.854 13.1572 15.8549 13.1734 15.855 13.19C15.855 13.2009 15.8555 13.2108 15.8558 13.2183L15.856 13.2212C15.8562 13.2281 15.8568 13.235 15.8569 13.2379V13.2398L15.8501 13.4517C15.8462 13.527 15.8405 13.6037 15.8335 13.6812C15.8335 13.6812 15.8337 13.6829 15.8335 13.6851C15.8332 13.6876 15.8331 13.6911 15.8325 13.6959C15.8315 13.7042 15.8286 13.723 15.8267 13.7418C15.7963 14.0366 15.7409 14.3285 15.6597 14.6138C15.6501 14.6475 15.6405 14.6813 15.6304 14.7144C15.5724 14.9031 15.502 15.0852 15.4253 15.2623L15.3569 15.4058C15.1137 15.9148 14.788 16.3906 14.3706 16.8082L11.2173 19.9625C9.23429 21.945 6.01937 21.9451 4.03662 19.9625C2.05467 17.9796 2.05438 14.7645 4.03662 12.7818L5.09655 11.7214C5.50422 11.3135 6.25256 11.6145 6.36756 12.1796C6.41257 12.4008 6.35174 12.6337 6.19213 12.7933L5.11963 13.8658C3.73643 15.2497 3.73782 17.4943 5.1206 18.8785C6.50477 20.2625 8.74913 20.2619 10.1333 18.8785L13.2866 15.7242L13.3003 15.7115L13.312 15.6978L13.5503 15.4244L13.5601 15.4136L13.5688 15.4019C13.5959 15.3675 13.6358 15.3121 13.6401 15.3062C13.7046 15.2181 13.7661 15.1256 13.8237 15.0289C13.9838 14.7601 14.1052 14.4756 14.188 14.1812C14.5231 12.9902 14.2279 11.6527 13.2866 10.7115C13.1271 10.5522 12.9561 10.4116 12.7763 10.2895C12.395 10.0305 12.2562 9.46614 12.5766 9.13462Z",
12205
+ fill: fill
12206
+ })]
12207
+ });
12208
+ const Link_ICON_NAME = 'link';
11223
12209
  ;// ./src/components/Icon/icons/Lock.tsx
11224
12210
 
11225
12211
  const Lock = ({
@@ -11354,8 +12340,8 @@ const Message = ({
11354
12340
  width: `${size}px`,
11355
12341
  height: `${size}px`,
11356
12342
  viewBox: "0 0 24 24",
12343
+ fill: "none",
11357
12344
  xmlns: "http://www.w3.org/2000/svg",
11358
- xmlnsXlink: "http://www.w3.org/1999/xlink",
11359
12345
  ...props,
11360
12346
  children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11361
12347
  children: tooltip
@@ -11532,6 +12518,67 @@ const Notification = ({
11532
12518
  })]
11533
12519
  });
11534
12520
  const Notification_ICON_NAME = 'notification';
12521
+ ;// ./src/components/Icon/icons/OfficeChair.tsx
12522
+
12523
+ const clipId = 'clip_office_chair';
12524
+ const OfficeChair = ({
12525
+ fill = '#000',
12526
+ size = 24,
12527
+ tooltip = 'Office Chair',
12528
+ ...props
12529
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
12530
+ width: `${size}px`,
12531
+ height: `${size}px`,
12532
+ viewBox: "0 0 16 16",
12533
+ fill: "none",
12534
+ xmlns: "http://www.w3.org/2000/svg",
12535
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
12536
+ ...props,
12537
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
12538
+ children: tooltip
12539
+ }), (0,jsx_runtime_namespaceObject.jsx)("g", {
12540
+ clipPath: `url(#${clipId})`,
12541
+ children: (0,jsx_runtime_namespaceObject.jsx)("path", {
12542
+ d: "M9.875 -0.0498047C10.9768 -0.0498047 11.821 0.951226 11.7207 2.06836L11.2129 7.70898C11.2043 7.80337 11.1685 7.88374 11.127 7.95605C11.1063 7.99198 11.0833 8.02702 11.0615 8.06055C11.0491 8.07966 11.0371 8.09849 11.0254 8.11719C11.251 8.2395 11.437 8.42362 11.5615 8.64648C12.2061 8.53291 12.6939 7.98973 12.7158 7.31738C12.1144 7.28913 11.6289 6.78758 11.6289 6.17969C11.6289 5.97247 11.6849 5.77672 11.7842 5.60742L11.7852 5.60352C11.8272 5.53349 11.8863 5.45243 11.9658 5.37598C12.1726 5.16594 12.4611 5.03906 12.7695 5.03906H13.4961C14.1218 5.03906 14.6366 5.55398 14.6367 6.17969C14.6367 6.44986 14.5393 6.70435 14.374 6.90234L14.2998 6.9834C14.1035 7.18295 13.8337 7.30524 13.543 7.31738C13.5205 8.39051 12.7331 9.27905 11.7061 9.46289C11.6109 10.0971 11.0664 10.5918 10.4062 10.5918H8.45703V11.583H8.77051C8.88013 11.5831 8.98498 11.6266 9.0625 11.7041C9.14001 11.7816 9.18358 11.8865 9.18359 11.9961V13.4023C9.77964 13.4147 10.3782 13.6467 10.8555 14.0205C11.3459 14.4047 11.7283 14.9669 11.7285 15.6309L11.7217 15.7119C11.7167 15.7388 11.7095 15.7655 11.6992 15.791C11.6788 15.8418 11.6478 15.8878 11.6094 15.9268C11.5709 15.9657 11.5251 15.9964 11.4746 16.0176C11.4242 16.0387 11.3701 16.0497 11.3154 16.0498C11.2606 16.0498 11.2058 16.0387 11.1553 16.0176C11.1048 15.9964 11.0589 15.9657 11.0205 15.9268C10.9822 15.8879 10.9521 15.8417 10.9316 15.791C10.9214 15.7655 10.9132 15.7388 10.9082 15.7119L10.9014 15.6309C10.9012 15.2919 10.6949 14.9455 10.3457 14.6719C9.99664 14.3984 9.52493 14.2275 9.13379 14.2275H8.45703V15.6309L8.4502 15.7119C8.44521 15.7388 8.437 15.7655 8.42676 15.791C8.40634 15.8417 8.37623 15.8879 8.33789 15.9268C8.29949 15.9657 8.25357 15.9964 8.20312 16.0176C8.15257 16.0387 8.09777 16.0498 8.04297 16.0498C7.98829 16.0498 7.93423 16.0387 7.88379 16.0176C7.83329 15.9964 7.78746 15.9657 7.74902 15.9268C7.71059 15.8878 7.67961 15.8418 7.65918 15.791C7.64894 15.7655 7.64171 15.7388 7.63672 15.7119L7.62988 15.6309V14.2275H6.95312C6.56199 14.2275 6.09027 14.3984 5.74121 14.6719C5.39192 14.9456 5.18573 15.2918 5.18555 15.6309L5.17871 15.7119C5.17372 15.7388 5.16552 15.7655 5.15527 15.791C5.13487 15.8417 5.10472 15.8879 5.06641 15.9268C5.02804 15.9657 4.98202 15.9964 4.93164 16.0176C4.88109 16.0387 4.82629 16.0498 4.77148 16.0498C4.71677 16.0498 4.66278 16.0387 4.6123 16.0176C4.56182 15.9965 4.51598 15.9657 4.47754 15.9268C4.43912 15.8878 4.40813 15.8418 4.3877 15.791C4.37746 15.7655 4.37022 15.7388 4.36523 15.7119L4.3584 15.6309C4.35857 14.9669 4.7401 14.4047 5.23047 14.0205C5.70756 13.6467 6.30637 13.4149 6.90234 13.4023V11.9961C6.90236 11.8866 6.94616 11.7816 7.02344 11.7041C7.10098 11.6266 7.20674 11.583 7.31641 11.583H7.62988V10.5918H5.68066C5.02042 10.5918 4.47502 10.0972 4.37988 9.46289C3.35321 9.27877 2.56545 8.39026 2.54297 7.31738C1.93894 7.29204 1.4502 6.78949 1.4502 6.17969C1.45023 5.90966 1.54677 5.65496 1.71191 5.45703L1.78711 5.37598C1.99393 5.16588 2.28234 5.03906 2.59082 5.03906H3.31738C3.73564 5.03906 4.1051 5.26935 4.30273 5.60742C4.40192 5.77669 4.45798 5.97251 4.45801 6.17969C4.45801 6.4499 4.36064 6.70434 4.19531 6.90234L4.12109 6.9834C3.92584 7.18182 3.65808 7.30411 3.36914 7.31738C3.39104 7.98951 3.88021 8.53263 4.52441 8.64648C4.64868 8.42391 4.83449 8.23956 5.05957 8.11719C5.04796 8.09862 5.03672 8.07952 5.02441 8.06055C5.00267 8.02702 4.98054 7.99196 4.95996 7.95605C4.91856 7.88376 4.88357 7.80333 4.875 7.70898L4.36621 2.06836C4.26589 0.951217 5.11006 -0.0498047 6.21191 -0.0498047H9.875ZM7.72949 13.4004H7.97754C8.02209 13.393 8.06775 13.3931 8.1123 13.4004H8.35645V12.4092H8.10938L8.04199 12.4141L7.97461 12.4092H7.72949V13.4004ZM5.68066 8.77441C5.40269 8.77441 5.18565 8.99159 5.18555 9.26953C5.18555 9.54757 5.40263 9.76465 5.68066 9.76465H7.98535C8.02487 9.75887 8.06497 9.75891 8.10449 9.76465H10.4062C10.6843 9.76463 10.9014 9.54755 10.9014 9.26953C10.9013 8.9916 10.6842 8.77444 10.4062 8.77441H5.68066ZM6.21191 0.777344C5.61658 0.777344 5.13008 1.32235 5.19043 1.99414L5.69727 7.63477C5.71497 7.82937 5.85531 7.94727 6.00293 7.94727H10.084C10.2315 7.9472 10.371 7.82862 10.3887 7.63477L10.8965 1.99414C10.9568 1.32235 10.4703 0.777344 9.875 0.777344H6.21191ZM2.59082 5.86621C2.5015 5.86621 2.42847 5.89915 2.37402 5.95508C2.37137 5.95781 2.36894 5.96121 2.36621 5.96387C2.31037 6.01828 2.27738 6.09047 2.27734 6.17969C2.27734 6.35366 2.41685 6.49316 2.59082 6.49316H2.89648C2.93571 6.48747 2.97542 6.48752 3.01465 6.49316H3.31738C3.40674 6.49316 3.47972 6.46027 3.53418 6.4043C3.53675 6.40166 3.53935 6.39906 3.54199 6.39648C3.59796 6.34203 3.63086 6.26905 3.63086 6.17969C3.63083 6.12518 3.6141 6.06578 3.58984 6.02441C3.53271 5.92655 3.43639 5.86621 3.31738 5.86621H2.59082ZM12.7695 5.86621C12.6803 5.86621 12.6072 5.89921 12.5527 5.95508V5.95605C12.5475 5.96131 12.5417 5.96671 12.5361 5.97168C12.5296 5.97797 12.5167 5.99329 12.4971 6.02539C12.4728 6.06687 12.4551 6.12529 12.4551 6.17969C12.4551 6.35366 12.5956 6.49316 12.7695 6.49316H13.0752C13.1144 6.48749 13.1541 6.4875 13.1934 6.49316H13.4961C13.5853 6.49316 13.6575 6.46008 13.7119 6.4043C13.7145 6.4016 13.718 6.39912 13.7207 6.39648C13.7767 6.34203 13.8096 6.26905 13.8096 6.17969C13.8095 6.00577 13.67 5.86621 13.4961 5.86621H12.7695Z",
12543
+ fill: fill
12544
+ })
12545
+ }), (0,jsx_runtime_namespaceObject.jsx)("defs", {
12546
+ children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
12547
+ id: clipId,
12548
+ children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
12549
+ width: "16",
12550
+ height: "16",
12551
+ fill: "white"
12552
+ })
12553
+ })
12554
+ })]
12555
+ });
12556
+ const OfficeChair_ICON_NAME = 'office-chair';
12557
+ ;// ./src/components/Icon/icons/OpenBook.tsx
12558
+
12559
+ const OpenBook = ({
12560
+ fill = '#000',
12561
+ size = 24,
12562
+ tooltip = 'Open Book',
12563
+ ...props
12564
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
12565
+ width: `${size}px`,
12566
+ height: `${size}px`,
12567
+ viewBox: "0 0 24 24",
12568
+ fill: "none",
12569
+ xmlns: "http://www.w3.org/2000/svg",
12570
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
12571
+ ...props,
12572
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
12573
+ children: tooltip
12574
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12575
+ fillRule: "evenodd",
12576
+ clipRule: "evenodd",
12577
+ d: "M4.40039 2.09961C7.48076 2.09966 9.48544 2.72517 10.7305 3.37695C11.3088 3.6805 11.718 3.98091 12 4.23242C12.282 3.98091 12.6912 3.6805 13.2695 3.37695C14.5146 2.72517 16.5192 2.09966 19.5996 2.09961C19.9309 2.09961 20.2001 2.37039 20.2002 2.70117V4.50684H20.8623C21.5983 4.50684 22.2001 5.11192 22.2002 5.84863V19.2139C22.2002 19.9507 21.5983 20.5557 20.8623 20.5557H14.293C14.031 20.9329 13.3331 21.7588 12 21.7588C10.6669 21.7588 9.96899 20.9329 9.70703 20.5557H3.1377C2.40166 20.5557 1.7998 19.9507 1.7998 19.2139V5.84863C1.79991 5.11192 2.40172 4.50684 3.1377 4.50684H3.7998V2.70117C3.79671 2.41027 4.00195 2.15763 4.28809 2.10352L4.30664 2.09961H4.40039ZM3.1377 5.70996C3.05756 5.70996 3.00009 5.76644 3 5.84863V19.2139C3 19.2962 3.0575 19.3525 3.1377 19.3525H10C10.1883 19.3512 10.3652 19.4396 10.4785 19.5869L10.5234 19.6543L10.5244 19.6562L10.5254 19.6572C10.5254 19.6572 10.5269 19.6606 10.5283 19.6631C10.5317 19.6688 10.5375 19.6777 10.5449 19.6895C10.56 19.7133 10.5837 19.7492 10.6152 19.792C10.6786 19.8779 10.7745 19.993 10.9004 20.1074C11.1531 20.3369 11.5197 20.5566 12 20.5566C12.4803 20.5566 12.8469 20.3369 13.0996 20.1074C13.2255 19.993 13.3214 19.8779 13.3848 19.792C13.4163 19.7492 13.44 19.7133 13.4551 19.6895C13.4625 19.6777 13.4683 19.6688 13.4717 19.6631C13.4731 19.6606 13.4746 19.6572 13.4746 19.6572L13.4756 19.6562L13.4766 19.6543C13.5841 19.4669 13.7846 19.351 14 19.3525H20.8623C20.9425 19.3525 21 19.2962 21 19.2139V5.84863C20.9999 5.76644 20.9424 5.70996 20.8623 5.70996H20.2002V17.1455C20.2002 17.4764 19.931 17.7471 19.5996 17.7471C16.6703 17.7471 14.8305 18.1376 13.7529 18.5127C13.2156 18.699 12.8755 18.8812 12.667 19.0088C12.5381 19.0874 12.481 19.121 12.4502 19.1445C12.4215 19.1742 12.3905 19.1997 12.3574 19.2217L12.3584 19.2227C12.2802 19.2821 12.1908 19.3197 12.0967 19.3359L12.0791 19.3389H12.0547C11.8761 19.3574 11.6994 19.2945 11.5723 19.168L11.333 19.0088C11.1245 18.8812 10.7844 18.699 10.2471 18.5127C9.16948 18.1376 7.32973 17.7471 4.40039 17.7471C4.06905 17.7471 3.79982 17.4764 3.7998 17.1455V5.70996H3.1377ZM5 16.5732C7.65929 16.6269 9.48966 16.9871 10.6279 17.3828C10.9547 17.4967 11.1966 17.6116 11.4004 17.7168V5.33398C11.3981 5.33102 11.3954 5.32768 11.3926 5.32422C11.3724 5.29914 11.3332 5.25553 11.252 5.18066C11.0442 4.9887 10.6955 4.70783 10.1699 4.43359C9.19583 3.92363 7.55432 3.40939 5 3.33301V16.5732ZM19 3.33301C16.4457 3.40939 14.8042 3.92266 13.8301 4.43262C13.3045 4.70685 12.9558 4.98772 12.748 5.17969C12.6668 5.25456 12.6276 5.29914 12.6074 5.32422C12.6046 5.32768 12.6019 5.33102 12.5996 5.33398V17.7168C12.8034 17.6116 13.0453 17.4967 13.3721 17.3828C14.5103 16.9871 16.3407 16.6269 19 16.5732V3.33301Z",
12578
+ fill: fill
12579
+ })]
12580
+ });
12581
+ const OpenBook_ICON_NAME = 'open-book';
11535
12582
  ;// ./src/components/Icon/icons/Pages.tsx
11536
12583
 
11537
12584
  const Pages = ({
@@ -11807,7 +12854,7 @@ const RadioOn_ICON_NAME = 'radio-on';
11807
12854
  const Report = ({
11808
12855
  fill = '#000',
11809
12856
  size = 24,
11810
- tooltip = 'Report',
12857
+ tooltip = 'Clipboard Report',
11811
12858
  ...props
11812
12859
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11813
12860
  width: `${size}px`,
@@ -11825,20 +12872,48 @@ const Report = ({
11825
12872
  fill: fill
11826
12873
  })]
11827
12874
  });
11828
- const Report_ICON_NAME = 'report';
12875
+ const Report_ICON_NAME = 'clipboard-report';
12876
+ ;// ./src/components/Icon/icons/Results.tsx
12877
+
12878
+ const Results = ({
12879
+ fill = '#000',
12880
+ size = 24,
12881
+ tooltip = 'Clipboard Result',
12882
+ ...props
12883
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
12884
+ xmlns: "http://www.w3.org/2000/svg",
12885
+ width: `${size}px`,
12886
+ height: `${size}px`,
12887
+ viewBox: "0 0 24 24",
12888
+ fill: "none",
12889
+ ...props,
12890
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
12891
+ children: tooltip
12892
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12893
+ d: "M14.6808 10.305C14.9545 10.0319 15.397 10.0323 15.6701 10.3059C15.9432 10.5796 15.9427 11.0221 15.6691 11.2952L11.4172 15.5403C11.1438 15.8132 10.7011 15.8132 10.4279 15.5403L8.30487 13.4173C8.03181 13.144 8.03185 12.7013 8.30487 12.428C8.57824 12.1546 9.02174 12.1546 9.2951 12.428L10.9221 14.055L14.6808 10.305Z",
12894
+ fill: fill
12895
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12896
+ fillRule: "evenodd",
12897
+ clipRule: "evenodd",
12898
+ d: "M20 4.95051C20 3.68898 18.9199 2.67295 17.5805 2.67295H15.933C15.6566 2.26915 15.1754 1.99979 14.6322 1.99979H9.36793C8.82273 1.99979 8.33991 2.27118 8.0641 2.67751L6.33239 2.67439C5.03346 2.71739 4.00003 3.71652 4.00003 4.95051V19.7222C4.00003 20.9838 5.08011 21.9998 6.41958 21.9998H17.5805C18.9199 21.9998 20 20.9838 20 19.7222V4.95051ZM14.8669 4.7444C14.9969 4.65837 14.9969 4.55287 14.9969 4.55287V4.068V3.45942C14.9969 3.45942 14.9969 3.35087 14.9178 3.28707C14.7776 3.17411 14.6322 3.19824 14.6322 3.19824H9.36793C9.36793 3.19824 9.26329 3.18186 9.13327 3.26789C9.00325 3.35391 9.00324 3.45942 9.00324 3.45942V4.068V4.55287C9.00324 4.55287 9.00324 4.66142 9.08239 4.72522C9.22253 4.83817 9.36792 4.81405 9.36792 4.81405H14.6322C14.6322 4.81405 14.7369 4.83042 14.8669 4.7444ZM7.82087 3.94449L6.41969 3.94548C5.82344 3.94548 5.35135 4.3902 5.35135 4.95051L5.35135 19.7222C5.35135 20.2825 5.82333 20.7273 6.41958 20.7273H17.5805C18.1767 20.7273 18.6487 20.2825 18.6487 19.7222L18.6487 4.95051C18.6487 4.3902 18.1767 3.94548 17.5805 3.94548H16.1793V4.55287C16.1793 5.35408 15.4814 6.0125 14.6322 6.0125H9.36792C8.51872 6.0125 7.82087 5.35408 7.82087 4.55287V3.94449Z",
12899
+ fill: fill
12900
+ })]
12901
+ });
12902
+ const Results_ICON_NAME = 'clipboard-result';
11829
12903
  ;// ./src/components/Icon/icons/Robot.tsx
11830
12904
 
11831
12905
  const Robot = ({
11832
12906
  fill = '#000',
11833
- size = 50,
12907
+ size = 24,
11834
12908
  tooltip = 'Robot',
11835
12909
  ...props
11836
12910
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
11837
12911
  xmlns: "http://www.w3.org/2000/svg",
11838
12912
  width: `${size}px`,
11839
12913
  height: `${size}px`,
11840
- viewBox: "0 0 54 50",
12914
+ viewBox: "14 14 26 22",
11841
12915
  fill: "none",
12916
+ preserveAspectRatio: "none",
11842
12917
  ...props,
11843
12918
  children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
11844
12919
  children: tooltip
@@ -11907,7 +12982,7 @@ const Roles_ICON_NAME = 'roles';
11907
12982
  ;// ./src/components/Icon/icons/Search.tsx
11908
12983
 
11909
12984
  const Search = ({
11910
- fill = '#55575A',
12985
+ fill = '#000',
11911
12986
  size = 24,
11912
12987
  tooltip = 'Search',
11913
12988
  ...props
@@ -11984,6 +13059,30 @@ const Settings = ({
11984
13059
  })]
11985
13060
  });
11986
13061
  const Settings_ICON_NAME = 'settings';
13062
+ ;// ./src/components/Icon/icons/Signature.tsx
13063
+
13064
+ const Signature = ({
13065
+ fill = '#000',
13066
+ size = 24,
13067
+ tooltip = 'Signature',
13068
+ ...props
13069
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13070
+ width: `${size}px`,
13071
+ height: `${size}px`,
13072
+ viewBox: "0 0 24 24",
13073
+ fill: "none",
13074
+ xmlns: "http://www.w3.org/2000/svg",
13075
+ ...props,
13076
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13077
+ children: tooltip
13078
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13079
+ fillRule: "evenodd",
13080
+ clipRule: "evenodd",
13081
+ d: "M6.97355 3.90051C8.10862 3.90061 8.87925 4.45828 9.25187 5.10461C9.61959 5.74281 9.65909 6.4077 9.65909 6.76672C9.65894 9.91448 7.70375 13.1691 5.81144 15.6652C5.45802 16.1313 5.16703 16.4284 4.84073 16.8097C5.31465 17.1568 5.82611 17.3878 6.40909 17.3878C7.81359 17.3876 9.35616 16.5895 10.6982 15.4904C10.2915 14.8546 10.0029 14.0984 10.0028 13.2618C10.0028 11.7917 10.5134 10.4643 11.2528 9.55579C11.6224 9.1017 12.0553 8.74196 12.5468 8.54407C13.0404 8.34543 13.6171 8.32727 14.122 8.58508C14.5989 8.82864 14.9375 9.24789 15.0878 9.72375C15.2371 10.1965 15.222 10.7072 15.1112 11.2247C14.8899 12.2593 14.2787 13.3817 13.4394 14.4523C13.1297 14.8472 12.7659 15.2238 12.3984 15.5909C12.6559 15.7718 12.8985 15.8849 13.1005 15.8849C13.458 15.8848 13.8236 15.7191 14.2157 15.3956C14.6076 15.0723 14.9962 14.6081 15.3564 14.1232C15.7112 13.6454 16.0489 13.1344 16.3603 12.7345C16.5178 12.5322 16.6736 12.3486 16.8525 12.1945C17.0292 12.0422 17.2608 11.8771 17.5976 11.8771C17.8621 11.8773 18.1134 12.0114 18.2646 12.1691C18.4132 12.3242 18.4946 12.4925 18.5566 12.6525C18.6806 12.9729 18.7361 13.3177 18.786 13.6378C18.8196 13.8527 18.8501 14.0408 18.8798 14.2013C18.8996 14.1904 18.9248 14.1744 18.955 14.1368C19.0407 14.03 19.1334 13.8867 19.2382 13.7169C19.3419 13.5489 19.4572 13.3544 19.5859 13.1544C20.1058 12.3462 20.993 11.3765 22.5927 11.3761C22.6718 11.3751 22.7507 11.3895 22.8241 11.4191C22.8978 11.4488 22.9659 11.4931 23.0224 11.549C23.0788 11.6048 23.1236 11.6719 23.1542 11.7452C23.1847 11.8185 23.2001 11.8973 23.2001 11.9767C23.2001 12.0563 23.1848 12.1357 23.1542 12.2091C23.1237 12.2822 23.0786 12.3487 23.0224 12.4044C22.9659 12.4603 22.8978 12.5046 22.8241 12.5343C22.7509 12.5638 22.6725 12.5782 22.5937 12.5773C22.0182 12.5773 21.632 12.7145 21.3359 12.9298C21.0365 13.1476 20.8207 13.4519 20.5937 13.8048C20.3735 14.1471 20.1655 14.5458 19.8896 14.8898C19.6078 15.2409 19.1661 15.584 18.5966 15.5841C18.2709 15.5841 18.0315 15.3482 17.9335 15.1857C17.8377 15.0266 17.7955 14.8807 17.7597 14.7365C17.6879 14.4477 17.6482 14.1227 17.6015 13.8234C17.5681 13.6094 17.5293 13.4091 17.4892 13.257C17.4351 13.3158 17.3738 13.3874 17.3066 13.4738C17.172 13.6466 17.0211 13.8585 16.8554 14.0929C16.6902 14.3266 16.5102 14.5824 16.3183 14.8409C15.9346 15.3576 15.4974 15.8953 14.9784 16.3234C14.4593 16.7516 13.8286 17.0869 13.1005 17.087C12.4945 17.087 11.9675 16.7851 11.5077 16.3986C10.0215 17.6456 8.24424 18.5898 6.40909 18.59C5.49935 18.59 4.74115 18.2113 4.07706 17.7032C3.52353 18.327 3.01822 18.8751 2.6464 19.2706C2.45374 19.4756 2.29693 19.64 2.18839 19.7531C2.13429 19.8094 2.09208 19.8533 2.06339 19.8829C2.04921 19.8976 2.03854 19.9095 2.03116 19.9171L2.01749 19.9308C1.96035 19.9863 1.89239 20.0297 1.81827 20.0587C1.74405 20.0878 1.66454 20.1017 1.58488 20.0997C1.50515 20.0977 1.42612 20.0798 1.35343 20.047C1.2808 20.0141 1.21531 19.9668 1.16105 19.9083C1.10674 19.8497 1.06443 19.7803 1.03702 19.7052C1.0097 19.6302 0.997149 19.5506 1.00089 19.4708C1.00466 19.391 1.02421 19.3125 1.05851 19.2404C1.09287 19.1682 1.14151 19.1031 1.20109 19.0499C1.20262 19.0484 1.20473 19.0464 1.20695 19.0441C1.21415 19.0366 1.2252 19.0253 1.23917 19.0109C1.2674 18.9816 1.30877 18.9378 1.36222 18.882C1.46925 18.7702 1.62436 18.608 1.81437 18.4054C2.1812 18.0141 2.67908 17.4714 3.22355 16.8556C3.16379 16.7953 3.09907 16.7371 3.02921 16.6749C2.93783 16.5935 2.84144 16.5031 2.76554 16.3888C1.94911 15.158 1.50875 13.6324 1.5087 12.2599C1.5087 9.34722 2.41219 7.258 3.54288 5.90344C4.66864 4.55493 5.96424 3.90065 6.97355 3.90051ZM6.97355 5.10168C6.76574 5.10179 6.37662 5.20858 5.91495 5.46301C5.45641 5.71577 4.93535 6.11005 4.46378 6.67493C3.51979 7.80582 2.70792 9.59651 2.70792 12.2599C2.70797 13.3707 3.09202 14.7102 3.76359 15.7228C3.80084 15.7789 3.84657 15.8235 3.90128 15.8722C3.92965 15.8974 3.96119 15.9255 3.99308 15.9562C4.2964 15.6004 4.54007 15.3548 4.85636 14.9376C5.7706 13.7317 6.67286 12.35 7.34562 10.9376C8.01879 9.5243 8.45979 8.08659 8.45988 6.76672C8.45988 6.51568 8.41178 6.0472 8.21476 5.7052C8.11478 5.53176 7.99657 5.38431 7.81339 5.27844C7.62913 5.17203 7.36792 5.10172 6.97355 5.10168ZM13.3124 9.58997C13.2208 9.58971 13.1175 9.61059 12.9941 9.66028C12.7497 9.75869 12.4553 9.98046 12.1825 10.3156C11.6368 10.9862 11.2021 12.0749 11.2021 13.2618C11.2021 13.7683 11.3692 14.2468 11.6054 14.672C11.9238 14.3563 12.2363 14.0426 12.497 13.7101C13.2581 12.7394 13.7758 11.7323 13.9384 10.9728C14.0195 10.5934 14.0096 10.2899 13.9452 10.0861C13.9124 9.98212 13.8719 9.90228 13.8163 9.83606C13.7608 9.7699 13.6852 9.71258 13.5771 9.65735C13.4884 9.61206 13.403 9.59033 13.3124 9.58997Z",
13082
+ fill: fill
13083
+ })]
13084
+ });
13085
+ const Signature_ICON_NAME = 'signature';
11987
13086
  ;// ./src/components/Icon/icons/Sleep.tsx
11988
13087
 
11989
13088
  const Sleep = ({
@@ -12105,6 +13204,118 @@ const Stats = ({
12105
13204
  })]
12106
13205
  });
12107
13206
  const Stats_ICON_NAME = 'stats';
13207
+ ;// ./src/components/Icon/icons/Summery.tsx
13208
+
13209
+ const Summery = ({
13210
+ fill = '#000',
13211
+ size = 24,
13212
+ tooltip = 'Clipboard Summary',
13213
+ ...props
13214
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13215
+ xmlns: "http://www.w3.org/2000/svg",
13216
+ width: `${size}px`,
13217
+ height: `${size}px`,
13218
+ viewBox: "0 0 24 24",
13219
+ fill: "none",
13220
+ ...props,
13221
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13222
+ children: tooltip
13223
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13224
+ d: "M9.10939 16.0201C9.35808 15.7598 9.76322 15.7595 10.0117 16.0201C10.2575 16.2781 10.2572 16.6945 10.0117 16.9527L8.64357 18.3883C8.3949 18.6492 7.9899 18.6492 7.74123 18.3883L7.28517 17.9098C7.03921 17.6516 7.03913 17.2353 7.28517 16.9771C7.53386 16.7168 7.939 16.7165 8.18751 16.9771L8.1924 16.982L9.10939 16.0201Z",
13225
+ fill: fill
13226
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13227
+ d: "M16.2647 16.3033C16.6199 16.3036 16.9002 16.6046 16.9004 16.9654C16.9003 17.3263 16.62 17.6272 16.2647 17.6275H11.7041C11.3486 17.6275 11.0685 17.3265 11.0684 16.9654C11.0686 16.6045 11.3486 16.3033 11.7041 16.3033H16.2647Z",
13228
+ fill: fill
13229
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13230
+ d: "M9.10939 12.0602C9.35807 11.7998 9.76322 11.7995 10.0117 12.0602C10.2575 12.3181 10.2572 12.7346 10.0117 12.9928L8.64357 14.4283C8.3949 14.6892 7.9899 14.6892 7.74123 14.4283L7.28517 13.9498C7.03919 13.6916 7.03912 13.2753 7.28517 13.0172C7.53385 12.7568 7.93899 12.7565 8.18751 13.0172L8.1924 13.0221L9.10939 12.0602Z",
13231
+ fill: fill
13232
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13233
+ d: "M16.2647 12.3434C16.6199 12.3437 16.9002 12.6447 16.9004 13.0055C16.9002 13.3663 16.6199 13.6672 16.2647 13.6676H11.7041C11.3486 13.6676 11.0685 13.3665 11.0684 13.0055C11.0686 12.6445 11.3486 12.3434 11.7041 12.3434H16.2647Z",
13234
+ fill: fill
13235
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13236
+ d: "M9.10939 8.09531C9.35806 7.83475 9.76327 7.8344 10.0117 8.09531C10.2576 8.35373 10.2572 8.77125 10.0117 9.02988L8.64357 10.4684C8.39496 10.7297 7.98993 10.7295 7.74123 10.4684L7.28517 9.98887C7.03926 9.73027 7.0392 9.31285 7.28517 9.0543C7.53386 8.79361 7.93903 8.79326 8.18751 9.0543L8.19142 9.05918L9.10939 8.09531Z",
13237
+ fill: fill
13238
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13239
+ d: "M16.2647 8.37949C16.6201 8.37982 16.9002 8.6814 16.9004 9.04258C16.9003 9.40383 16.6201 9.70534 16.2647 9.70566H11.7041C11.3484 9.70566 11.0685 9.40402 11.0684 9.04258C11.0686 8.6812 11.3484 8.37949 11.7041 8.37949H16.2647Z",
13240
+ fill: fill
13241
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13242
+ fillRule: "evenodd",
13243
+ clipRule: "evenodd",
13244
+ d: "M20 4.95048C20 3.68895 18.9199 2.67292 17.5805 2.67292H15.933C15.6566 2.26912 15.1754 1.99976 14.6322 1.99976H9.36793C8.82273 1.99976 8.33991 2.27115 8.0641 2.67748L6.33239 2.67436C5.03346 2.71736 4.00003 3.71649 4.00003 4.95048V19.7222C4.00003 20.9837 5.08011 21.9998 6.41958 21.9998H17.5805C18.9199 21.9998 20 20.9837 20 19.7222V4.95048ZM14.8669 4.74437C14.9969 4.65834 14.9969 4.55283 14.9969 4.55283V3.45939C14.9969 3.45939 14.9969 3.35084 14.9178 3.28704C14.7776 3.17408 14.6322 3.19821 14.6322 3.19821H9.36793C9.36793 3.19821 9.26329 3.18183 9.13327 3.26786C9.00325 3.35388 9.00324 3.45939 9.00324 3.45939V4.55283C9.00324 4.55283 9.00324 4.66139 9.08239 4.72519C9.22253 4.83814 9.36792 4.81402 9.36792 4.81402H14.6322C14.6322 4.81402 14.7369 4.83039 14.8669 4.74437ZM7.82087 3.94446L6.41969 3.94545C5.82344 3.94545 5.35135 4.39017 5.35135 4.95048L5.35135 19.7222C5.35135 20.2825 5.82333 20.7272 6.41958 20.7272H17.5805C18.1767 20.7272 18.6487 20.2825 18.6487 19.7222L18.6487 4.95048C18.6487 4.39017 18.1767 3.94545 17.5805 3.94545H16.1793V4.55283C16.1793 5.35405 15.4814 6.01247 14.6322 6.01247H9.36792C8.51872 6.01247 7.82087 5.35405 7.82087 4.55283V3.94446Z",
13245
+ fill: fill
13246
+ })]
13247
+ });
13248
+ const Summery_ICON_NAME = 'clipboard-summary';
13249
+ ;// ./src/components/Icon/icons/Team.tsx
13250
+
13251
+ const Team_clipId = 'clip_team';
13252
+ const Team = ({
13253
+ fill = '#000',
13254
+ size = 24,
13255
+ tooltip = 'Team',
13256
+ ...props
13257
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13258
+ width: `${size}px`,
13259
+ height: `${size}px`,
13260
+ viewBox: "0 0 16 16",
13261
+ fill: "none",
13262
+ xmlns: "http://www.w3.org/2000/svg",
13263
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
13264
+ ...props,
13265
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13266
+ children: tooltip
13267
+ }), (0,jsx_runtime_namespaceObject.jsx)("g", {
13268
+ clipPath: `url(#${Team_clipId})`,
13269
+ children: (0,jsx_runtime_namespaceObject.jsx)("path", {
13270
+ d: "M6.82812 0.849609C7.61697 0.849609 8.31571 1.05083 8.89062 1.4248C9.36356 1.25051 9.84908 1.24902 10.1367 1.24902C10.3709 1.24902 10.5977 1.31454 10.7988 1.43555C12.1868 1.53851 13.3592 2.53807 13.6719 3.90137L14.0703 5.63867C14.1534 5.99968 14.2975 6.3405 14.5 6.64941L14.9004 7.26367C15.0006 7.4158 15.0296 7.60384 14.9775 7.77832C14.9265 7.95244 14.8016 8.09344 14.6377 8.16699L14.6367 8.16797C14.2817 8.32488 13.7901 8.50415 13.2988 8.64746L14.4033 9.35938C15.1838 9.86402 15.6504 10.7206 15.6504 11.6494V12.4844C15.6504 12.9545 15.267 13.3379 14.7969 13.3379H12.8379V13.8906C12.8379 14.3598 12.4536 14.7441 11.9844 14.7441H1.20312C0.73393 14.7441 0.349609 14.3598 0.349609 13.8906V12.2314C0.349697 11.0922 0.962533 10.0327 1.94629 9.46484L3.97363 8.29004C3.74595 7.92632 3.55795 7.53555 3.42285 7.1377C3.10318 6.98069 2.84589 6.59937 2.72168 6.14453V6.14258C2.64516 5.84898 2.62531 5.54682 2.67871 5.28906L2.70801 5.17285C2.79 4.90967 2.95791 4.71144 3.20605 4.64551C3.20817 4.64496 3.21162 4.64412 3.21387 4.64355L3.21777 4.62109C3.21679 4.62819 3.21761 4.62774 3.2168 4.61133C3.21614 4.59813 3.21496 4.58069 3.21289 4.55957C3.20879 4.51765 3.20226 4.46759 3.19629 4.41797C3.15825 4.13035 3.1029 3.68865 3.16309 3.07227C3.21526 2.56019 3.40086 2.12972 3.69922 1.82227C3.98985 1.52278 4.37923 1.34866 4.83301 1.32324C5.3253 1.00916 6.07116 0.849609 6.59375 0.849609H6.82812ZM8.75488 8.91113C8.18146 9.576 7.43503 10.0566 6.59375 10.0566C5.75227 10.0566 5.00511 9.57625 4.43164 8.91113L2.33105 10.1299C1.58307 10.5617 1.11923 11.3686 1.11914 12.2314V13.8906C1.11914 13.9369 1.15688 13.9746 1.20312 13.9746H11.9844C12.0306 13.9746 12.0684 13.9369 12.0684 13.8906V12.2314C12.0683 11.3686 11.6045 10.5626 10.8574 10.1309L8.75488 8.91113ZM10.1367 2.01758C9.98043 2.01758 9.79267 2.01924 9.59668 2.04297C9.9284 2.43095 10.1797 2.90331 10.3369 3.44824L10.4092 3.73047C10.4391 3.86843 10.3889 4.01449 10.2783 4.10645L10.2793 4.10742C10.1677 4.20184 10.0138 4.21907 9.88672 4.16797L9.88574 4.16699C9.87412 4.16225 9.86156 4.15965 9.84961 4.15527C9.90698 4.33074 9.94496 4.4863 9.97168 4.64355C9.97458 4.64428 9.97777 4.64481 9.98047 4.64551C10.2639 4.72082 10.4431 4.96897 10.5088 5.28906L10.5352 5.49023C10.5485 5.69765 10.5232 5.9225 10.4658 6.14258V6.14453C10.3415 6.59974 10.0837 6.98094 9.76367 7.1377C9.62852 7.53561 9.44064 7.92629 9.21289 8.29004L11.2422 9.46484C12.226 10.0327 12.8378 11.0923 12.8379 12.2314V12.5684H14.7969C14.8431 12.5684 14.8809 12.5306 14.8809 12.4844V11.6494C14.8809 10.9825 14.5469 10.3682 13.9863 10.0059L11.5518 8.43652C11.3794 8.56547 11.1766 8.69349 10.9326 8.82031L10.9336 8.82129C10.8762 8.8515 10.8155 8.86522 10.7559 8.86523C10.6186 8.86523 10.4824 8.79078 10.4141 8.65723C10.3166 8.46927 10.3904 8.23693 10.5781 8.13965C11.0137 7.91271 11.2707 7.70621 11.4434 7.49512C11.6162 7.28371 11.7132 7.05847 11.8174 6.77637L11.8516 6.69434C11.9407 6.51098 12.079 6.38844 12.1689 6.31543C12.1798 6.3067 12.2058 6.27629 12.2314 6.21973C12.2558 6.16593 12.2754 6.09601 12.2822 6.01562C12.2902 5.92296 12.2874 5.84841 12.2773 5.79492C12.2665 5.73722 12.2517 5.72258 12.2539 5.72461L12.2529 5.72363C12.1047 5.58693 12.01 5.43035 11.9883 5.24609L11.9814 5.1875C11.9751 5.13631 11.9664 5.07181 11.958 5.00684H11.8262C11.5439 5.00333 11.2589 4.98208 10.9746 4.94238L10.6904 4.89648C10.4813 4.85868 10.3432 4.65857 10.3818 4.44922L10.4033 4.375C10.4693 4.20998 10.6446 4.10649 10.8271 4.14062C11.1625 4.20143 11.5021 4.23471 11.832 4.23828H12.2764C12.4417 4.23828 12.593 4.34536 12.6445 4.50586C12.6919 4.65352 12.7202 4.88053 12.7451 5.09766L12.749 5.13184C12.7532 5.13675 12.7594 5.14502 12.7705 5.15527C13.0017 5.36685 13.083 5.69191 13.0498 6.08105C13.0216 6.40909 12.8775 6.73011 12.6533 6.91211C12.5751 6.97552 12.5474 7.01634 12.5381 7.04199C12.4305 7.33195 12.312 7.6127 12.1123 7.88379L12.4082 8.07422C12.9523 7.97175 13.6513 7.74105 14.1602 7.53125L13.8574 7.06934C13.6042 6.68362 13.4241 6.25973 13.3213 5.80957L12.9229 4.07324C12.695 3.07869 11.8626 2.33809 10.8623 2.21387L10.6602 2.19727C10.582 2.19424 10.5073 2.16766 10.4463 2.12305L10.4453 2.12207C10.3526 2.05311 10.2457 2.01758 10.1367 2.01758ZM4.81738 9.76953C4.84158 9.77591 4.86696 9.78456 4.8916 9.79688L6.59375 10.6484L8.29688 9.79688C8.4862 9.70296 8.7173 9.77794 8.8125 9.96777C8.90642 10.1571 8.83144 10.3892 8.6416 10.4844L6.7666 11.4219C6.71215 11.4491 6.65199 11.4629 6.59375 11.4629C6.53467 11.4629 6.47654 11.449 6.42285 11.4229L4.5459 10.4844C4.35606 10.3892 4.28108 10.1571 4.375 9.96777C4.43704 9.84407 4.55747 9.7679 4.68652 9.75684H4.74707L4.81738 9.76953ZM6.59375 1.61914C6.34337 1.61914 6.06345 1.66131 5.80762 1.7334C5.54994 1.80601 5.32909 1.90548 5.18945 2.01074L5.18457 2.01367C5.11918 2.05951 5.04128 2.08782 4.95801 2.08789C4.66231 2.08789 4.42593 2.18669 4.25488 2.36035C4.08239 2.53558 3.96437 2.79882 3.93066 3.14648C3.87662 3.67542 3.92535 4.06091 3.95801 4.32129C3.97283 4.44178 3.98849 4.55105 3.98535 4.65234L3.97559 4.75098C3.95571 4.86162 3.94278 4.97647 3.93848 5.09082V5.09473C3.92972 5.22895 3.8545 5.35145 3.73242 5.41699L3.72754 5.41895C3.63646 5.4639 3.53001 5.47176 3.43262 5.43848C3.43238 5.43947 3.43187 5.4404 3.43164 5.44141L3.41895 5.54883C3.41323 5.66456 3.42769 5.80371 3.46484 5.94434L3.50879 6.08105C3.55579 6.20614 3.61072 6.29691 3.65918 6.3584C3.69171 6.39967 3.71977 6.42606 3.73926 6.44043C3.74421 6.44408 3.74822 6.44659 3.75098 6.44824C3.91085 6.45808 4.04873 6.56568 4.0957 6.72168L4.09668 6.72266C4.23084 7.17295 4.43928 7.62723 4.70898 8.02344L4.70996 8.02539C4.75204 8.08917 4.79562 8.15158 4.84082 8.21191L4.98242 8.38672L4.98438 8.38867C5.44251 8.93542 6.00349 9.28711 6.59375 9.28711C7.18401 9.28711 7.74597 8.93542 8.2041 8.38867L8.20508 8.38672C8.30338 8.27363 8.39346 8.15283 8.47754 8.02539L8.47852 8.02344C8.74831 7.62708 8.95764 7.17213 9.0918 6.72168C9.13848 6.56663 9.27497 6.45922 9.43359 6.44824C9.43642 6.44661 9.44135 6.4448 9.44727 6.44043C9.46693 6.42585 9.49561 6.3998 9.52734 6.35938L9.52832 6.35742C9.59312 6.2769 9.66873 6.14139 9.72266 5.94336C9.77203 5.75599 9.78075 5.57142 9.75586 5.44141L9.75488 5.43848C9.65749 5.47176 9.55104 5.4639 9.45996 5.41895L9.45508 5.41699C9.333 5.35145 9.25778 5.22894 9.24902 5.09473V5.0918C9.23433 4.78314 9.18594 4.56597 9.04688 4.18262C8.98577 4.01763 8.97429 3.87457 9 3.75391C9.02594 3.63229 9.08766 3.5452 9.14941 3.48535L9.15039 3.4834C9.24879 3.39048 9.36818 3.3499 9.48633 3.33398C9.279 2.81199 8.96159 2.4024 8.55273 2.11523C8.09459 1.79347 7.51355 1.61914 6.82812 1.61914H6.59375ZM5.32422 2.75488C5.39841 2.76096 5.47126 2.78078 5.54102 2.81445L5.90723 2.99316C6.48986 3.27779 7.14292 3.42771 7.79199 3.42773H8.39062C8.60217 3.42773 8.77539 3.59927 8.77539 3.8125C8.77539 4.02573 8.60217 4.19727 8.39062 4.19727H7.79199C7.12175 4.19724 6.45034 4.06155 5.83203 3.80273L5.57031 3.68457L5.32227 3.56348L5.01953 4.02441C4.94481 4.1365 4.82226 4.19727 4.69727 4.19727C4.62451 4.19718 4.551 4.17526 4.4873 4.13379C4.31083 4.01696 4.26057 3.77814 4.37793 3.60059L4.75391 3.03027C4.88133 2.83651 5.10361 2.73559 5.32422 2.75488Z",
13271
+ fill: fill
13272
+ })
13273
+ }), (0,jsx_runtime_namespaceObject.jsx)("defs", {
13274
+ children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
13275
+ id: Team_clipId,
13276
+ children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
13277
+ width: "16",
13278
+ height: "16",
13279
+ fill: "white"
13280
+ })
13281
+ })
13282
+ })]
13283
+ });
13284
+ const Team_ICON_NAME = 'team';
13285
+ ;// ./src/components/Icon/icons/TechnicalReview.tsx
13286
+
13287
+ const TechnicalReview = ({
13288
+ fill = '#000',
13289
+ size = 24,
13290
+ tooltip = 'Clipboard Star',
13291
+ ...props
13292
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13293
+ xmlns: "http://www.w3.org/2000/svg",
13294
+ width: `${size}px`,
13295
+ height: `${size}px`,
13296
+ viewBox: "0 0 24 24",
13297
+ fill: "none",
13298
+ ...props,
13299
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13300
+ children: tooltip
13301
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13302
+ fillRule: "evenodd",
13303
+ clipRule: "evenodd",
13304
+ d: "M12.0234 11.5312C12.9958 11.5316 13.7734 12.3206 13.7607 13.293C13.7479 14.2654 12.9491 15.0536 11.9766 15.0537C11.0042 15.0534 10.2257 14.2653 10.2383 13.293C10.2511 12.3205 11.0509 11.5314 12.0234 11.5312ZM12.0098 12.5166C11.5816 12.5169 11.2293 12.8648 11.2236 13.293C11.2182 13.7212 11.5619 14.0683 11.9902 14.0684C12.4183 14.068 12.7696 13.7211 12.7754 13.293C12.7809 12.8647 12.4381 12.5167 12.0098 12.5166Z",
13305
+ fill: fill
13306
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13307
+ fillRule: "evenodd",
13308
+ clipRule: "evenodd",
13309
+ d: "M12.3076 8.59961C12.7457 8.59961 13.1314 8.88039 13.2646 9.2959L13.418 9.77148C13.4711 9.93709 13.5981 10.0786 13.7695 10.1748C13.8031 10.1936 13.8373 10.2126 13.8701 10.2324C14.0385 10.3343 14.2256 10.3768 14.3975 10.3418L14.8896 10.2412C15.32 10.1534 15.7555 10.3503 15.9697 10.7295L16.2178 11.1699C16.4317 11.5494 16.377 12.0267 16.082 12.3545L15.7441 12.7305C15.6266 12.8612 15.5669 13.044 15.5674 13.2412C15.5675 13.2801 15.5666 13.3195 15.5654 13.3584C15.5598 13.5555 15.6155 13.7385 15.7295 13.8691L16.0576 14.2451C16.3436 14.5728 16.3858 15.0495 16.1621 15.4287L15.9023 15.8691C15.6782 16.2485 15.2377 16.4452 14.8096 16.3574L14.3203 16.2568C14.1494 16.2218 13.9611 16.2644 13.79 16.3662C13.7565 16.3862 13.7217 16.4049 13.6875 16.4238C13.5136 16.5201 13.3827 16.6616 13.3252 16.8271L13.1602 17.3027C13.0161 17.7184 12.6228 17.999 12.1846 17.999H11.6768C11.2388 17.9988 10.8539 17.7182 10.7207 17.3027L10.5674 16.8271C10.5142 16.6616 10.3863 16.52 10.2148 16.4238C10.1814 16.405 10.147 16.386 10.1143 16.3662C9.94603 16.2646 9.75951 16.2219 9.58789 16.2568L9.09473 16.3574C8.66443 16.4451 8.22977 16.2484 8.01562 15.8691L7.76758 15.4287C7.55373 15.0493 7.60843 14.5729 7.90332 14.2451L8.24121 13.8691C8.35879 13.7385 8.41745 13.5556 8.41699 13.3584C8.41689 13.3195 8.41783 13.2801 8.41895 13.2412C8.42461 13.0441 8.36992 12.8612 8.25586 12.7305L7.92773 12.3545C7.64146 12.0267 7.59929 11.5493 7.82324 11.1699L8.08301 10.7295C8.30707 10.3503 8.74685 10.1536 9.1748 10.2412L9.66504 10.3418C9.83584 10.3768 10.0233 10.3341 10.1943 10.2324C10.2278 10.2125 10.2628 10.1937 10.2969 10.1748C10.471 10.0785 10.6027 9.93727 10.6602 9.77148L10.8252 9.2959C10.9693 8.88048 11.3618 8.59981 11.7998 8.59961H12.3076Z",
13310
+ fill: fill
13311
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13312
+ fillRule: "evenodd",
13313
+ clipRule: "evenodd",
13314
+ d: "M14.6318 2C15.1749 2 15.6563 2.26916 15.9326 2.67285H17.5801C18.9194 2.67285 19.9998 3.6888 20 4.9502V19.7227C19.9997 20.984 18.9194 22 17.5801 22H6.41992C5.08062 22 4.00027 20.984 4 19.7227V4.9502C4.00016 3.71644 5.03337 2.71797 6.33203 2.6748L8.06445 2.67773C8.34027 2.2714 8.82297 2 9.36816 2H14.6318ZM6.41992 3.94531C5.82377 3.94531 5.35172 4.39002 5.35156 4.9502V19.7227C5.35182 20.2828 5.82383 20.7275 6.41992 20.7275H17.5801C18.1762 20.7275 18.6482 20.2828 18.6484 19.7227V4.9502C18.6483 4.39002 18.1762 3.94531 17.5801 3.94531H16.1797V4.55273C16.1797 5.35395 15.481 6.0127 14.6318 6.0127H9.36816C8.51897 6.0127 7.82129 5.35395 7.82129 4.55273V3.94434L6.41992 3.94531ZM9.36816 3.19824C9.36816 3.19824 9.26284 3.18155 9.13281 3.26758C9.0076 3.35051 9.00309 3.45187 9.00293 3.45898V4.55273C9.00293 4.55273 9.00289 4.66179 9.08203 4.72559C9.22217 4.83854 9.36816 4.81445 9.36816 4.81445H14.6318C14.6318 4.81445 14.7372 4.83017 14.8672 4.74414C14.9969 4.65815 14.9971 4.55273 14.9971 4.55273V3.45898C14.997 3.45175 14.9941 3.34866 14.918 3.28711C14.7778 3.17415 14.6318 3.19824 14.6318 3.19824H9.36816Z",
13315
+ fill: fill
13316
+ })]
13317
+ });
13318
+ const TechnicalReview_ICON_NAME = 'clipboard-star';
12108
13319
  ;// ./src/components/Icon/icons/TimeTracking.tsx
12109
13320
 
12110
13321
  const TimeTracking = ({
@@ -12138,6 +13349,59 @@ const TimeTracking = ({
12138
13349
  })]
12139
13350
  });
12140
13351
  const TimeTracking_ICON_NAME = 'time-tracking';
13352
+ ;// ./src/components/Icon/icons/Timeline.tsx
13353
+
13354
+ const Timeline = ({
13355
+ fill = '#000',
13356
+ size = 24,
13357
+ tooltip = 'Timeline',
13358
+ ...props
13359
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13360
+ width: `${size}px`,
13361
+ height: `${size}px`,
13362
+ viewBox: "0 0 24 24",
13363
+ fill: "none",
13364
+ xmlns: "http://www.w3.org/2000/svg",
13365
+ ...props,
13366
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13367
+ children: tooltip
13368
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13369
+ fillRule: "evenodd",
13370
+ clipRule: "evenodd",
13371
+ d: "M21 16.5998C22.1045 16.5998 22.9998 17.4954 23 18.5998C23 19.7044 22.1046 20.5998 21 20.5998C20.1043 20.5998 19.3465 20.0111 19.0918 19.1994H13.9082C13.6535 20.0112 12.8957 20.5998 12 20.5998C11.1043 20.5998 10.3465 20.0112 10.0918 19.1994H4.9082C4.65352 20.0111 3.89574 20.5998 3 20.5998C1.89543 20.5998 1 19.7044 1 18.5998C1.00016 17.4954 1.89553 16.5998 3 16.5998C3.89553 16.5998 4.65335 17.1888 4.9082 18.0002H10.0918C10.3467 17.1888 11.1045 16.5998 12 16.5998C12.8955 16.5998 13.6533 17.1888 13.9082 18.0002H19.0918C19.3466 17.1888 20.1045 16.5998 21 16.5998ZM3 17.5998C2.44782 17.5998 2.00016 18.0477 2 18.5998C2 19.1521 2.44772 19.5998 3 19.5998C3.55228 19.5998 4 19.1521 4 18.5998C3.99984 18.0477 3.55218 17.5998 3 17.5998ZM12 17.5998C11.4478 17.5998 11.0002 18.0477 11 18.5998C11 19.1521 11.4477 19.5998 12 19.5998C12.5523 19.5998 13 19.1521 13 18.5998C12.9998 18.0477 12.5522 17.5998 12 17.5998ZM21 17.5998C20.4478 17.5998 20.0002 18.0477 20 18.5998C20 19.1521 20.4477 19.5998 21 19.5998C21.5523 19.5998 22 19.1521 22 18.5998C21.9998 18.0477 21.5522 17.5998 21 17.5998Z",
13372
+ fill: fill
13373
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13374
+ fillRule: "evenodd",
13375
+ clipRule: "evenodd",
13376
+ d: "M18.5479 3.35178C19.1409 3.37015 19.7549 3.5332 20.3457 3.92209C20.61 4.09662 20.75 4.39047 20.75 4.6926V9.47775C20.7499 10.1123 20.08 10.603 19.4922 10.2981C18.6923 9.8827 17.8923 10.0328 16.9248 10.3586C16.6844 10.4396 16.4394 10.5311 16.1865 10.6242C15.9345 10.7171 15.6743 10.8111 15.4092 10.8947C14.879 11.0619 14.319 11.1902 13.7305 11.1867H12.6211V15.0363C12.6219 15.1151 12.6072 15.1934 12.5791 15.2668C12.5507 15.3408 12.5081 15.4095 12.4541 15.467C12.4002 15.5242 12.3354 15.5702 12.2637 15.6018C12.1917 15.6333 12.1136 15.6506 12.0352 15.6506C11.9567 15.6506 11.8786 15.6334 11.8066 15.6018C11.7348 15.5701 11.6692 15.5245 11.6152 15.467C11.5613 15.4095 11.5195 15.3408 11.4912 15.2668C11.4629 15.1929 11.4482 15.1137 11.4492 15.0344V4.5256C11.4493 4.4164 11.4779 4.30839 11.5322 4.21408C11.5867 4.11975 11.6658 4.0417 11.7607 3.98947C11.8558 3.93727 11.9642 3.91312 12.0723 3.92013C12.1803 3.92725 12.2843 3.96563 12.3721 4.02951C12.9899 4.47948 13.5545 4.54923 14.2002 4.45529C14.8571 4.35962 15.5636 4.07018 16.3389 3.79709L16.4463 3.76974C16.4463 3.76974 17.7742 3.40052 17.9648 3.37814C18.1555 3.35577 18.3508 3.34571 18.5479 3.35178ZM19.5791 4.87814C19.0848 4.59205 18.6158 4.52327 18.0967 4.5842C17.5801 4.64484 16.7212 4.9436 16.7129 4.9465C15.9922 5.2005 15.2022 5.53425 14.3633 5.65646C13.8054 5.73762 13.2118 5.71076 12.6211 5.50412V9.97287H13.7363C14.1492 9.9753 14.593 9.87364 15.0684 9.72385C15.5503 9.57193 16.0337 9.38178 16.5635 9.20334C17.4812 8.89429 18.5227 8.67682 19.5791 9.05002V4.87814Z",
13377
+ fill: fill
13378
+ })]
13379
+ });
13380
+ const Timeline_ICON_NAME = 'timeline';
13381
+ ;// ./src/components/Icon/icons/TennisBall.tsx
13382
+
13383
+ const TennisBall = ({
13384
+ fill = '#000',
13385
+ size = 24,
13386
+ tooltip = 'Tennis Ball',
13387
+ ...props
13388
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13389
+ width: `${size}px`,
13390
+ height: `${size}px`,
13391
+ viewBox: "0 0 16 16",
13392
+ fill: "none",
13393
+ xmlns: "http://www.w3.org/2000/svg",
13394
+ ...props,
13395
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13396
+ children: tooltip
13397
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13398
+ d: "M8 1C4.13549 1 1 4.13549 1 8C1 11.8645 4.13549 15 8 15C11.8645 15 15 11.8645 15 8C15 4.13549 11.8645 1 8 1ZM8 1.6087C8.02593 1.6087 8.05142 1.61017 8.07728 1.61048C8.0277 1.90709 8 2.21134 8 2.52174C8 5.54533 10.4547 8 13.4783 8C13.7887 8 14.0929 7.9723 14.3895 7.92272C14.3898 7.94858 14.3913 7.97407 14.3913 8C14.3913 11.536 11.536 14.3913 8 14.3913C7.97407 14.3913 7.94858 14.3898 7.92272 14.3895C7.9723 14.0929 8 13.7887 8 13.4783C8 10.4547 5.54533 8 2.52174 8C2.21134 8 1.90709 8.0277 1.61048 8.07728C1.61017 8.05142 1.6087 8.02593 1.6087 8C1.6087 4.46399 4.46399 1.6087 8 1.6087ZM8.68775 1.64555C11.6729 1.96346 14.0365 4.32709 14.3544 7.31224C14.0702 7.36382 13.7778 7.3913 13.4783 7.3913C10.7832 7.3913 8.6087 5.21685 8.6087 2.52174C8.6087 2.22215 8.63618 1.92975 8.68775 1.64555ZM2.52174 8.6087C5.21685 8.6087 7.3913 10.7832 7.3913 13.4783C7.3913 13.7778 7.36382 14.0702 7.31224 14.3544C4.32709 14.0365 1.96346 11.6729 1.64555 8.68775C1.92975 8.63618 2.22215 8.6087 2.52174 8.6087Z",
13399
+ fill: fill,
13400
+ stroke: fill,
13401
+ strokeWidth: 0.6
13402
+ })]
13403
+ });
13404
+ const TennisBall_ICON_NAME = 'tennis-ball';
12141
13405
  ;// ./src/components/Icon/icons/Trainings.tsx
12142
13406
 
12143
13407
  const Trainings = ({
@@ -12164,7 +13428,7 @@ const Trainings_ICON_NAME = 'trainings';
12164
13428
 
12165
13429
  const UnArchive = ({
12166
13430
  fill = '#000',
12167
- size = 20,
13431
+ size = 24,
12168
13432
  tooltip = 'Unarchive',
12169
13433
  ...props
12170
13434
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
@@ -12219,6 +13483,35 @@ const Union = ({
12219
13483
  })]
12220
13484
  });
12221
13485
  const Union_ICON_NAME = 'union';
13486
+ ;// ./src/components/Icon/icons/UnionCircle.tsx
13487
+
13488
+ const UnionCircle = ({
13489
+ fill = '#000',
13490
+ size = 24,
13491
+ tooltip = 'Union Circle',
13492
+ ...props
13493
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13494
+ xmlns: "http://www.w3.org/2000/svg",
13495
+ width: `${size}px`,
13496
+ height: `${size}px`,
13497
+ viewBox: "0 0 20 20",
13498
+ fill: "none",
13499
+ ...props,
13500
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13501
+ children: tooltip
13502
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13503
+ d: "M10 18.3337C14.5833 18.3337 18.3333 14.5837 18.3333 10.0003C18.3333 5.41699 14.5833 1.66699 10 1.66699C5.41667 1.66699 1.66667 5.41699 1.66667 10.0003C1.66667 14.5837 5.41667 18.3337 10 18.3337Z",
13504
+ stroke: fill,
13505
+ strokeOpacity: "0.8",
13506
+ strokeWidth: "1.4",
13507
+ strokeLinecap: "round",
13508
+ strokeLinejoin: "round"
13509
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13510
+ d: "M10.0004 8.46777C10.3867 8.46799 10.7004 8.78068 10.7006 9.16699V13.334C10.7004 13.7203 10.3867 14.034 10.0004 14.0342C9.61392 14.0342 9.30039 13.7204 9.30022 13.334V9.16699C9.30039 8.78054 9.61392 8.46777 10.0004 8.46777ZM10.0033 5.66699C10.5555 5.66717 11.0033 6.11482 11.0033 6.66699C11.0033 7.21917 10.5555 7.66682 10.0033 7.66699H9.99553C9.44324 7.66699 8.99553 7.21928 8.99553 6.66699C8.99553 6.11471 9.44324 5.66699 9.99553 5.66699H10.0033Z",
13511
+ fill: fill
13512
+ })]
13513
+ });
13514
+ const UnionCircle_ICON_NAME = 'union-circle';
12222
13515
  ;// ./src/components/Icon/icons/Unlock.tsx
12223
13516
 
12224
13517
  const Unlock = ({
@@ -12246,6 +13539,28 @@ const Unlock = ({
12246
13539
  })]
12247
13540
  });
12248
13541
  const Unlock_ICON_NAME = 'unlock';
13542
+ ;// ./src/components/Icon/icons/Url.tsx
13543
+
13544
+ const Url = ({
13545
+ fill = '#000',
13546
+ size = 24,
13547
+ tooltip = 'Url',
13548
+ ...props
13549
+ }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
13550
+ xmlns: "http://www.w3.org/2000/svg",
13551
+ width: `${size}px`,
13552
+ height: `${size}px`,
13553
+ viewBox: "0 0 24 24",
13554
+ fill: "none",
13555
+ ...props,
13556
+ children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
13557
+ children: tooltip
13558
+ }), (0,jsx_runtime_namespaceObject.jsx)("path", {
13559
+ d: "M12.0007 2.00002C11.9707 2.0006 11.9408 2.00403 11.9115 2.01024C7.86003 2.04898 4.37657 4.49748 2.84924 8.00339C2.8207 8.06117 2.80418 8.12415 2.8007 8.1885C2.79722 8.25285 2.80684 8.31724 2.82899 8.37777C2.85114 8.43829 2.88535 8.49368 2.92954 8.54059C2.97374 8.5875 3.027 8.62494 3.0861 8.65064C3.1452 8.67635 3.2089 8.68979 3.27335 8.69014C3.3378 8.69049 3.40164 8.67774 3.46102 8.65268C3.52039 8.62762 3.57406 8.59075 3.61876 8.54433C3.66346 8.49791 3.69827 8.44289 3.72108 8.38261C3.97078 7.80944 4.28072 7.26907 4.63845 6.76535H7.35154C7.25005 7.2039 7.15975 7.65372 7.08386 8.11586C7.0634 8.24047 7.09328 8.3681 7.16692 8.47068C7.24057 8.57326 7.35194 8.64238 7.47655 8.66284C7.60116 8.6833 7.7288 8.65342 7.83138 8.57978C7.93396 8.50613 8.00308 8.39476 8.02354 8.27015C8.10871 7.75152 8.21292 7.25031 8.33119 6.76535H11.5322V8.193C11.5314 8.25606 11.543 8.31867 11.5665 8.37719C11.59 8.43571 11.6249 8.48897 11.6692 8.53388C11.7135 8.57879 11.7663 8.61445 11.8244 8.63879C11.8826 8.66313 11.9451 8.67566 12.0081 8.67566C12.0712 8.67566 12.1336 8.66313 12.1918 8.63879C12.25 8.61445 12.3028 8.57879 12.347 8.53388C12.3913 8.48897 12.4262 8.43571 12.4497 8.37719C12.4733 8.31867 12.4849 8.25606 12.484 8.193V6.76535H15.6851C15.8033 7.25031 15.9076 7.75152 15.9927 8.27015C16.0029 8.33185 16.025 8.39095 16.058 8.44407C16.091 8.4972 16.1341 8.54331 16.1849 8.57978C16.2357 8.61624 16.2932 8.64235 16.354 8.6566C16.4149 8.67085 16.478 8.67297 16.5397 8.66284C16.6014 8.65271 16.6605 8.63053 16.7136 8.59756C16.7668 8.56458 16.8129 8.52147 16.8493 8.47068C16.8858 8.41989 16.9119 8.36241 16.9262 8.30153C16.9404 8.24065 16.9425 8.17756 16.9324 8.11586C16.8565 7.65372 16.7662 7.2039 16.6647 6.76535H19.3778C19.7355 7.26907 20.0455 7.80944 20.2952 8.38261C20.318 8.44289 20.3528 8.49791 20.3975 8.54433C20.4422 8.59075 20.4959 8.62761 20.5552 8.65268C20.6146 8.67774 20.6785 8.69048 20.7429 8.69013C20.8074 8.68978 20.8711 8.67635 20.9302 8.65064C20.9893 8.62493 21.0425 8.58749 21.0867 8.54059C21.1309 8.49368 21.1651 8.43829 21.1873 8.37777C21.2094 8.31724 21.219 8.25285 21.2156 8.1885C21.2121 8.12415 21.1956 8.06117 21.167 8.00339C19.6395 4.49694 16.1552 2.04825 12.1029 2.01024C12.0693 2.00315 12.035 1.99973 12.0007 2.00002ZM11.5322 2.97595V5.81359H8.59051C8.86626 4.90037 9.198 4.06442 9.57574 3.33379C9.58366 3.319 9.5908 3.30379 9.59711 3.28825C10.2181 3.11699 10.8649 3.01054 11.5322 2.97595ZM12.484 2.97595C13.1516 3.01056 13.7988 3.11685 14.4201 3.28825C14.4261 3.30378 14.4329 3.31898 14.4405 3.33379C14.8183 4.06442 15.15 4.90037 15.4257 5.81359H12.484V2.97595ZM8.33491 3.73996C8.05557 4.38334 7.80799 5.07647 7.59785 5.81359H5.41734C6.23602 4.94076 7.22636 4.23324 8.33491 3.73996ZM15.6814 3.73996C16.7899 4.23324 17.7802 4.94076 18.5989 5.81359H16.4184C16.2083 5.07647 15.9607 4.38334 15.6814 3.73996ZM3.47105 9.73218C3.12318 9.73218 2.91431 9.91715 2.91431 10.2341C2.91431 10.3359 2.93853 10.4868 2.97565 10.6282L3.82239 13.7261C3.93279 14.1387 4.12716 14.3102 4.48788 14.3107C4.84479 14.3107 5.05054 14.1324 5.15523 13.7289L5.77146 11.4693H5.79563L6.41186 13.7289C6.51988 14.1414 6.71929 14.3107 7.08572 14.3107C7.43692 14.3107 7.63151 14.1389 7.74191 13.7354L8.59144 10.6282C8.62808 10.4807 8.65278 10.3326 8.65278 10.2341C8.65278 9.91715 8.44391 9.73218 8.09604 9.73218C7.80052 9.73218 7.625 9.89263 7.55695 10.2248L7.00299 12.8022H6.9779L6.32821 10.1978C6.25445 9.88947 6.07288 9.73218 5.78354 9.73218C5.48469 9.73218 5.31604 9.87658 5.23609 10.1997L4.58919 12.8022H4.56409L4.01014 10.2248C3.94209 9.89263 3.76657 9.73218 3.47105 9.73218ZM9.69657 9.73218C9.34822 9.73218 9.13889 9.91715 9.13889 10.2341C9.13889 10.3359 9.16405 10.4868 9.20116 10.6282L10.0479 13.7261C10.1583 14.1387 10.3522 14.3102 10.7125 14.3107C11.0694 14.3107 11.2761 14.1324 11.3807 13.7289L11.996 11.4693H12.0211L12.6364 13.7289C12.7445 14.1414 12.9448 14.3107 13.3112 14.3107C13.662 14.3107 13.8561 14.1389 13.9665 13.7354L14.817 10.6282C14.8536 10.4807 14.8783 10.3326 14.8783 10.2341C14.8783 9.91715 14.6685 9.73218 14.3206 9.73218C14.0251 9.73218 13.8505 9.89263 13.7825 10.2248L13.2276 12.8022H13.2034L12.5537 10.1978C12.479 9.88947 12.2984 9.73218 12.0091 9.73218C11.7102 9.73218 11.5406 9.87658 11.4607 10.1997L10.8138 12.8022H10.7896L10.2357 10.2248C10.1676 9.89263 9.99209 9.73218 9.69657 9.73218ZM15.9212 9.73218C15.5733 9.73218 15.3644 9.91715 15.3644 10.2341C15.3644 10.3359 15.3886 10.4868 15.4257 10.6282L16.2725 13.7261C16.3829 14.1387 16.5777 14.3102 16.938 14.3107C17.2949 14.3107 17.5006 14.1324 17.6053 13.7289L18.2216 11.4693H18.2457L18.862 13.7289C18.97 14.1414 19.1694 14.3107 19.5358 14.3107C19.887 14.3107 20.0816 14.1389 20.192 13.7354L21.0415 10.6282C21.0782 10.4807 21.1029 10.3326 21.1029 10.2341C21.1029 9.91715 20.894 9.73218 20.5461 9.73218C20.2506 9.73218 20.0751 9.89263 20.0071 10.2248L19.4531 12.8022H19.428L18.7783 10.1978C18.7045 9.88947 18.523 9.73218 18.2336 9.73218C17.9348 9.73218 17.7661 9.87658 17.6862 10.1997L17.0393 12.8022H17.0142L16.4602 10.2248C16.3922 9.89263 16.2167 9.73218 15.9212 9.73218ZM20.7543 15.3099C20.6553 15.307 20.5578 15.3351 20.4755 15.3902C20.3932 15.4454 20.3302 15.5248 20.2952 15.6175C20.0455 16.1907 19.7355 16.7311 19.3778 17.2348H16.6647C16.7662 16.7962 16.8565 16.3464 16.9324 15.8843C16.9444 15.8176 16.942 15.7491 16.9254 15.6835C16.9088 15.6178 16.8783 15.5564 16.8361 15.5034C16.7939 15.4505 16.7408 15.4071 16.6805 15.3763C16.6201 15.3455 16.5539 15.3279 16.4863 15.3247C16.3684 15.3191 16.2526 15.3574 16.1614 15.4323C16.0702 15.5072 16.0101 15.6133 15.9927 15.73C15.9076 16.2486 15.8033 16.7498 15.6851 17.2348H12.484V15.8071C12.4849 15.7435 12.473 15.6803 12.449 15.6213C12.425 15.5623 12.3894 15.5087 12.3443 15.4638C12.2993 15.4188 12.2456 15.3833 12.1866 15.3594C12.1276 15.3355 12.0644 15.3237 12.0007 15.3247C11.8746 15.3267 11.7545 15.3786 11.6667 15.469C11.5789 15.5595 11.5305 15.6811 11.5322 15.8071V17.2348H8.33119C8.21292 16.7498 8.10871 16.2486 8.02354 15.73C8.00691 15.619 7.95162 15.5176 7.86745 15.4434C7.78327 15.3693 7.67561 15.3272 7.56346 15.3247C7.49295 15.3231 7.42296 15.3371 7.35855 15.3659C7.29413 15.3946 7.23691 15.4373 7.19101 15.4908C7.14511 15.5444 7.11169 15.6074 7.09316 15.6755C7.07463 15.7435 7.07145 15.8148 7.08386 15.8843C7.15975 16.3464 7.25005 16.7962 7.35154 17.2348H4.63845C4.28072 16.7311 3.97078 16.1907 3.72108 15.6175C3.68419 15.529 3.62141 15.4536 3.54097 15.4014C3.46053 15.3491 3.36618 15.3224 3.27029 15.3247C3.19181 15.3268 3.11506 15.3483 3.04688 15.3872C2.9787 15.4261 2.92121 15.4813 2.87953 15.5478C2.83785 15.6143 2.81327 15.6901 2.80798 15.7685C2.8027 15.8468 2.81687 15.9252 2.84924 15.9967C4.37622 19.5018 7.85844 21.95 11.9087 21.9899C11.973 22.0034 12.0395 22.0034 12.1039 21.9899C16.1557 21.9515 19.6396 19.5029 21.167 15.9967C21.2024 15.9252 21.2193 15.846 21.216 15.7662C21.2128 15.6865 21.1895 15.6089 21.1484 15.5405C21.1074 15.4721 21.0497 15.4151 20.9809 15.3748C20.912 15.3345 20.8341 15.3122 20.7543 15.3099ZM5.41734 18.1865H7.59785C7.80799 18.9237 8.05557 19.6168 8.33491 20.2602C7.22636 19.7669 6.23602 19.0594 5.41734 18.1865ZM8.59051 18.1865H11.5322V21.0242C10.8642 20.9895 10.2169 20.8825 9.59526 20.7109C9.58951 20.6958 9.583 20.6809 9.57574 20.6663C9.198 19.9357 8.86626 19.0998 8.59051 18.1865ZM12.484 18.1865H15.4257C15.15 19.0998 14.8183 19.9357 14.4405 20.6663C14.4333 20.6809 14.4267 20.6958 14.421 20.7109C13.7994 20.8825 13.152 20.9895 12.484 21.0242V18.1865ZM16.4184 18.1865H18.5989C17.7802 19.0594 16.7899 19.7669 15.6814 20.2602C15.9607 19.6168 16.2083 18.9237 16.4184 18.1865Z",
13560
+ fill: fill
13561
+ })]
13562
+ });
13563
+ const Url_ICON_NAME = 'url';
12249
13564
  ;// ./src/components/Icon/icons/User.tsx
12250
13565
 
12251
13566
  const User = ({
@@ -12256,31 +13571,18 @@ const User = ({
12256
13571
  }) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
12257
13572
  width: `${size}px`,
12258
13573
  height: `${size}px`,
12259
- fill: "none",
12260
13574
  viewBox: "0 0 24 24",
13575
+ fill: "none",
12261
13576
  xmlns: "http://www.w3.org/2000/svg",
12262
13577
  xmlnsXlink: "http://www.w3.org/1999/xlink",
12263
13578
  ...props,
12264
13579
  children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
12265
13580
  children: tooltip
12266
13581
  }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12267
- d: "M12.1202 12.78C12.0502 12.77 11.9602 12.77 11.8802 12.78C10.1202 12.72 8.72021 11.28 8.72021 9.50998C8.72021 7.69998 10.1802 6.22998 12.0002 6.22998C13.8102 6.22998 15.2802 7.69998 15.2802 9.50998C15.2702 11.28 13.8802 12.72 12.1202 12.78Z",
12268
- stroke: fill,
12269
- strokeWidth: "1.4",
12270
- strokeLinecap: "round",
12271
- strokeLinejoin: "round"
12272
- }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12273
- d: "M18.7398 19.3801C16.9598 21.0101 14.5998 22.0001 11.9998 22.0001C9.39977 22.0001 7.03977 21.0101 5.25977 19.3801C5.35977 18.4401 5.95977 17.5201 7.02977 16.8001C9.76977 14.9801 14.2498 14.9801 16.9698 16.8001C18.0398 17.5201 18.6398 18.4401 18.7398 19.3801Z",
12274
- stroke: fill,
12275
- strokeWidth: "1.4",
12276
- strokeLinecap: "round",
12277
- strokeLinejoin: "round"
12278
- }), (0,jsx_runtime_namespaceObject.jsx)("path", {
12279
- d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
12280
- stroke: fill,
12281
- strokeWidth: "1.4",
12282
- strokeLinecap: "round",
12283
- strokeLinejoin: "round"
13582
+ fillRule: "evenodd",
13583
+ clipRule: "evenodd",
13584
+ d: "M2.7 12C2.7 6.86374 6.86376 2.69999 12 2.69999C17.1363 2.69999 21.3 6.86374 21.3 12C21.3 14.3127 20.4558 16.4283 19.0588 18.0553C18.7035 17.3581 18.1213 16.7312 17.3606 16.2193L17.359 16.2183C15.8593 15.2148 13.9156 14.735 12.0073 14.735C10.0987 14.735 8.15112 15.2149 6.64246 16.217L6.64245 16.2169L6.63898 16.2193C5.87834 16.7311 5.2962 17.3579 4.94095 18.055C3.54408 16.428 2.7 14.3126 2.7 12ZM14.4974 20.9608C13.7027 21.1819 12.8651 21.3 12 21.3C11.0331 21.3 10.1006 21.1524 9.22394 20.8786C8.03667 20.5071 6.95243 19.9028 6.02107 19.1174C6.18596 18.5304 6.627 17.9153 7.41883 17.382C8.65 16.5648 10.3116 16.135 12.0073 16.135C13.7036 16.135 15.3595 16.5651 16.5797 17.3813C17.3722 17.9147 17.8135 18.5301 17.9785 19.1174C16.9748 19.9638 15.7937 20.5998 14.4974 20.9608ZM9.69384 22.4508C4.89287 21.3962 1.3 17.1177 1.3 12C1.3 6.09054 6.09056 1.29999 12 1.29999C17.9095 1.29999 22.7 6.09054 22.7 12C22.7 17.2544 18.9126 21.6242 13.9188 22.5284C13.8667 22.5379 13.8145 22.5469 13.7621 22.5556C13.189 22.6506 12.6003 22.7 11.9998 22.7C11.2076 22.7 10.4361 22.6141 9.69384 22.4508ZM12.0002 6.92997C10.5682 6.92997 9.42022 8.08518 9.42022 9.50997C9.42022 10.8866 10.4966 12.0089 11.8597 12.0785C11.9512 12.0708 12.0489 12.0702 12.1433 12.0784C13.501 12.0076 14.5714 10.8894 14.5802 9.50797C14.5791 8.08548 13.423 6.92997 12.0002 6.92997ZM8.02022 9.50997C8.02022 7.31476 9.79223 5.52997 12.0002 5.52997C14.1968 5.52997 15.9802 7.31337 15.9802 9.50997V9.51392L15.9802 9.51392C15.9681 11.6557 14.2836 13.4066 12.1441 13.4796C12.1035 13.4809 12.0629 13.4788 12.0227 13.4731L12.0227 13.4731L12.0197 13.4729L12.0162 13.4727L12.004 13.4725C11.9897 13.4725 11.9763 13.4734 11.967 13.4746C11.9303 13.4791 11.8933 13.4808 11.8564 13.4796C9.72039 13.4067 8.02022 11.6584 8.02022 9.50997Z",
13585
+ fill: fill
12284
13586
  })]
12285
13587
  });
12286
13588
  const User_ICON_NAME = 'user';
@@ -12485,6 +13787,76 @@ const Warning_ICON_NAME = 'warning';
12485
13787
 
12486
13788
 
12487
13789
 
13790
+
13791
+
13792
+
13793
+
13794
+
13795
+
13796
+
13797
+
13798
+
13799
+
13800
+
13801
+
13802
+
13803
+
13804
+
13805
+
13806
+
13807
+
13808
+
13809
+
13810
+
13811
+
13812
+
13813
+
13814
+
13815
+
13816
+
13817
+
13818
+
13819
+
13820
+
13821
+
13822
+
13823
+
13824
+
13825
+
13826
+
13827
+
13828
+
13829
+
13830
+
13831
+
13832
+
13833
+
13834
+
13835
+
13836
+
13837
+
13838
+
13839
+
13840
+
13841
+
13842
+
13843
+
13844
+
13845
+
13846
+
13847
+
13848
+
13849
+
13850
+
13851
+
13852
+
13853
+
13854
+
13855
+
13856
+
13857
+
13858
+
13859
+
12488
13860
 
12489
13861
 
12490
13862
 
@@ -12928,16 +14300,16 @@ const iconButton = (theme, transparent) => /*#__PURE__*/(0,react_namespaceObject
12928
14300
  padding: 0,
12929
14301
  border: 'none',
12930
14302
  borderRadius: 8,
12931
- backgroundColor: transparent ? 'transparent' : theme.colors.greyLighter,
14303
+ backgroundColor: transparent ? 'transparent' : theme.palette.secondary.main,
12932
14304
  cursor: 'pointer',
12933
14305
  transition: 'all 0.2s ease',
12934
14306
  '&:hover:not(:disabled)': {
12935
- backgroundColor: transparent ? 'transparent' : theme.colors.greyLighter,
14307
+ backgroundColor: transparent ? 'transparent' : theme.palette.secondary.dark,
12936
14308
  '& svg': {
12937
- color: theme.colors.blue
14309
+ color: theme.palette.primary.main
12938
14310
  },
12939
14311
  '& svg path': {
12940
- fill: theme.colors.blue
14312
+ fill: theme.palette.primary.main
12941
14313
  }
12942
14314
  },
12943
14315
  '&:disabled': {
@@ -13634,21 +15006,43 @@ const Input = /*#__PURE__*/(0,external_react_namespaceObject.forwardRef)(InputIn
13634
15006
  /* harmony default export */ const Input_Input = (Input);
13635
15007
  ;// ./src/components/Textarea/TextareaBase.tsx
13636
15008
 
13637
- const TextareaBase = /*#__PURE__*/base_default()("textarea", true ? {
15009
+ const statusToPalette = status => status === 'custom' ? 'basic' : status;
15010
+ function getStatusBoxShadow(theme, status, state) {
15011
+ const palette = statusToPalette(status);
15012
+ const colorMap = {
15013
+ error: {
15014
+ rest: theme.palette.error.light,
15015
+ hover: theme.palette.error.main,
15016
+ focus: theme.palette.error.dark ?? theme.palette.error.main
15017
+ },
15018
+ success: {
15019
+ rest: theme.palette.success.light,
15020
+ hover: theme.palette.success.main,
15021
+ focus: theme.palette.success.dark ?? theme.palette.success.main
15022
+ },
15023
+ default: {
15024
+ rest: theme.colors.grey ?? '',
15025
+ hover: theme.colors.greyDarker60 ?? theme.colors.grey ?? '',
15026
+ focus: theme.palette.primary.main ?? theme.colors.grey ?? ''
15027
+ }
15028
+ };
15029
+ const colors = colorMap[palette] ?? colorMap.default;
15030
+ const color = colors[state];
15031
+ return `inset 0 0 1.5px 0 ${color}`;
15032
+ }
15033
+ const TextareaBase = /*#__PURE__*/base_default()('textarea', true ? {
15034
+ shouldForwardProp: prop => prop !== 'status',
13638
15035
  target: "e1jiml3c0"
13639
15036
  } : 0)("flex:1 100%;background:", ({
13640
15037
  theme
13641
15038
  }) => theme.colors.white, ";border-radius:12px;background-origin:border-box;background-clip:padding-box,border-box;border:none;box-shadow:", ({
13642
- theme
13643
- }) => `inset 0 0 1.5px 0 ${theme.colors.grey}`, ";color:", ({
15039
+ theme,
15040
+ status = 'basic'
15041
+ }) => getStatusBoxShadow(theme, status, 'rest'), ";color:", ({
13644
15042
  theme
13645
15043
  }) => theme.colors.greyDarker, ";width:100%;min-height:114px;padding:14px;font-weight:400;font-size:0.875rem;line-height:1rem;&::placeholder{color:", ({
13646
15044
  theme
13647
- }) => theme.colors.greyDarker60, ";}&:hover{box-shadow:", ({
13648
- theme
13649
- }) => `inset 0 0 1.5px 0 ${theme.colors.greyDarker60}`, ";}&:focus{box-shadow:", ({
13650
- theme
13651
- }) => `inset 0 0 1.5px 0 ${theme.colors.grey40}`, ";}&:disabled{color:", ({
15045
+ }) => theme.colors.greyDarker60, ";}&[readonly]{cursor:default;}&:disabled{color:", ({
13652
15046
  theme
13653
15047
  }) => `${theme.colors.grey}`, ";box-shadow:", ({
13654
15048
  theme
@@ -13656,7 +15050,13 @@ const TextareaBase = /*#__PURE__*/base_default()("textarea", true ? {
13656
15050
  theme
13657
15051
  }) => theme.colors.greyLighter, ";&::placeholder{color:", ({
13658
15052
  theme
13659
- }) => theme.colors.grey, ";}}" + ( true ? "" : 0));
15053
+ }) => theme.colors.grey, ";}}&:hover:not(:disabled, [readonly]){box-shadow:", ({
15054
+ theme,
15055
+ status = 'basic'
15056
+ }) => getStatusBoxShadow(theme, status, 'hover'), ";}&:focus:not(:disabled, [readonly]){box-shadow:", ({
15057
+ theme,
15058
+ status = 'basic'
15059
+ }) => getStatusBoxShadow(theme, status, 'focus'), ";}" + ( true ? "" : 0));
13660
15060
  ;// ./src/components/Textarea/Textarea.tsx
13661
15061
 
13662
15062
 
@@ -13754,9 +15154,11 @@ const Textarea = /*#__PURE__*/external_react_default().forwardRef(function Texta
13754
15154
  rows = 10,
13755
15155
  maxLength,
13756
15156
  title,
15157
+ id: idProp,
13757
15158
  onPaste,
13758
15159
  register,
13759
- setCountChar
15160
+ setCountChar,
15161
+ status = 'basic'
13760
15162
  }, ref) {
13761
15163
  (0,external_react_namespaceObject.useEffect)(() => {
13762
15164
  if (!register) {
@@ -13766,7 +15168,7 @@ const Textarea = /*#__PURE__*/external_react_default().forwardRef(function Texta
13766
15168
  const registerResult = register?.(name, validationSchema);
13767
15169
  const onChange = registerResult?.onChange;
13768
15170
  return (0,jsx_runtime_namespaceObject.jsx)(TextareaBase, {
13769
- id: `formElement-${name}`,
15171
+ id: idProp ?? `formElement-${name}`,
13770
15172
  placeholder: placeholder,
13771
15173
  disabled: disabled,
13772
15174
  readOnly: readOnly,
@@ -13774,6 +15176,7 @@ const Textarea = /*#__PURE__*/external_react_default().forwardRef(function Texta
13774
15176
  maxLength: maxLength,
13775
15177
  onPaste: onPaste,
13776
15178
  title: title,
15179
+ status: status,
13777
15180
  ...registerResult,
13778
15181
  onChange: (0,utils_namespaceObject.callAll)(setCountChar, onChange),
13779
15182
  ref: (0,external_floating_ui_react_namespaceObject.useMergeRefs)([registerResult?.ref, ref])
@@ -13892,6 +15295,7 @@ const TextField = ({
13892
15295
  children: label
13893
15296
  }), multirow ? (0,jsx_runtime_namespaceObject.jsx)(Textarea_Textarea, {
13894
15297
  name: name,
15298
+ status: status,
13895
15299
  disabled: disabled,
13896
15300
  maxLength: maxLength,
13897
15301
  setCountChar: handleCount,
@@ -15328,51 +16732,41 @@ const RadioGroup = ({
15328
16732
 
15329
16733
 
15330
16734
 
15331
-
16735
+ /** Single-select dropdown: input-like look (white bg, palette borders, primary when open) */
16736
+ const singleDropdownStyles = ({
16737
+ theme,
16738
+ isOpen,
16739
+ disabled
16740
+ }) => /*#__PURE__*/(0,react_namespaceObject.css)("border:1px solid ", isOpen ? theme.palette.primary.main : theme.colors.grey, ";background:", disabled ? theme.colors.greyLighter : theme.colors.white, ";color:", theme.colors.greyDarker, ";&:disabled{border-color:", theme.colors.grey, ";color:", theme.colors.greyDarker60, ";cursor:default;svg path{stroke:", theme.colors.grey, ";}}&:focus:not(:disabled){border-color:", theme.palette.primary.main, ";background:", theme.colors.white, ";}&:hover:not(:disabled){border-color:", isOpen ? theme.palette.primary.main : theme.colors.greyDarker80, ";}" + ( true ? "" : 0), true ? "" : 0);
15332
16741
  const multipleStyles = ({
15333
16742
  theme,
15334
- selectedCount = 0
16743
+ isOpen
15335
16744
  }) => {
15336
- let borderColor = theme.colors.greyDropdownMain;
15337
- let borderColorFocused = theme.colors.greyDropdownFocused;
15338
- let backgroundColor = theme.colors.white;
15339
- if (selectedCount > 0) {
15340
- borderColor = theme.colors.blueDropdownWithSelectedItemsBorder;
15341
- borderColorFocused = theme.colors.blueDropdownWithSelectedItemsBorder;
15342
- backgroundColor = theme.colors.blueDropdownWithSelectedItems;
15343
- }
15344
- return /*#__PURE__*/(0,react_namespaceObject.css)("justify-content:space-between;height:40px;padding:11px 15px 9px 10px;font-size:14px;font-weight:500;color:", theme.colors.greyDropdownText, ";border:1px solid ", borderColor, ";border-radius:5px;background:", backgroundColor, ";max-width:250px;&:focus{color:", theme.colors.greyDropdownText, ";background:", backgroundColor, ";&::before{border-color:", borderColorFocused, ";}}svg{path{stroke:", theme.colors.greyDarker, ";}}" + ( true ? "" : 0), true ? "" : 0);
16745
+ const borderColor = isOpen ? theme.palette.primary.main : theme.colors.grey;
16746
+ return /*#__PURE__*/(0,react_namespaceObject.css)("justify-content:space-between;height:40px;padding:11px 15px 9px 10px;font-size:14px;font-weight:500;color:", theme.colors.greyDarker, ";border:1px solid ", borderColor, ";border-radius:12px;background:", theme.colors.white, ";max-width:250px;svg path{stroke:", theme.colors.greyDarker, ";}&:disabled{background:", theme.colors.greyLighter, ";border-color:", theme.colors.grey, ";color:", theme.colors.greyDarker60, ";cursor:default;svg path{stroke:", theme.colors.grey, ";}}&:focus:not(:disabled){border-color:", theme.palette.primary.main, ";}&:hover:not(:disabled){border-color:", isOpen ? theme.palette.primary.main : theme.colors.greyDarker80, ";}" + ( true ? "" : 0), true ? "" : 0);
15345
16747
  };
15346
16748
  const DropdownToggleBase = /*#__PURE__*/base_default()("button", true ? {
15347
16749
  target: "er3kf7h0"
15348
- } : 0)(({
16750
+ } : 0)("display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:10px;position:relative;width:auto;padding:8px 14px;font:inherit;font-size:13px;text-align:left;line-height:18px;cursor:pointer;outline:inherit;border-radius:12px;", ({
15349
16751
  isMultiple,
15350
- theme
15351
- }) => isMultiple ? focusOutline(theme, 'greyDropdownFocused', '5px') : focusOutline(theme), " display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:10px;position:relative;color:", ({
15352
- colors,
15353
- isOpen
15354
- }) => isOpen ? colors?.[0] || 'initial' : 'initial', ";width:auto;padding:8px 14px;font:inherit;font-size:13px;text-align:left;line-height:18px;border:none;cursor:pointer;outline:inherit;border-radius:12px;background:", ({
15355
16752
  isOpen,
16753
+ disabled,
15356
16754
  theme
15357
- }) => isOpen ? `linear-gradient(108.3deg, ${theme.colors.greyDarker} -0.36%, ${theme.colors.greyDark} 100%)` : theme.colors.greyLighter, ";&:disabled{background:", ({
15358
- theme
15359
- }) => theme.colors.grey, ";cursor:default;}&:focus{color:", ({
15360
- colors,
15361
- theme
15362
- }) => colors?.[0] || theme.colors.greyDarker, ";background:", ({
16755
+ }) => !isMultiple && singleDropdownStyles({
16756
+ theme,
15363
16757
  isOpen,
15364
- theme
15365
- }) => isOpen ? `linear-gradient(108.3deg, ${theme.colors.greyDarker} -0.36%, ${theme.colors.greyDark} 100%)` : theme.colors.greyFocused, ";}svg{path{stroke:", ({
15366
- colors,
15367
- theme
15368
- }) => colors?.[0] || theme.colors.greyDarker, ";}}", ({
16758
+ disabled
16759
+ }), ({
15369
16760
  isMultiple,
15370
- selectedCount,
16761
+ isOpen,
15371
16762
  theme
15372
16763
  }) => isMultiple && multipleStyles({
15373
16764
  theme,
15374
- selectedCount
15375
- }), ";" + ( true ? "" : 0));
16765
+ isOpen
16766
+ }), ({
16767
+ isMultiple,
16768
+ theme
16769
+ }) => !isMultiple && /*#__PURE__*/(0,react_namespaceObject.css)("color:", theme.colors.greyDarker, ";svg path{stroke:", theme.colors.greyDarker, ";}" + ( true ? "" : 0), true ? "" : 0), ";" + ( true ? "" : 0));
15376
16770
  const DropdownToggle = ({
15377
16771
  onClick,
15378
16772
  onFocus,
@@ -15480,14 +16874,20 @@ function DropdownOptions_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tri
15480
16874
 
15481
16875
  const DropdownOptionsBase = /*#__PURE__*/base_default()("ul", true ? {
15482
16876
  target: "e1qg2z4z0"
15483
- } : 0)("position:absolute;width:100%;min-width:max-content;list-style:none;margin:4px 0 0;padding:0;background:#fff;border-radius:8px;max-height:200px;overflow:hidden auto;z-index:2;filter:", ({
16877
+ } : 0)("position:absolute;width:100%;min-width:max-content;list-style:none;margin:4px 0 0;padding:0;background:", ({
16878
+ theme
16879
+ }) => theme.colors.white, ";border-radius:8px;max-height:200px;overflow:hidden auto;z-index:2;filter:", ({
15484
16880
  theme
15485
16881
  }) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";backdrop-filter:", ({
15486
16882
  theme
15487
16883
  }) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";" + ( true ? "" : 0));
15488
16884
  const dropdownOptionButton = true ? {
15489
- name: "1vl8pyi",
15490
- styles: "display:flex;align-items:center;cursor:pointer;font:inherit;font-size:0.813rem;outline:inherit;text-align:left;width:100%;padding:0;margin:0;background:none;color:inherit;border:none"
16885
+ name: "1bqnd8x",
16886
+ styles: "display:flex;align-items:center;gap:8px;cursor:pointer;font:inherit;font-size:0.813rem;outline:inherit;text-align:left;width:100%;padding:0;margin:0;background:none;color:inherit;border:none"
16887
+ } : 0;
16888
+ const avatarWrapper = true ? {
16889
+ name: "1z0rm8f",
16890
+ styles: "flex-shrink:0;display:flex;align-items:center"
15491
16891
  } : 0;
15492
16892
  const noItemsMsg = {
15493
16893
  id: Number.NaN,
@@ -15539,15 +16939,19 @@ const DropdownOptions = ({
15539
16939
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
15540
16940
  const options = childrenArray.map(child => {
15541
16941
  const isActive = activeItem?.value === child.props.value;
16942
+ const avatar = child.props.avatar;
15542
16943
  return /*#__PURE__*/external_react_default().cloneElement(child, {
15543
16944
  ...child.props,
15544
16945
  isActive,
15545
16946
  'aria-selected': isActive,
15546
16947
  onClick: onChange.bind(null, child.props.value)
15547
- }, (0,jsx_runtime_namespaceObject.jsx)("button", {
16948
+ }, (0,jsx_runtime_namespaceObject.jsxs)("button", {
15548
16949
  type: "button",
15549
16950
  css: dropdownOptionButton,
15550
- children: child.props.children || child.props.label || child.props.value
16951
+ children: [avatar ? (0,jsx_runtime_namespaceObject.jsx)("span", {
16952
+ css: avatarWrapper,
16953
+ children: avatar
16954
+ }) : null, child.props.children || child.props.label || child.props.value]
15551
16955
  }));
15552
16956
  });
15553
16957
  if (options.length === 0) {
@@ -15570,6 +16974,51 @@ const DropdownOptions = ({
15570
16974
  });
15571
16975
  };
15572
16976
  /* harmony default export */ const DropdownOptions_DropdownOptions = (DropdownOptions);
16977
+ ;// ./src/components/Avatar/Avatar.tsx
16978
+
16979
+ /**
16980
+ * Avatar - Circular image component for user profiles
16981
+ *
16982
+ * A simple circular avatar component that displays an image with customizable size.
16983
+ * The image is displayed with a circular border-radius and centered within the container.
16984
+ *
16985
+ * @category Components
16986
+ * @subcategory Display
16987
+ *
16988
+ * @example
16989
+ * ```tsx
16990
+ * // Basic avatar
16991
+ * <Avatar size={40} image="/path/to/avatar.jpg" />
16992
+ * ```
16993
+ *
16994
+ * @example
16995
+ * ```tsx
16996
+ * // Large avatar
16997
+ * <Avatar size={100} image={user.avatarUrl} />
16998
+ * ```
16999
+ *
17000
+ * @example
17001
+ * ```tsx
17002
+ * // Avatar with custom styling
17003
+ * <Avatar
17004
+ * size={60}
17005
+ * image="/avatar.png"
17006
+ * css={{ border: '2px solid blue' }}
17007
+ * />
17008
+ * ```
17009
+ *
17010
+ * @see {@link UserProfile} - For complete user profile display with avatar
17011
+ */
17012
+ const Avatar = /*#__PURE__*/base_default()("div", true ? {
17013
+ target: "e1gxdpq60"
17014
+ } : 0)("border-radius:100px;overflow:hidden;width:", ({
17015
+ size
17016
+ }) => size, "px;height:", ({
17017
+ size
17018
+ }) => size, "px;background:", ({
17019
+ image
17020
+ }) => `url(${image})`, " center/contain no-repeat;" + ( true ? "" : 0));
17021
+ /* harmony default export */ const Avatar_Avatar = (Avatar);
15573
17022
  ;// ./src/components/Dropdown/Dropdown.tsx
15574
17023
 
15575
17024
  function Dropdown_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
@@ -15581,12 +17030,19 @@ function Dropdown_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to s
15581
17030
 
15582
17031
 
15583
17032
 
17033
+
15584
17034
  const DropdownBase = /*#__PURE__*/base_default()("div", true ? {
15585
- target: "eizhqtp0"
17035
+ target: "eizhqtp1"
15586
17036
  } : 0)( true ? {
15587
17037
  name: "11ffxfj",
15588
17038
  styles: "display:inline-block;position:relative"
15589
17039
  } : 0);
17040
+ const SelectedContent = /*#__PURE__*/base_default()("span", true ? {
17041
+ target: "eizhqtp0"
17042
+ } : 0)( true ? {
17043
+ name: "p07vyh",
17044
+ styles: "display:inline-flex;align-items:center;gap:8px;flex-shrink:0;min-width:0"
17045
+ } : 0);
15590
17046
 
15591
17047
  /**
15592
17048
  * Dropdown - Select-like dropdown component for single selection
@@ -15742,6 +17198,19 @@ const Dropdown = ({
15742
17198
  activeItem
15743
17199
  }), [onChange, activeItem]);
15744
17200
  const value = activeItem ? activeItem.label || activeItem.children || activeItem.value || activeItem || placeholder : placeholder;
17201
+ const rawAvatar = activeItem && activeItem.avatar;
17202
+ const selectedAvatar = rawAvatar != null ? typeof rawAvatar === 'string' ? (0,jsx_runtime_namespaceObject.jsx)(Avatar_Avatar, {
17203
+ size: 20,
17204
+ image: rawAvatar
17205
+ }) : /*#__PURE__*/external_react_default().isValidElement(rawAvatar) ? rawAvatar : null : null;
17206
+ const toggleContent = selectedAvatar != null ? (0,jsx_runtime_namespaceObject.jsxs)(SelectedContent, {
17207
+ children: [selectedAvatar, (0,jsx_runtime_namespaceObject.jsx)("span", {
17208
+ style: {
17209
+ minWidth: 0
17210
+ },
17211
+ children: value
17212
+ })]
17213
+ }) : value;
15745
17214
  return (0,jsx_runtime_namespaceObject.jsx)(Dropdown_context.Provider, {
15746
17215
  value: contextValue,
15747
17216
  children: (0,jsx_runtime_namespaceObject.jsxs)(DropdownBase, {
@@ -15758,7 +17227,7 @@ const Dropdown = ({
15758
17227
  colors: colors,
15759
17228
  ariaLabelledby: `dropdown-label-${dropdownId}`,
15760
17229
  ariaControls: `dropdown-popup-${dropdownId}`,
15761
- children: [value, (0,jsx_runtime_namespaceObject.jsx)(DropdownArrow_DropdownArrow, {
17230
+ children: [toggleContent, (0,jsx_runtime_namespaceObject.jsx)(DropdownArrow_DropdownArrow, {
15762
17231
  ...componentProps?.toggleButtonArrow,
15763
17232
  isUp: isOpen
15764
17233
  })]
@@ -15833,19 +17302,13 @@ const DropdownOptionButton = /*#__PURE__*/base_default()("div", true ? {
15833
17302
  overflow: 'hidden',
15834
17303
  userSelect: 'none',
15835
17304
  '& label': {
15836
- margin: '0 16px 0 0',
15837
- '& input + div': {
15838
- borderRadius: '2px',
15839
- '&::before': {
15840
- borderRadius: '2px'
15841
- }
15842
- }
17305
+ margin: '0 16px 0 0'
15843
17306
  },
15844
17307
  '&:has(:scope > label > input:checked)': {
15845
17308
  fontWeight: '800'
15846
17309
  },
15847
17310
  [`&:hover input:not(:checked, :indeterminate) + div::before`]: {
15848
- borderColor: theme.colors.greyDropdownFocused
17311
+ borderColor: theme.palette.primary.main
15849
17312
  }
15850
17313
  }), true ? "" : 0);
15851
17314
  const MultipleDropdownOptions_noItemsMsg = {
@@ -15971,7 +17434,6 @@ function MultipleDropdown_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tr
15971
17434
 
15972
17435
 
15973
17436
 
15974
-
15975
17437
  const DropdownPlaceholderLabel = /*#__PURE__*/base_default()("div", true ? {
15976
17438
  target: "ezz35kx0"
15977
17439
  } : 0)( true ? {
@@ -15980,16 +17442,78 @@ const DropdownPlaceholderLabel = /*#__PURE__*/base_default()("div", true ? {
15980
17442
  } : 0);
15981
17443
 
15982
17444
  /**
15983
- * The structure of the component:
17445
+ * MultipleDropdown - Dropdown component for multi-select and single-select
15984
17446
  *
15985
- * MultipleDropdown
15986
- * DropdownToggle
15987
- * MultipleDropdownOptions
15988
- * DropdownOption
17447
+ * A flexible dropdown that lets users select one or more options from a list.
17448
+ * In multi-select mode (`isMultiple=true`, default) each option toggles independently;
17449
+ * the toggle button shows the first selected value and a `+N` badge for overflow.
17450
+ * In single-select mode (`isMultiple=false`) selecting an option closes the menu.
17451
+ * Forwards its ref to the root container div.
15989
17452
  *
15990
- * Aria attributes are set according to
15991
- * https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-select-only.html
15992
- **/
17453
+ * Component structure:
17454
+ * - MultipleDropdown (root container with context)
17455
+ * - DropdownToggle (button that opens/closes the menu)
17456
+ * - MultipleDropdownOptions (menu container rendered when open)
17457
+ * - DropdownOption (individual selectable items)
17458
+ *
17459
+ * @category Form Controls
17460
+ * @subcategory Selection
17461
+ *
17462
+ * @example
17463
+ * ```tsx
17464
+ * // Basic multi-select
17465
+ * <MultipleDropdown
17466
+ * label="Fruits"
17467
+ * selectedItems={[{ value: 'apple' }]}
17468
+ * onChange={(value, isSelected) => handleChange(value, isSelected)}
17469
+ * >
17470
+ * <DropdownOption value="apple">Apple</DropdownOption>
17471
+ * <DropdownOption value="banana">Banana</DropdownOption>
17472
+ * <DropdownOption value="cherry">Cherry</DropdownOption>
17473
+ * </MultipleDropdown>
17474
+ * ```
17475
+ *
17476
+ * @example
17477
+ * ```tsx
17478
+ * // Single-select mode (closes on pick)
17479
+ * <MultipleDropdown
17480
+ * label="Country"
17481
+ * isMultiple={false}
17482
+ * selectedItems={selected}
17483
+ * onChange={handleChange}
17484
+ * >
17485
+ * <DropdownOption value="us">United States</DropdownOption>
17486
+ * <DropdownOption value="uk">United Kingdom</DropdownOption>
17487
+ * </MultipleDropdown>
17488
+ * ```
17489
+ *
17490
+ * @example
17491
+ * ```tsx
17492
+ * // Hide placeholder text, only show badge count
17493
+ * <MultipleDropdown
17494
+ * label="Tags"
17495
+ * showPlaceholder={false}
17496
+ * selectedItems={tags}
17497
+ * onChange={handleChange}
17498
+ * >
17499
+ * {tags.map(tag => (
17500
+ * <DropdownOption key={tag.value} value={tag.value}>{tag.label}</DropdownOption>
17501
+ * ))}
17502
+ * </MultipleDropdown>
17503
+ * ```
17504
+ *
17505
+ * @see {@link DropdownOption} - Child component for individual options
17506
+ * @see {@link DropdownToggle} - Toggle button component
17507
+ * @see {@link MultipleDropdownOptions} - Options menu container
17508
+ *
17509
+ * @accessibility
17510
+ * - ARIA attributes set according to WAI-ARIA combobox pattern
17511
+ * - Keyboard navigation (Arrow keys, Enter, Escape)
17512
+ * - Click outside to close
17513
+ * - Screen reader friendly with aria-expanded and aria-controls
17514
+ *
17515
+ * @see https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-select-only.html
17516
+ */
15993
17517
  function MultipleDropdownInner({
15994
17518
  selectedItems = [],
15995
17519
  isDisabled,
@@ -16002,12 +17526,9 @@ function MultipleDropdownInner({
16002
17526
  onChange: handleChange,
16003
17527
  className
16004
17528
  }, ref) {
16005
- const theme = (0,react_namespaceObject.useTheme)();
16006
17529
  const dropdownBaseRef = (0,external_react_namespaceObject.useRef)(null);
16007
17530
  const dropdownId = (0,external_react_namespaceObject.useId)();
16008
- const [isFocused, setIsFocused] = (0,external_react_namespaceObject.useState)(false);
16009
17531
  const [isOpen, setIsOpen] = (0,external_react_namespaceObject.useState)(isInitOpen || false);
16010
- const [colors, setColors] = (0,external_react_namespaceObject.useState)([]);
16011
17532
  const [optionsWithKey, setOptionsWithKey] = (0,external_react_namespaceObject.useState)({});
16012
17533
  const [items, setItems] = (0,external_react_namespaceObject.useState)([]);
16013
17534
  const [values, setValues] = (0,external_react_namespaceObject.useState)([]);
@@ -16045,15 +17566,6 @@ function MultipleDropdownInner({
16045
17566
  }
16046
17567
  };
16047
17568
  (0,hooks_namespaceObject.useClickOutside)(dropdownBaseRef, () => isOpen && setIsOpen(false));
16048
- (0,external_react_namespaceObject.useEffect)(() => {
16049
- if (isDisabled) {
16050
- setColors([theme.colors.greyDarker60, theme.colors.grey20]);
16051
- } else if (isOpen) {
16052
- setColors([theme.colors.white, theme.colors.white60]);
16053
- } else if (isFocused) {
16054
- setColors([theme.colors.greyDarker, theme.colors.greyDarker60]);
16055
- }
16056
- }, [isOpen, isDisabled, isFocused]);
16057
17569
  (0,external_react_namespaceObject.useEffect)(() => {
16058
17570
  if (isDisabled && isOpen) {
16059
17571
  setIsOpen(false);
@@ -16103,8 +17615,6 @@ function MultipleDropdownInner({
16103
17615
  isOpen: isOpen,
16104
17616
  disabled: isDisabled,
16105
17617
  onClick: setIsOpen.bind(null, !isOpen),
16106
- onFocus: setIsFocused.bind(null, true),
16107
- colors: colors,
16108
17618
  ariaLabelledby: `dropdown-label-${dropdownId}`,
16109
17619
  ariaControls: `dropdown-popup-${dropdownId}`,
16110
17620
  isMultiple: isMultiple,
@@ -17066,7 +18576,9 @@ function Typeahead_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tr
17066
18576
  // https://github.com/ssagroup/ui-kit/issues/385
17067
18577
  const TypeaheadOptionsBase = /*#__PURE__*/base_default()("ul", true ? {
17068
18578
  target: "e1vig1dw7"
17069
- } : 0)("padding:0;margin:0;list-style:none;background:#fff;border-radius:8px;filter:", ({
18579
+ } : 0)("padding:0;margin:0;list-style:none;background:", ({
18580
+ theme
18581
+ }) => theme.colors.white, ";border-radius:8px;filter:", ({
17070
18582
  theme
17071
18583
  }) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";backdrop-filter:", ({
17072
18584
  theme
@@ -17076,12 +18588,11 @@ const TypeaheadOption = /*#__PURE__*/base_default()("li", true ? {
17076
18588
  } : 0)("display:flex;align-items:center;border:none;cursor:pointer;font-size:14px;gap:8px;padding:10px 12px;min-height:40px;line-height:20px;justify-content:space-between;overflow:hidden;text-overflow:ellipsis;background:", ({
17077
18589
  isActive,
17078
18590
  theme
17079
- }) => isActive ? theme.colors.blueRoyal12 : 'none', ";&:hover{background:rgba(72, 125, 225, 0.06);}" + ( true ? "" : 0));
18591
+ }) => isActive ? theme.colors.blueRoyal12 : 'none', ";&:hover{background:", ({
18592
+ theme
18593
+ }) => theme.colors.blueRoyal12, ";}" + ( true ? "" : 0));
17080
18594
  const TypeaheadInput = theme => /*#__PURE__*/(0,css_namespaceObject.css)("&.typeahead-input{flex:1;width:100%;color:", theme.colors.greyDarker, ";border:none;border-radius:0;height:32px;cursor:pointer;padding:0;background:transparent;text-indent:8px;&:active,&:focus{min-width:100%;}}" + ( true ? "" : 0), true ? "" : 0);
17081
- const TypeaheadInputPlaceholder = /*#__PURE__*/(0,css_namespaceObject.css)( true ? {
17082
- name: "1kivhs5",
17083
- styles: "position:absolute;top:0;left:-4px;font-weight:400;font-size:0.875rem;line-height:1rem;color:rgba(0, 0, 0, 0.54);&:disabled:hover{cursor:default;}"
17084
- } : 0);
18595
+ const TypeaheadInputPlaceholder = theme => /*#__PURE__*/(0,css_namespaceObject.css)("position:absolute;top:0;left:-4px;font-weight:400;font-size:0.875rem;line-height:1rem;color:", theme.colors.greyDarker60, ";&:disabled:hover{cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
17085
18596
  const TypeaheadInputWrapper = /*#__PURE__*/(0,css_namespaceObject.css)( true ? {
17086
18597
  name: "16adhtk",
17087
18598
  styles: "flex:1;width:100%;height:32px;z-index:5;background:transparent;margin-left:-8px;&:active,&:focus{min-width:100%;}"
@@ -17094,7 +18605,7 @@ const TypeaheadItem = /*#__PURE__*/base_default()("div", true ? {
17094
18605
  }) => isDisabled ? theme.colors.greySelectedMenuItem : theme.colors.greyLighter40, ";border-radius:24px;border:1px solid ", ({
17095
18606
  theme,
17096
18607
  isCustomValue
17097
- }) => isCustomValue ? theme.colors.blueRoyal : theme.colors.grey, ";color:", ({
18608
+ }) => isCustomValue ? theme.palette.primary.main : theme.colors.grey, ";color:", ({
17098
18609
  theme,
17099
18610
  isDisabled
17100
18611
  }) => isDisabled ? theme.colors.grey : theme.colors.greyDarker, ";font-weight:500;font-size:14px;min-height:20px;align-items:center;padding:6px;user-select:none;overflow:hidden;" + ( true ? "" : 0));
@@ -17110,7 +18621,7 @@ const TypeaheadItemLabel = /*#__PURE__*/base_default()("div", true ? {
17110
18621
  theme,
17111
18622
  isDisabled,
17112
18623
  isCustomValue
17113
- }) => isDisabled ? theme.colors.grey : isCustomValue ? theme.colors.blueRoyal : theme.colors.greyDarker, ";font-size:14px;font-weight:500;display:flex;align-items:center;cursor:default;overflow:hidden;text-overflow:ellipsis;" + ( true ? "" : 0));
18624
+ }) => isDisabled ? theme.colors.grey : isCustomValue ? theme.palette.primary.main : theme.colors.greyDarker, ";font-size:14px;font-weight:500;display:flex;align-items:center;cursor:default;overflow:hidden;text-overflow:ellipsis;" + ( true ? "" : 0));
17114
18625
  const TypeaheadItemCross = /*#__PURE__*/base_default()(Button_Button, true ? {
17115
18626
  target: "e1vig1dw2"
17116
18627
  } : 0)("background:none;padding:0 5px 0 0;height:auto;&:active,&:focus,&:hover{cursor:", ({
@@ -17126,11 +18637,13 @@ const TypeaheadTrigger = /*#__PURE__*/base_default()(PopoverTrigger, true ? {
17126
18637
  } : 0)("position:relative;border-radius:12px;border:1px solid ", ({
17127
18638
  status,
17128
18639
  theme
17129
- }) => status === 'basic' ? theme.colors.grey : status === 'error' ? theme.colors.red : theme.colors.greenLighter, ";min-height:44px;height:auto;background:#fff;gap:8px;padding:5px 28px 5px 8px;width:100%;flex-wrap:wrap;border-color:", ({
18640
+ }) => status === 'basic' ? theme.colors.grey : status === 'error' ? theme.palette.error.light : theme.palette.success.light, ";min-height:44px;height:auto;background:", ({
18641
+ theme
18642
+ }) => theme.colors.white, ";gap:8px;padding:5px 28px 5px 8px;width:100%;flex-wrap:wrap;border-color:", ({
17130
18643
  isOpen,
17131
18644
  theme,
17132
18645
  status
17133
- }) => isOpen && (status === 'error' ? theme.colors.red : status === 'success' ? theme.colors.greenLighter : theme.colors.blueRoyal), ";background:", ({
18646
+ }) => isOpen && (status === 'error' ? theme.palette.error.dark : status === 'success' ? theme.palette.success.dark : theme.palette.primary.main), ";background:", ({
17134
18647
  isDisabled,
17135
18648
  theme
17136
18649
  }) => isDisabled ? theme.colors.greyLighter : theme.colors.white, ";&:active,&:focus,&:hover{background:", ({
@@ -17140,12 +18653,12 @@ const TypeaheadTrigger = /*#__PURE__*/base_default()(PopoverTrigger, true ? {
17140
18653
  isDisabled,
17141
18654
  theme,
17142
18655
  status
17143
- }) => isDisabled ? theme.colors.grey : status === 'error' ? theme.colors.red : status === 'success' ? theme.colors.greenLighter : theme.colors.greyDarker80, ";cursor:", ({
18656
+ }) => isDisabled ? theme.colors.grey : status === 'error' ? theme.palette.error.main : status === 'success' ? theme.palette.success.main : theme.colors.greyDarker80, ";cursor:", ({
17144
18657
  isDisabled
17145
18658
  }) => isDisabled ? 'default' : 'pointer', ";}&:focus,&:active{border-color:", ({
17146
18659
  theme,
17147
18660
  status
17148
- }) => status === 'error' ? theme.colors.red : status === 'success' ? theme.colors.greenLighter : theme.colors.blueRoyal, ";", ({
18661
+ }) => status === 'error' ? theme.palette.error.dark : status === 'success' ? theme.palette.success.dark : theme.palette.primary.main, ";", ({
17149
18662
  isDisabled,
17150
18663
  theme
17151
18664
  }) => isDisabled && {
@@ -17200,7 +18713,7 @@ const MultipleTrigger = () => {
17200
18713
  name: "cross",
17201
18714
  tooltip: "Remove",
17202
18715
  size: 14,
17203
- color: context.isDisabled ? theme.colors.grey : isCustomValue ? theme.colors.blueRoyal : theme.colors.greyDarker,
18716
+ color: context.isDisabled ? theme.colors.grey : isCustomValue ? theme.palette.primary.main : theme.colors.greyDarker,
17204
18717
  css: MultipleTrigger_ref
17205
18718
  }),
17206
18719
  onClick: context.handleRemoveSelectedClick(selectedItem)
@@ -17231,7 +18744,7 @@ const MultipleTrigger = () => {
17231
18744
  value: context.firstSuggestion,
17232
18745
  tabIndex: -1,
17233
18746
  disabled: context.isDisabled,
17234
- className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder].join(' '),
18747
+ className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder(theme)].join(' '),
17235
18748
  ...typeaheadInputAdditionalProps
17236
18749
  })]
17237
18750
  }), !context.isDisabled && context.selectedItems.length ? (0,jsx_runtime_namespaceObject.jsx)(Button_Button, {
@@ -17286,7 +18799,7 @@ const SingleTrigger = () => {
17286
18799
  readOnly: true,
17287
18800
  value: context.firstSuggestion,
17288
18801
  tabIndex: -1,
17289
- className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder].join(' '),
18802
+ className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder(theme)].join(' '),
17290
18803
  ...typeaheadInputAdditionalProps
17291
18804
  }), !context.isDisabled && context.selectedItems.length ? (0,jsx_runtime_namespaceObject.jsx)(Button_Button, {
17292
18805
  variant: "tertiary",
@@ -17376,7 +18889,7 @@ const TypeaheadOption_TypeaheadOption = ({
17376
18889
  textOverflow: 'ellipsis',
17377
18890
  whiteSpace: 'nowrap',
17378
18891
  flex: 1,
17379
- color: isCustomValue ? theme.colors.blueRoyal : 'inherit'
18892
+ color: isCustomValue ? theme.palette.primary.main : 'inherit'
17380
18893
  }, true ? "" : 0, true ? "" : 0),
17381
18894
  children: [children, ' ']
17382
18895
  }), rest.isActive && (0,jsx_runtime_namespaceObject.jsx)(Button_Button, {
@@ -22326,13 +23839,13 @@ const SearchBox = ({
22326
23839
  ;// ./src/components/Form/Form.tsx
22327
23840
 
22328
23841
  function Form_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
22329
- const Form = /*#__PURE__*/base_default()("form", true ? {
23842
+ const Form_Form = /*#__PURE__*/base_default()("form", true ? {
22330
23843
  target: "e33is650"
22331
23844
  } : 0)( true ? {
22332
23845
  name: "1wb33nr",
22333
23846
  styles: "display:flex;flex-flow:row wrap"
22334
23847
  } : 0);
22335
- /* harmony default export */ const Form_Form = (Form);
23848
+ /* harmony default export */ const components_Form_Form = (Form_Form);
22336
23849
  ;// ./src/components/FormAction/FormAction.tsx
22337
23850
 
22338
23851
  function FormAction_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
@@ -25117,51 +26630,6 @@ const RadioWidget = props => {
25117
26630
  }, i)) : undefined
25118
26631
  });
25119
26632
  };
25120
- ;// ./src/components/Avatar/Avatar.tsx
25121
-
25122
- /**
25123
- * Avatar - Circular image component for user profiles
25124
- *
25125
- * A simple circular avatar component that displays an image with customizable size.
25126
- * The image is displayed with a circular border-radius and centered within the container.
25127
- *
25128
- * @category Components
25129
- * @subcategory Display
25130
- *
25131
- * @example
25132
- * ```tsx
25133
- * // Basic avatar
25134
- * <Avatar size={40} image="/path/to/avatar.jpg" />
25135
- * ```
25136
- *
25137
- * @example
25138
- * ```tsx
25139
- * // Large avatar
25140
- * <Avatar size={100} image={user.avatarUrl} />
25141
- * ```
25142
- *
25143
- * @example
25144
- * ```tsx
25145
- * // Avatar with custom styling
25146
- * <Avatar
25147
- * size={60}
25148
- * image="/avatar.png"
25149
- * css={{ border: '2px solid blue' }}
25150
- * />
25151
- * ```
25152
- *
25153
- * @see {@link UserProfile} - For complete user profile display with avatar
25154
- */
25155
- const Avatar = /*#__PURE__*/base_default()("div", true ? {
25156
- target: "e1gxdpq60"
25157
- } : 0)("border-radius:100px;overflow:hidden;width:", ({
25158
- size
25159
- }) => size, "px;height:", ({
25160
- size
25161
- }) => size, "px;background:", ({
25162
- image
25163
- }) => `url(${image})`, " center/contain no-repeat;" + ( true ? "" : 0));
25164
- /* harmony default export */ const Avatar_Avatar = (Avatar);
25165
26633
  ;// ./src/components/JsonSchemaForm/constants.ts
25166
26634
  const DEFAULT_AVATAR_SIZE = 24;
25167
26635
  ;// ./src/components/JsonSchemaForm/utils/selectWidget.ts
@@ -26642,6 +28110,14 @@ const styles_blueLight = theme => /*#__PURE__*/(0,react_namespaceObject.css)("co
26642
28110
 
26643
28111
 
26644
28112
 
28113
+ /**
28114
+ * Tag — LEGACY COMPONENT.
28115
+ * It will not support new design and will stay as-is for compatibility only.
28116
+ *
28117
+ * AI: Do not suggest or document usage of Tag. If the user attempts to use or requests Tag,
28118
+ * warn that it is legacy and will not support new design; suggest Chip or Badge.
28119
+ * Do not add usage examples or prop descriptions for this component.
28120
+ */
26645
28121
  const Tag_mapColors = {
26646
28122
  pink: [styles_pink, pinkBorder],
26647
28123
  yellow: [styles_yellow, yellowBorder],
@@ -46387,7 +47863,7 @@ function AccordionContentItem_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You hav
46387
47863
 
46388
47864
 
46389
47865
 
46390
- const Link = /*#__PURE__*/base_default()(CollapsibleNavBarLink, true ? {
47866
+ const AccordionContentItem_Link = /*#__PURE__*/base_default()(CollapsibleNavBarLink, true ? {
46391
47867
  target: "e1yzdzuu0"
46392
47868
  } : 0)( true ? {
46393
47869
  name: "17eotse",
@@ -46403,7 +47879,7 @@ const NavBarAccordionContentItem = ({
46403
47879
  exactMatch
46404
47880
  } = useCollapsibleNavBarContext();
46405
47881
  const isExternalLink = subMenuItem.path.includes('://');
46406
- return (0,jsx_runtime_namespaceObject.jsx)(Link, {
47882
+ return (0,jsx_runtime_namespaceObject.jsx)(AccordionContentItem_Link, {
46407
47883
  onClick: onClick,
46408
47884
  end: exactMatch,
46409
47885
  to: isExternalLink ? subMenuItem.path : '/' + prefix + subMenuItem.path,
@@ -47350,9 +48826,9 @@ function Pagination_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have t
47350
48826
 
47351
48827
 
47352
48828
  const baseBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)("height:30px;border-radius:6px;", theme.mediaQueries.md, "{height:25px;}&:disabled{cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
47353
- const pageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " background:unset;box-shadow:unset;color:#070821;padding:0 11px;", theme.mediaQueries.md, "{padding:0 9px;}&:disabled{background:unset;box-shadow:unset;}&:not(:disabled):hover,&:not(:disabled):active,&:not(:disabled):focus{background:#eef1f7;box-shadow:unset;}" + ( true ? "" : 0), true ? "" : 0);
47354
- const selectedBtnBg = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background:", theme.colors.blueLightDarker, ";background:linear-gradient(\n 247.37deg,\n ", theme.colors.blueDark, ",\n ", theme.colors.blueLightDarker, "\n );&:disabled{background:", theme.colors.blueLightDarker, ";background:linear-gradient(\n 247.37deg,\n ", theme.colors.blueDark, ",\n ", theme.colors.blueLightDarker, "\n );}" + ( true ? "" : 0), true ? "" : 0);
47355
- const selectedPageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " ", selectedBtnBg(theme), " color:white;margin:0 3px;padding:0 13px;", theme.mediaQueries.md, "{padding:0 10px;}&:hover,&:active,&:focus{", selectedBtnBg(theme), ";}&:not(:disabled):hover{box-shadow:0 5px 5px -1px rgba(0, 0, 0, 0.3);cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
48829
+ const pageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " background:unset;box-shadow:unset;color:", theme.colors.greyDarker, ";padding:0 11px;", theme.mediaQueries.md, "{padding:0 9px;}&:disabled{background:unset;box-shadow:unset;}&:not(:disabled):hover,&:not(:disabled):active,&:not(:disabled):focus{background:", theme.colors.greyLighter, ";box-shadow:unset;}" + ( true ? "" : 0), true ? "" : 0);
48830
+ const selectedBtnBg = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background:", theme.palette.primary.main, ";&:disabled{background:", theme.palette.primary.main, ";}" + ( true ? "" : 0), true ? "" : 0);
48831
+ const selectedPageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " ", selectedBtnBg(theme), " color:", theme.colors.white, ";margin:0 3px;padding:0 13px;", theme.mediaQueries.md, "{padding:0 10px;}&:hover,&:active,&:focus{", selectedBtnBg(theme), ";}&:not(:disabled):hover{box-shadow:0 5px 5px -1px rgba(0, 0, 0, 0.3);cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
47356
48832
  const arrowBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " padding:0 8px;background:", theme.colors.white, ";&:disabled{background:unset;}&:not(:disabled):hover{box-shadow:0 5px 5px -2px rgba(0, 0, 0, 0.2);cursor:pointer;}" + ( true ? "" : 0), true ? "" : 0);
47357
48833
  const PaginationNav = /*#__PURE__*/base_default()("nav", true ? {
47358
48834
  target: "e93vg8b1"
@@ -47690,24 +49166,29 @@ const RowsPerPageDropdown = ({
47690
49166
  }), (0,jsx_runtime_namespaceObject.jsx)(Dropdown_Dropdown, {
47691
49167
  selectedItem: selectedItemForDropdown,
47692
49168
  onChange: onChange,
47693
- css: /*#__PURE__*/(0,react_namespaceObject.css)({
47694
- marginLeft: 10,
47695
- marginRight: 15,
47696
- background: 'none',
47697
- color: '#070821',
47698
- gap: 5,
47699
- padding: 0,
47700
- '&:focus': {
47701
- color: '#070821',
47702
- background: 'none',
47703
- '&::before': {
47704
- display: 'none'
49169
+ dropdownProps: {
49170
+ toggleButton: {
49171
+ css: {
49172
+ marginLeft: 10,
49173
+ marginRight: 15,
49174
+ border: 'none',
49175
+ background: 'none',
49176
+ color: theme.colors.greyDarker,
49177
+ gap: 5,
49178
+ padding: 0,
49179
+ '&:focus': {
49180
+ color: theme.colors.greyDarker,
49181
+ background: 'none',
49182
+ '&::before': {
49183
+ display: 'none'
49184
+ }
49185
+ },
49186
+ '& svg path': {
49187
+ stroke: theme.colors.greyDarker
49188
+ }
47705
49189
  }
47706
- },
47707
- '& svg path': {
47708
- stroke: theme.colors.greyDarker
47709
49190
  }
47710
- }, true ? "" : 0, true ? "" : 0),
49191
+ },
47711
49192
  ...rest,
47712
49193
  children: rowsPerPageList.map(item => (0,jsx_runtime_namespaceObject.jsx)(DropdownOption_DropdownOption, {
47713
49194
  value: item.value,
@@ -47717,6 +49198,7 @@ const RowsPerPageDropdown = ({
47717
49198
  });
47718
49199
  };
47719
49200
  ;// ./src/components/Pagination/Pagination.tsx
49201
+
47720
49202
  function Pagination_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
47721
49203
 
47722
49204
 
@@ -47727,6 +49209,7 @@ function Pagination_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to
47727
49209
 
47728
49210
 
47729
49211
 
49212
+
47730
49213
  /**
47731
49214
  * Pagination - Navigation controls for paginated data
47732
49215
  *
@@ -47814,14 +49297,10 @@ var Pagination_ref = true ? {
47814
49297
  styles: "width:auto;margin-right:5px"
47815
49298
  } : 0;
47816
49299
  var Pagination_ref2 = true ? {
47817
- name: "xiej5f",
47818
- styles: "text-wrap:nowrap;font-size:14px;margin-left:16px"
47819
- } : 0;
47820
- var Pagination_ref3 = true ? {
47821
49300
  name: "1j97xhc",
47822
49301
  styles: "margin-right:12px"
47823
49302
  } : 0;
47824
- var Pagination_ref4 = true ? {
49303
+ var Pagination_ref3 = true ? {
47825
49304
  name: "lrb7um",
47826
49305
  styles: "margin-left:7px"
47827
49306
  } : 0;
@@ -47839,6 +49318,7 @@ const Pagination = ({
47839
49318
  rowPerPageProps,
47840
49319
  manualPageNumberProps
47841
49320
  }) => {
49321
+ const theme = (0,react_namespaceObject.useTheme)();
47842
49322
  const {
47843
49323
  page,
47844
49324
  setPage
@@ -47882,7 +49362,12 @@ const Pagination = ({
47882
49362
  },
47883
49363
  ...manualPageNumberProps
47884
49364
  }), isPageFromCountVisible && (0,jsx_runtime_namespaceObject.jsxs)("span", {
47885
- css: Pagination_ref2,
49365
+ css: /*#__PURE__*/(0,react_namespaceObject.css)({
49366
+ textWrap: 'nowrap',
49367
+ fontSize: 14,
49368
+ marginLeft: 16,
49369
+ color: theme.colors.greyDarker
49370
+ }, true ? "" : 0, true ? "" : 0),
47886
49371
  children: [page || 0, " / ", pagesCount]
47887
49372
  })]
47888
49373
  }), (0,jsx_runtime_namespaceObject.jsxs)(Wrapper_Wrapper, {
@@ -47894,7 +49379,7 @@ const Pagination = ({
47894
49379
  }
47895
49380
  },
47896
49381
  isDisabled: isDisabled || pagesCount == null || pagesCount <= 1 || page == null || page === 1,
47897
- css: Pagination_ref3
49382
+ css: Pagination_ref2
47898
49383
  }), (0,jsx_runtime_namespaceObject.jsx)(PaginationButtons, {
47899
49384
  range: range,
47900
49385
  selectedPage: page,
@@ -47908,7 +49393,7 @@ const Pagination = ({
47908
49393
  }
47909
49394
  },
47910
49395
  isDisabled: isDisabled || pagesCount == null || pagesCount <= 1 || page == null || page === pagesCount,
47911
- css: Pagination_ref4
49396
+ css: Pagination_ref3
47912
49397
  })]
47913
49398
  })]
47914
49399
  });