@ledgerhq/lumen-ui-react 0.1.8 → 0.1.10
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/ai-rules/RULES.md +4 -0
- package/dist/i18n/i18n.d.ts.map +1 -1
- package/dist/index.js +134 -132
- package/dist/lib/Components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/lib/Components/Avatar/Avatar.js +17 -14
- package/dist/lib/Components/Avatar/types.d.ts +1 -1
- package/dist/lib/Components/Avatar/types.d.ts.map +1 -1
- package/dist/lib/Components/Banner/Banner.d.ts.map +1 -1
- package/dist/lib/Components/Button/BaseButton.d.ts +1 -1
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.js +1 -1
- package/dist/lib/Components/Card/Card.d.ts.map +1 -1
- package/dist/lib/Components/Card/Card.js +1 -1
- package/dist/lib/Components/Card/types.d.ts +1 -1
- package/dist/lib/Components/DataTable/useLumenDataTable/useLumenDataTable.d.ts.map +1 -1
- package/dist/lib/Components/Design-tokens/shared.d.ts.map +1 -1
- package/dist/lib/Components/Dialog/Dialog.d.ts +22 -1
- package/dist/lib/Components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/lib/Components/Dialog/Dialog.js +43 -26
- package/dist/lib/Components/Dialog/types.d.ts +10 -0
- package/dist/lib/Components/Dialog/types.d.ts.map +1 -1
- package/dist/lib/Components/Icon/createIcon.d.ts.map +1 -1
- package/dist/lib/Components/IconButton/IconButton.d.ts +1 -1
- package/dist/lib/Components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/lib/Components/IconButton/IconButton.js +23 -22
- package/dist/lib/Components/IconButton/types.d.ts +6 -0
- package/dist/lib/Components/IconButton/types.d.ts.map +1 -1
- package/dist/lib/Components/Select/Select.d.ts +6 -8
- package/dist/lib/Components/Select/Select.d.ts.map +1 -1
- package/dist/lib/Components/Select/Select.js +125 -87
- package/dist/lib/Components/Select/SelectContext.d.ts +12 -0
- package/dist/lib/Components/Select/SelectContext.d.ts.map +1 -0
- package/dist/lib/Components/Select/SelectContext.js +6 -0
- package/dist/lib/Components/Select/index.d.ts +1 -1
- package/dist/lib/Components/Select/index.d.ts.map +1 -1
- package/dist/lib/Components/Select/types.d.ts +28 -0
- package/dist/lib/Components/Select/types.d.ts.map +1 -1
- package/dist/lib/Components/Spinner/Spinner.d.ts.map +1 -1
- package/dist/lib/Components/Subheader/Subheader.d.ts.map +1 -1
- package/dist/lib/Components/Table/utils/useThrottledScrollBottom.d.ts.map +1 -1
- package/dist/lib/Components/ThemeProvider/useRootColorModeSideEffect.d.ts.map +1 -1
- package/dist/lib/Components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/lib/Symbols/Icons/Ar.js +2 -2
- package/dist/lib/Symbols/Icons/ColorPalette.d.ts +29 -0
- package/dist/lib/Symbols/Icons/ColorPalette.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/ColorPalette.js +28 -0
- package/dist/lib/Symbols/Icons/Feather.d.ts +29 -0
- package/dist/lib/Symbols/Icons/Feather.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Feather.js +28 -0
- package/dist/lib/Symbols/Icons/HandKey.d.ts +29 -0
- package/dist/lib/Symbols/Icons/HandKey.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/HandKey.js +28 -0
- package/dist/lib/Symbols/Icons/Reduce.d.ts +29 -0
- package/dist/lib/Symbols/Icons/Reduce.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Reduce.js +28 -0
- package/dist/lib/Symbols/Icons/RefreshBack.js +1 -1
- package/dist/lib/Symbols/Icons/Usb.js +1 -1
- package/dist/lib/Symbols/Icons/WalletInput.js +1 -1
- package/dist/lib/Symbols/index.d.ts +4 -0
- package/dist/lib/Symbols/index.d.ts.map +1 -1
- package/dist/lib/Symbols/index.js +390 -382
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ import { ArrowDownRight as u } from "./Icons/ArrowDownRight.js";
|
|
|
10
10
|
import { ArrowLeft as S } from "./Icons/ArrowLeft.js";
|
|
11
11
|
import { ArrowRight as L } from "./Icons/ArrowRight.js";
|
|
12
12
|
import { ArrowUp as A } from "./Icons/ArrowUp.js";
|
|
13
|
-
import { ArrowUpRight as
|
|
13
|
+
import { ArrowUpRight as P } from "./Icons/ArrowUpRight.js";
|
|
14
14
|
import { Asterisk as M } from "./Icons/Asterisk.js";
|
|
15
15
|
import { At as U } from "./Icons/At.js";
|
|
16
16
|
import { AutoLock as E } from "./Icons/AutoLock.js";
|
|
@@ -37,7 +37,7 @@ import { Chart4 as ur } from "./Icons/Chart4.js";
|
|
|
37
37
|
import { Chart5 as Sr } from "./Icons/Chart5.js";
|
|
38
38
|
import { Chart5Fill as Lr } from "./Icons/Chart5Fill.js";
|
|
39
39
|
import { ChartPie as Ar } from "./Icons/ChartPie.js";
|
|
40
|
-
import { Check as
|
|
40
|
+
import { Check as Pr } from "./Icons/Check.js";
|
|
41
41
|
import { CheckmarkCircle as Mr } from "./Icons/CheckmarkCircle.js";
|
|
42
42
|
import { CheckmarkCircleFill as Ur } from "./Icons/CheckmarkCircleFill.js";
|
|
43
43
|
import { ChevronAscending as Er } from "./Icons/ChevronAscending.js";
|
|
@@ -64,198 +64,202 @@ import { CoinAlert as ko } from "./Icons/CoinAlert.js";
|
|
|
64
64
|
import { CoinPercent as Fo } from "./Icons/CoinPercent.js";
|
|
65
65
|
import { Coins as wo } from "./Icons/Coins.js";
|
|
66
66
|
import { CoinsAddPlus as Do } from "./Icons/CoinsAddPlus.js";
|
|
67
|
-
import { CoinsCheck as
|
|
67
|
+
import { CoinsCheck as Bo } from "./Icons/CoinsCheck.js";
|
|
68
68
|
import { CoinsCross as vo } from "./Icons/CoinsCross.js";
|
|
69
69
|
import { CoinsCrypto as Ro } from "./Icons/CoinsCrypto.js";
|
|
70
70
|
import { CoinsEye as To } from "./Icons/CoinsEye.js";
|
|
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
|
-
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
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
71
|
+
import { ColorPalette as Io } from "./Icons/ColorPalette.js";
|
|
72
|
+
import { Compass as Ho } from "./Icons/Compass.js";
|
|
73
|
+
import { ComputerMobile as No } from "./Icons/ComputerMobile.js";
|
|
74
|
+
import { Copy as Qo } from "./Icons/Copy.js";
|
|
75
|
+
import { CreditCard as zo } from "./Icons/CreditCard.js";
|
|
76
|
+
import { CreditCardFill as Oo } from "./Icons/CreditCardFill.js";
|
|
77
|
+
import { CryptoBitcoinCoin as jo } from "./Icons/CryptoBitcoinCoin.js";
|
|
78
|
+
import { Csv as Jo } from "./Icons/Csv.js";
|
|
79
|
+
import { CursorTouch as Zo } from "./Icons/CursorTouch.js";
|
|
80
|
+
import { CurveDown as $o } from "./Icons/CurveDown.js";
|
|
81
|
+
import { CurveUp as oe } from "./Icons/CurveUp.js";
|
|
82
|
+
import { DatabaseLock as te } from "./Icons/DatabaseLock.js";
|
|
83
|
+
import { Delete as fe } from "./Icons/Delete.js";
|
|
84
|
+
import { DeleteCircle as xe } from "./Icons/DeleteCircle.js";
|
|
85
|
+
import { DeleteCircleFill as le } from "./Icons/DeleteCircleFill.js";
|
|
86
|
+
import { DeleteStop as ae } from "./Icons/DeleteStop.js";
|
|
87
|
+
import { Desktop as se } from "./Icons/Desktop.js";
|
|
88
|
+
import { Devices as he } from "./Icons/Devices.js";
|
|
89
|
+
import { Discord as ge } from "./Icons/Discord.js";
|
|
90
|
+
import { DocumentCode as ke } from "./Icons/DocumentCode.js";
|
|
91
|
+
import { Dollar as Fe } from "./Icons/Dollar.js";
|
|
92
|
+
import { DollarConvert as we } from "./Icons/DollarConvert.js";
|
|
93
|
+
import { Download as De } from "./Icons/Download.js";
|
|
94
|
+
import { Duplicate as Be } from "./Icons/Duplicate.js";
|
|
95
|
+
import { Exchange as ve } from "./Icons/Exchange.js";
|
|
96
|
+
import { ExchangeFill as Re } from "./Icons/ExchangeFill.js";
|
|
97
|
+
import { ExitLogout as Te } from "./Icons/ExitLogout.js";
|
|
98
|
+
import { Expand as Ie } from "./Icons/Expand.js";
|
|
99
|
+
import { ExpandLeft as He } from "./Icons/ExpandLeft.js";
|
|
100
|
+
import { ExpandRight as Ne } from "./Icons/ExpandRight.js";
|
|
101
|
+
import { Experiment as Qe } from "./Icons/Experiment.js";
|
|
102
|
+
import { Experiment2 as ze } from "./Icons/Experiment2.js";
|
|
103
|
+
import { ExternalLink as Oe } from "./Icons/ExternalLink.js";
|
|
104
|
+
import { Eye as je } from "./Icons/Eye.js";
|
|
105
|
+
import { EyeCross as Je } from "./Icons/EyeCross.js";
|
|
106
|
+
import { Facebook as Ze } from "./Icons/Facebook.js";
|
|
107
|
+
import { Feather as $e } from "./Icons/Feather.js";
|
|
108
|
+
import { FileDownload as ot } from "./Icons/FileDownload.js";
|
|
109
|
+
import { FilterSort as tt } from "./Icons/FilterSort.js";
|
|
110
|
+
import { Flex as ft } from "./Icons/Flex.js";
|
|
111
|
+
import { Folder as xt } from "./Icons/Folder.js";
|
|
112
|
+
import { Gift as lt } from "./Icons/Gift.js";
|
|
113
|
+
import { Github as at } from "./Icons/Github.js";
|
|
114
|
+
import { Globe as st } from "./Icons/Globe.js";
|
|
115
|
+
import { Grid as ht } from "./Icons/Grid.js";
|
|
116
|
+
import { Grid2 as gt } from "./Icons/Grid2.js";
|
|
117
|
+
import { GroupUsers as kt } from "./Icons/GroupUsers.js";
|
|
118
|
+
import { GroupUsersAdd as Ft } from "./Icons/GroupUsersAdd.js";
|
|
119
|
+
import { HandCard as wt } from "./Icons/HandCard.js";
|
|
120
|
+
import { HandCoins as Dt } from "./Icons/HandCoins.js";
|
|
121
|
+
import { HandKey as Bt } from "./Icons/HandKey.js";
|
|
122
|
+
import { HatSchool as vt } from "./Icons/HatSchool.js";
|
|
123
|
+
import { Heart as Rt } from "./Icons/Heart.js";
|
|
124
|
+
import { Home as Tt } from "./Icons/Home.js";
|
|
125
|
+
import { HomeFill as It } from "./Icons/HomeFill.js";
|
|
126
|
+
import { IdCard as Ht } from "./Icons/IdCard.js";
|
|
127
|
+
import { Incognito as Nt } from "./Icons/Incognito.js";
|
|
128
|
+
import { Infinite as Qt } from "./Icons/Infinite.js";
|
|
129
|
+
import { InfiniteFill as zt } from "./Icons/InfiniteFill.js";
|
|
130
|
+
import { Information as Ot } from "./Icons/Information.js";
|
|
131
|
+
import { InformationFill as jt } from "./Icons/InformationFill.js";
|
|
132
|
+
import { Instagram as Jt } from "./Icons/Instagram.js";
|
|
133
|
+
import { Invoice as Zt } from "./Icons/Invoice.js";
|
|
134
|
+
import { Ios as $t } from "./Icons/Ios.js";
|
|
135
|
+
import { Label as op } from "./Icons/Label.js";
|
|
136
|
+
import { Language as tp } from "./Icons/Language.js";
|
|
137
|
+
import { LedgerDevices as fp } from "./Icons/LedgerDevices.js";
|
|
138
|
+
import { LedgerLogo as xp } from "./Icons/LedgerLogo.js";
|
|
139
|
+
import { Legal as lp } from "./Icons/Legal.js";
|
|
140
|
+
import { LifeRing as ap } from "./Icons/LifeRing.js";
|
|
141
|
+
import { LifeRingFill as sp } from "./Icons/LifeRingFill.js";
|
|
142
|
+
import { Link as hp } from "./Icons/Link.js";
|
|
143
|
+
import { Linkedin as gp } from "./Icons/Linkedin.js";
|
|
144
|
+
import { Linux as kp } from "./Icons/Linux.js";
|
|
145
|
+
import { ListEye as Fp } from "./Icons/ListEye.js";
|
|
146
|
+
import { Lock as wp } from "./Icons/Lock.js";
|
|
147
|
+
import { LockCheckSuccess as Dp } from "./Icons/LockCheckSuccess.js";
|
|
148
|
+
import { Macos as Bp } from "./Icons/Macos.js";
|
|
149
|
+
import { Magnet as vp } from "./Icons/Magnet.js";
|
|
150
|
+
import { Mail as Rp } from "./Icons/Mail.js";
|
|
151
|
+
import { Mailbox as Tp } from "./Icons/Mailbox.js";
|
|
152
|
+
import { Maths as Ip } from "./Icons/Maths.js";
|
|
153
|
+
import { Medal1 as Hp } from "./Icons/Medal1.js";
|
|
154
|
+
import { Medal2 as Np } from "./Icons/Medal2.js";
|
|
155
|
+
import { MenuBurger as Qp } from "./Icons/MenuBurger.js";
|
|
156
|
+
import { MessageChat as zp } from "./Icons/MessageChat.js";
|
|
157
|
+
import { Minus as Op } from "./Icons/Minus.js";
|
|
158
|
+
import { MinusCircle as jp } from "./Icons/MinusCircle.js";
|
|
159
|
+
import { MinusCircleFill as Jp } from "./Icons/MinusCircleFill.js";
|
|
160
|
+
import { Mobile as Zp } from "./Icons/Mobile.js";
|
|
161
|
+
import { MobileArrow as $p } from "./Icons/MobileArrow.js";
|
|
162
|
+
import { MonitorPassword as of } from "./Icons/MonitorPassword.js";
|
|
163
|
+
import { Moon as tf } from "./Icons/Moon.js";
|
|
164
|
+
import { MoreHorizontal as ff } from "./Icons/MoreHorizontal.js";
|
|
165
|
+
import { MoreVertical as xf } from "./Icons/MoreVertical.js";
|
|
166
|
+
import { Nano as nf } from "./Icons/Nano.js";
|
|
167
|
+
import { NetworkWarning as Cf } from "./Icons/NetworkWarning.js";
|
|
168
|
+
import { Nfc as cf } from "./Icons/Nfc.js";
|
|
169
|
+
import { Nft as df } from "./Icons/Nft.js";
|
|
170
|
+
import { NftHide as uf } from "./Icons/NftHide.js";
|
|
171
|
+
import { Note as Sf } from "./Icons/Note.js";
|
|
172
|
+
import { P2p as Lf } from "./Icons/P2p.js";
|
|
173
|
+
import { Parachute as Af } from "./Icons/Parachute.js";
|
|
174
|
+
import { Paste as Pf } from "./Icons/Paste.js";
|
|
175
|
+
import { Pause as Mf } from "./Icons/Pause.js";
|
|
176
|
+
import { PenEdit as Uf } from "./Icons/PenEdit.js";
|
|
177
|
+
import { PenEditWriting as Ef } from "./Icons/PenEditWriting.js";
|
|
178
|
+
import { Percentage as bf } from "./Icons/Percentage.js";
|
|
179
|
+
import { PictureImage as yf } from "./Icons/PictureImage.js";
|
|
180
|
+
import { PiggyBank as Wf } from "./Icons/PiggyBank.js";
|
|
181
|
+
import { PinLocation as Gf } from "./Icons/PinLocation.js";
|
|
182
|
+
import { Placeholder as Vf } from "./Icons/Placeholder.js";
|
|
183
|
+
import { PlaceholderCicleFill as Kf } from "./Icons/PlaceholderCicleFill.js";
|
|
184
|
+
import { Planet as Yf } from "./Icons/Planet.js";
|
|
185
|
+
import { Plus as qf } from "./Icons/Plus.js";
|
|
186
|
+
import { PlusCircle as Xf } from "./Icons/PlusCircle.js";
|
|
187
|
+
import { PlusCircleFill as _f } from "./Icons/PlusCircleFill.js";
|
|
188
|
+
import { Printer as rm } from "./Icons/Printer.js";
|
|
189
|
+
import { QrCode as em } from "./Icons/QrCode.js";
|
|
190
|
+
import { QrCodeScanner as pm } from "./Icons/QrCodeScanner.js";
|
|
191
|
+
import { Question as mm } from "./Icons/Question.js";
|
|
192
|
+
import { Range as im } from "./Icons/Range.js";
|
|
193
|
+
import { RecoveryKey as nm } from "./Icons/RecoveryKey.js";
|
|
194
|
+
import { Reddit as Cm } from "./Icons/Reddit.js";
|
|
195
|
+
import { Reduce as cm } from "./Icons/Reduce.js";
|
|
196
|
+
import { Refresh as dm } from "./Icons/Refresh.js";
|
|
197
|
+
import { RefreshBack as um } from "./Icons/RefreshBack.js";
|
|
198
|
+
import { Repair as Sm } from "./Icons/Repair.js";
|
|
199
|
+
import { Screens as Lm } from "./Icons/Screens.js";
|
|
200
|
+
import { Search as Am } from "./Icons/Search.js";
|
|
201
|
+
import { ServerDatabaseFail as Pm } from "./Icons/ServerDatabaseFail.js";
|
|
202
|
+
import { Settings as Mm } from "./Icons/Settings.js";
|
|
203
|
+
import { SettingsAlt as Um } from "./Icons/SettingsAlt.js";
|
|
204
|
+
import { SettingsAlt2 as Em } from "./Icons/SettingsAlt2.js";
|
|
205
|
+
import { Shapes as bm } from "./Icons/Shapes.js";
|
|
206
|
+
import { Share as ym } from "./Icons/Share.js";
|
|
207
|
+
import { Share2 as Wm } from "./Icons/Share2.js";
|
|
208
|
+
import { ShieldCheck as Gm } from "./Icons/ShieldCheck.js";
|
|
209
|
+
import { ShieldCheckNotification as Vm } from "./Icons/ShieldCheckNotification.js";
|
|
210
|
+
import { ShieldLock as Km } from "./Icons/ShieldLock.js";
|
|
211
|
+
import { ShieldMore as Ym } from "./Icons/ShieldMore.js";
|
|
212
|
+
import { Signature as qm } from "./Icons/Signature.js";
|
|
213
|
+
import { Slideshow as Xm } from "./Icons/Slideshow.js";
|
|
214
|
+
import { Snow as _m } from "./Icons/Snow.js";
|
|
215
|
+
import { SoftRepair as rx } from "./Icons/SoftRepair.js";
|
|
216
|
+
import { Spacerocket as ex } from "./Icons/Spacerocket.js";
|
|
217
|
+
import { SparksFill as px } from "./Icons/SparksFill.js";
|
|
218
|
+
import { SpeedFast as mx } from "./Icons/SpeedFast.js";
|
|
219
|
+
import { SpeedLow as ix } from "./Icons/SpeedLow.js";
|
|
220
|
+
import { SpeedMedium as nx } from "./Icons/SpeedMedium.js";
|
|
221
|
+
import { Star as Cx } from "./Icons/Star.js";
|
|
222
|
+
import { StarFill as cx } from "./Icons/StarFill.js";
|
|
223
|
+
import { StarHalf as dx } from "./Icons/StarHalf.js";
|
|
224
|
+
import { Stax as ux } from "./Icons/Stax.js";
|
|
225
|
+
import { Sun as Sx } from "./Icons/Sun.js";
|
|
226
|
+
import { Support as Lx } from "./Icons/Support.js";
|
|
227
|
+
import { Switch as Ax } from "./Icons/Switch.js";
|
|
228
|
+
import { Switch2 as Px } from "./Icons/Switch2.js";
|
|
229
|
+
import { Tablet as Mx } from "./Icons/Tablet.js";
|
|
230
|
+
import { Target as Ux } from "./Icons/Target.js";
|
|
231
|
+
import { Telegram as Ex } from "./Icons/Telegram.js";
|
|
232
|
+
import { Theme as bx } from "./Icons/Theme.js";
|
|
233
|
+
import { ThemeFill as yx } from "./Icons/ThemeFill.js";
|
|
234
|
+
import { Threads as Wx } from "./Icons/Threads.js";
|
|
235
|
+
import { Tiktok as Gx } from "./Icons/Tiktok.js";
|
|
236
|
+
import { Tools as Vx } from "./Icons/Tools.js";
|
|
237
|
+
import { TransferHorizontal as Kx } from "./Icons/TransferHorizontal.js";
|
|
238
|
+
import { TransferVertical as Yx } from "./Icons/TransferVertical.js";
|
|
239
|
+
import { Trash as qx } from "./Icons/Trash.js";
|
|
240
|
+
import { Truck as Xx } from "./Icons/Truck.js";
|
|
241
|
+
import { Twitter as _x } from "./Icons/Twitter.js";
|
|
242
|
+
import { Unlink as ri } from "./Icons/Unlink.js";
|
|
243
|
+
import { Unlock as ei } from "./Icons/Unlock.js";
|
|
244
|
+
import { Usb as pi } from "./Icons/Usb.js";
|
|
245
|
+
import { UsbC as mi } from "./Icons/UsbC.js";
|
|
246
|
+
import { User as ii } from "./Icons/User.js";
|
|
247
|
+
import { UserAdd as ni } from "./Icons/UserAdd.js";
|
|
248
|
+
import { UserArrowRight as Ci } from "./Icons/UserArrowRight.js";
|
|
249
|
+
import { UserCheck as ci } from "./Icons/UserCheck.js";
|
|
250
|
+
import { UserCircle as di } from "./Icons/UserCircle.js";
|
|
251
|
+
import { UserDelete as ui } from "./Icons/UserDelete.js";
|
|
252
|
+
import { UserLock as Si } from "./Icons/UserLock.js";
|
|
253
|
+
import { UserShield as Li } from "./Icons/UserShield.js";
|
|
254
|
+
import { Wallet as Ai } from "./Icons/Wallet.js";
|
|
255
|
+
import { WalletInput as Pi } from "./Icons/WalletInput.js";
|
|
256
|
+
import { WalletSearch as Mi } from "./Icons/WalletSearch.js";
|
|
257
|
+
import { Warning as Ui } from "./Icons/Warning.js";
|
|
258
|
+
import { WarningFill as Ei } from "./Icons/WarningFill.js";
|
|
259
|
+
import { Whatsapp as bi } from "./Icons/Whatsapp.js";
|
|
260
|
+
import { Windows as yi } from "./Icons/Windows.js";
|
|
261
|
+
import { WirelessCharging as Wi } from "./Icons/WirelessCharging.js";
|
|
262
|
+
import { Youtube as Gi } from "./Icons/Youtube.js";
|
|
259
263
|
export {
|
|
260
264
|
e as Airplane,
|
|
261
265
|
p as AlarmClock,
|
|
@@ -269,7 +273,7 @@ export {
|
|
|
269
273
|
S as ArrowLeft,
|
|
270
274
|
L as ArrowRight,
|
|
271
275
|
A as ArrowUp,
|
|
272
|
-
|
|
276
|
+
P as ArrowUpRight,
|
|
273
277
|
M as Asterisk,
|
|
274
278
|
U as At,
|
|
275
279
|
E as AutoLock,
|
|
@@ -296,7 +300,7 @@ export {
|
|
|
296
300
|
Sr as Chart5,
|
|
297
301
|
Lr as Chart5Fill,
|
|
298
302
|
Ar as ChartPie,
|
|
299
|
-
|
|
303
|
+
Pr as Check,
|
|
300
304
|
Mr as CheckmarkCircle,
|
|
301
305
|
Ur as CheckmarkCircleFill,
|
|
302
306
|
Er as ChevronAscending,
|
|
@@ -323,196 +327,200 @@ export {
|
|
|
323
327
|
Fo as CoinPercent,
|
|
324
328
|
wo as Coins,
|
|
325
329
|
Do as CoinsAddPlus,
|
|
326
|
-
|
|
330
|
+
Bo as CoinsCheck,
|
|
327
331
|
vo as CoinsCross,
|
|
328
332
|
Ro as CoinsCrypto,
|
|
329
333
|
To as CoinsEye,
|
|
330
|
-
Io as
|
|
331
|
-
Ho as
|
|
332
|
-
No as
|
|
333
|
-
Qo as
|
|
334
|
-
zo as
|
|
335
|
-
Oo as
|
|
336
|
-
jo as
|
|
337
|
-
Jo as
|
|
338
|
-
Zo as
|
|
339
|
-
$o as
|
|
340
|
-
oe as
|
|
341
|
-
te as
|
|
342
|
-
fe as
|
|
343
|
-
xe as
|
|
344
|
-
le as
|
|
345
|
-
ae as
|
|
346
|
-
se as
|
|
347
|
-
he as
|
|
348
|
-
ge as
|
|
349
|
-
ke as
|
|
350
|
-
Fe as
|
|
351
|
-
we as
|
|
352
|
-
De as
|
|
353
|
-
|
|
354
|
-
ve as
|
|
355
|
-
Re as
|
|
356
|
-
Te as
|
|
357
|
-
Ie as
|
|
358
|
-
He as
|
|
359
|
-
Ne as
|
|
360
|
-
Qe as
|
|
361
|
-
ze as
|
|
362
|
-
Oe as
|
|
363
|
-
je as
|
|
364
|
-
Je as
|
|
365
|
-
Ze as
|
|
366
|
-
$e as
|
|
367
|
-
ot as
|
|
368
|
-
tt as
|
|
369
|
-
ft as
|
|
370
|
-
xt as
|
|
371
|
-
lt as
|
|
372
|
-
at as
|
|
373
|
-
st as
|
|
374
|
-
ht as
|
|
375
|
-
gt as
|
|
376
|
-
kt as
|
|
377
|
-
Ft as
|
|
378
|
-
wt as
|
|
379
|
-
Dt as
|
|
380
|
-
|
|
381
|
-
vt as
|
|
382
|
-
Rt as
|
|
383
|
-
Tt as
|
|
384
|
-
It as
|
|
385
|
-
Ht as
|
|
386
|
-
Nt as
|
|
387
|
-
Qt as
|
|
388
|
-
zt as
|
|
389
|
-
Ot as
|
|
390
|
-
jt as
|
|
391
|
-
Jt as
|
|
392
|
-
Zt as
|
|
393
|
-
$t as
|
|
394
|
-
op as
|
|
395
|
-
tp as
|
|
396
|
-
fp as
|
|
397
|
-
xp as
|
|
398
|
-
lp as
|
|
399
|
-
ap as
|
|
400
|
-
sp as
|
|
401
|
-
hp as
|
|
402
|
-
gp as
|
|
403
|
-
kp as
|
|
404
|
-
Fp as
|
|
405
|
-
wp as
|
|
406
|
-
Dp as
|
|
407
|
-
|
|
408
|
-
vp as
|
|
409
|
-
Rp as
|
|
410
|
-
Tp as
|
|
411
|
-
Ip as
|
|
412
|
-
Hp as
|
|
413
|
-
Np as
|
|
414
|
-
Qp as
|
|
415
|
-
zp as
|
|
416
|
-
Op as
|
|
417
|
-
jp as
|
|
418
|
-
Jp as
|
|
419
|
-
Zp as
|
|
420
|
-
$p as
|
|
421
|
-
of as
|
|
422
|
-
tf as
|
|
423
|
-
ff as
|
|
424
|
-
xf as
|
|
425
|
-
nf as
|
|
426
|
-
Cf as
|
|
427
|
-
cf as
|
|
428
|
-
df as
|
|
429
|
-
uf as
|
|
430
|
-
Sf as
|
|
431
|
-
Lf as
|
|
432
|
-
Af as
|
|
433
|
-
|
|
434
|
-
Mf as
|
|
435
|
-
Uf as
|
|
436
|
-
Ef as
|
|
437
|
-
bf as
|
|
438
|
-
yf as
|
|
439
|
-
Wf as
|
|
440
|
-
Gf as
|
|
441
|
-
Vf as
|
|
442
|
-
Kf as
|
|
443
|
-
Yf as
|
|
444
|
-
qf as
|
|
445
|
-
Xf as
|
|
446
|
-
_f as
|
|
447
|
-
rm as
|
|
448
|
-
em as
|
|
449
|
-
pm as
|
|
450
|
-
mm as
|
|
451
|
-
im as
|
|
452
|
-
nm as
|
|
453
|
-
Cm as
|
|
454
|
-
cm as
|
|
455
|
-
dm as
|
|
456
|
-
um as
|
|
457
|
-
Sm as
|
|
458
|
-
Lm as
|
|
459
|
-
Am as
|
|
460
|
-
|
|
461
|
-
Mm as
|
|
462
|
-
Um as
|
|
463
|
-
Em as
|
|
464
|
-
bm as
|
|
465
|
-
ym as
|
|
466
|
-
Wm as
|
|
467
|
-
Gm as
|
|
468
|
-
Vm as
|
|
469
|
-
Km as
|
|
470
|
-
Ym as
|
|
471
|
-
qm as
|
|
472
|
-
Xm as
|
|
473
|
-
_m as
|
|
474
|
-
rx as
|
|
475
|
-
ex as
|
|
476
|
-
px as
|
|
477
|
-
mx as
|
|
478
|
-
ix as
|
|
479
|
-
nx as
|
|
480
|
-
Cx as
|
|
481
|
-
cx as
|
|
482
|
-
dx as
|
|
483
|
-
ux as
|
|
484
|
-
Sx as
|
|
485
|
-
Lx as
|
|
486
|
-
Ax as
|
|
487
|
-
|
|
488
|
-
Mx as
|
|
489
|
-
Ux as
|
|
490
|
-
Ex as
|
|
491
|
-
bx as
|
|
492
|
-
yx as
|
|
493
|
-
Wx as
|
|
494
|
-
Gx as
|
|
495
|
-
Vx as
|
|
496
|
-
Kx as
|
|
497
|
-
Yx as
|
|
498
|
-
qx as
|
|
499
|
-
Xx as
|
|
500
|
-
_x as
|
|
501
|
-
ri as
|
|
502
|
-
ei as
|
|
503
|
-
pi as
|
|
504
|
-
mi as
|
|
505
|
-
ii as
|
|
506
|
-
ni as
|
|
507
|
-
Ci as
|
|
508
|
-
ci as
|
|
509
|
-
di as
|
|
510
|
-
ui as
|
|
511
|
-
Si as
|
|
512
|
-
Li as
|
|
513
|
-
Ai as
|
|
514
|
-
|
|
515
|
-
Mi as
|
|
516
|
-
Ui as
|
|
517
|
-
Ei as
|
|
334
|
+
Io as ColorPalette,
|
|
335
|
+
Ho as Compass,
|
|
336
|
+
No as ComputerMobile,
|
|
337
|
+
Qo as Copy,
|
|
338
|
+
zo as CreditCard,
|
|
339
|
+
Oo as CreditCardFill,
|
|
340
|
+
jo as CryptoBitcoinCoin,
|
|
341
|
+
Jo as Csv,
|
|
342
|
+
Zo as CursorTouch,
|
|
343
|
+
$o as CurveDown,
|
|
344
|
+
oe as CurveUp,
|
|
345
|
+
te as DatabaseLock,
|
|
346
|
+
fe as Delete,
|
|
347
|
+
xe as DeleteCircle,
|
|
348
|
+
le as DeleteCircleFill,
|
|
349
|
+
ae as DeleteStop,
|
|
350
|
+
se as Desktop,
|
|
351
|
+
he as Devices,
|
|
352
|
+
ge as Discord,
|
|
353
|
+
ke as DocumentCode,
|
|
354
|
+
Fe as Dollar,
|
|
355
|
+
we as DollarConvert,
|
|
356
|
+
De as Download,
|
|
357
|
+
Be as Duplicate,
|
|
358
|
+
ve as Exchange,
|
|
359
|
+
Re as ExchangeFill,
|
|
360
|
+
Te as ExitLogout,
|
|
361
|
+
Ie as Expand,
|
|
362
|
+
He as ExpandLeft,
|
|
363
|
+
Ne as ExpandRight,
|
|
364
|
+
Qe as Experiment,
|
|
365
|
+
ze as Experiment2,
|
|
366
|
+
Oe as ExternalLink,
|
|
367
|
+
je as Eye,
|
|
368
|
+
Je as EyeCross,
|
|
369
|
+
Ze as Facebook,
|
|
370
|
+
$e as Feather,
|
|
371
|
+
ot as FileDownload,
|
|
372
|
+
tt as FilterSort,
|
|
373
|
+
ft as Flex,
|
|
374
|
+
xt as Folder,
|
|
375
|
+
lt as Gift,
|
|
376
|
+
at as Github,
|
|
377
|
+
st as Globe,
|
|
378
|
+
ht as Grid,
|
|
379
|
+
gt as Grid2,
|
|
380
|
+
kt as GroupUsers,
|
|
381
|
+
Ft as GroupUsersAdd,
|
|
382
|
+
wt as HandCard,
|
|
383
|
+
Dt as HandCoins,
|
|
384
|
+
Bt as HandKey,
|
|
385
|
+
vt as HatSchool,
|
|
386
|
+
Rt as Heart,
|
|
387
|
+
Tt as Home,
|
|
388
|
+
It as HomeFill,
|
|
389
|
+
Ht as IdCard,
|
|
390
|
+
Nt as Incognito,
|
|
391
|
+
Qt as Infinite,
|
|
392
|
+
zt as InfiniteFill,
|
|
393
|
+
Ot as Information,
|
|
394
|
+
jt as InformationFill,
|
|
395
|
+
Jt as Instagram,
|
|
396
|
+
Zt as Invoice,
|
|
397
|
+
$t as Ios,
|
|
398
|
+
op as Label,
|
|
399
|
+
tp as Language,
|
|
400
|
+
fp as LedgerDevices,
|
|
401
|
+
xp as LedgerLogo,
|
|
402
|
+
lp as Legal,
|
|
403
|
+
ap as LifeRing,
|
|
404
|
+
sp as LifeRingFill,
|
|
405
|
+
hp as Link,
|
|
406
|
+
gp as Linkedin,
|
|
407
|
+
kp as Linux,
|
|
408
|
+
Fp as ListEye,
|
|
409
|
+
wp as Lock,
|
|
410
|
+
Dp as LockCheckSuccess,
|
|
411
|
+
Bp as Macos,
|
|
412
|
+
vp as Magnet,
|
|
413
|
+
Rp as Mail,
|
|
414
|
+
Tp as Mailbox,
|
|
415
|
+
Ip as Maths,
|
|
416
|
+
Hp as Medal1,
|
|
417
|
+
Np as Medal2,
|
|
418
|
+
Qp as MenuBurger,
|
|
419
|
+
zp as MessageChat,
|
|
420
|
+
Op as Minus,
|
|
421
|
+
jp as MinusCircle,
|
|
422
|
+
Jp as MinusCircleFill,
|
|
423
|
+
Zp as Mobile,
|
|
424
|
+
$p as MobileArrow,
|
|
425
|
+
of as MonitorPassword,
|
|
426
|
+
tf as Moon,
|
|
427
|
+
ff as MoreHorizontal,
|
|
428
|
+
xf as MoreVertical,
|
|
429
|
+
nf as Nano,
|
|
430
|
+
Cf as NetworkWarning,
|
|
431
|
+
cf as Nfc,
|
|
432
|
+
df as Nft,
|
|
433
|
+
uf as NftHide,
|
|
434
|
+
Sf as Note,
|
|
435
|
+
Lf as P2p,
|
|
436
|
+
Af as Parachute,
|
|
437
|
+
Pf as Paste,
|
|
438
|
+
Mf as Pause,
|
|
439
|
+
Uf as PenEdit,
|
|
440
|
+
Ef as PenEditWriting,
|
|
441
|
+
bf as Percentage,
|
|
442
|
+
yf as PictureImage,
|
|
443
|
+
Wf as PiggyBank,
|
|
444
|
+
Gf as PinLocation,
|
|
445
|
+
Vf as Placeholder,
|
|
446
|
+
Kf as PlaceholderCicleFill,
|
|
447
|
+
Yf as Planet,
|
|
448
|
+
qf as Plus,
|
|
449
|
+
Xf as PlusCircle,
|
|
450
|
+
_f as PlusCircleFill,
|
|
451
|
+
rm as Printer,
|
|
452
|
+
em as QrCode,
|
|
453
|
+
pm as QrCodeScanner,
|
|
454
|
+
mm as Question,
|
|
455
|
+
im as Range,
|
|
456
|
+
nm as RecoveryKey,
|
|
457
|
+
Cm as Reddit,
|
|
458
|
+
cm as Reduce,
|
|
459
|
+
dm as Refresh,
|
|
460
|
+
um as RefreshBack,
|
|
461
|
+
Sm as Repair,
|
|
462
|
+
Lm as Screens,
|
|
463
|
+
Am as Search,
|
|
464
|
+
Pm as ServerDatabaseFail,
|
|
465
|
+
Mm as Settings,
|
|
466
|
+
Um as SettingsAlt,
|
|
467
|
+
Em as SettingsAlt2,
|
|
468
|
+
bm as Shapes,
|
|
469
|
+
ym as Share,
|
|
470
|
+
Wm as Share2,
|
|
471
|
+
Gm as ShieldCheck,
|
|
472
|
+
Vm as ShieldCheckNotification,
|
|
473
|
+
Km as ShieldLock,
|
|
474
|
+
Ym as ShieldMore,
|
|
475
|
+
qm as Signature,
|
|
476
|
+
Xm as Slideshow,
|
|
477
|
+
_m as Snow,
|
|
478
|
+
rx as SoftRepair,
|
|
479
|
+
ex as Spacerocket,
|
|
480
|
+
px as SparksFill,
|
|
481
|
+
mx as SpeedFast,
|
|
482
|
+
ix as SpeedLow,
|
|
483
|
+
nx as SpeedMedium,
|
|
484
|
+
Cx as Star,
|
|
485
|
+
cx as StarFill,
|
|
486
|
+
dx as StarHalf,
|
|
487
|
+
ux as Stax,
|
|
488
|
+
Sx as Sun,
|
|
489
|
+
Lx as Support,
|
|
490
|
+
Ax as Switch,
|
|
491
|
+
Px as Switch2,
|
|
492
|
+
Mx as Tablet,
|
|
493
|
+
Ux as Target,
|
|
494
|
+
Ex as Telegram,
|
|
495
|
+
bx as Theme,
|
|
496
|
+
yx as ThemeFill,
|
|
497
|
+
Wx as Threads,
|
|
498
|
+
Gx as Tiktok,
|
|
499
|
+
Vx as Tools,
|
|
500
|
+
Kx as TransferHorizontal,
|
|
501
|
+
Yx as TransferVertical,
|
|
502
|
+
qx as Trash,
|
|
503
|
+
Xx as Truck,
|
|
504
|
+
_x as Twitter,
|
|
505
|
+
ri as Unlink,
|
|
506
|
+
ei as Unlock,
|
|
507
|
+
pi as Usb,
|
|
508
|
+
mi as UsbC,
|
|
509
|
+
ii as User,
|
|
510
|
+
ni as UserAdd,
|
|
511
|
+
Ci as UserArrowRight,
|
|
512
|
+
ci as UserCheck,
|
|
513
|
+
di as UserCircle,
|
|
514
|
+
ui as UserDelete,
|
|
515
|
+
Si as UserLock,
|
|
516
|
+
Li as UserShield,
|
|
517
|
+
Ai as Wallet,
|
|
518
|
+
Pi as WalletInput,
|
|
519
|
+
Mi as WalletSearch,
|
|
520
|
+
Ui as Warning,
|
|
521
|
+
Ei as WarningFill,
|
|
522
|
+
bi as Whatsapp,
|
|
523
|
+
yi as Windows,
|
|
524
|
+
Wi as WirelessCharging,
|
|
525
|
+
Gi as Youtube
|
|
518
526
|
};
|