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