@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.
- package/dist/components/atoms/access-denied-alert/access-denied-alert.d.ts +0 -16
- package/dist/components/atoms/accordion/accordion.d.ts +0 -66
- package/dist/components/atoms/alert/alert.d.ts +1 -26
- package/dist/components/atoms/alert/alert.js +8 -9
- package/dist/components/atoms/avatar/avatar-group.d.ts +0 -28
- package/dist/components/atoms/avatar/avatar.d.ts +0 -25
- package/dist/components/atoms/avatar/avatar.js +9 -9
- package/dist/components/atoms/badge/badge.d.ts +2 -30
- package/dist/components/atoms/badge/badge.js +11 -27
- package/dist/components/atoms/button/button.d.ts +0 -44
- package/dist/components/atoms/card/card.d.ts +3 -137
- package/dist/components/atoms/card/card.js +28 -56
- package/dist/components/atoms/checkbox/checkbox.d.ts +2 -38
- package/dist/components/atoms/checkbox/checkbox.js +27 -61
- package/dist/components/atoms/combobox/combobox.d.ts +0 -18
- package/dist/components/atoms/combobox/combobox.js +41 -41
- package/dist/components/atoms/combobox/types.d.ts +1 -90
- package/dist/components/atoms/currency-field/currency-field.d.ts +0 -38
- package/dist/components/atoms/currency-field/currency-field.js +19 -22
- package/dist/components/atoms/date-picker/date-picker.d.ts +0 -15
- package/dist/components/atoms/date-range-picker/date-range-picker.d.ts +0 -15
- package/dist/components/atoms/dots-menu/dots-menu.d.ts +0 -16
- package/dist/components/atoms/dots-menu/dots-menu.js +8 -8
- package/dist/components/atoms/dots-menu/dots-menu.types.d.ts +0 -52
- package/dist/components/atoms/dropdown-menu/dropdown-menu.d.ts +0 -50
- package/dist/components/atoms/field/field.d.ts +0 -55
- package/dist/components/atoms/field/field.js +46 -53
- package/dist/components/atoms/filter/filter-date-range.d.ts +2 -12
- package/dist/components/atoms/filter/filter-date-range.js +168 -203
- package/dist/components/atoms/filter/filter.d.ts +0 -6
- package/dist/components/atoms/filter/filter.js +76 -91
- package/dist/components/atoms/filter/index.d.ts +1 -1
- package/dist/components/atoms/filter-dropdown/filter-dropdown.d.ts +2 -208
- package/dist/components/atoms/filter-dropdown/filter-dropdown.js +160 -214
- package/dist/components/atoms/icon/icon-list.d.ts +0 -5
- package/dist/components/atoms/icon/icon-list.js +384 -394
- package/dist/components/atoms/icon/icon.d.ts +0 -29
- package/dist/components/atoms/index.d.ts +2 -3
- package/dist/components/atoms/label/index.d.ts +1 -1
- package/dist/components/atoms/link/link.d.ts +0 -20
- package/dist/components/atoms/multi-select/multi-select.d.ts +1 -1
- package/dist/components/atoms/multi-select/multi-select.js +6 -6
- package/dist/components/atoms/multi-values-field/multi-values-field.d.ts +0 -16
- package/dist/components/atoms/multi-values-field/multi-values-field.js +87 -109
- package/dist/components/atoms/multi-values-field/multi-values-field.types.d.ts +0 -81
- package/dist/components/atoms/otp-field/otp-field.d.ts +0 -32
- package/dist/components/atoms/password-field/password-field.d.ts +0 -23
- package/dist/components/atoms/password-field/password-field.js +1 -1
- package/dist/components/atoms/progress/progress.d.ts +0 -15
- package/dist/components/atoms/protected-field/protected-field.d.ts +0 -10
- package/dist/components/atoms/protected-field/protected-field.types.d.ts +0 -14
- package/dist/components/atoms/radio-group/radio-group-option.js +11 -11
- package/dist/components/atoms/radio-group/radio-group.d.ts +1 -50
- package/dist/components/atoms/radio-group/radio-group.js +12 -13
- package/dist/components/atoms/search-field/search-field.d.ts +0 -14
- package/dist/components/atoms/search-field/search-field.js +17 -17
- package/dist/components/atoms/search-field/search-field.types.d.ts +0 -57
- package/dist/components/atoms/select/index.d.ts +0 -2
- package/dist/components/atoms/select/select.d.ts +1 -83
- package/dist/components/atoms/select/select.js +21 -21
- package/dist/components/atoms/separator/separator.d.ts +0 -17
- package/dist/components/atoms/skeleton/index.d.ts +0 -9
- package/dist/components/atoms/switch/switch.d.ts +2 -56
- package/dist/components/atoms/switch/switch.js +32 -64
- package/dist/components/atoms/tabs/index.d.ts +0 -16
- package/dist/components/atoms/textarea/textarea.d.ts +0 -32
- package/dist/components/atoms/textarea/textarea.js +1 -1
- package/dist/components/atoms/time-picker/time-picker.d.ts +2 -73
- package/dist/components/atoms/time-picker/time-picker.js +3 -218
- package/dist/components/atoms/toaster/index.d.ts +0 -15
- package/dist/components/atoms/toggle-group/toggle-group.d.ts +1 -26
- package/dist/components/atoms/toggle-group/toggle-group.js +14 -15
- package/dist/components/atoms/tooltip/tooltip.d.ts +2 -53
- package/dist/components/atoms/typography/typography.d.ts +0 -18
- package/dist/components/molecules/breadcrumb/breadcrumb.d.ts +0 -50
- package/dist/components/molecules/breadcrumb/breadcrumb.js +17 -17
- package/dist/components/molecules/dialog-content/dialog-content.d.ts +0 -16
- package/dist/components/molecules/dialog-footer/dialog-footer.d.ts +0 -20
- package/dist/components/molecules/dialog-header/dialog-header.d.ts +0 -31
- package/dist/components/molecules/empty/empty-icon.js +6 -6
- package/dist/components/molecules/empty/empty.d.ts +1 -16
- package/dist/components/molecules/empty/empty.js +34 -37
- package/dist/components/molecules/highlight-banner/highlight-banner.d.ts +0 -17
- package/dist/components/molecules/pagination/pagination.d.ts +0 -49
- package/dist/components/organisms/data-table/components/cells/data-table-list-cell.d.ts +0 -41
- package/dist/components/organisms/data-table/components/column-header/data-table-column-header-content.js +1 -1
- package/dist/components/organisms/data-table/components/column-header/data-table-column-header-menu.js +18 -18
- package/dist/components/organisms/data-table/components/column-header/data-table-column-header.d.ts +0 -18
- package/dist/components/organisms/data-table/components/column-header/data-table-column-header.js +10 -10
- package/dist/components/organisms/data-table/components/data-table-body.d.ts +0 -18
- package/dist/components/organisms/data-table/components/data-table-header.d.ts +0 -12
- package/dist/components/organisms/data-table/components/data-table-header.js +7 -7
- package/dist/components/organisms/data-table/components/states/data-table-loading.d.ts +0 -24
- package/dist/components/organisms/data-table/components/states/data-table-loading.js +6 -6
- package/dist/components/organisms/data-table/data-table.d.ts +4 -133
- package/dist/components/organisms/data-table/data-table.js +100 -132
- package/dist/components/organisms/data-table/data-table.types.d.ts +26 -35
- package/dist/components/organisms/data-table/hooks/use-data-table-columns.js +41 -57
- package/dist/components/organisms/data-table/hooks/use-data-table-state.d.ts +2 -8
- package/dist/components/organisms/data-table/hooks/use-data-table-state.js +47 -82
- package/dist/components/organisms/data-table/utils/data-table-constants.d.ts +2 -8
- package/dist/components/organisms/data-table/utils/data-table-constants.js +10 -16
- package/dist/components/organisms/data-table/utils/data-table-styles.d.ts +0 -1652
- package/dist/components/organisms/data-table/utils/data-table-styles.js +14 -29
- package/dist/components/organisms/dialog/dialog.d.ts +1 -67
- package/dist/components/organisms/dialog/dialog.js +61 -78
- package/dist/components/organisms/index.d.ts +0 -2
- package/dist/components/organisms/sheet/sheet.d.ts +0 -69
- package/dist/components/organisms/sheet/sheet.js +33 -34
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +162 -173
- package/dist/vendor/shadcn/avatar.js +19 -19
- package/dist/vendor/shadcn/badge.js +15 -15
- package/dist/vendor/shadcn/card.js +7 -7
- package/dist/vendor/shadcn/date-picker.d.ts +2 -2
- package/dist/vendor/shadcn/date-picker.js +1 -1
- package/dist/vendor/shadcn/date-range-picker.d.ts +2 -2
- package/dist/vendor/shadcn/date-range-picker.js +1 -1
- package/dist/vendor/shadcn/dialog.js +2 -2
- package/dist/vendor/shadcn/input-group.js +17 -17
- package/dist/vendor/shadcn/input.js +7 -7
- package/dist/vendor/shadcn/popover.js +1 -1
- package/dist/vendor/shadcn/select.js +2 -2
- package/dist/vendor/shadcn/sonner.d.ts +1 -26
- package/dist/vendor/shadcn/sonner.js +8 -12
- package/dist/vendor/shadcn/table.js +30 -30
- package/dist/vendor/shadcn/textarea.js +9 -9
- package/dist/vendor/shadcn/time-picker.d.ts +2 -1
- package/dist/vendor/shadcn/time-picker.js +23 -17
- package/dist/vendor/shadcn/toggle.js +13 -13
- package/dist/vendor/shadcn/tooltip.js +15 -25
- package/package.json +1 -1
- package/dist/components/atoms/icon/aida-logo.d.ts +0 -3
- package/dist/components/atoms/icon/aida-logo.js +0 -64
- package/dist/components/atoms/label/label.d.ts +0 -11
- package/dist/components/atoms/label/label.js +0 -28
- package/dist/components/atoms/loading/index.d.ts +0 -1
- package/dist/components/atoms/loading/loading.d.ts +0 -39
- package/dist/components/atoms/loading/loading.js +0 -37
- package/dist/components/atoms/select/search-select.d.ts +0 -22
- package/dist/components/atoms/select/search-select.js +0 -201
- package/dist/components/organisms/tutorial/index.d.ts +0 -2
- package/dist/components/organisms/tutorial/tutorial.d.ts +0 -16
- package/dist/components/organisms/tutorial/tutorial.js +0 -114
- package/dist/components/organisms/tutorial/tutorial.types.d.ts +0 -15
- package/dist/hooks/index.d.ts +0 -3
- package/dist/hooks/use-body-scroll-lock.d.ts +0 -13
- package/dist/hooks/use-escape-key.d.ts +0 -14
- package/dist/hooks/use-media-query.d.ts +0 -20
- package/dist/hooks/use-media-query.js +0 -21
- package/dist/lib/notification-alert.d.ts +0 -42
- package/dist/lib/notification-alert.js +0 -75
- package/dist/node_modules/@phosphor-icons/react/dist/csr/File.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/csr/Microphone.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/csr/Stop.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/csr/Table.es.js +0 -8
- package/dist/node_modules/@phosphor-icons/react/dist/defs/File.es.js +0 -30
- package/dist/node_modules/@phosphor-icons/react/dist/defs/Microphone.es.js +0 -36
- package/dist/node_modules/@phosphor-icons/react/dist/defs/Stop.es.js +0 -36
- package/dist/node_modules/@phosphor-icons/react/dist/defs/Table.es.js +0 -30
|
@@ -1,408 +1,398 @@
|
|
|
1
|
-
import r from "
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
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
|
|
24
|
-
import { FileDocIcon as
|
|
25
|
-
import { QuestionIcon as
|
|
26
|
-
import { SignOutIcon as
|
|
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
|
|
29
|
-
import { PlusIcon as
|
|
30
|
-
import { WarningCircleIcon as
|
|
31
|
-
import { XCircleIcon as
|
|
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
|
|
34
|
-
import { PlugIcon as
|
|
35
|
-
import { ListIcon as
|
|
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
|
|
38
|
-
import { RadioButtonIcon as
|
|
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
|
|
41
|
-
import { ArrowLeftIcon as
|
|
42
|
-
import { CircleIcon as
|
|
43
|
-
import { StarIcon as
|
|
44
|
-
import { NotepadIcon as
|
|
45
|
-
import { ExportIcon as
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
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:
|
|
228
|
-
FileDoc:
|
|
229
|
-
Question:
|
|
230
|
-
SignOut:
|
|
221
|
+
Lock: d,
|
|
222
|
+
FileDoc: P,
|
|
223
|
+
Question: A,
|
|
224
|
+
SignOut: D,
|
|
231
225
|
X: o,
|
|
232
|
-
FunnelSimple:
|
|
233
|
-
Plus:
|
|
234
|
-
WarningCircle:
|
|
235
|
-
XCircle:
|
|
226
|
+
FunnelSimple: B,
|
|
227
|
+
Plus: L,
|
|
228
|
+
WarningCircle: T,
|
|
229
|
+
XCircle: U,
|
|
236
230
|
CheckCircle: y,
|
|
237
|
-
Plugs:
|
|
238
|
-
Plug:
|
|
239
|
-
List:
|
|
231
|
+
Plugs: b,
|
|
232
|
+
Plug: F,
|
|
233
|
+
List: R,
|
|
240
234
|
ArrowCircleLeft: x,
|
|
241
|
-
ArrowCircleRight:
|
|
242
|
-
RadioButton:
|
|
235
|
+
ArrowCircleRight: M,
|
|
236
|
+
RadioButton: v,
|
|
243
237
|
Gear: q,
|
|
244
|
-
UserPlus:
|
|
245
|
-
ArrowLeft:
|
|
246
|
-
Circle:
|
|
247
|
-
Star:
|
|
248
|
-
Notepad:
|
|
249
|
-
Export:
|
|
250
|
-
Binoculars:
|
|
251
|
-
GitBranch:
|
|
252
|
-
Pencil:
|
|
253
|
-
LinkBreak:
|
|
254
|
-
Pause:
|
|
255
|
-
DotsThreeVertical:
|
|
256
|
-
PencilSimple:
|
|
257
|
-
Trash:
|
|
258
|
-
Equals:
|
|
259
|
-
BracketsAngle:
|
|
260
|
-
BracketsSquare:
|
|
261
|
-
SelectionInverse:
|
|
262
|
-
BracketsCurly:
|
|
263
|
-
CaretRight:
|
|
264
|
-
ArrowsDownUp:
|
|
265
|
-
DotsThree:
|
|
266
|
-
Clock:
|
|
267
|
-
Prohibit:
|
|
268
|
-
ListPlus:
|
|
269
|
-
Square:
|
|
270
|
-
CaretLeft:
|
|
271
|
-
Upload:
|
|
272
|
-
CloudSlash:
|
|
273
|
-
GitFork:
|
|
274
|
-
Textbox:
|
|
275
|
-
DeviceMobileCamera:
|
|
276
|
-
CaretUp:
|
|
277
|
-
Swatches:
|
|
278
|
-
CreditCard:
|
|
279
|
-
Palette:
|
|
280
|
-
CircleNotch:
|
|
281
|
-
PencilSimpleLine:
|
|
282
|
-
Copy:
|
|
283
|
-
Lightbulb:
|
|
284
|
-
ArrowBendUpLeft:
|
|
285
|
-
Check:
|
|
286
|
-
ChartPie:
|
|
287
|
-
Percent:
|
|
288
|
-
Hash:
|
|
289
|
-
CurrencyCircleDollar:
|
|
290
|
-
CurrencyDollar:
|
|
291
|
-
ChartBar:
|
|
292
|
-
ArrowsClockwise:
|
|
293
|
-
CopySimple:
|
|
294
|
-
FlagBanner:
|
|
295
|
-
CalendarBlank:
|
|
296
|
-
Money:
|
|
297
|
-
Play:
|
|
298
|
-
Flag:
|
|
299
|
-
CaretDoubleLeft:
|
|
300
|
-
CaretDoubleRight:
|
|
301
|
-
ShareNetwork:
|
|
302
|
-
ToggleLeft:
|
|
303
|
-
PlusCircle:
|
|
304
|
-
UserCircle:
|
|
305
|
-
CaretCircleRight:
|
|
306
|
-
MinusCircle:
|
|
307
|
-
Archive:
|
|
308
|
-
Desktop:
|
|
309
|
-
Sun:
|
|
310
|
-
Translate:
|
|
311
|
-
CheckSquare:
|
|
312
|
-
CheckSquareOffset:
|
|
313
|
-
UploadSimple:
|
|
314
|
-
FileArrowUp:
|
|
315
|
-
FileCsv:
|
|
316
|
-
DownloadSimple:
|
|
317
|
-
ArrowCounterClockwise:
|
|
318
|
-
Bank:
|
|
319
|
-
ShieldWarning:
|
|
320
|
-
UserSwitch:
|
|
321
|
-
Lightning:
|
|
322
|
-
MapPin:
|
|
323
|
-
Eraser:
|
|
324
|
-
Vault:
|
|
325
|
-
ClockClockwise:
|
|
326
|
-
Repeat:
|
|
327
|
-
Eye:
|
|
328
|
-
EyeSlash:
|
|
329
|
-
EyeClosed:
|
|
330
|
-
DotsSixVertical:
|
|
331
|
-
DotsNine:
|
|
332
|
-
Cards:
|
|
333
|
-
ArrowCircleUpLeft:
|
|
334
|
-
Wallet:
|
|
335
|
-
ArrowBendUpRight:
|
|
336
|
-
IdentificationCard:
|
|
337
|
-
Notification:
|
|
338
|
-
ListBullets:
|
|
339
|
-
Download:
|
|
340
|
-
ArrowsOutSimple:
|
|
341
|
-
ClockCountdown:
|
|
342
|
-
ClockCounterClockwise:
|
|
343
|
-
Image:
|
|
344
|
-
ToggleRight:
|
|
345
|
-
ArrowCircleUp:
|
|
346
|
-
ArrowUp:
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
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:
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
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
|
-
|
|
397
|
+
Ct as IconList
|
|
408
398
|
};
|