@yuno-payments/dashboard-design-system 0.0.167 → 0.0.170

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 (161) hide show
  1. package/dist/components/atoms/access-denied-alert/access-denied-alert.d.ts +0 -16
  2. package/dist/components/atoms/accordion/accordion.d.ts +0 -66
  3. package/dist/components/atoms/alert/alert.d.ts +1 -26
  4. package/dist/components/atoms/alert/alert.js +8 -9
  5. package/dist/components/atoms/avatar/avatar-group.d.ts +0 -28
  6. package/dist/components/atoms/avatar/avatar.d.ts +0 -25
  7. package/dist/components/atoms/avatar/avatar.js +9 -9
  8. package/dist/components/atoms/badge/badge.d.ts +2 -30
  9. package/dist/components/atoms/badge/badge.js +11 -27
  10. package/dist/components/atoms/button/button.d.ts +0 -44
  11. package/dist/components/atoms/card/card.d.ts +3 -137
  12. package/dist/components/atoms/card/card.js +28 -56
  13. package/dist/components/atoms/checkbox/checkbox.d.ts +2 -38
  14. package/dist/components/atoms/checkbox/checkbox.js +27 -61
  15. package/dist/components/atoms/combobox/combobox.d.ts +0 -18
  16. package/dist/components/atoms/combobox/combobox.js +41 -41
  17. package/dist/components/atoms/combobox/types.d.ts +1 -90
  18. package/dist/components/atoms/currency-field/currency-field.d.ts +0 -38
  19. package/dist/components/atoms/currency-field/currency-field.js +19 -22
  20. package/dist/components/atoms/date-picker/date-picker.d.ts +0 -15
  21. package/dist/components/atoms/date-range-picker/date-range-picker.d.ts +0 -15
  22. package/dist/components/atoms/dots-menu/dots-menu.d.ts +0 -16
  23. package/dist/components/atoms/dots-menu/dots-menu.js +8 -8
  24. package/dist/components/atoms/dots-menu/dots-menu.types.d.ts +0 -52
  25. package/dist/components/atoms/dropdown-menu/dropdown-menu.d.ts +0 -50
  26. package/dist/components/atoms/field/field.d.ts +0 -55
  27. package/dist/components/atoms/field/field.js +46 -53
  28. package/dist/components/atoms/filter/filter-date-range.d.ts +2 -12
  29. package/dist/components/atoms/filter/filter-date-range.js +168 -203
  30. package/dist/components/atoms/filter/filter.d.ts +0 -6
  31. package/dist/components/atoms/filter/filter.js +76 -91
  32. package/dist/components/atoms/filter/index.d.ts +1 -1
  33. package/dist/components/atoms/filter-dropdown/filter-dropdown.d.ts +2 -208
  34. package/dist/components/atoms/filter-dropdown/filter-dropdown.js +160 -214
  35. package/dist/components/atoms/icon/icon-list.d.ts +0 -5
  36. package/dist/components/atoms/icon/icon-list.js +384 -394
  37. package/dist/components/atoms/icon/icon.d.ts +0 -29
  38. package/dist/components/atoms/index.d.ts +2 -3
  39. package/dist/components/atoms/label/index.d.ts +1 -1
  40. package/dist/components/atoms/link/link.d.ts +0 -20
  41. package/dist/components/atoms/multi-select/multi-select.d.ts +1 -1
  42. package/dist/components/atoms/multi-select/multi-select.js +6 -6
  43. package/dist/components/atoms/multi-values-field/multi-values-field.d.ts +0 -16
  44. package/dist/components/atoms/multi-values-field/multi-values-field.js +87 -109
  45. package/dist/components/atoms/multi-values-field/multi-values-field.types.d.ts +0 -81
  46. package/dist/components/atoms/otp-field/otp-field.d.ts +0 -32
  47. package/dist/components/atoms/password-field/password-field.d.ts +0 -23
  48. package/dist/components/atoms/password-field/password-field.js +1 -1
  49. package/dist/components/atoms/progress/progress.d.ts +0 -15
  50. package/dist/components/atoms/protected-field/protected-field.d.ts +0 -10
  51. package/dist/components/atoms/protected-field/protected-field.types.d.ts +0 -14
  52. package/dist/components/atoms/radio-group/radio-group-option.js +11 -11
  53. package/dist/components/atoms/radio-group/radio-group.d.ts +1 -50
  54. package/dist/components/atoms/radio-group/radio-group.js +12 -13
  55. package/dist/components/atoms/search-field/search-field.d.ts +0 -14
  56. package/dist/components/atoms/search-field/search-field.js +17 -17
  57. package/dist/components/atoms/search-field/search-field.types.d.ts +0 -57
  58. package/dist/components/atoms/select/index.d.ts +0 -2
  59. package/dist/components/atoms/select/select.d.ts +1 -83
  60. package/dist/components/atoms/select/select.js +21 -21
  61. package/dist/components/atoms/separator/separator.d.ts +0 -17
  62. package/dist/components/atoms/skeleton/index.d.ts +0 -9
  63. package/dist/components/atoms/switch/switch.d.ts +2 -56
  64. package/dist/components/atoms/switch/switch.js +32 -64
  65. package/dist/components/atoms/tabs/index.d.ts +0 -16
  66. package/dist/components/atoms/textarea/textarea.d.ts +0 -32
  67. package/dist/components/atoms/textarea/textarea.js +1 -1
  68. package/dist/components/atoms/time-picker/time-picker.d.ts +2 -73
  69. package/dist/components/atoms/time-picker/time-picker.js +3 -218
  70. package/dist/components/atoms/toaster/index.d.ts +0 -15
  71. package/dist/components/atoms/toggle-group/toggle-group.d.ts +1 -26
  72. package/dist/components/atoms/toggle-group/toggle-group.js +14 -15
  73. package/dist/components/atoms/tooltip/tooltip.d.ts +2 -53
  74. package/dist/components/atoms/typography/typography.d.ts +0 -18
  75. package/dist/components/molecules/breadcrumb/breadcrumb.d.ts +0 -50
  76. package/dist/components/molecules/breadcrumb/breadcrumb.js +17 -17
  77. package/dist/components/molecules/dialog-content/dialog-content.d.ts +0 -16
  78. package/dist/components/molecules/dialog-footer/dialog-footer.d.ts +0 -20
  79. package/dist/components/molecules/dialog-header/dialog-header.d.ts +0 -31
  80. package/dist/components/molecules/empty/empty-icon.js +6 -6
  81. package/dist/components/molecules/empty/empty.d.ts +1 -16
  82. package/dist/components/molecules/empty/empty.js +34 -37
  83. package/dist/components/molecules/highlight-banner/highlight-banner.d.ts +0 -17
  84. package/dist/components/molecules/pagination/pagination.d.ts +0 -49
  85. package/dist/components/organisms/data-table/components/cells/data-table-list-cell.d.ts +0 -41
  86. package/dist/components/organisms/data-table/components/column-header/data-table-column-header-content.js +1 -1
  87. package/dist/components/organisms/data-table/components/column-header/data-table-column-header-menu.js +18 -18
  88. package/dist/components/organisms/data-table/components/column-header/data-table-column-header.d.ts +0 -18
  89. package/dist/components/organisms/data-table/components/column-header/data-table-column-header.js +10 -10
  90. package/dist/components/organisms/data-table/components/data-table-body.d.ts +0 -18
  91. package/dist/components/organisms/data-table/components/data-table-header.d.ts +0 -12
  92. package/dist/components/organisms/data-table/components/data-table-header.js +7 -7
  93. package/dist/components/organisms/data-table/components/states/data-table-loading.d.ts +0 -24
  94. package/dist/components/organisms/data-table/components/states/data-table-loading.js +6 -6
  95. package/dist/components/organisms/data-table/data-table.d.ts +4 -133
  96. package/dist/components/organisms/data-table/data-table.js +100 -132
  97. package/dist/components/organisms/data-table/data-table.types.d.ts +26 -35
  98. package/dist/components/organisms/data-table/hooks/use-data-table-columns.js +41 -57
  99. package/dist/components/organisms/data-table/hooks/use-data-table-state.d.ts +2 -8
  100. package/dist/components/organisms/data-table/hooks/use-data-table-state.js +47 -82
  101. package/dist/components/organisms/data-table/utils/data-table-constants.d.ts +2 -8
  102. package/dist/components/organisms/data-table/utils/data-table-constants.js +10 -16
  103. package/dist/components/organisms/data-table/utils/data-table-styles.d.ts +0 -1652
  104. package/dist/components/organisms/data-table/utils/data-table-styles.js +14 -29
  105. package/dist/components/organisms/dialog/dialog.d.ts +1 -67
  106. package/dist/components/organisms/dialog/dialog.js +61 -78
  107. package/dist/components/organisms/index.d.ts +0 -2
  108. package/dist/components/organisms/sheet/sheet.d.ts +0 -69
  109. package/dist/components/organisms/sheet/sheet.js +33 -34
  110. package/dist/index.css +1 -1
  111. package/dist/index.d.ts +0 -2
  112. package/dist/index.js +162 -173
  113. package/dist/vendor/shadcn/avatar.js +19 -19
  114. package/dist/vendor/shadcn/badge.js +15 -15
  115. package/dist/vendor/shadcn/card.js +7 -7
  116. package/dist/vendor/shadcn/date-picker.d.ts +2 -2
  117. package/dist/vendor/shadcn/date-picker.js +1 -1
  118. package/dist/vendor/shadcn/date-range-picker.d.ts +2 -2
  119. package/dist/vendor/shadcn/date-range-picker.js +1 -1
  120. package/dist/vendor/shadcn/dialog.js +2 -2
  121. package/dist/vendor/shadcn/input-group.js +17 -17
  122. package/dist/vendor/shadcn/input.js +7 -7
  123. package/dist/vendor/shadcn/popover.js +1 -1
  124. package/dist/vendor/shadcn/select.js +2 -2
  125. package/dist/vendor/shadcn/sonner.d.ts +1 -26
  126. package/dist/vendor/shadcn/sonner.js +8 -12
  127. package/dist/vendor/shadcn/table.js +30 -30
  128. package/dist/vendor/shadcn/textarea.js +9 -9
  129. package/dist/vendor/shadcn/time-picker.d.ts +2 -1
  130. package/dist/vendor/shadcn/time-picker.js +23 -17
  131. package/dist/vendor/shadcn/toggle.js +13 -13
  132. package/dist/vendor/shadcn/tooltip.js +15 -25
  133. package/package.json +1 -1
  134. package/dist/components/atoms/icon/aida-logo.d.ts +0 -3
  135. package/dist/components/atoms/icon/aida-logo.js +0 -64
  136. package/dist/components/atoms/label/label.d.ts +0 -11
  137. package/dist/components/atoms/label/label.js +0 -28
  138. package/dist/components/atoms/loading/index.d.ts +0 -1
  139. package/dist/components/atoms/loading/loading.d.ts +0 -39
  140. package/dist/components/atoms/loading/loading.js +0 -37
  141. package/dist/components/atoms/select/search-select.d.ts +0 -22
  142. package/dist/components/atoms/select/search-select.js +0 -201
  143. package/dist/components/organisms/tutorial/index.d.ts +0 -2
  144. package/dist/components/organisms/tutorial/tutorial.d.ts +0 -16
  145. package/dist/components/organisms/tutorial/tutorial.js +0 -114
  146. package/dist/components/organisms/tutorial/tutorial.types.d.ts +0 -15
  147. package/dist/hooks/index.d.ts +0 -3
  148. package/dist/hooks/use-body-scroll-lock.d.ts +0 -13
  149. package/dist/hooks/use-escape-key.d.ts +0 -14
  150. package/dist/hooks/use-media-query.d.ts +0 -20
  151. package/dist/hooks/use-media-query.js +0 -21
  152. package/dist/lib/notification-alert.d.ts +0 -42
  153. package/dist/lib/notification-alert.js +0 -75
  154. package/dist/node_modules/@phosphor-icons/react/dist/csr/File.es.js +0 -8
  155. package/dist/node_modules/@phosphor-icons/react/dist/csr/Microphone.es.js +0 -8
  156. package/dist/node_modules/@phosphor-icons/react/dist/csr/Stop.es.js +0 -8
  157. package/dist/node_modules/@phosphor-icons/react/dist/csr/Table.es.js +0 -8
  158. package/dist/node_modules/@phosphor-icons/react/dist/defs/File.es.js +0 -30
  159. package/dist/node_modules/@phosphor-icons/react/dist/defs/Microphone.es.js +0 -36
  160. package/dist/node_modules/@phosphor-icons/react/dist/defs/Stop.es.js +0 -36
  161. package/dist/node_modules/@phosphor-icons/react/dist/defs/Table.es.js +0 -30
