@yuno-payments/dashboard-design-system 2.8.10 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/atoms/icon/icon-list.d.ts +12 -0
- package/dist/components/atoms/icon/icon-list.js +360 -336
- package/dist/components/molecules/data-table-cells/data-table-icon-cell.d.ts +42 -0
- package/dist/components/molecules/data-table-cells/data-table-icon-cell.js +53 -0
- package/dist/components/molecules/data-table-cells/index.d.ts +1 -0
- package/dist/dashboard-design-system.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.min.js +6201 -5778
- package/dist/index.js +179 -177
- package/dist/index.umd.min.js +20 -20
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyBtc.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyCny.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyDollarSimple.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyEth.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyEur.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyGbp.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyInr.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyJpy.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyKrw.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyKzt.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyNgn.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/csr/CurrencyRub.es.js +8 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyBtc.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyCny.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyDollarSimple.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyEth.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyEur.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyGbp.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyInr.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyJpy.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyKrw.es.js +36 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyKzt.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyNgn.es.js +30 -0
- package/dist/node_modules/@phosphor-icons/react/dist/defs/CurrencyRub.es.js +36 -0
- package/package.json +1 -1
- package/registry/components-registry.json +59 -2
|
@@ -2,11 +2,11 @@ import r from "./aida-logo.js";
|
|
|
2
2
|
import { MagnifyingGlassIcon as e } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagnifyingGlass.es.js";
|
|
3
3
|
import { CaretDownIcon as i } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDown.es.js";
|
|
4
4
|
import { CaretUpDownIcon as m } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUpDown.es.js";
|
|
5
|
-
import { InfoIcon as
|
|
6
|
-
import { BellSimpleIcon as
|
|
5
|
+
import { InfoIcon as t } from "../../../node_modules/@phosphor-icons/react/dist/csr/Info.es.js";
|
|
6
|
+
import { BellSimpleIcon as a } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimple.es.js";
|
|
7
7
|
import { MonitorIcon as n } from "../../../node_modules/@phosphor-icons/react/dist/csr/Monitor.es.js";
|
|
8
|
-
import { ChartLineIcon as
|
|
9
|
-
import { ArrowsLeftRightIcon as
|
|
8
|
+
import { ChartLineIcon as c } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartLine.es.js";
|
|
9
|
+
import { ArrowsLeftRightIcon as s } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsLeftRight.es.js";
|
|
10
10
|
import { PhoneIcon as p } from "../../../node_modules/@phosphor-icons/react/dist/csr/Phone.es.js";
|
|
11
11
|
import { PhoneCallIcon as l } from "../../../node_modules/@phosphor-icons/react/dist/csr/PhoneCall.es.js";
|
|
12
12
|
import { PhonePlusIcon as f } from "../../../node_modules/@phosphor-icons/react/dist/csr/PhonePlus.es.js";
|
|
@@ -21,34 +21,34 @@ import { BoundingBoxIcon as g } from "../../../node_modules/@phosphor-icons/reac
|
|
|
21
21
|
import { TreeStructureIcon as P } from "../../../node_modules/@phosphor-icons/react/dist/csr/TreeStructure.es.js";
|
|
22
22
|
import { ShoppingCartIcon as k } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShoppingCart.es.js";
|
|
23
23
|
import { CodeIcon as d } from "../../../node_modules/@phosphor-icons/react/dist/csr/Code.es.js";
|
|
24
|
-
import { FileTxtIcon as
|
|
25
|
-
import { FileZipIcon as
|
|
26
|
-
import { TerminalWindowIcon as
|
|
24
|
+
import { FileTxtIcon as y } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileTxt.es.js";
|
|
25
|
+
import { FileZipIcon as A } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileZip.es.js";
|
|
26
|
+
import { TerminalWindowIcon as D } from "../../../node_modules/@phosphor-icons/react/dist/csr/TerminalWindow.es.js";
|
|
27
27
|
import { UserIcon as B } from "../../../node_modules/@phosphor-icons/react/dist/csr/User.es.js";
|
|
28
|
-
import { LockIcon as
|
|
29
|
-
import { FileDocIcon as
|
|
28
|
+
import { LockIcon as L } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lock.es.js";
|
|
29
|
+
import { FileDocIcon as T } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileDoc.es.js";
|
|
30
30
|
import { QuestionIcon as b } from "../../../node_modules/@phosphor-icons/react/dist/csr/Question.es.js";
|
|
31
|
-
import { SignOutIcon as
|
|
31
|
+
import { SignOutIcon as F } from "../../../node_modules/@phosphor-icons/react/dist/csr/SignOut.es.js";
|
|
32
32
|
import { XIcon as o } from "../../../node_modules/@phosphor-icons/react/dist/csr/X.es.js";
|
|
33
|
-
import { FunnelSimpleIcon as
|
|
33
|
+
import { FunnelSimpleIcon as U } from "../../../node_modules/@phosphor-icons/react/dist/csr/FunnelSimple.es.js";
|
|
34
34
|
import { PlusIcon as R } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plus.es.js";
|
|
35
35
|
import { WarningCircleIcon as q } from "../../../node_modules/@phosphor-icons/react/dist/csr/WarningCircle.es.js";
|
|
36
|
-
import { XCircleIcon as
|
|
37
|
-
import { CheckCircleIcon as
|
|
38
|
-
import { PlugsIcon as
|
|
39
|
-
import { PlugIcon as
|
|
40
|
-
import { ListIcon as
|
|
36
|
+
import { XCircleIcon as N } from "../../../node_modules/@phosphor-icons/react/dist/csr/XCircle.es.js";
|
|
37
|
+
import { CheckCircleIcon as M } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckCircle.es.js";
|
|
38
|
+
import { PlugsIcon as x } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plugs.es.js";
|
|
39
|
+
import { PlugIcon as E } from "../../../node_modules/@phosphor-icons/react/dist/csr/Plug.es.js";
|
|
40
|
+
import { ListIcon as v } from "../../../node_modules/@phosphor-icons/react/dist/csr/List.es.js";
|
|
41
41
|
import { ListChecksIcon as G } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListChecks.es.js";
|
|
42
42
|
import { ArrowCircleLeftIcon as O } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleLeft.es.js";
|
|
43
43
|
import { ArrowCircleRightIcon as W } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleRight.es.js";
|
|
44
44
|
import { RadioButtonIcon as H } from "../../../node_modules/@phosphor-icons/react/dist/csr/RadioButton.es.js";
|
|
45
|
-
import { GearIcon as
|
|
46
|
-
import { UserPlusIcon as
|
|
47
|
-
import { ArrowLeftIcon as
|
|
48
|
-
import { CircleIcon as
|
|
49
|
-
import { StarIcon as
|
|
50
|
-
import { NotepadIcon as
|
|
51
|
-
import { ExportIcon as
|
|
45
|
+
import { GearIcon as K } from "../../../node_modules/@phosphor-icons/react/dist/csr/Gear.es.js";
|
|
46
|
+
import { UserPlusIcon as V } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserPlus.es.js";
|
|
47
|
+
import { ArrowLeftIcon as X } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowLeft.es.js";
|
|
48
|
+
import { CircleIcon as z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Circle.es.js";
|
|
49
|
+
import { StarIcon as J } from "../../../node_modules/@phosphor-icons/react/dist/csr/Star.es.js";
|
|
50
|
+
import { NotepadIcon as Q } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notepad.es.js";
|
|
51
|
+
import { ExportIcon as j } from "../../../node_modules/@phosphor-icons/react/dist/csr/Export.es.js";
|
|
52
52
|
import { StopIcon as Z } from "../../../node_modules/@phosphor-icons/react/dist/csr/Stop.es.js";
|
|
53
53
|
import { MicrophoneIcon as Y } from "../../../node_modules/@phosphor-icons/react/dist/csr/Microphone.es.js";
|
|
54
54
|
import { FileIcon as _ } from "../../../node_modules/@phosphor-icons/react/dist/csr/File.es.js";
|
|
@@ -57,11 +57,11 @@ import { BinocularsIcon as ro } from "../../../node_modules/@phosphor-icons/reac
|
|
|
57
57
|
import { GitBranchIcon as eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitBranch.es.js";
|
|
58
58
|
import { PencilIcon as io } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pencil.es.js";
|
|
59
59
|
import { LinkBreakIcon as mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkBreak.es.js";
|
|
60
|
-
import { PauseIcon as
|
|
61
|
-
import { DotsThreeVerticalIcon as
|
|
60
|
+
import { PauseIcon as to } from "../../../node_modules/@phosphor-icons/react/dist/csr/Pause.es.js";
|
|
61
|
+
import { DotsThreeVerticalIcon as ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeVertical.es.js";
|
|
62
62
|
import { PencilSimpleIcon as no } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimple.es.js";
|
|
63
|
-
import { TrashIcon as
|
|
64
|
-
import { EqualsIcon as
|
|
63
|
+
import { TrashIcon as co } from "../../../node_modules/@phosphor-icons/react/dist/csr/Trash.es.js";
|
|
64
|
+
import { EqualsIcon as so } from "../../../node_modules/@phosphor-icons/react/dist/csr/Equals.es.js";
|
|
65
65
|
import { BracketsAngleIcon as po } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsAngle.es.js";
|
|
66
66
|
import { BracketsSquareIcon as lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/BracketsSquare.es.js";
|
|
67
67
|
import { SelectionInverseIcon as fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/SelectionInverse.es.js";
|
|
@@ -75,165 +75,177 @@ import { ListPlusIcon as wo } from "../../../node_modules/@phosphor-icons/react/
|
|
|
75
75
|
import { SquareIcon as go } from "../../../node_modules/@phosphor-icons/react/dist/csr/Square.es.js";
|
|
76
76
|
import { CaretLeftIcon as Po } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretLeft.es.js";
|
|
77
77
|
import { UploadIcon as ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/Upload.es.js";
|
|
78
|
-
import { CloudSlashIcon as
|
|
79
|
-
import { GitForkIcon as
|
|
80
|
-
import { TextboxIcon as
|
|
78
|
+
import { CloudSlashIcon as yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CloudSlash.es.js";
|
|
79
|
+
import { GitForkIcon as Ao } from "../../../node_modules/@phosphor-icons/react/dist/csr/GitFork.es.js";
|
|
80
|
+
import { TextboxIcon as Do } from "../../../node_modules/@phosphor-icons/react/dist/csr/Textbox.es.js";
|
|
81
81
|
import { DeviceMobileCameraIcon as Bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileCamera.es.js";
|
|
82
|
-
import { CaretUpIcon as
|
|
83
|
-
import { SwatchesIcon as
|
|
82
|
+
import { CaretUpIcon as Lo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretUp.es.js";
|
|
83
|
+
import { SwatchesIcon as To } from "../../../node_modules/@phosphor-icons/react/dist/csr/Swatches.es.js";
|
|
84
84
|
import { CreditCardIcon as bo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CreditCard.es.js";
|
|
85
|
-
import { PaletteIcon as
|
|
86
|
-
import { CircleNotchIcon as
|
|
85
|
+
import { PaletteIcon as Fo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Palette.es.js";
|
|
86
|
+
import { CircleNotchIcon as Uo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CircleNotch.es.js";
|
|
87
87
|
import { PencilSimpleLineIcon as Ro } from "../../../node_modules/@phosphor-icons/react/dist/csr/PencilSimpleLine.es.js";
|
|
88
88
|
import { CopyIcon as qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Copy.es.js";
|
|
89
|
-
import { LightbulbIcon as
|
|
90
|
-
import { ArrowBendUpLeftIcon as
|
|
91
|
-
import { CheckIcon as
|
|
92
|
-
import { ChartPieIcon as
|
|
93
|
-
import { PercentIcon as
|
|
89
|
+
import { LightbulbIcon as No } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightbulb.es.js";
|
|
90
|
+
import { ArrowBendUpLeftIcon as Mo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpLeft.es.js";
|
|
91
|
+
import { CheckIcon as xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Check.es.js";
|
|
92
|
+
import { ChartPieIcon as Eo } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartPie.es.js";
|
|
93
|
+
import { PercentIcon as vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/Percent.es.js";
|
|
94
94
|
import { HashIcon as Go } from "../../../node_modules/@phosphor-icons/react/dist/csr/Hash.es.js";
|
|
95
95
|
import { CurrencyCircleDollarIcon as Oo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCircleDollar.es.js";
|
|
96
96
|
import { CurrencyDollarIcon as Wo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollar.es.js";
|
|
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
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
|
|
97
|
+
import { CurrencyDollarSimpleIcon as Ho } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyDollarSimple.es.js";
|
|
98
|
+
import { CurrencyEurIcon as Ko } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyEur.es.js";
|
|
99
|
+
import { CurrencyGbpIcon as Vo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyGbp.es.js";
|
|
100
|
+
import { CurrencyJpyIcon as Xo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyJpy.es.js";
|
|
101
|
+
import { CurrencyCnyIcon as zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyCny.es.js";
|
|
102
|
+
import { CurrencyInrIcon as Jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyInr.es.js";
|
|
103
|
+
import { CurrencyKrwIcon as Qo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyKrw.es.js";
|
|
104
|
+
import { CurrencyRubIcon as jo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyRub.es.js";
|
|
105
|
+
import { CurrencyNgnIcon as Zo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyNgn.es.js";
|
|
106
|
+
import { CurrencyKztIcon as Yo } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyKzt.es.js";
|
|
107
|
+
import { CurrencyBtcIcon as _o } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyBtc.es.js";
|
|
108
|
+
import { CurrencyEthIcon as or } from "../../../node_modules/@phosphor-icons/react/dist/csr/CurrencyEth.es.js";
|
|
109
|
+
import { ChartBarIcon as rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ChartBar.es.js";
|
|
110
|
+
import { ArrowsClockwiseIcon as er } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsClockwise.es.js";
|
|
111
|
+
import { CopySimpleIcon as ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/CopySimple.es.js";
|
|
112
|
+
import { FlagBannerIcon as mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FlagBanner.es.js";
|
|
113
|
+
import { CalendarBlankIcon as tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarBlank.es.js";
|
|
114
|
+
import { MoneyIcon as ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/Money.es.js";
|
|
115
|
+
import { PlayIcon as nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Play.es.js";
|
|
116
|
+
import { FlagIcon as cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Flag.es.js";
|
|
117
|
+
import { CaretDoubleLeftIcon as sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleLeft.es.js";
|
|
118
|
+
import { CaretDoubleRightIcon as pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretDoubleRight.es.js";
|
|
119
|
+
import { ShareNetworkIcon as lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShareNetwork.es.js";
|
|
120
|
+
import { ToggleLeftIcon as fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleLeft.es.js";
|
|
121
|
+
import { PlusCircleIcon as Ir } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlusCircle.es.js";
|
|
122
|
+
import { UserCircleIcon as $r } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserCircle.es.js";
|
|
123
|
+
import { CaretCircleRightIcon as Cr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CaretCircleRight.es.js";
|
|
124
|
+
import { MinusCircleIcon as ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/MinusCircle.es.js";
|
|
125
|
+
import { ArchiveIcon as hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Archive.es.js";
|
|
126
|
+
import { DesktopIcon as Sr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Desktop.es.js";
|
|
127
|
+
import { SunIcon as wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sun.es.js";
|
|
128
|
+
import { TranslateIcon as gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Translate.es.js";
|
|
129
|
+
import { CheckSquareIcon as Pr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquare.es.js";
|
|
130
|
+
import { CheckSquareOffsetIcon as kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/CheckSquareOffset.es.js";
|
|
131
|
+
import { UploadSimpleIcon as dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UploadSimple.es.js";
|
|
132
|
+
import { FileArrowUpIcon as yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileArrowUp.es.js";
|
|
133
|
+
import { FileCsvIcon as Ar } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileCsv.es.js";
|
|
134
|
+
import { DownloadSimpleIcon as Dr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DownloadSimple.es.js";
|
|
135
|
+
import { ArrowCounterClockwiseIcon as Br } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCounterClockwise.es.js";
|
|
136
|
+
import { ArrowsCounterClockwiseIcon as Lr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsCounterClockwise.es.js";
|
|
137
|
+
import { BankIcon as Tr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Bank.es.js";
|
|
138
|
+
import { ShieldWarningIcon as br } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldWarning.es.js";
|
|
139
|
+
import { UserSwitchIcon as Fr } from "../../../node_modules/@phosphor-icons/react/dist/csr/UserSwitch.es.js";
|
|
140
|
+
import { LightningIcon as Ur } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lightning.es.js";
|
|
141
|
+
import { MapPinIcon as Rr } from "../../../node_modules/@phosphor-icons/react/dist/csr/MapPin.es.js";
|
|
142
|
+
import { EraserIcon as qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eraser.es.js";
|
|
143
|
+
import { VaultIcon as Nr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Vault.es.js";
|
|
144
|
+
import { ClockClockwiseIcon as Mr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockClockwise.es.js";
|
|
145
|
+
import { RepeatIcon as xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Repeat.es.js";
|
|
146
|
+
import { EyeIcon as Er } from "../../../node_modules/@phosphor-icons/react/dist/csr/Eye.es.js";
|
|
147
|
+
import { EyeSlashIcon as vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeSlash.es.js";
|
|
148
|
+
import { EyeClosedIcon as Gr } from "../../../node_modules/@phosphor-icons/react/dist/csr/EyeClosed.es.js";
|
|
149
|
+
import { DotsSixVerticalIcon as Or } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsSixVertical.es.js";
|
|
150
|
+
import { DotsNineIcon as Wr } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsNine.es.js";
|
|
151
|
+
import { CardsIcon as Hr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Cards.es.js";
|
|
152
|
+
import { ArrowCircleUpLeftIcon as Kr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUpLeft.es.js";
|
|
153
|
+
import { WalletIcon as Vr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Wallet.es.js";
|
|
154
|
+
import { ArrowBendUpRightIcon as Xr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowBendUpRight.es.js";
|
|
155
|
+
import { IdentificationCardIcon as zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/IdentificationCard.es.js";
|
|
156
|
+
import { NotificationIcon as Jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Notification.es.js";
|
|
157
|
+
import { ListBulletsIcon as Qr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListBullets.es.js";
|
|
158
|
+
import { DownloadIcon as jr } from "../../../node_modules/@phosphor-icons/react/dist/csr/Download.es.js";
|
|
159
|
+
import { ArrowsOutSimpleIcon as Zr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsOutSimple.es.js";
|
|
160
|
+
import { ClockCountdownIcon as Yr } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCountdown.es.js";
|
|
161
|
+
import { ClockCounterClockwiseIcon as _r } from "../../../node_modules/@phosphor-icons/react/dist/csr/ClockCounterClockwise.es.js";
|
|
162
|
+
import { ImageIcon as oe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Image.es.js";
|
|
163
|
+
import { ToggleRightIcon as re } from "../../../node_modules/@phosphor-icons/react/dist/csr/ToggleRight.es.js";
|
|
164
|
+
import { ArrowCircleUpIcon as ee } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowCircleUp.es.js";
|
|
165
|
+
import { ArrowUpIcon as ie } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUp.es.js";
|
|
166
|
+
import { ArrowDownIcon as me } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowDown.es.js";
|
|
167
|
+
import { ArrowUpRightIcon as te } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowUpRight.es.js";
|
|
168
|
+
import { PlayCircleIcon as ae } from "../../../node_modules/@phosphor-icons/react/dist/csr/PlayCircle.es.js";
|
|
169
|
+
import { PauseCircleIcon as ne } from "../../../node_modules/@phosphor-icons/react/dist/csr/PauseCircle.es.js";
|
|
170
|
+
import { SquaresFourIcon as ce } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquaresFour.es.js";
|
|
171
|
+
import { LinkSimpleHorizontalIcon as se } from "../../../node_modules/@phosphor-icons/react/dist/csr/LinkSimpleHorizontal.es.js";
|
|
172
|
+
import { KeyIcon as pe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Key.es.js";
|
|
173
|
+
import { LockKeyIcon as le } from "../../../node_modules/@phosphor-icons/react/dist/csr/LockKey.es.js";
|
|
174
|
+
import { DetectiveIcon as fe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Detective.es.js";
|
|
175
|
+
import { CalendarIcon as Ie } from "../../../node_modules/@phosphor-icons/react/dist/csr/Calendar.es.js";
|
|
176
|
+
import { TextColumnsIcon as $e } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextColumns.es.js";
|
|
177
|
+
import { ColumnsIcon as Ce } from "../../../node_modules/@phosphor-icons/react/dist/csr/Columns.es.js";
|
|
178
|
+
import { ImageSquareIcon as ue } from "../../../node_modules/@phosphor-icons/react/dist/csr/ImageSquare.es.js";
|
|
179
|
+
import { PushPinIcon as he } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPin.es.js";
|
|
180
|
+
import { PushPinSimpleIcon as Se } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimple.es.js";
|
|
181
|
+
import { PushPinSimpleSlashIcon as we } from "../../../node_modules/@phosphor-icons/react/dist/csr/PushPinSimpleSlash.es.js";
|
|
182
|
+
import { ShieldCheckIcon as ge } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldCheck.es.js";
|
|
183
|
+
import { PackageIcon as Pe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Package.es.js";
|
|
184
|
+
import { ArrowElbowDownRightIcon as ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowElbowDownRight.es.js";
|
|
185
|
+
import { BellSimpleSlashIcon as de } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellSimpleSlash.es.js";
|
|
186
|
+
import { BellRingingIcon as ye } from "../../../node_modules/@phosphor-icons/react/dist/csr/BellRinging.es.js";
|
|
187
|
+
import { GearSixIcon as Ae } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearSix.es.js";
|
|
188
|
+
import { TextTIcon as De } from "../../../node_modules/@phosphor-icons/react/dist/csr/TextT.es.js";
|
|
189
|
+
import { NumberCircleOneIcon as Be } from "../../../node_modules/@phosphor-icons/react/dist/csr/NumberCircleOne.es.js";
|
|
190
|
+
import { ListNumbersIcon as Le } from "../../../node_modules/@phosphor-icons/react/dist/csr/ListNumbers.es.js";
|
|
191
|
+
import { WarningIcon as Te } from "../../../node_modules/@phosphor-icons/react/dist/csr/Warning.es.js";
|
|
192
|
+
import { SortAscendingIcon as be } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortAscending.es.js";
|
|
193
|
+
import { SortDescendingIcon as Fe } from "../../../node_modules/@phosphor-icons/react/dist/csr/SortDescending.es.js";
|
|
194
|
+
import { ArrowClockwiseIcon as Ue } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowClockwise.es.js";
|
|
195
|
+
import { SparkleIcon as Re } from "../../../node_modules/@phosphor-icons/react/dist/csr/Sparkle.es.js";
|
|
196
|
+
import { ThumbsUpIcon as qe } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsUp.es.js";
|
|
197
|
+
import { ThumbsDownIcon as Ne } from "../../../node_modules/@phosphor-icons/react/dist/csr/ThumbsDown.es.js";
|
|
198
|
+
import { DotsThreeCircleVerticalIcon as Me } from "../../../node_modules/@phosphor-icons/react/dist/csr/DotsThreeCircleVertical.es.js";
|
|
199
|
+
import { BugBeetleIcon as xe } from "../../../node_modules/@phosphor-icons/react/dist/csr/BugBeetle.es.js";
|
|
200
|
+
import { EnvelopeIcon as Ee } from "../../../node_modules/@phosphor-icons/react/dist/csr/Envelope.es.js";
|
|
201
|
+
import { ShieldSlashIcon as ve } from "../../../node_modules/@phosphor-icons/react/dist/csr/ShieldSlash.es.js";
|
|
202
|
+
import { ArrowSquareInIcon as Ge } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareIn.es.js";
|
|
203
|
+
import { RowsIcon as Oe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Rows.es.js";
|
|
204
|
+
import { GearFineIcon as We } from "../../../node_modules/@phosphor-icons/react/dist/csr/GearFine.es.js";
|
|
205
|
+
import { MoonIcon as He } from "../../../node_modules/@phosphor-icons/react/dist/csr/Moon.es.js";
|
|
206
|
+
import { TrendDownIcon as Ke } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendDown.es.js";
|
|
207
|
+
import { TrendUpIcon as Ve } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrendUp.es.js";
|
|
208
|
+
import { IntersectIcon as Xe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Intersect.es.js";
|
|
209
|
+
import { MagicWandIcon as ze } from "../../../node_modules/@phosphor-icons/react/dist/csr/MagicWand.es.js";
|
|
210
|
+
import { PasswordIcon as Je } from "../../../node_modules/@phosphor-icons/react/dist/csr/Password.es.js";
|
|
211
|
+
import { BuildingsIcon as Qe } from "../../../node_modules/@phosphor-icons/react/dist/csr/Buildings.es.js";
|
|
212
|
+
import { ArrowRightIcon as je } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowRight.es.js";
|
|
213
|
+
import { HeadsetIcon as Ze } from "../../../node_modules/@phosphor-icons/react/dist/csr/Headset.es.js";
|
|
214
|
+
import { NetworkIcon as Ye } from "../../../node_modules/@phosphor-icons/react/dist/csr/Network.es.js";
|
|
215
|
+
import { NetworkSlashIcon as _e } from "../../../node_modules/@phosphor-icons/react/dist/csr/NetworkSlash.es.js";
|
|
216
|
+
import { TrafficSignalIcon as oi } from "../../../node_modules/@phosphor-icons/react/dist/csr/TrafficSignal.es.js";
|
|
217
|
+
import { FileMagnifyingGlassIcon as ri } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileMagnifyingGlass.es.js";
|
|
218
|
+
import { ArrowsInSimpleIcon as ei } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowsInSimple.es.js";
|
|
219
|
+
import { QueueIcon as ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/Queue.es.js";
|
|
220
|
+
import { DeviceMobileSpeakerIcon as mi } from "../../../node_modules/@phosphor-icons/react/dist/csr/DeviceMobileSpeaker.es.js";
|
|
221
|
+
import { CameraIcon as ti } from "../../../node_modules/@phosphor-icons/react/dist/csr/Camera.es.js";
|
|
222
|
+
import { FileXlsIcon as ai } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileXls.es.js";
|
|
223
|
+
import { FilePngIcon as ni } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePng.es.js";
|
|
224
|
+
import { FileJpgIcon as ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/FileJpg.es.js";
|
|
225
|
+
import { FilePptIcon as si } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePpt.es.js";
|
|
226
|
+
import { ArrowSquareOutIcon as pi } from "../../../node_modules/@phosphor-icons/react/dist/csr/ArrowSquareOut.es.js";
|
|
227
|
+
import { SquareHalfIcon as li } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquareHalf.es.js";
|
|
228
|
+
import { SquareHalfBottomIcon as fi } from "../../../node_modules/@phosphor-icons/react/dist/csr/SquareHalfBottom.es.js";
|
|
229
|
+
import { NotePencilIcon as Ii } from "../../../node_modules/@phosphor-icons/react/dist/csr/NotePencil.es.js";
|
|
230
|
+
import { LifebuoyIcon as $i } from "../../../node_modules/@phosphor-icons/react/dist/csr/Lifebuoy.es.js";
|
|
231
|
+
import { TestTubeIcon as Ci } from "../../../node_modules/@phosphor-icons/react/dist/csr/TestTube.es.js";
|
|
232
|
+
import { TagIcon as ui } from "../../../node_modules/@phosphor-icons/react/dist/csr/Tag.es.js";
|
|
233
|
+
import { FilePlusIcon as hi } from "../../../node_modules/@phosphor-icons/react/dist/csr/FilePlus.es.js";
|
|
234
|
+
import { CalendarPlusIcon as Si } from "../../../node_modules/@phosphor-icons/react/dist/csr/CalendarPlus.es.js";
|
|
235
|
+
import { CertificateIcon as wi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Certificate.es.js";
|
|
236
|
+
import { StackIcon as gi } from "../../../node_modules/@phosphor-icons/react/dist/csr/Stack.es.js";
|
|
237
|
+
const Wn = {
|
|
226
238
|
AidaLogo: r,
|
|
227
|
-
Activity:
|
|
228
|
-
FileSearch:
|
|
239
|
+
Activity: oi,
|
|
240
|
+
FileSearch: ri,
|
|
229
241
|
MagnifyingGlass: e,
|
|
230
242
|
CaretDown: i,
|
|
231
243
|
CaretUpDown: m,
|
|
232
|
-
Info:
|
|
233
|
-
BellSimple:
|
|
244
|
+
Info: t,
|
|
245
|
+
BellSimple: a,
|
|
234
246
|
Monitor: n,
|
|
235
|
-
ChartLine:
|
|
236
|
-
ArrowsLeftRight:
|
|
247
|
+
ChartLine: c,
|
|
248
|
+
ArrowsLeftRight: s,
|
|
237
249
|
Phone: p,
|
|
238
250
|
PhoneCall: l,
|
|
239
251
|
PhonePlus: f,
|
|
@@ -248,42 +260,42 @@ const Sn = {
|
|
|
248
260
|
TreeStructure: P,
|
|
249
261
|
ShoppingCart: k,
|
|
250
262
|
Code: d,
|
|
251
|
-
FileTxt:
|
|
252
|
-
FileZip:
|
|
253
|
-
TerminalWindow:
|
|
263
|
+
FileTxt: y,
|
|
264
|
+
FileZip: A,
|
|
265
|
+
TerminalWindow: D,
|
|
254
266
|
User: B,
|
|
255
|
-
Lock:
|
|
256
|
-
FileDoc:
|
|
267
|
+
Lock: L,
|
|
268
|
+
FileDoc: T,
|
|
257
269
|
Question: b,
|
|
258
|
-
SignOut:
|
|
270
|
+
SignOut: F,
|
|
259
271
|
X: o,
|
|
260
|
-
FunnelSimple:
|
|
272
|
+
FunnelSimple: U,
|
|
261
273
|
Plus: R,
|
|
262
274
|
WarningCircle: q,
|
|
263
|
-
XCircle:
|
|
264
|
-
CheckCircle:
|
|
265
|
-
Plugs:
|
|
266
|
-
Plug:
|
|
267
|
-
List:
|
|
275
|
+
XCircle: N,
|
|
276
|
+
CheckCircle: M,
|
|
277
|
+
Plugs: x,
|
|
278
|
+
Plug: E,
|
|
279
|
+
List: v,
|
|
268
280
|
ArrowCircleLeft: O,
|
|
269
281
|
ArrowCircleRight: W,
|
|
270
282
|
RadioButton: H,
|
|
271
|
-
Gear:
|
|
272
|
-
UserPlus:
|
|
273
|
-
ArrowLeft:
|
|
274
|
-
Circle:
|
|
275
|
-
Star:
|
|
276
|
-
Notepad:
|
|
277
|
-
Export:
|
|
283
|
+
Gear: K,
|
|
284
|
+
UserPlus: V,
|
|
285
|
+
ArrowLeft: X,
|
|
286
|
+
Circle: z,
|
|
287
|
+
Star: J,
|
|
288
|
+
Notepad: Q,
|
|
289
|
+
Export: j,
|
|
278
290
|
Binoculars: ro,
|
|
279
291
|
GitBranch: eo,
|
|
280
292
|
Pencil: io,
|
|
281
293
|
LinkBreak: mo,
|
|
282
|
-
Pause:
|
|
283
|
-
DotsThreeVertical:
|
|
294
|
+
Pause: to,
|
|
295
|
+
DotsThreeVertical: ao,
|
|
284
296
|
PencilSimple: no,
|
|
285
|
-
Trash:
|
|
286
|
-
Equals:
|
|
297
|
+
Trash: co,
|
|
298
|
+
Equals: so,
|
|
287
299
|
BracketsAngle: po,
|
|
288
300
|
BracketsSquare: lo,
|
|
289
301
|
SelectionInverse: fo,
|
|
@@ -297,158 +309,170 @@ const Sn = {
|
|
|
297
309
|
Square: go,
|
|
298
310
|
CaretLeft: Po,
|
|
299
311
|
Upload: ko,
|
|
300
|
-
CloudSlash:
|
|
301
|
-
GitFork:
|
|
302
|
-
Textbox:
|
|
312
|
+
CloudSlash: yo,
|
|
313
|
+
GitFork: Ao,
|
|
314
|
+
Textbox: Do,
|
|
303
315
|
DeviceMobileCamera: Bo,
|
|
304
|
-
CaretUp:
|
|
305
|
-
Swatches:
|
|
316
|
+
CaretUp: Lo,
|
|
317
|
+
Swatches: To,
|
|
306
318
|
CreditCard: bo,
|
|
307
|
-
Palette:
|
|
308
|
-
CircleNotch:
|
|
319
|
+
Palette: Fo,
|
|
320
|
+
CircleNotch: Uo,
|
|
309
321
|
PencilSimpleLine: Ro,
|
|
310
322
|
Copy: qo,
|
|
311
|
-
Lightbulb:
|
|
323
|
+
Lightbulb: No,
|
|
312
324
|
ListChecks: G,
|
|
313
|
-
ArrowBendUpLeft:
|
|
314
|
-
Check:
|
|
315
|
-
ChartPie:
|
|
316
|
-
Percent:
|
|
325
|
+
ArrowBendUpLeft: Mo,
|
|
326
|
+
Check: xo,
|
|
327
|
+
ChartPie: Eo,
|
|
328
|
+
Percent: vo,
|
|
317
329
|
Hash: Go,
|
|
318
330
|
CurrencyCircleDollar: Oo,
|
|
319
331
|
CurrencyDollar: Wo,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
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
|
-
|
|
332
|
+
CurrencyDollarSimple: Ho,
|
|
333
|
+
CurrencyEur: Ko,
|
|
334
|
+
CurrencyGbp: Vo,
|
|
335
|
+
CurrencyJpy: Xo,
|
|
336
|
+
CurrencyCny: zo,
|
|
337
|
+
CurrencyInr: Jo,
|
|
338
|
+
CurrencyKrw: Qo,
|
|
339
|
+
CurrencyRub: jo,
|
|
340
|
+
CurrencyNgn: Zo,
|
|
341
|
+
CurrencyKzt: Yo,
|
|
342
|
+
CurrencyBtc: _o,
|
|
343
|
+
CurrencyEth: or,
|
|
344
|
+
ChartBar: rr,
|
|
345
|
+
ArrowsClockwise: er,
|
|
346
|
+
CopySimple: ir,
|
|
347
|
+
FlagBanner: mr,
|
|
348
|
+
CalendarBlank: tr,
|
|
349
|
+
Money: ar,
|
|
350
|
+
Play: nr,
|
|
351
|
+
Flag: cr,
|
|
352
|
+
CaretDoubleLeft: sr,
|
|
353
|
+
CaretDoubleRight: pr,
|
|
354
|
+
ShareNetwork: lr,
|
|
355
|
+
ToggleLeft: fr,
|
|
356
|
+
PlusCircle: Ir,
|
|
357
|
+
UserCircle: $r,
|
|
358
|
+
CaretCircleRight: Cr,
|
|
359
|
+
MinusCircle: ur,
|
|
360
|
+
Archive: hr,
|
|
361
|
+
Desktop: Sr,
|
|
362
|
+
Sun: wr,
|
|
363
|
+
Translate: gr,
|
|
364
|
+
CheckSquare: Pr,
|
|
365
|
+
CheckSquareOffset: kr,
|
|
366
|
+
UploadSimple: dr,
|
|
367
|
+
FileArrowUp: yr,
|
|
368
|
+
FileCsv: Ar,
|
|
369
|
+
DownloadSimple: Dr,
|
|
370
|
+
ArrowCounterClockwise: Br,
|
|
371
|
+
ArrowsCounterClockwise: Lr,
|
|
372
|
+
Bank: Tr,
|
|
373
|
+
ShieldWarning: br,
|
|
374
|
+
UserSwitch: Fr,
|
|
375
|
+
Lightning: Ur,
|
|
376
|
+
MapPin: Rr,
|
|
377
|
+
Eraser: qr,
|
|
378
|
+
Vault: Nr,
|
|
379
|
+
ClockClockwise: Mr,
|
|
380
|
+
Repeat: xr,
|
|
381
|
+
Eye: Er,
|
|
382
|
+
EyeSlash: vr,
|
|
383
|
+
EyeClosed: Gr,
|
|
384
|
+
DotsSixVertical: Or,
|
|
385
|
+
DotsNine: Wr,
|
|
386
|
+
Cards: Hr,
|
|
387
|
+
ArrowCircleUpLeft: Kr,
|
|
388
|
+
Wallet: Vr,
|
|
389
|
+
ArrowBendUpRight: Xr,
|
|
390
|
+
IdentificationCard: zr,
|
|
391
|
+
Notification: Jr,
|
|
392
|
+
ListBullets: Qr,
|
|
393
|
+
Download: jr,
|
|
394
|
+
ArrowsOutSimple: Zr,
|
|
395
|
+
ClockCountdown: Yr,
|
|
396
|
+
ClockCounterClockwise: _r,
|
|
397
|
+
Image: oe,
|
|
398
|
+
ToggleRight: re,
|
|
399
|
+
ArrowCircleUp: ee,
|
|
400
|
+
ArrowUp: ie,
|
|
377
401
|
File: _,
|
|
378
402
|
Table: oo,
|
|
379
|
-
ArrowDown:
|
|
380
|
-
ArrowUpRight:
|
|
381
|
-
PlayCircle:
|
|
382
|
-
PauseCircle:
|
|
383
|
-
SquaresFour:
|
|
384
|
-
LinkSimpleHorizontal:
|
|
385
|
-
Key:
|
|
386
|
-
LockKey:
|
|
387
|
-
Detective:
|
|
388
|
-
Calendar:
|
|
389
|
-
TextColumns:
|
|
390
|
-
Columns:
|
|
391
|
-
ImageSquare:
|
|
392
|
-
PushPin:
|
|
393
|
-
PushPinSimple:
|
|
394
|
-
PushPinSimpleSlash:
|
|
395
|
-
ShieldCheck:
|
|
396
|
-
Package:
|
|
397
|
-
ArrowElbowDownRight:
|
|
398
|
-
BellSimpleSlash:
|
|
399
|
-
BellRinging:
|
|
400
|
-
GearSix:
|
|
401
|
-
TextT:
|
|
402
|
-
NumberCircleOne:
|
|
403
|
-
ListNumbers:
|
|
404
|
-
Warning:
|
|
405
|
-
SortAscending:
|
|
406
|
-
SortDescending:
|
|
407
|
-
ArrowClockwise:
|
|
408
|
-
Sparkle:
|
|
409
|
-
ThumbsUp:
|
|
410
|
-
ThumbsDown:
|
|
411
|
-
DotsThreeCircleVertical:
|
|
412
|
-
BugBeetle:
|
|
413
|
-
Envelope:
|
|
414
|
-
ShieldSlash:
|
|
415
|
-
ArrowSquareIn:
|
|
416
|
-
Rows:
|
|
417
|
-
GearFine:
|
|
418
|
-
Moon:
|
|
419
|
-
TrendDown:
|
|
420
|
-
TrendUp:
|
|
421
|
-
Intersect:
|
|
403
|
+
ArrowDown: me,
|
|
404
|
+
ArrowUpRight: te,
|
|
405
|
+
PlayCircle: ae,
|
|
406
|
+
PauseCircle: ne,
|
|
407
|
+
SquaresFour: ce,
|
|
408
|
+
LinkSimpleHorizontal: se,
|
|
409
|
+
Key: pe,
|
|
410
|
+
LockKey: le,
|
|
411
|
+
Detective: fe,
|
|
412
|
+
Calendar: Ie,
|
|
413
|
+
TextColumns: $e,
|
|
414
|
+
Columns: Ce,
|
|
415
|
+
ImageSquare: ue,
|
|
416
|
+
PushPin: he,
|
|
417
|
+
PushPinSimple: Se,
|
|
418
|
+
PushPinSimpleSlash: we,
|
|
419
|
+
ShieldCheck: ge,
|
|
420
|
+
Package: Pe,
|
|
421
|
+
ArrowElbowDownRight: ke,
|
|
422
|
+
BellSimpleSlash: de,
|
|
423
|
+
BellRinging: ye,
|
|
424
|
+
GearSix: Ae,
|
|
425
|
+
TextT: De,
|
|
426
|
+
NumberCircleOne: Be,
|
|
427
|
+
ListNumbers: Le,
|
|
428
|
+
Warning: Te,
|
|
429
|
+
SortAscending: be,
|
|
430
|
+
SortDescending: Fe,
|
|
431
|
+
ArrowClockwise: Ue,
|
|
432
|
+
Sparkle: Re,
|
|
433
|
+
ThumbsUp: qe,
|
|
434
|
+
ThumbsDown: Ne,
|
|
435
|
+
DotsThreeCircleVertical: Me,
|
|
436
|
+
BugBeetle: xe,
|
|
437
|
+
Envelope: Ee,
|
|
438
|
+
ShieldSlash: ve,
|
|
439
|
+
ArrowSquareIn: Ge,
|
|
440
|
+
Rows: Oe,
|
|
441
|
+
GearFine: We,
|
|
442
|
+
Moon: He,
|
|
443
|
+
TrendDown: Ke,
|
|
444
|
+
TrendUp: Ve,
|
|
445
|
+
Intersect: Xe,
|
|
422
446
|
close: o,
|
|
423
|
-
MagicWand:
|
|
447
|
+
MagicWand: ze,
|
|
424
448
|
Stop: Z,
|
|
425
449
|
Microphone: Y,
|
|
426
|
-
Password:
|
|
427
|
-
Buildings:
|
|
428
|
-
ArrowRight:
|
|
429
|
-
Headset:
|
|
430
|
-
Network:
|
|
431
|
-
NetworkSlash:
|
|
432
|
-
ArrowsInSimple:
|
|
433
|
-
Queue:
|
|
434
|
-
DeviceMobileSpeaker:
|
|
435
|
-
Camera:
|
|
436
|
-
FileXls:
|
|
437
|
-
FilePng:
|
|
438
|
-
FileJpg:
|
|
439
|
-
FilePpt:
|
|
440
|
-
ArrowSquareOut:
|
|
441
|
-
SquareHalf:
|
|
442
|
-
SquareHalfBottom:
|
|
443
|
-
NotePencil:
|
|
444
|
-
Lifebuoy:
|
|
445
|
-
TestTube:
|
|
446
|
-
Tag:
|
|
447
|
-
FilePlus:
|
|
448
|
-
CalendarPlus:
|
|
449
|
-
Certificate:
|
|
450
|
-
Stack:
|
|
450
|
+
Password: Je,
|
|
451
|
+
Buildings: Qe,
|
|
452
|
+
ArrowRight: je,
|
|
453
|
+
Headset: Ze,
|
|
454
|
+
Network: Ye,
|
|
455
|
+
NetworkSlash: _e,
|
|
456
|
+
ArrowsInSimple: ei,
|
|
457
|
+
Queue: ii,
|
|
458
|
+
DeviceMobileSpeaker: mi,
|
|
459
|
+
Camera: ti,
|
|
460
|
+
FileXls: ai,
|
|
461
|
+
FilePng: ni,
|
|
462
|
+
FileJpg: ci,
|
|
463
|
+
FilePpt: si,
|
|
464
|
+
ArrowSquareOut: pi,
|
|
465
|
+
SquareHalf: li,
|
|
466
|
+
SquareHalfBottom: fi,
|
|
467
|
+
NotePencil: Ii,
|
|
468
|
+
Lifebuoy: $i,
|
|
469
|
+
TestTube: Ci,
|
|
470
|
+
Tag: ui,
|
|
471
|
+
FilePlus: hi,
|
|
472
|
+
CalendarPlus: Si,
|
|
473
|
+
Certificate: wi,
|
|
474
|
+
Stack: gi
|
|
451
475
|
};
|
|
452
476
|
export {
|
|
453
|
-
|
|
477
|
+
Wn as IconList
|
|
454
478
|
};
|