@ledgerhq/lumen-ui-react 0.1.30 → 0.1.32
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/lib/Components/AddressInput/AddressInput.d.ts +4 -4
- package/dist/lib/Components/AmountDisplay/AmountDisplay.js +13 -13
- package/dist/lib/Components/AmountInput/AmountInput.js +14 -14
- package/dist/lib/Components/Banner/Banner.js +5 -5
- package/dist/lib/Components/BaseInput/BaseInput.d.ts +1 -1
- package/dist/lib/Components/BaseInput/BaseInput.d.ts.map +1 -1
- package/dist/lib/Components/BaseInput/BaseInput.js +134 -85
- package/dist/lib/Components/BaseInput/types.d.ts +12 -4
- package/dist/lib/Components/BaseInput/types.d.ts.map +1 -1
- package/dist/lib/Components/Button/Button.js +8 -8
- package/dist/lib/Components/Card/Card.js +12 -12
- package/dist/lib/Components/CardButton/CardButton.js +4 -4
- package/dist/lib/Components/DataTable/DataTable.d.ts +1 -1
- package/dist/lib/Components/DataTable/DataTable.d.ts.map +1 -1
- package/dist/lib/Components/DataTable/DataTable.js +101 -99
- package/dist/lib/Components/DataTable/types.d.ts +8 -0
- package/dist/lib/Components/DataTable/types.d.ts.map +1 -1
- package/dist/lib/Components/Dialog/Dialog.js +13 -13
- package/dist/lib/Components/Dialog/DialogHeader/DialogHeader.js +12 -12
- package/dist/lib/Components/DotCount/DotCount.js +4 -4
- package/dist/lib/Components/InteractiveIcon/InteractiveIcon.js +4 -4
- package/dist/lib/Components/Link/Link.js +6 -6
- package/dist/lib/Components/ListItem/ListItem.js +3 -3
- package/dist/lib/Components/MediaButton/MediaButton.js +4 -4
- package/dist/lib/Components/MediaImage/MediaImage.js +9 -9
- package/dist/lib/Components/NavBar/CoinCapsule.js +4 -4
- package/dist/lib/Components/NavBar/NavBar.js +26 -26
- package/dist/lib/Components/Popover/Popover.js +6 -6
- package/dist/lib/Components/SearchInput/SearchInput.d.ts +4 -4
- package/dist/lib/Components/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/dist/lib/Components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/lib/Components/SegmentedControl/SegmentedControl.js +54 -52
- package/dist/lib/Components/SegmentedControl/types.d.ts +4 -0
- package/dist/lib/Components/SegmentedControl/types.d.ts.map +1 -1
- package/dist/lib/Components/Select/Select.d.ts +1 -1
- package/dist/lib/Components/Select/Select.d.ts.map +1 -1
- package/dist/lib/Components/Select/Select.js +41 -39
- package/dist/lib/Components/Select/types.d.ts +1 -1
- package/dist/lib/Components/Select/types.d.ts.map +1 -1
- package/dist/lib/Components/SideBar/SideBar.js +9 -9
- package/dist/lib/Components/Skeleton/Skeleton.js +4 -4
- package/dist/lib/Components/Switch/Switch.js +5 -5
- package/dist/lib/Components/Table/Table.d.ts +1 -1
- package/dist/lib/Components/Table/Table.d.ts.map +1 -1
- package/dist/lib/Components/Table/Table.js +47 -42
- package/dist/lib/Components/Table/types.d.ts +7 -0
- package/dist/lib/Components/Table/types.d.ts.map +1 -1
- package/dist/lib/Components/Table/utils/useThrottledScrollBottom.js +3 -3
- package/dist/lib/Components/TextInput/TextInput.d.ts +4 -4
- package/dist/lib/Symbols/Icons/Lightbulb.d.ts +29 -0
- package/dist/lib/Symbols/Icons/Lightbulb.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Lightbulb.js +28 -0
- package/dist/lib/Symbols/index.d.ts +1 -0
- package/dist/lib/Symbols/index.d.ts.map +1 -1
- package/dist/lib/Symbols/index.js +270 -268
- package/dist/libs/utils-shared/dist/index.js +146 -133
- package/dist/package.json +2 -2
- package/package.json +2 -2
|
@@ -8,13 +8,13 @@ import { Ar as c } from "./Icons/Ar.js";
|
|
|
8
8
|
import { ArrowDown as d } from "./Icons/ArrowDown.js";
|
|
9
9
|
import { ArrowDownRight as u } from "./Icons/ArrowDownRight.js";
|
|
10
10
|
import { ArrowLeft as S } from "./Icons/ArrowLeft.js";
|
|
11
|
-
import { ArrowRight as
|
|
11
|
+
import { ArrowRight as L } from "./Icons/ArrowRight.js";
|
|
12
12
|
import { ArrowUp as A } from "./Icons/ArrowUp.js";
|
|
13
13
|
import { ArrowUpRight as P } from "./Icons/ArrowUpRight.js";
|
|
14
14
|
import { Asterisk as M } from "./Icons/Asterisk.js";
|
|
15
15
|
import { At as v } from "./Icons/At.js";
|
|
16
16
|
import { AutoLock as T } from "./Icons/AutoLock.js";
|
|
17
|
-
import { Bank as
|
|
17
|
+
import { Bank as E } from "./Icons/Bank.js";
|
|
18
18
|
import { BasketPutIn as y } from "./Icons/BasketPutIn.js";
|
|
19
19
|
import { Bell as W } from "./Icons/Bell.js";
|
|
20
20
|
import { BellFill as G } from "./Icons/BellFill.js";
|
|
@@ -35,13 +35,13 @@ import { Chart2 as cr } from "./Icons/Chart2.js";
|
|
|
35
35
|
import { Chart3 as dr } from "./Icons/Chart3.js";
|
|
36
36
|
import { Chart4 as ur } from "./Icons/Chart4.js";
|
|
37
37
|
import { Chart5 as Sr } from "./Icons/Chart5.js";
|
|
38
|
-
import { Chart5Fill as
|
|
38
|
+
import { Chart5Fill as Lr } from "./Icons/Chart5Fill.js";
|
|
39
39
|
import { ChartPie as Ar } from "./Icons/ChartPie.js";
|
|
40
40
|
import { Check as Pr } from "./Icons/Check.js";
|
|
41
41
|
import { CheckmarkCircle as Mr } from "./Icons/CheckmarkCircle.js";
|
|
42
42
|
import { CheckmarkCircleFill as vr } from "./Icons/CheckmarkCircleFill.js";
|
|
43
43
|
import { ChevronAscending as Tr } from "./Icons/ChevronAscending.js";
|
|
44
|
-
import { ChevronBigBottom as
|
|
44
|
+
import { ChevronBigBottom as Er } from "./Icons/ChevronBigBottom.js";
|
|
45
45
|
import { ChevronBigLeft as yr } from "./Icons/ChevronBigLeft.js";
|
|
46
46
|
import { ChevronBigRight as Wr } from "./Icons/ChevronBigRight.js";
|
|
47
47
|
import { ChevronBigTop as Gr } from "./Icons/ChevronBigTop.js";
|
|
@@ -62,12 +62,12 @@ import { CloudUpload as co } from "./Icons/CloudUpload.js";
|
|
|
62
62
|
import { Code as go } from "./Icons/Code.js";
|
|
63
63
|
import { CoinAlert as ko } from "./Icons/CoinAlert.js";
|
|
64
64
|
import { CoinPercent as Fo } from "./Icons/CoinPercent.js";
|
|
65
|
-
import { Coins as
|
|
65
|
+
import { Coins as wo } from "./Icons/Coins.js";
|
|
66
66
|
import { CoinsAddPlus as Do } from "./Icons/CoinsAddPlus.js";
|
|
67
67
|
import { CoinsCheck as Bo } from "./Icons/CoinsCheck.js";
|
|
68
68
|
import { CoinsCross as Uo } from "./Icons/CoinsCross.js";
|
|
69
69
|
import { CoinsCrypto as Ro } from "./Icons/CoinsCrypto.js";
|
|
70
|
-
import { CoinsEye as
|
|
70
|
+
import { CoinsEye as bo } from "./Icons/CoinsEye.js";
|
|
71
71
|
import { ColorPalette as Io } from "./Icons/ColorPalette.js";
|
|
72
72
|
import { Compass as Ho } from "./Icons/Compass.js";
|
|
73
73
|
import { ComputerMobile as No } from "./Icons/ComputerMobile.js";
|
|
@@ -89,12 +89,12 @@ import { Devices as he } from "./Icons/Devices.js";
|
|
|
89
89
|
import { Discord as ge } from "./Icons/Discord.js";
|
|
90
90
|
import { DocumentCode as ke } from "./Icons/DocumentCode.js";
|
|
91
91
|
import { Dollar as Fe } from "./Icons/Dollar.js";
|
|
92
|
-
import { DollarConvert as
|
|
92
|
+
import { DollarConvert as we } from "./Icons/DollarConvert.js";
|
|
93
93
|
import { Download as De } from "./Icons/Download.js";
|
|
94
94
|
import { Duplicate as Be } from "./Icons/Duplicate.js";
|
|
95
95
|
import { Exchange as Ue } from "./Icons/Exchange.js";
|
|
96
96
|
import { ExchangeFill as Re } from "./Icons/ExchangeFill.js";
|
|
97
|
-
import { ExitLogout as
|
|
97
|
+
import { ExitLogout as be } from "./Icons/ExitLogout.js";
|
|
98
98
|
import { Expand as Ie } from "./Icons/Expand.js";
|
|
99
99
|
import { ExpandLeft as He } from "./Icons/ExpandLeft.js";
|
|
100
100
|
import { ExpandRight as Ne } from "./Icons/ExpandRight.js";
|
|
@@ -116,12 +116,12 @@ import { Grid as ht } from "./Icons/Grid.js";
|
|
|
116
116
|
import { Grid2 as gt } from "./Icons/Grid2.js";
|
|
117
117
|
import { GroupUsers as kt } from "./Icons/GroupUsers.js";
|
|
118
118
|
import { GroupUsersAdd as Ft } from "./Icons/GroupUsersAdd.js";
|
|
119
|
-
import { HandCard as
|
|
119
|
+
import { HandCard as wt } from "./Icons/HandCard.js";
|
|
120
120
|
import { HandCoins as Dt } from "./Icons/HandCoins.js";
|
|
121
121
|
import { HandKey as Bt } from "./Icons/HandKey.js";
|
|
122
122
|
import { HatSchool as Ut } from "./Icons/HatSchool.js";
|
|
123
123
|
import { Heart as Rt } from "./Icons/Heart.js";
|
|
124
|
-
import { Home as
|
|
124
|
+
import { Home as bt } from "./Icons/Home.js";
|
|
125
125
|
import { HomeFill as It } from "./Icons/HomeFill.js";
|
|
126
126
|
import { IdCard as Ht } from "./Icons/IdCard.js";
|
|
127
127
|
import { Incognito as Nt } from "./Icons/Incognito.js";
|
|
@@ -139,130 +139,131 @@ import { LedgerLogo as xp } from "./Icons/LedgerLogo.js";
|
|
|
139
139
|
import { Legal as lp } from "./Icons/Legal.js";
|
|
140
140
|
import { LifeRing as ap } from "./Icons/LifeRing.js";
|
|
141
141
|
import { LifeRingFill as sp } from "./Icons/LifeRingFill.js";
|
|
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 {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
142
|
+
import { Lightbulb as hp } from "./Icons/Lightbulb.js";
|
|
143
|
+
import { Link as gp } from "./Icons/Link.js";
|
|
144
|
+
import { Linkedin as kp } from "./Icons/Linkedin.js";
|
|
145
|
+
import { Linux as Fp } from "./Icons/Linux.js";
|
|
146
|
+
import { ListEye as wp } from "./Icons/ListEye.js";
|
|
147
|
+
import { Lock as Dp } from "./Icons/Lock.js";
|
|
148
|
+
import { LockCheckSuccess as Bp } from "./Icons/LockCheckSuccess.js";
|
|
149
|
+
import { Macos as Up } from "./Icons/Macos.js";
|
|
150
|
+
import { Magnet as Rp } from "./Icons/Magnet.js";
|
|
151
|
+
import { Mail as bp } from "./Icons/Mail.js";
|
|
152
|
+
import { Mailbox as Ip } from "./Icons/Mailbox.js";
|
|
153
|
+
import { Maths as Hp } from "./Icons/Maths.js";
|
|
154
|
+
import { Medal1 as Np } from "./Icons/Medal1.js";
|
|
155
|
+
import { Medal2 as Qp } from "./Icons/Medal2.js";
|
|
156
|
+
import { MenuBurger as zp } from "./Icons/MenuBurger.js";
|
|
157
|
+
import { MessageChat as Op } from "./Icons/MessageChat.js";
|
|
158
|
+
import { Minus as jp } from "./Icons/Minus.js";
|
|
159
|
+
import { MinusCircle as Jp } from "./Icons/MinusCircle.js";
|
|
160
|
+
import { MinusCircleFill as Zp } from "./Icons/MinusCircleFill.js";
|
|
161
|
+
import { Mobile as $p } from "./Icons/Mobile.js";
|
|
162
|
+
import { MobileArrow as of } from "./Icons/MobileArrow.js";
|
|
163
|
+
import { MonitorPassword as tf } from "./Icons/MonitorPassword.js";
|
|
164
|
+
import { Moon as ff } from "./Icons/Moon.js";
|
|
165
|
+
import { MoreHorizontal as xf } from "./Icons/MoreHorizontal.js";
|
|
166
|
+
import { MoreVertical as nf } from "./Icons/MoreVertical.js";
|
|
167
|
+
import { Nano as Cf } from "./Icons/Nano.js";
|
|
168
|
+
import { NanoGen5 as cf } from "./Icons/NanoGen5.js";
|
|
169
|
+
import { NetworkWarning as df } from "./Icons/NetworkWarning.js";
|
|
170
|
+
import { Nfc as uf } from "./Icons/Nfc.js";
|
|
171
|
+
import { Nft as Sf } from "./Icons/Nft.js";
|
|
172
|
+
import { NftHide as Lf } from "./Icons/NftHide.js";
|
|
173
|
+
import { Note as Af } from "./Icons/Note.js";
|
|
174
|
+
import { P2p as Pf } from "./Icons/P2p.js";
|
|
175
|
+
import { Parachute as Mf } from "./Icons/Parachute.js";
|
|
176
|
+
import { Paste as vf } from "./Icons/Paste.js";
|
|
177
|
+
import { Pause as Tf } from "./Icons/Pause.js";
|
|
178
|
+
import { PenEdit as Ef } from "./Icons/PenEdit.js";
|
|
179
|
+
import { PenEditWriting as yf } from "./Icons/PenEditWriting.js";
|
|
180
|
+
import { Percentage as Wf } from "./Icons/Percentage.js";
|
|
181
|
+
import { PictureImage as Gf } from "./Icons/PictureImage.js";
|
|
182
|
+
import { PiggyBank as Vf } from "./Icons/PiggyBank.js";
|
|
183
|
+
import { PinLocation as Kf } from "./Icons/PinLocation.js";
|
|
184
|
+
import { Placeholder as Yf } from "./Icons/Placeholder.js";
|
|
185
|
+
import { PlaceholderCicleFill as qf } from "./Icons/PlaceholderCicleFill.js";
|
|
186
|
+
import { Planet as Xf } from "./Icons/Planet.js";
|
|
187
|
+
import { Plus as _f } from "./Icons/Plus.js";
|
|
188
|
+
import { PlusCircle as rm } from "./Icons/PlusCircle.js";
|
|
189
|
+
import { PlusCircleFill as em } from "./Icons/PlusCircleFill.js";
|
|
190
|
+
import { Printer as pm } from "./Icons/Printer.js";
|
|
191
|
+
import { QrCode as mm } from "./Icons/QrCode.js";
|
|
192
|
+
import { QrCodeScanner as im } from "./Icons/QrCodeScanner.js";
|
|
193
|
+
import { Question as nm } from "./Icons/Question.js";
|
|
194
|
+
import { Range as Cm } from "./Icons/Range.js";
|
|
195
|
+
import { RecoveryKey as cm } from "./Icons/RecoveryKey.js";
|
|
196
|
+
import { Reddit as dm } from "./Icons/Reddit.js";
|
|
197
|
+
import { Reduce as um } from "./Icons/Reduce.js";
|
|
198
|
+
import { Refresh as Sm } from "./Icons/Refresh.js";
|
|
199
|
+
import { RefreshBack as Lm } from "./Icons/RefreshBack.js";
|
|
200
|
+
import { Repair as Am } from "./Icons/Repair.js";
|
|
201
|
+
import { Screens as Pm } from "./Icons/Screens.js";
|
|
202
|
+
import { Search as Mm } from "./Icons/Search.js";
|
|
203
|
+
import { ServerDatabaseFail as vm } from "./Icons/ServerDatabaseFail.js";
|
|
204
|
+
import { Settings as Tm } from "./Icons/Settings.js";
|
|
205
|
+
import { SettingsAlt as Em } from "./Icons/SettingsAlt.js";
|
|
206
|
+
import { SettingsAlt2 as ym } from "./Icons/SettingsAlt2.js";
|
|
207
|
+
import { Shapes as Wm } from "./Icons/Shapes.js";
|
|
208
|
+
import { Share as Gm } from "./Icons/Share.js";
|
|
209
|
+
import { Share2 as Vm } from "./Icons/Share2.js";
|
|
210
|
+
import { ShieldCheck as Km } from "./Icons/ShieldCheck.js";
|
|
211
|
+
import { ShieldCheckNotification as Ym } from "./Icons/ShieldCheckNotification.js";
|
|
212
|
+
import { ShieldLock as qm } from "./Icons/ShieldLock.js";
|
|
213
|
+
import { ShieldMore as Xm } from "./Icons/ShieldMore.js";
|
|
214
|
+
import { Signature as _m } from "./Icons/Signature.js";
|
|
215
|
+
import { Slideshow as rx } from "./Icons/Slideshow.js";
|
|
216
|
+
import { Snow as ex } from "./Icons/Snow.js";
|
|
217
|
+
import { SoftRepair as px } from "./Icons/SoftRepair.js";
|
|
218
|
+
import { Spacerocket as mx } from "./Icons/Spacerocket.js";
|
|
219
|
+
import { SparksFill as ix } from "./Icons/SparksFill.js";
|
|
220
|
+
import { SpeedFast as nx } from "./Icons/SpeedFast.js";
|
|
221
|
+
import { SpeedLow as Cx } from "./Icons/SpeedLow.js";
|
|
222
|
+
import { SpeedMedium as cx } from "./Icons/SpeedMedium.js";
|
|
223
|
+
import { Star as dx } from "./Icons/Star.js";
|
|
224
|
+
import { StarFill as ux } from "./Icons/StarFill.js";
|
|
225
|
+
import { StarHalf as Sx } from "./Icons/StarHalf.js";
|
|
226
|
+
import { Stax as Lx } from "./Icons/Stax.js";
|
|
227
|
+
import { Sun as Ax } from "./Icons/Sun.js";
|
|
228
|
+
import { Support as Px } from "./Icons/Support.js";
|
|
229
|
+
import { Switch as Mx } from "./Icons/Switch.js";
|
|
230
|
+
import { Switch2 as vx } from "./Icons/Switch2.js";
|
|
231
|
+
import { Tablet as Tx } from "./Icons/Tablet.js";
|
|
232
|
+
import { Target as Ex } from "./Icons/Target.js";
|
|
233
|
+
import { Telegram as yx } from "./Icons/Telegram.js";
|
|
234
|
+
import { Theme as Wx } from "./Icons/Theme.js";
|
|
235
|
+
import { ThemeFill as Gx } from "./Icons/ThemeFill.js";
|
|
236
|
+
import { Threads as Vx } from "./Icons/Threads.js";
|
|
237
|
+
import { Tiktok as Kx } from "./Icons/Tiktok.js";
|
|
238
|
+
import { Tools as Yx } from "./Icons/Tools.js";
|
|
239
|
+
import { TransferHorizontal as qx } from "./Icons/TransferHorizontal.js";
|
|
240
|
+
import { TransferVertical as Xx } from "./Icons/TransferVertical.js";
|
|
241
|
+
import { Trash as _x } from "./Icons/Trash.js";
|
|
242
|
+
import { TriangleDown as ri } from "./Icons/TriangleDown.js";
|
|
243
|
+
import { TriangleUp as ei } from "./Icons/TriangleUp.js";
|
|
244
|
+
import { Truck as pi } from "./Icons/Truck.js";
|
|
245
|
+
import { Twitter as mi } from "./Icons/Twitter.js";
|
|
246
|
+
import { Unlink as ii } from "./Icons/Unlink.js";
|
|
247
|
+
import { Unlock as ni } from "./Icons/Unlock.js";
|
|
248
|
+
import { Usb as Ci } from "./Icons/Usb.js";
|
|
249
|
+
import { UsbC as ci } from "./Icons/UsbC.js";
|
|
250
|
+
import { User as di } from "./Icons/User.js";
|
|
251
|
+
import { UserAdd as ui } from "./Icons/UserAdd.js";
|
|
252
|
+
import { UserArrowRight as Si } from "./Icons/UserArrowRight.js";
|
|
253
|
+
import { UserCheck as Li } from "./Icons/UserCheck.js";
|
|
254
|
+
import { UserCircle as Ai } from "./Icons/UserCircle.js";
|
|
255
|
+
import { UserDelete as Pi } from "./Icons/UserDelete.js";
|
|
256
|
+
import { UserLock as Mi } from "./Icons/UserLock.js";
|
|
257
|
+
import { UserShield as vi } from "./Icons/UserShield.js";
|
|
258
|
+
import { Wallet as Ti } from "./Icons/Wallet.js";
|
|
259
|
+
import { WalletInput as Ei } from "./Icons/WalletInput.js";
|
|
260
|
+
import { WalletSearch as yi } from "./Icons/WalletSearch.js";
|
|
261
|
+
import { Warning as Wi } from "./Icons/Warning.js";
|
|
262
|
+
import { WarningFill as Gi } from "./Icons/WarningFill.js";
|
|
263
|
+
import { Whatsapp as Vi } from "./Icons/Whatsapp.js";
|
|
264
|
+
import { Windows as Ki } from "./Icons/Windows.js";
|
|
265
|
+
import { WirelessCharging as Yi } from "./Icons/WirelessCharging.js";
|
|
266
|
+
import { Youtube as qi } from "./Icons/Youtube.js";
|
|
266
267
|
export {
|
|
267
268
|
e as Airplane,
|
|
268
269
|
p as AlarmClock,
|
|
@@ -274,13 +275,13 @@ export {
|
|
|
274
275
|
d as ArrowDown,
|
|
275
276
|
u as ArrowDownRight,
|
|
276
277
|
S as ArrowLeft,
|
|
277
|
-
|
|
278
|
+
L as ArrowRight,
|
|
278
279
|
A as ArrowUp,
|
|
279
280
|
P as ArrowUpRight,
|
|
280
281
|
M as Asterisk,
|
|
281
282
|
v as At,
|
|
282
283
|
T as AutoLock,
|
|
283
|
-
|
|
284
|
+
E as Bank,
|
|
284
285
|
y as BasketPutIn,
|
|
285
286
|
W as Bell,
|
|
286
287
|
G as BellFill,
|
|
@@ -301,13 +302,13 @@ export {
|
|
|
301
302
|
dr as Chart3,
|
|
302
303
|
ur as Chart4,
|
|
303
304
|
Sr as Chart5,
|
|
304
|
-
|
|
305
|
+
Lr as Chart5Fill,
|
|
305
306
|
Ar as ChartPie,
|
|
306
307
|
Pr as Check,
|
|
307
308
|
Mr as CheckmarkCircle,
|
|
308
309
|
vr as CheckmarkCircleFill,
|
|
309
310
|
Tr as ChevronAscending,
|
|
310
|
-
|
|
311
|
+
Er as ChevronBigBottom,
|
|
311
312
|
yr as ChevronBigLeft,
|
|
312
313
|
Wr as ChevronBigRight,
|
|
313
314
|
Gr as ChevronBigTop,
|
|
@@ -328,12 +329,12 @@ export {
|
|
|
328
329
|
go as Code,
|
|
329
330
|
ko as CoinAlert,
|
|
330
331
|
Fo as CoinPercent,
|
|
331
|
-
|
|
332
|
+
wo as Coins,
|
|
332
333
|
Do as CoinsAddPlus,
|
|
333
334
|
Bo as CoinsCheck,
|
|
334
335
|
Uo as CoinsCross,
|
|
335
336
|
Ro as CoinsCrypto,
|
|
336
|
-
|
|
337
|
+
bo as CoinsEye,
|
|
337
338
|
Io as ColorPalette,
|
|
338
339
|
Ho as Compass,
|
|
339
340
|
No as ComputerMobile,
|
|
@@ -355,12 +356,12 @@ export {
|
|
|
355
356
|
ge as Discord,
|
|
356
357
|
ke as DocumentCode,
|
|
357
358
|
Fe as Dollar,
|
|
358
|
-
|
|
359
|
+
we as DollarConvert,
|
|
359
360
|
De as Download,
|
|
360
361
|
Be as Duplicate,
|
|
361
362
|
Ue as Exchange,
|
|
362
363
|
Re as ExchangeFill,
|
|
363
|
-
|
|
364
|
+
be as ExitLogout,
|
|
364
365
|
Ie as Expand,
|
|
365
366
|
He as ExpandLeft,
|
|
366
367
|
Ne as ExpandRight,
|
|
@@ -382,12 +383,12 @@ export {
|
|
|
382
383
|
gt as Grid2,
|
|
383
384
|
kt as GroupUsers,
|
|
384
385
|
Ft as GroupUsersAdd,
|
|
385
|
-
|
|
386
|
+
wt as HandCard,
|
|
386
387
|
Dt as HandCoins,
|
|
387
388
|
Bt as HandKey,
|
|
388
389
|
Ut as HatSchool,
|
|
389
390
|
Rt as Heart,
|
|
390
|
-
|
|
391
|
+
bt as Home,
|
|
391
392
|
It as HomeFill,
|
|
392
393
|
Ht as IdCard,
|
|
393
394
|
Nt as Incognito,
|
|
@@ -405,128 +406,129 @@ export {
|
|
|
405
406
|
lp as Legal,
|
|
406
407
|
ap as LifeRing,
|
|
407
408
|
sp as LifeRingFill,
|
|
408
|
-
hp as
|
|
409
|
-
gp as
|
|
410
|
-
kp as
|
|
411
|
-
Fp as
|
|
412
|
-
|
|
413
|
-
Dp as
|
|
414
|
-
Bp as
|
|
415
|
-
Up as
|
|
416
|
-
Rp as
|
|
417
|
-
|
|
418
|
-
Ip as
|
|
419
|
-
Hp as
|
|
420
|
-
Np as
|
|
421
|
-
Qp as
|
|
422
|
-
zp as
|
|
423
|
-
Op as
|
|
424
|
-
jp as
|
|
425
|
-
Jp as
|
|
426
|
-
Zp as
|
|
427
|
-
$p as
|
|
428
|
-
of as
|
|
429
|
-
tf as
|
|
430
|
-
ff as
|
|
431
|
-
xf as
|
|
432
|
-
nf as
|
|
433
|
-
Cf as
|
|
434
|
-
cf as
|
|
435
|
-
df as
|
|
436
|
-
uf as
|
|
437
|
-
Sf as
|
|
438
|
-
|
|
439
|
-
Af as
|
|
440
|
-
Pf as
|
|
441
|
-
Mf as
|
|
442
|
-
vf as
|
|
443
|
-
Tf as
|
|
444
|
-
|
|
445
|
-
yf as
|
|
446
|
-
Wf as
|
|
447
|
-
Gf as
|
|
448
|
-
Vf as
|
|
449
|
-
Kf as
|
|
450
|
-
Yf as
|
|
451
|
-
qf as
|
|
452
|
-
Xf as
|
|
453
|
-
_f as
|
|
454
|
-
rm as
|
|
455
|
-
em as
|
|
456
|
-
pm as
|
|
457
|
-
mm as
|
|
458
|
-
im as
|
|
459
|
-
nm as
|
|
460
|
-
Cm as
|
|
461
|
-
cm as
|
|
462
|
-
dm as
|
|
463
|
-
um as
|
|
464
|
-
Sm as
|
|
465
|
-
|
|
466
|
-
Am as
|
|
467
|
-
Pm as
|
|
468
|
-
Mm as
|
|
469
|
-
vm as
|
|
470
|
-
Tm as
|
|
471
|
-
|
|
472
|
-
ym as
|
|
473
|
-
Wm as
|
|
474
|
-
Gm as
|
|
475
|
-
Vm as
|
|
476
|
-
Km as
|
|
477
|
-
Ym as
|
|
478
|
-
qm as
|
|
479
|
-
Xm as
|
|
480
|
-
_m as
|
|
481
|
-
rx as
|
|
482
|
-
ex as
|
|
483
|
-
px as
|
|
484
|
-
mx as
|
|
485
|
-
ix as
|
|
486
|
-
nx as
|
|
487
|
-
Cx as
|
|
488
|
-
cx as
|
|
489
|
-
dx as
|
|
490
|
-
ux as
|
|
491
|
-
Sx as
|
|
492
|
-
|
|
493
|
-
Ax as
|
|
494
|
-
Px as
|
|
495
|
-
Mx as
|
|
496
|
-
vx as
|
|
497
|
-
Tx as
|
|
498
|
-
|
|
499
|
-
yx as
|
|
500
|
-
Wx as
|
|
501
|
-
Gx as
|
|
502
|
-
Vx as
|
|
503
|
-
Kx as
|
|
504
|
-
Yx as
|
|
505
|
-
qx as
|
|
506
|
-
Xx as
|
|
507
|
-
_x as
|
|
508
|
-
ri as
|
|
509
|
-
ei as
|
|
510
|
-
pi as
|
|
511
|
-
mi as
|
|
512
|
-
ii as
|
|
513
|
-
ni as
|
|
514
|
-
Ci as
|
|
515
|
-
ci as
|
|
516
|
-
di as
|
|
517
|
-
ui as
|
|
518
|
-
Si as
|
|
519
|
-
|
|
520
|
-
Ai as
|
|
521
|
-
Pi as
|
|
522
|
-
Mi as
|
|
523
|
-
vi as
|
|
524
|
-
Ti as
|
|
525
|
-
|
|
526
|
-
yi as
|
|
527
|
-
Wi as
|
|
528
|
-
Gi as
|
|
529
|
-
Vi as
|
|
530
|
-
Ki as
|
|
531
|
-
Yi as
|
|
409
|
+
hp as Lightbulb,
|
|
410
|
+
gp as Link,
|
|
411
|
+
kp as Linkedin,
|
|
412
|
+
Fp as Linux,
|
|
413
|
+
wp as ListEye,
|
|
414
|
+
Dp as Lock,
|
|
415
|
+
Bp as LockCheckSuccess,
|
|
416
|
+
Up as Macos,
|
|
417
|
+
Rp as Magnet,
|
|
418
|
+
bp as Mail,
|
|
419
|
+
Ip as Mailbox,
|
|
420
|
+
Hp as Maths,
|
|
421
|
+
Np as Medal1,
|
|
422
|
+
Qp as Medal2,
|
|
423
|
+
zp as MenuBurger,
|
|
424
|
+
Op as MessageChat,
|
|
425
|
+
jp as Minus,
|
|
426
|
+
Jp as MinusCircle,
|
|
427
|
+
Zp as MinusCircleFill,
|
|
428
|
+
$p as Mobile,
|
|
429
|
+
of as MobileArrow,
|
|
430
|
+
tf as MonitorPassword,
|
|
431
|
+
ff as Moon,
|
|
432
|
+
xf as MoreHorizontal,
|
|
433
|
+
nf as MoreVertical,
|
|
434
|
+
Cf as Nano,
|
|
435
|
+
cf as NanoGen5,
|
|
436
|
+
df as NetworkWarning,
|
|
437
|
+
uf as Nfc,
|
|
438
|
+
Sf as Nft,
|
|
439
|
+
Lf as NftHide,
|
|
440
|
+
Af as Note,
|
|
441
|
+
Pf as P2p,
|
|
442
|
+
Mf as Parachute,
|
|
443
|
+
vf as Paste,
|
|
444
|
+
Tf as Pause,
|
|
445
|
+
Ef as PenEdit,
|
|
446
|
+
yf as PenEditWriting,
|
|
447
|
+
Wf as Percentage,
|
|
448
|
+
Gf as PictureImage,
|
|
449
|
+
Vf as PiggyBank,
|
|
450
|
+
Kf as PinLocation,
|
|
451
|
+
Yf as Placeholder,
|
|
452
|
+
qf as PlaceholderCicleFill,
|
|
453
|
+
Xf as Planet,
|
|
454
|
+
_f as Plus,
|
|
455
|
+
rm as PlusCircle,
|
|
456
|
+
em as PlusCircleFill,
|
|
457
|
+
pm as Printer,
|
|
458
|
+
mm as QrCode,
|
|
459
|
+
im as QrCodeScanner,
|
|
460
|
+
nm as Question,
|
|
461
|
+
Cm as Range,
|
|
462
|
+
cm as RecoveryKey,
|
|
463
|
+
dm as Reddit,
|
|
464
|
+
um as Reduce,
|
|
465
|
+
Sm as Refresh,
|
|
466
|
+
Lm as RefreshBack,
|
|
467
|
+
Am as Repair,
|
|
468
|
+
Pm as Screens,
|
|
469
|
+
Mm as Search,
|
|
470
|
+
vm as ServerDatabaseFail,
|
|
471
|
+
Tm as Settings,
|
|
472
|
+
Em as SettingsAlt,
|
|
473
|
+
ym as SettingsAlt2,
|
|
474
|
+
Wm as Shapes,
|
|
475
|
+
Gm as Share,
|
|
476
|
+
Vm as Share2,
|
|
477
|
+
Km as ShieldCheck,
|
|
478
|
+
Ym as ShieldCheckNotification,
|
|
479
|
+
qm as ShieldLock,
|
|
480
|
+
Xm as ShieldMore,
|
|
481
|
+
_m as Signature,
|
|
482
|
+
rx as Slideshow,
|
|
483
|
+
ex as Snow,
|
|
484
|
+
px as SoftRepair,
|
|
485
|
+
mx as Spacerocket,
|
|
486
|
+
ix as SparksFill,
|
|
487
|
+
nx as SpeedFast,
|
|
488
|
+
Cx as SpeedLow,
|
|
489
|
+
cx as SpeedMedium,
|
|
490
|
+
dx as Star,
|
|
491
|
+
ux as StarFill,
|
|
492
|
+
Sx as StarHalf,
|
|
493
|
+
Lx as Stax,
|
|
494
|
+
Ax as Sun,
|
|
495
|
+
Px as Support,
|
|
496
|
+
Mx as Switch,
|
|
497
|
+
vx as Switch2,
|
|
498
|
+
Tx as Tablet,
|
|
499
|
+
Ex as Target,
|
|
500
|
+
yx as Telegram,
|
|
501
|
+
Wx as Theme,
|
|
502
|
+
Gx as ThemeFill,
|
|
503
|
+
Vx as Threads,
|
|
504
|
+
Kx as Tiktok,
|
|
505
|
+
Yx as Tools,
|
|
506
|
+
qx as TransferHorizontal,
|
|
507
|
+
Xx as TransferVertical,
|
|
508
|
+
_x as Trash,
|
|
509
|
+
ri as TriangleDown,
|
|
510
|
+
ei as TriangleUp,
|
|
511
|
+
pi as Truck,
|
|
512
|
+
mi as Twitter,
|
|
513
|
+
ii as Unlink,
|
|
514
|
+
ni as Unlock,
|
|
515
|
+
Ci as Usb,
|
|
516
|
+
ci as UsbC,
|
|
517
|
+
di as User,
|
|
518
|
+
ui as UserAdd,
|
|
519
|
+
Si as UserArrowRight,
|
|
520
|
+
Li as UserCheck,
|
|
521
|
+
Ai as UserCircle,
|
|
522
|
+
Pi as UserDelete,
|
|
523
|
+
Mi as UserLock,
|
|
524
|
+
vi as UserShield,
|
|
525
|
+
Ti as Wallet,
|
|
526
|
+
Ei as WalletInput,
|
|
527
|
+
yi as WalletSearch,
|
|
528
|
+
Wi as Warning,
|
|
529
|
+
Gi as WarningFill,
|
|
530
|
+
Vi as Whatsapp,
|
|
531
|
+
Ki as Windows,
|
|
532
|
+
Yi as WirelessCharging,
|
|
533
|
+
qi as Youtube
|
|
532
534
|
};
|