@@ -1,408 +1,398 @@
1
- import r from "./aida-logo.js";
2
- import { MagnifyingGlassIcon as i } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagnifyingGlass.es.js";
3
- import { CaretDownIcon as e } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDown.es.js";
4
- import { CaretUpDownIcon as m } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUpDown.es.js";
5
- import { InfoIcon as a } from "../../../node_modules/@phosphor-icons/react/dist/csr/Info.es.js";
6
- import { BellSimpleIcon as t } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimple.es.js";
7
- import { MonitorIcon as n } from "../../../node_modules/@phosphor-icons/react/dist/csr/Monitor.es.js";
8
- import { ChartLineIcon as s } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartLine.es.js";
9
- import { ArrowsLeftRightIcon as c } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsLeftRight.es.js";
10
- import { PhoneIcon as p } from "../../../node_modules/@phosphor-icons/react/dist/csr/Phone.es.js";
11
- import { LinkSimpleIcon as l } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimple.es.js";
12
- import { SwapIcon as f } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swap.es.js";
13
- import { FileArchiveIcon as I } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArchive.es.js";
14
- import { FilePdfIcon as $ } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePdf.es.js";
15
- import { BoundingBoxIcon as C } from "../../../node_modules/@phosphor-icons/react/dist/csr/BoundingBox.es.js";
16
- import { TreeStructureIcon as u } from "../../../node_modules/@phosphor-icons/react/dist/csr/TreeStructure.es.js";
17
- import { ShoppingCartIcon as h } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
18
- import { CodeIcon as w } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
19
- import { FileTxtIcon as S } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileTxt.es.js";
20
- import { FileZipIcon as g } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
21
- import { TerminalWindowIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
1
+ import { MagnifyingGlassIcon as r } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagnifyingGlass.es.js";
2
+ import { CaretDownIcon as i } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDown.es.js";
3
+ import { CaretUpDownIcon as e } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUpDown.es.js";
4
+ import { InfoIcon as m } from "../../../node_modules/@phosphor-icons/react/dist/csr/Info.es.js";
5
+ import { BellSimpleIcon as a } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimple.es.js";
6
+ import { MonitorIcon as t } from "../../../node_modules/@phosphor-icons/react/dist/csr/Monitor.es.js";
7
+ import { ChartLineIcon as n } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartLine.es.js";
8
+ import { ArrowsLeftRightIcon as s } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsLeftRight.es.js";
9
+ import { PhoneIcon as c } from "../../../node_modules/@phosphor-icons/react/dist/csr/Phone.es.js";
10
+ import { LinkSimpleIcon as p } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimple.es.js";
11
+ import { SwapIcon as l } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swap.es.js";
12
+ import { FileArchiveIcon as f } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArchive.es.js";
13
+ import { FilePdfIcon as I } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePdf.es.js";
14
+ import { BoundingBoxIcon as $ } from "../../../node_modules/@phosphor-icons/react/dist/csr/BoundingBox.es.js";
15
+ import { TreeStructureIcon as C } from "../../../node_modules/@phosphor-icons/react/dist/csr/TreeStructure.es.js";
16
+ import { ShoppingCartIcon as u } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
17
+ import { CodeIcon as h } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
18
+ import { FileTxtIcon as w } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileTxt.es.js";
19
+ import { FileZipIcon as S } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
20
+ import { TerminalWindowIcon as g } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
22
21
  import { UserIcon as k } from "../../../node_modules/@phosphor-icons/react/dist/csr/User.es.js";
23
- import { LockIcon as P } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
24
- import { FileDocIcon as A } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
25
- import { QuestionIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/Question.es.js";
26
- import { SignOutIcon as B } from "../../../node_modules/@phosphor-icons/react/dist/csr/SignOut.es.js";
22
+ import { LockIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
23
+ import { FileDocIcon as P } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
24
+ import { QuestionIcon as A } from "../../../node_modules/@phosphor-icons/react/dist/csr/Question.es.js";
25
+ import { SignOutIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/SignOut.es.js";
27
26
  import { XIcon as o } from "../../../node_modules/@phosphor-icons/react/dist/csr/X.es.js";
28
- import { FunnelSimpleIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/FunnelSimple.es.js";
29
- import { PlusIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plus.es.js";
30
- import { WarningCircleIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
31
- import { XCircleIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
27
+ import { FunnelSimpleIcon as B } from "../../../node_modules/@phosphor-icons/react/dist/csr/FunnelSimple.es.js";
28
+ import { PlusIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plus.es.js";
29
+ import { WarningCircleIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
30
+ import { XCircleIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
32
31
  import { CheckCircleIcon as y } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckCircle.es.js";
33
- import { PlugsIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
34
- import { PlugIcon as R } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
35
- import { ListIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/List.es.js";
32
+ import { PlugsIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
33
+ import { PlugIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
34
+ import { ListIcon as R } from "../../../node_modules/@phosphor-icons/react/dist/csr/List.es.js";
36
35
  import { ArrowCircleLeftIcon as x } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleLeft.es.js";
37
- import { ArrowCircleRightIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
38
- import { RadioButtonIcon as N } from "../../../node_modules/@phosphor-icons/react/dist/csr/RadioButton.es.js";
36
+ import { ArrowCircleRightIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
37
+ import { RadioButtonIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/RadioButton.es.js";
39
38
  import { GearIcon as q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Gear.es.js";
40
- import { UserPlusIcon as E } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserPlus.es.js";
41
- import { ArrowLeftIcon as G } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowLeft.es.js";
42
- import { CircleIcon as W } from "../../../node_modules/@phosphor-icons/react/dist/csr/Circle.es.js";
43
- import { StarIcon as O } from "../../../node_modules/@phosphor-icons/react/dist/csr/Star.es.js";
44
- import { NotepadIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notepad.es.js";
45
- import { ExportIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/Export.es.js";
46
- import { StopIcon as K } from "../../../node_modules/@phosphor-icons/react/dist/csr/Stop.es.js";
47
- import { MicrophoneIcon as Q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Microphone.es.js";
48
- import { FileIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/File.es.js";
49
- import { TableIcon as z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Table.es.js";
50
- import { BinocularsIcon as j } from "../../../node_modules/@phosphor-icons/react/dist/csr/Binoculars.es.js";
51
- import { GitBranchIcon as Z } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
52
- import { PencilIcon as J } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
53
- import { LinkBreakIcon as Y } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
54
- import { PauseIcon as _ } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
55
- import { DotsThreeVerticalIcon as oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeVertical.es.js";
56
- import { PencilSimpleIcon as ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimple.es.js";
57
- import { TrashIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/Trash.es.js";
58
- import { EqualsIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Equals.es.js";
59
- import { BracketsAngleIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsAngle.es.js";
60
- import { BracketsSquareIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsSquare.es.js";
61
- import { SelectionInverseIcon as to } from "../../../node_modules/@phosphor-icons/react/dist/csr/SelectionInverse.es.js";
62
- import { BracketsCurlyIcon as no } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsCurly.es.js";
63
- import { CaretRightIcon as so } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretRight.es.js";
64
- import { ArrowsDownUpIcon as co } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsDownUp.es.js";
65
- import { DotsThreeIcon as po } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThree.es.js";
66
- import { ClockIcon as lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Clock.es.js";
67
- import { ProhibitIcon as fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Prohibit.es.js";
68
- import { ListPlusIcon as Io } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListPlus.es.js";
69
- import { SquareIcon as $o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Square.es.js";
70
- import { CaretLeftIcon as Co } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretLeft.es.js";
71
- import { UploadIcon as uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Upload.es.js";
72
- import { CloudSlashIcon as ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/CloudSlash.es.js";
73
- import { GitForkIcon as wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
74
- import { TextboxIcon as So } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
75
- import { DeviceMobileCameraIcon as go } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
76
- import { CaretUpIcon as ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
77
- import { SwatchesIcon as Po } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
78
- import { CreditCardIcon as Ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
79
- import { PaletteIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
80
- import { CircleNotchIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CircleNotch.es.js";
81
- import { PencilSimpleLineIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimpleLine.es.js";
82
- import { CopyIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
83
- import { LightbulbIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
84
- import { ArrowBendUpLeftIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
85
- import { CheckIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
86
- import { ChartPieIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
87
- import { PercentIcon as Ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/Percent.es.js";
88
- import { HashIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Hash.es.js";
89
- import { CurrencyCircleDollarIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
90
- import { CurrencyDollarIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
91
- import { ChartBarIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
92
- import { ArrowsClockwiseIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
93
- import { CopySimpleIcon as Eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
94
- import { FlagBannerIcon as Go } from "../../../node_modules/@phosphor-icons/react/dist/csr/FlagBanner.es.js";
95
- import { CalendarBlankIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarBlank.es.js";
96
- import { MoneyIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Money.es.js";
97
- import { PlayIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Play.es.js";
98
- import { FlagIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/Flag.es.js";
99
- import { CaretDoubleLeftIcon as Ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleLeft.es.js";
100
- import { CaretDoubleRightIcon as Qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleRight.es.js";
101
- import { ShareNetworkIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShareNetwork.es.js";
102
- import { ToggleLeftIcon as zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleLeft.es.js";
103
- import { PlusCircleIcon as jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlusCircle.es.js";
104
- import { UserCircleIcon as Zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
105
- import { CaretCircleRightIcon as Jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
106
- import { MinusCircleIcon as Yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
107
- import { ArchiveIcon as _o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
108
- import { DesktopIcon as or } from "../../../node_modules/@phosphor-icons/react/dist/csr/Desktop.es.js";
109
- import { SunIcon as rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sun.es.js";
110
- import { TranslateIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/Translate.es.js";
111
- import { CheckSquareIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquare.es.js";
112
- import { CheckSquareOffsetIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquareOffset.es.js";
113
- import { UploadSimpleIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/UploadSimple.es.js";
114
- import { FileArrowUpIcon as tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArrowUp.es.js";
115
- import { FileCsvIcon as nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileCsv.es.js";
116
- import { DownloadSimpleIcon as sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DownloadSimple.es.js";
117
- import { ArrowCounterClockwiseIcon as cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCounterClockwise.es.js";
118
- import { BankIcon as pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
119
- import { ShieldWarningIcon as lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
120
- import { UserSwitchIcon as fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
121
- import { LightningIcon as Ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
122
- import { MapPinIcon as $r } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
123
- import { EraserIcon as Cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
124
- import { VaultIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
125
- import { ClockClockwiseIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
126
- import { RepeatIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
127
- import { EyeIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
128
- import { EyeSlashIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
129
- import { EyeClosedIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
130
- import { DotsSixVerticalIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
131
- import { DotsNineIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
132
- import { CardsIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
133
- import { ArrowCircleUpLeftIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
134
- import { WalletIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
135
- import { ArrowBendUpRightIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
136
- import { IdentificationCardIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
137
- import { NotificationIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
138
- import { ListBulletsIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
139
- import { DownloadIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
140
- import { ArrowsOutSimpleIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
141
- import { ClockCountdownIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
142
- import { ClockCounterClockwiseIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
143
- import { ImageIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
144
- import { ToggleRightIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
145
- import { ArrowCircleUpIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
146
- import { ArrowUpIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
147
- import { ArrowDownIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
148
- import { ArrowUpRightIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
149
- import { PlayCircleIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
150
- import { PauseCircleIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/PauseCircle.es.js";
151
- import { SquaresFourIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquaresFour.es.js";
152
- import { LinkSimpleHorizontalIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
153
- import { KeyIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
154
- import { LockKeyIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
155
- import { DetectiveIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
156
- import { CalendarIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
157
- import { TextColumnsIcon as jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
158
- import { ColumnsIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
159
- import { ImageSquareIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
160
- import { PushPinIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
161
- import { PushPinSimpleIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
162
- import { PushPinSimpleSlashIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
163
- import { ShieldCheckIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
164
- import { PackageIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
165
- import { ArrowElbowDownRightIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
166
- import { BellSimpleSlashIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
167
- import { BellRingingIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
168
- import { GearSixIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
169
- import { TextTIcon as ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
170
- import { NumberCircleOneIcon as si } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
171
- import { ListNumbersIcon as ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
172
- import { WarningIcon as pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
173
- import { SortAscendingIcon as li } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
174
- import { ArrowClockwiseIcon as fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
175
- import { SparkleIcon as Ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
176
- import { ThumbsUpIcon as $i } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
177
- import { ThumbsDownIcon as Ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
178
- import { DotsThreeCircleVerticalIcon as ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
179
- import { BugBeetleIcon as hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
180
- import { EnvelopeIcon as wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
181
- import { ShieldSlashIcon as Si } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
182
- import { ArrowSquareInIcon as gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
183
- import { RowsIcon as di } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
184
- import { GearFineIcon as ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
185
- import { MoonIcon as Pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
186
- import { TrendDownIcon as Ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
187
- import { TrendUpIcon as Di } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
188
- import { IntersectIcon as Bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
189
- import { MagicWandIcon as Li } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
190
- import { PasswordIcon as Ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
191
- import { BuildingsIcon as Ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
192
- import { ArrowRightIcon as bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
193
- import { HeadsetIcon as yi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
194
- import { NetworkIcon as Fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
195
- import { NetworkSlashIcon as Ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
196
- import { TrafficSignalIcon as Mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
197
- import { FileMagnifyingGlassIcon as xi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
198
- import { ArrowsInSimpleIcon as vi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
199
- import { QueueIcon as Ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
200
- import { DeviceMobileSpeakerIcon as qi } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
201
- import { CameraIcon as Ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
202
- const Dt = {
203
- AidaLogo: r,
204
- Activity: Mi,
205
- FileSearch: xi,
206
- MagnifyingGlass: i,
207
- CaretDown: e,
208
- CaretUpDown: m,
209
- Info: a,
210
- BellSimple: t,
211
- Monitor: n,
212
- ChartLine: s,
213
- ArrowsLeftRight: c,
214
- Phone: p,
215
- LinkSimple: l,
216
- Swap: f,
217
- FileArchive: I,
218
- FilePdf: $,
219
- BoundingBox: C,
220
- TreeStructure: u,
221
- ShoppingCart: h,
222
- Code: w,
223
- FileTxt: S,
224
- FileZip: g,
225
- TerminalWindow: d,
39
+ import { UserPlusIcon as N } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserPlus.es.js";
40
+ import { ArrowLeftIcon as E } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowLeft.es.js";
41
+ import { CircleIcon as G } from "../../../node_modules/@phosphor-icons/react/dist/csr/Circle.es.js";
42
+ import { StarIcon as W } from "../../../node_modules/@phosphor-icons/react/dist/csr/Star.es.js";
43
+ import { NotepadIcon as O } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notepad.es.js";
44
+ import { ExportIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/Export.es.js";
45
+ import { BinocularsIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/Binoculars.es.js";
46
+ import { GitBranchIcon as K } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
47
+ import { PencilIcon as Q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
48
+ import { LinkBreakIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
49
+ import { PauseIcon as z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
50
+ import { DotsThreeVerticalIcon as j } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeVertical.es.js";
51
+ import { PencilSimpleIcon as Z } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimple.es.js";
52
+ import { TrashIcon as J } from "../../../node_modules/@phosphor-icons/react/dist/csr/Trash.es.js";
53
+ import { EqualsIcon as Y } from "../../../node_modules/@phosphor-icons/react/dist/csr/Equals.es.js";
54
+ import { BracketsAngleIcon as _ } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsAngle.es.js";
55
+ import { BracketsSquareIcon as oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsSquare.es.js";
56
+ import { SelectionInverseIcon as ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/SelectionInverse.es.js";
57
+ import { BracketsCurlyIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsCurly.es.js";
58
+ import { CaretRightIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretRight.es.js";
59
+ import { ArrowsDownUpIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsDownUp.es.js";
60
+ import { DotsThreeIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThree.es.js";
61
+ import { ClockIcon as to } from "../../../node_modules/@phosphor-icons/react/dist/csr/Clock.es.js";
62
+ import { ProhibitIcon as no } from "../../../node_modules/@phosphor-icons/react/dist/csr/Prohibit.es.js";
63
+ import { ListPlusIcon as so } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListPlus.es.js";
64
+ import { SquareIcon as co } from "../../../node_modules/@phosphor-icons/react/dist/csr/Square.es.js";
65
+ import { CaretLeftIcon as po } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretLeft.es.js";
66
+ import { UploadIcon as lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Upload.es.js";
67
+ import { CloudSlashIcon as fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CloudSlash.es.js";
68
+ import { GitForkIcon as Io } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
69
+ import { TextboxIcon as $o } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
70
+ import { DeviceMobileCameraIcon as Co } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
71
+ import { CaretUpIcon as uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
72
+ import { SwatchesIcon as ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
73
+ import { CreditCardIcon as wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
74
+ import { PaletteIcon as So } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
75
+ import { CircleNotchIcon as go } from "../../../node_modules/@phosphor-icons/react/dist/csr/CircleNotch.es.js";
76
+ import { PencilSimpleLineIcon as ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimpleLine.es.js";
77
+ import { CopyIcon as Po } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
78
+ import { LightbulbIcon as Ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
79
+ import { ArrowBendUpLeftIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
80
+ import { CheckIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
81
+ import { ChartPieIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
82
+ import { PercentIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/Percent.es.js";
83
+ import { HashIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Hash.es.js";
84
+ import { CurrencyCircleDollarIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
85
+ import { CurrencyDollarIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
86
+ import { ChartBarIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
87
+ import { ArrowsClockwiseIcon as Ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
88
+ import { CopySimpleIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
89
+ import { FlagBannerIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/FlagBanner.es.js";
90
+ import { CalendarBlankIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarBlank.es.js";
91
+ import { MoneyIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Money.es.js";
92
+ import { PlayIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/Play.es.js";
93
+ import { FlagIcon as Eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Flag.es.js";
94
+ import { CaretDoubleLeftIcon as Go } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleLeft.es.js";
95
+ import { CaretDoubleRightIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleRight.es.js";
96
+ import { ShareNetworkIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShareNetwork.es.js";
97
+ import { ToggleLeftIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleLeft.es.js";
98
+ import { PlusCircleIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlusCircle.es.js";
99
+ import { UserCircleIcon as Ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
100
+ import { CaretCircleRightIcon as Qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
101
+ import { MinusCircleIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
102
+ import { ArchiveIcon as zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
103
+ import { DesktopIcon as jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Desktop.es.js";
104
+ import { SunIcon as Zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sun.es.js";
105
+ import { TranslateIcon as Jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Translate.es.js";
106
+ import { CheckSquareIcon as Yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquare.es.js";
107
+ import { CheckSquareOffsetIcon as _o } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquareOffset.es.js";
108
+ import { UploadSimpleIcon as or } from "../../../node_modules/@phosphor-icons/react/dist/csr/UploadSimple.es.js";
109
+ import { FileArrowUpIcon as rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArrowUp.es.js";
110
+ import { FileCsvIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileCsv.es.js";
111
+ import { DownloadSimpleIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/DownloadSimple.es.js";
112
+ import { ArrowCounterClockwiseIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCounterClockwise.es.js";
113
+ import { BankIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
114
+ import { ShieldWarningIcon as tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
115
+ import { UserSwitchIcon as nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
116
+ import { LightningIcon as sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
117
+ import { MapPinIcon as cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
118
+ import { EraserIcon as pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
119
+ import { VaultIcon as lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
120
+ import { ClockClockwiseIcon as fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
121
+ import { RepeatIcon as Ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
122
+ import { EyeIcon as $r } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
123
+ import { EyeSlashIcon as Cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
124
+ import { EyeClosedIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
125
+ import { DotsSixVerticalIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
126
+ import { DotsNineIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
127
+ import { CardsIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
128
+ import { ArrowCircleUpLeftIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
129
+ import { WalletIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
130
+ import { ArrowBendUpRightIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
131
+ import { IdentificationCardIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
132
+ import { NotificationIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
133
+ import { ListBulletsIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
134
+ import { DownloadIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
135
+ import { ArrowsOutSimpleIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
136
+ import { ClockCountdownIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
137
+ import { ClockCounterClockwiseIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
138
+ import { ImageIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
139
+ import { ToggleRightIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
140
+ import { ArrowCircleUpIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
141
+ import { ArrowUpIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
142
+ import { ArrowDownIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
143
+ import { ArrowUpRightIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
144
+ import { PlayCircleIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
145
+ import { PauseCircleIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PauseCircle.es.js";
146
+ import { SquaresFourIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquaresFour.es.js";
147
+ import { LinkSimpleHorizontalIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
148
+ import { KeyIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
149
+ import { LockKeyIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
150
+ import { DetectiveIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
151
+ import { CalendarIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
152
+ import { TextColumnsIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
153
+ import { ColumnsIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
154
+ import { ImageSquareIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
155
+ import { PushPinIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
156
+ import { PushPinSimpleIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
157
+ import { PushPinSimpleSlashIcon as jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
158
+ import { ShieldCheckIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
159
+ import { PackageIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
160
+ import { ArrowElbowDownRightIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
161
+ import { BellSimpleSlashIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
162
+ import { BellRingingIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
163
+ import { GearSixIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
164
+ import { TextTIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
165
+ import { NumberCircleOneIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
166
+ import { ListNumbersIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
167
+ import { WarningIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
168
+ import { SortAscendingIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
169
+ import { ArrowClockwiseIcon as ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
170
+ import { SparkleIcon as si } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
171
+ import { ThumbsUpIcon as ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
172
+ import { ThumbsDownIcon as pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
173
+ import { DotsThreeCircleVerticalIcon as li } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
174
+ import { BugBeetleIcon as fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
175
+ import { EnvelopeIcon as Ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
176
+ import { ShieldSlashIcon as $i } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
177
+ import { ArrowSquareInIcon as Ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
178
+ import { RowsIcon as ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
179
+ import { GearFineIcon as hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
180
+ import { MoonIcon as wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
181
+ import { TrendDownIcon as Si } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
182
+ import { TrendUpIcon as gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
183
+ import { IntersectIcon as ki } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
184
+ import { MagicWandIcon as di } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
185
+ import { PasswordIcon as Pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
186
+ import { BuildingsIcon as Ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
187
+ import { ArrowRightIcon as Di } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
188
+ import { HeadsetIcon as Bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
189
+ import { NetworkIcon as Li } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
190
+ import { NetworkSlashIcon as Ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
191
+ import { TrafficSignalIcon as Ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
192
+ import { FileMagnifyingGlassIcon as yi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
193
+ import { ArrowsInSimpleIcon as bi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
194
+ import { QueueIcon as Fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
195
+ import { DeviceMobileSpeakerIcon as Ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
196
+ import { CameraIcon as xi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
197
+ const Ct = {
198
+ Activity: Ui,
199
+ FileSearch: yi,
200
+ MagnifyingGlass: r,
201
+ CaretDown: i,
202
+ CaretUpDown: e,
203
+ Info: m,
204
+ BellSimple: a,
205
+ Monitor: t,
206
+ ChartLine: n,
207
+ ArrowsLeftRight: s,
208
+ Phone: c,
209
+ LinkSimple: p,
210
+ Swap: l,
211
+ FileArchive: f,
212
+ FilePdf: I,
213
+ BoundingBox: $,
214
+ TreeStructure: C,
215
+ ShoppingCart: u,
216
+ Code: h,
217
+ FileTxt: w,
218
+ FileZip: S,
219
+ TerminalWindow: g,
226
220
  User: k,
227
- Lock: P,
228
- FileDoc: A,
229
- Question: D,
230
- SignOut: B,
221
+ Lock: d,
222
+ FileDoc: P,
223
+ Question: A,
224
+ SignOut: D,
231
225
  X: o,
232
- FunnelSimple: L,
233
- Plus: T,
234
- WarningCircle: U,
235
- XCircle: b,
226
+ FunnelSimple: B,
227
+ Plus: L,
228
+ WarningCircle: T,
229
+ XCircle: U,
236
230
  CheckCircle: y,
237
- Plugs: F,
238
- Plug: R,
239
- List: M,
231
+ Plugs: b,
232
+ Plug: F,
233
+ List: R,
240
234
  ArrowCircleLeft: x,
241
- ArrowCircleRight: v,
242
- RadioButton: N,
235
+ ArrowCircleRight: M,
236
+ RadioButton: v,
243
237
  Gear: q,
244
- UserPlus: E,
245
- ArrowLeft: G,
246
- Circle: W,
247
- Star: O,
248
- Notepad: V,
249
- Export: H,
250
- Binoculars: j,
251
- GitBranch: Z,
252
- Pencil: J,
253
- LinkBreak: Y,
254
- Pause: _,
255
- DotsThreeVertical: oo,
256
- PencilSimple: ro,
257
- Trash: io,
258
- Equals: eo,
259
- BracketsAngle: mo,
260
- BracketsSquare: ao,
261
- SelectionInverse: to,
262
- BracketsCurly: no,
263
- CaretRight: so,
264
- ArrowsDownUp: co,
265
- DotsThree: po,
266
- Clock: lo,
267
- Prohibit: fo,
268
- ListPlus: Io,
269
- Square: $o,
270
- CaretLeft: Co,
271
- Upload: uo,
272
- CloudSlash: ho,
273
- GitFork: wo,
274
- Textbox: So,
275
- DeviceMobileCamera: go,
276
- CaretUp: ko,
277
- Swatches: Po,
278
- CreditCard: Ao,
279
- Palette: Do,
280
- CircleNotch: Bo,
281
- PencilSimpleLine: Lo,
282
- Copy: To,
283
- Lightbulb: Uo,
284
- ArrowBendUpLeft: bo,
285
- Check: yo,
286
- ChartPie: Fo,
287
- Percent: Ro,
288
- Hash: Mo,
289
- CurrencyCircleDollar: xo,
290
- CurrencyDollar: vo,
291
- ChartBar: No,
292
- ArrowsClockwise: qo,
293
- CopySimple: Eo,
294
- FlagBanner: Go,
295
- CalendarBlank: Wo,
296
- Money: Oo,
297
- Play: Vo,
298
- Flag: Ho,
299
- CaretDoubleLeft: Ko,
300
- CaretDoubleRight: Qo,
301
- ShareNetwork: Xo,
302
- ToggleLeft: zo,
303
- PlusCircle: jo,
304
- UserCircle: Zo,
305
- CaretCircleRight: Jo,
306
- MinusCircle: Yo,
307
- Archive: _o,
308
- Desktop: or,
309
- Sun: rr,
310
- Translate: ir,
311
- CheckSquare: er,
312
- CheckSquareOffset: mr,
313
- UploadSimple: ar,
314
- FileArrowUp: tr,
315
- FileCsv: nr,
316
- DownloadSimple: sr,
317
- ArrowCounterClockwise: cr,
318
- Bank: pr,
319
- ShieldWarning: lr,
320
- UserSwitch: fr,
321
- Lightning: Ir,
322
- MapPin: $r,
323
- Eraser: Cr,
324
- Vault: ur,
325
- ClockClockwise: hr,
326
- Repeat: wr,
327
- Eye: Sr,
328
- EyeSlash: gr,
329
- EyeClosed: dr,
330
- DotsSixVertical: kr,
331
- DotsNine: Pr,
332
- Cards: Ar,
333
- ArrowCircleUpLeft: Dr,
334
- Wallet: Br,
335
- ArrowBendUpRight: Lr,
336
- IdentificationCard: Tr,
337
- Notification: Ur,
338
- ListBullets: br,
339
- Download: yr,
340
- ArrowsOutSimple: Fr,
341
- ClockCountdown: Rr,
342
- ClockCounterClockwise: Mr,
343
- Image: xr,
344
- ToggleRight: vr,
345
- ArrowCircleUp: Nr,
346
- ArrowUp: qr,
347
- File: X,
348
- Table: z,
349
- ArrowDown: Er,
350
- ArrowUpRight: Gr,
351
- PlayCircle: Wr,
352
- PauseCircle: Or,
353
- SquaresFour: Vr,
354
- LinkSimpleHorizontal: Hr,
355
- Key: Kr,
356
- LockKey: Qr,
357
- Detective: Xr,
358
- Calendar: zr,
359
- TextColumns: jr,
360
- Columns: Zr,
361
- ImageSquare: Jr,
362
- PushPin: Yr,
363
- PushPinSimple: _r,
364
- PushPinSimpleSlash: oi,
365
- ShieldCheck: ri,
366
- Package: ii,
367
- ArrowElbowDownRight: ei,
368
- BellSimpleSlash: mi,
369
- BellRinging: ai,
370
- GearSix: ti,
371
- TextT: ni,
372
- NumberCircleOne: si,
373
- ListNumbers: ci,
374
- Warning: pi,
375
- SortAscending: li,
376
- ArrowClockwise: fi,
377
- Sparkle: Ii,
378
- ThumbsUp: $i,
379
- ThumbsDown: Ci,
380
- DotsThreeCircleVertical: ui,
381
- BugBeetle: hi,
382
- Envelope: wi,
383
- ShieldSlash: Si,
384
- ArrowSquareIn: gi,
385
- Rows: di,
386
- GearFine: ki,
387
- Moon: Pi,
388
- TrendDown: Ai,
389
- TrendUp: Di,
390
- Intersect: Bi,
238
+ UserPlus: N,
239
+ ArrowLeft: E,
240
+ Circle: G,
241
+ Star: W,
242
+ Notepad: O,
243
+ Export: V,
244
+ Binoculars: H,
245
+ GitBranch: K,
246
+ Pencil: Q,
247
+ LinkBreak: X,
248
+ Pause: z,
249
+ DotsThreeVertical: j,
250
+ PencilSimple: Z,
251
+ Trash: J,
252
+ Equals: Y,
253
+ BracketsAngle: _,
254
+ BracketsSquare: oo,
255
+ SelectionInverse: ro,
256
+ BracketsCurly: io,
257
+ CaretRight: eo,
258
+ ArrowsDownUp: mo,
259
+ DotsThree: ao,
260
+ Clock: to,
261
+ Prohibit: no,
262
+ ListPlus: so,
263
+ Square: co,
264
+ CaretLeft: po,
265
+ Upload: lo,
266
+ CloudSlash: fo,
267
+ GitFork: Io,
268
+ Textbox: $o,
269
+ DeviceMobileCamera: Co,
270
+ CaretUp: uo,
271
+ Swatches: ho,
272
+ CreditCard: wo,
273
+ Palette: So,
274
+ CircleNotch: go,
275
+ PencilSimpleLine: ko,
276
+ Copy: Po,
277
+ Lightbulb: Ao,
278
+ ArrowBendUpLeft: Do,
279
+ Check: Bo,
280
+ ChartPie: Lo,
281
+ Percent: To,
282
+ Hash: Uo,
283
+ CurrencyCircleDollar: yo,
284
+ CurrencyDollar: bo,
285
+ ChartBar: Fo,
286
+ ArrowsClockwise: Ro,
287
+ CopySimple: xo,
288
+ FlagBanner: Mo,
289
+ CalendarBlank: vo,
290
+ Money: qo,
291
+ Play: No,
292
+ Flag: Eo,
293
+ CaretDoubleLeft: Go,
294
+ CaretDoubleRight: Wo,
295
+ ShareNetwork: Oo,
296
+ ToggleLeft: Vo,
297
+ PlusCircle: Ho,
298
+ UserCircle: Ko,
299
+ CaretCircleRight: Qo,
300
+ MinusCircle: Xo,
301
+ Archive: zo,
302
+ Desktop: jo,
303
+ Sun: Zo,
304
+ Translate: Jo,
305
+ CheckSquare: Yo,
306
+ CheckSquareOffset: _o,
307
+ UploadSimple: or,
308
+ FileArrowUp: rr,
309
+ FileCsv: ir,
310
+ DownloadSimple: er,
311
+ ArrowCounterClockwise: mr,
312
+ Bank: ar,
313
+ ShieldWarning: tr,
314
+ UserSwitch: nr,
315
+ Lightning: sr,
316
+ MapPin: cr,
317
+ Eraser: pr,
318
+ Vault: lr,
319
+ ClockClockwise: fr,
320
+ Repeat: Ir,
321
+ Eye: $r,
322
+ EyeSlash: Cr,
323
+ EyeClosed: ur,
324
+ DotsSixVertical: hr,
325
+ DotsNine: wr,
326
+ Cards: Sr,
327
+ ArrowCircleUpLeft: gr,
328
+ Wallet: kr,
329
+ ArrowBendUpRight: dr,
330
+ IdentificationCard: Pr,
331
+ Notification: Ar,
332
+ ListBullets: Dr,
333
+ Download: Br,
334
+ ArrowsOutSimple: Lr,
335
+ ClockCountdown: Tr,
336
+ ClockCounterClockwise: Ur,
337
+ Image: yr,
338
+ ToggleRight: br,
339
+ ArrowCircleUp: Fr,
340
+ ArrowUp: Rr,
341
+ ArrowDown: xr,
342
+ ArrowUpRight: Mr,
343
+ PlayCircle: vr,
344
+ PauseCircle: qr,
345
+ SquaresFour: Nr,
346
+ LinkSimpleHorizontal: Er,
347
+ Key: Gr,
348
+ LockKey: Wr,
349
+ Detective: Or,
350
+ Calendar: Vr,
351
+ TextColumns: Hr,
352
+ Columns: Kr,
353
+ ImageSquare: Qr,
354
+ PushPin: Xr,
355
+ PushPinSimple: zr,
356
+ PushPinSimpleSlash: jr,
357
+ ShieldCheck: Zr,
358
+ Package: Jr,
359
+ ArrowElbowDownRight: Yr,
360
+ BellSimpleSlash: _r,
361
+ BellRinging: oi,
362
+ GearSix: ri,
363
+ TextT: ii,
364
+ NumberCircleOne: ei,
365
+ ListNumbers: mi,
366
+ Warning: ai,
367
+ SortAscending: ti,
368
+ ArrowClockwise: ni,
369
+ Sparkle: si,
370
+ ThumbsUp: ci,
371
+ ThumbsDown: pi,
372
+ DotsThreeCircleVertical: li,
373
+ BugBeetle: fi,
374
+ Envelope: Ii,
375
+ ShieldSlash: $i,
376
+ ArrowSquareIn: Ci,
377
+ Rows: ui,
378
+ GearFine: hi,
379
+ Moon: wi,
380
+ TrendDown: Si,
381
+ TrendUp: gi,
382
+ Intersect: ki,
391
383
  close: o,
392
- MagicWand: Li,
393
- Stop: K,
394
- Microphone: Q,
395
- Password: Ti,
396
- Buildings: Ui,
397
- ArrowRight: bi,
398
- Headset: yi,
399
- Network: Fi,
400
- NetworkSlash: Ri,
401
- ArrowsInSimple: vi,
402
- Queue: Ni,
403
- DeviceMobileSpeaker: qi,
404
- Camera: Ei
384
+ MagicWand: di,
385
+ Password: Pi,
386
+ Buildings: Ai,
387
+ ArrowRight: Di,
388
+ Headset: Bi,
389
+ Network: Li,
390
+ NetworkSlash: Ti,
391
+ ArrowsInSimple: bi,
392
+ Queue: Fi,
393
+ DeviceMobileSpeaker: Ri,
394
+ Camera: xi
405
395
  };
406
396
  export {
407
- Dt as IconList
397
+ Ct as IconList
408
398
  };