@ledgerhq/lumen-ui-react 0.0.65 → 0.0.66
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/index.js +66 -59
- package/dist/lib/Components/Subheader/Subheader.d.ts +60 -24
- package/dist/lib/Components/Subheader/Subheader.d.ts.map +1 -1
- package/dist/lib/Components/Subheader/Subheader.js +66 -36
- package/dist/lib/Components/Subheader/index.d.ts +1 -1
- package/dist/lib/Components/Subheader/index.d.ts.map +1 -1
- package/dist/lib/Components/Subheader/types.d.ts +52 -6
- package/dist/lib/Components/Subheader/types.d.ts.map +1 -1
- package/dist/lib/Symbols/Icons/Asterisk.d.ts +26 -0
- package/dist/lib/Symbols/Icons/Asterisk.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Asterisk.js +28 -0
- package/dist/lib/Symbols/Icons/Bell.js +1 -1
- package/dist/lib/Symbols/Icons/BellFill.d.ts +26 -0
- package/dist/lib/Symbols/Icons/BellFill.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/BellFill.js +25 -0
- package/dist/lib/Symbols/Icons/BellNotification.js +1 -1
- package/dist/lib/Symbols/Icons/CreditCardFill.d.ts +26 -0
- package/dist/lib/Symbols/Icons/CreditCardFill.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/CreditCardFill.js +25 -0
- package/dist/lib/Symbols/Icons/Delete.js +1 -1
- package/dist/lib/Symbols/Icons/Exchange.js +1 -1
- package/dist/lib/Symbols/Icons/ExchangeFill.d.ts +26 -0
- package/dist/lib/Symbols/Icons/ExchangeFill.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/ExchangeFill.js +41 -0
- package/dist/lib/Symbols/Icons/ExpandLeft.d.ts +26 -0
- package/dist/lib/Symbols/Icons/ExpandLeft.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/ExpandLeft.js +28 -0
- package/dist/lib/Symbols/Icons/ExpandRight.d.ts +26 -0
- package/dist/lib/Symbols/Icons/ExpandRight.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/ExpandRight.js +28 -0
- package/dist/lib/Symbols/Icons/Home.js +1 -1
- package/dist/lib/Symbols/Icons/HomeFill.d.ts +26 -0
- package/dist/lib/Symbols/Icons/HomeFill.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/HomeFill.js +25 -0
- package/dist/lib/Symbols/Icons/LifeRingFill.d.ts +26 -0
- package/dist/lib/Symbols/Icons/LifeRingFill.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/LifeRingFill.js +25 -0
- package/dist/lib/Symbols/Icons/P2p.js +1 -1
- package/dist/lib/Symbols/Icons/Signature.js +1 -1
- package/dist/lib/Symbols/Icons/Spacerocket.js +1 -1
- package/dist/lib/Symbols/Icons/Tools.js +1 -1
- package/dist/lib/Symbols/Icons/TransferVertical.js +1 -1
- package/dist/lib/Symbols/Icons/Trash.js +1 -1
- package/dist/lib/Symbols/Icons/WarningFill.js +1 -1
- package/dist/lib/Symbols/index.d.ts +8 -0
- package/dist/lib/Symbols/index.d.ts.map +1 -1
- package/dist/lib/Symbols/index.js +474 -458
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,474 +1,490 @@
|
|
|
1
1
|
import { Airplane as e } from "./Icons/Airplane.js";
|
|
2
2
|
import { AlarmClock as p } from "./Icons/AlarmClock.js";
|
|
3
|
-
import { Android as
|
|
3
|
+
import { Android as m } from "./Icons/Android.js";
|
|
4
4
|
import { Apex as i } from "./Icons/Apex.js";
|
|
5
5
|
import { Apple as a } from "./Icons/Apple.js";
|
|
6
6
|
import { Apps as s } from "./Icons/Apps.js";
|
|
7
7
|
import { Ar as c } from "./Icons/Ar.js";
|
|
8
8
|
import { ArrowDown as d } from "./Icons/ArrowDown.js";
|
|
9
|
-
import { ArrowDownRight as
|
|
10
|
-
import { ArrowLeft as
|
|
11
|
-
import { ArrowRight as
|
|
12
|
-
import { ArrowUp as
|
|
13
|
-
import { ArrowUpRight as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
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 {
|
|
9
|
+
import { ArrowDownRight as u } from "./Icons/ArrowDownRight.js";
|
|
10
|
+
import { ArrowLeft as S } from "./Icons/ArrowLeft.js";
|
|
11
|
+
import { ArrowRight as w } from "./Icons/ArrowRight.js";
|
|
12
|
+
import { ArrowUp as F } from "./Icons/ArrowUp.js";
|
|
13
|
+
import { ArrowUpRight as D } from "./Icons/ArrowUpRight.js";
|
|
14
|
+
import { Asterisk as M } from "./Icons/Asterisk.js";
|
|
15
|
+
import { At as R } from "./Icons/At.js";
|
|
16
|
+
import { AutoLock as E } from "./Icons/AutoLock.js";
|
|
17
|
+
import { Bank as b } from "./Icons/Bank.js";
|
|
18
|
+
import { BasketPutIn as H } from "./Icons/BasketPutIn.js";
|
|
19
|
+
import { Bell as W } from "./Icons/Bell.js";
|
|
20
|
+
import { BellFill as G } from "./Icons/BellFill.js";
|
|
21
|
+
import { BellNotification as V } from "./Icons/BellNotification.js";
|
|
22
|
+
import { BitcoinComputer as K } from "./Icons/BitcoinComputer.js";
|
|
23
|
+
import { BitcoinVoucher as Y } from "./Icons/BitcoinVoucher.js";
|
|
24
|
+
import { Bluetooth as q } from "./Icons/Bluetooth.js";
|
|
25
|
+
import { BluetoothCircleFill as X } from "./Icons/BluetoothCircleFill.js";
|
|
26
|
+
import { Bolt as _ } from "./Icons/Bolt.js";
|
|
27
|
+
import { BookOpen as rr } from "./Icons/BookOpen.js";
|
|
28
|
+
import { Bug as er } from "./Icons/Bug.js";
|
|
29
|
+
import { Bundle as pr } from "./Icons/Bundle.js";
|
|
30
|
+
import { Calendar as mr } from "./Icons/Calendar.js";
|
|
31
|
+
import { Cart as ir } from "./Icons/Cart.js";
|
|
32
|
+
import { Charon as ar } from "./Icons/Charon.js";
|
|
33
|
+
import { Chart1 as sr } from "./Icons/Chart1.js";
|
|
34
|
+
import { Chart2 as cr } from "./Icons/Chart2.js";
|
|
35
|
+
import { Chart3 as dr } from "./Icons/Chart3.js";
|
|
36
|
+
import { Chart4 as ur } from "./Icons/Chart4.js";
|
|
37
|
+
import { ChartPie as Sr } from "./Icons/ChartPie.js";
|
|
38
|
+
import { Check as wr } from "./Icons/Check.js";
|
|
39
|
+
import { CheckmarkCircle as Fr } from "./Icons/CheckmarkCircle.js";
|
|
40
|
+
import { CheckmarkCircleFill as Dr } from "./Icons/CheckmarkCircleFill.js";
|
|
41
|
+
import { ChevronBigBottom as Mr } from "./Icons/ChevronBigBottom.js";
|
|
42
|
+
import { ChevronBigLeft as Rr } from "./Icons/ChevronBigLeft.js";
|
|
43
|
+
import { ChevronBigRight as Er } from "./Icons/ChevronBigRight.js";
|
|
44
|
+
import { ChevronBigTop as br } from "./Icons/ChevronBigTop.js";
|
|
45
|
+
import { ChevronDown as Hr } from "./Icons/ChevronDown.js";
|
|
46
|
+
import { ChevronLeft as Wr } from "./Icons/ChevronLeft.js";
|
|
47
|
+
import { ChevronRight as Gr } from "./Icons/ChevronRight.js";
|
|
48
|
+
import { ChevronUp as Vr } from "./Icons/ChevronUp.js";
|
|
49
|
+
import { ChevronUpDown as Kr } from "./Icons/ChevronUpDown.js";
|
|
50
|
+
import { Circles as Yr } from "./Icons/Circles.js";
|
|
51
|
+
import { Clear as qr } from "./Icons/Clear.js";
|
|
52
|
+
import { Clip as Xr } from "./Icons/Clip.js";
|
|
53
|
+
import { Clock as _r } from "./Icons/Clock.js";
|
|
54
|
+
import { ClockFill as ro } from "./Icons/ClockFill.js";
|
|
55
|
+
import { Close as eo } from "./Icons/Close.js";
|
|
56
|
+
import { CloudDownload as po } from "./Icons/CloudDownload.js";
|
|
57
|
+
import { CloudUpload as mo } from "./Icons/CloudUpload.js";
|
|
58
|
+
import { Code as io } from "./Icons/Code.js";
|
|
59
|
+
import { CoinAlert as ao } from "./Icons/CoinAlert.js";
|
|
60
|
+
import { CoinPercent as so } from "./Icons/CoinPercent.js";
|
|
61
|
+
import { Coins as co } from "./Icons/Coins.js";
|
|
62
|
+
import { CoinsAddPlus as go } from "./Icons/CoinsAddPlus.js";
|
|
63
|
+
import { CoinsCheck as ko } from "./Icons/CoinsCheck.js";
|
|
64
|
+
import { CoinsCross as Lo } from "./Icons/CoinsCross.js";
|
|
65
|
+
import { CoinsCrypto as Ao } from "./Icons/CoinsCrypto.js";
|
|
66
|
+
import { CoinsEye as Bo } from "./Icons/CoinsEye.js";
|
|
67
|
+
import { Compass as Po } from "./Icons/Compass.js";
|
|
68
|
+
import { ComputerMobile as Uo } from "./Icons/ComputerMobile.js";
|
|
69
|
+
import { Copy as vo } from "./Icons/Copy.js";
|
|
70
|
+
import { CreditCard as To } from "./Icons/CreditCard.js";
|
|
71
|
+
import { CreditCardFill as yo } from "./Icons/CreditCardFill.js";
|
|
72
|
+
import { CryptoBitcoinCoin as Io } from "./Icons/CryptoBitcoinCoin.js";
|
|
73
|
+
import { CursorTouch as No } from "./Icons/CursorTouch.js";
|
|
74
|
+
import { DatabaseLock as Qo } from "./Icons/DatabaseLock.js";
|
|
75
|
+
import { Delete as zo } from "./Icons/Delete.js";
|
|
76
|
+
import { DeleteCircle as Oo } from "./Icons/DeleteCircle.js";
|
|
77
|
+
import { DeleteCircleFill as jo } from "./Icons/DeleteCircleFill.js";
|
|
78
|
+
import { DeleteStop as Jo } from "./Icons/DeleteStop.js";
|
|
79
|
+
import { Desktop as Zo } from "./Icons/Desktop.js";
|
|
80
|
+
import { Devices as $o } from "./Icons/Devices.js";
|
|
81
|
+
import { Discord as oe } from "./Icons/Discord.js";
|
|
82
|
+
import { DocumentCode as te } from "./Icons/DocumentCode.js";
|
|
83
|
+
import { Dollar as fe } from "./Icons/Dollar.js";
|
|
84
|
+
import { DollarConvert as xe } from "./Icons/DollarConvert.js";
|
|
85
|
+
import { Download as le } from "./Icons/Download.js";
|
|
86
|
+
import { Duplicate as ne } from "./Icons/Duplicate.js";
|
|
87
|
+
import { Exchange as Ce } from "./Icons/Exchange.js";
|
|
88
|
+
import { ExchangeFill as he } from "./Icons/ExchangeFill.js";
|
|
89
|
+
import { ExitLogout as ge } from "./Icons/ExitLogout.js";
|
|
90
|
+
import { Expand as ke } from "./Icons/Expand.js";
|
|
91
|
+
import { ExpandLeft as Le } from "./Icons/ExpandLeft.js";
|
|
92
|
+
import { ExpandRight as Ae } from "./Icons/ExpandRight.js";
|
|
93
|
+
import { Experiment as Be } from "./Icons/Experiment.js";
|
|
94
|
+
import { Experiment2 as Pe } from "./Icons/Experiment2.js";
|
|
95
|
+
import { ExternalLink as Ue } from "./Icons/ExternalLink.js";
|
|
96
|
+
import { Eye as ve } from "./Icons/Eye.js";
|
|
97
|
+
import { EyeCross as Te } from "./Icons/EyeCross.js";
|
|
98
|
+
import { Facebook as ye } from "./Icons/Facebook.js";
|
|
99
|
+
import { FileDownload as Ie } from "./Icons/FileDownload.js";
|
|
100
|
+
import { FilterSort as Ne } from "./Icons/FilterSort.js";
|
|
101
|
+
import { Flex as Qe } from "./Icons/Flex.js";
|
|
102
|
+
import { Folder as ze } from "./Icons/Folder.js";
|
|
103
|
+
import { Gift as Oe } from "./Icons/Gift.js";
|
|
104
|
+
import { Github as je } from "./Icons/Github.js";
|
|
105
|
+
import { Globe as Je } from "./Icons/Globe.js";
|
|
106
|
+
import { Grid as Ze } from "./Icons/Grid.js";
|
|
107
|
+
import { Grid2 as $e } from "./Icons/Grid2.js";
|
|
108
|
+
import { GroupUsers as ot } from "./Icons/GroupUsers.js";
|
|
109
|
+
import { GroupUsersAdd as tt } from "./Icons/GroupUsersAdd.js";
|
|
110
|
+
import { HandCard as ft } from "./Icons/HandCard.js";
|
|
111
|
+
import { HandCoins as xt } from "./Icons/HandCoins.js";
|
|
112
|
+
import { HatSchool as lt } from "./Icons/HatSchool.js";
|
|
113
|
+
import { Heart as nt } from "./Icons/Heart.js";
|
|
114
|
+
import { Home as Ct } from "./Icons/Home.js";
|
|
115
|
+
import { HomeFill as ht } from "./Icons/HomeFill.js";
|
|
116
|
+
import { IdCard as gt } from "./Icons/IdCard.js";
|
|
117
|
+
import { Incognito as kt } from "./Icons/Incognito.js";
|
|
118
|
+
import { Information as Lt } from "./Icons/Information.js";
|
|
119
|
+
import { InformationFill as At } from "./Icons/InformationFill.js";
|
|
120
|
+
import { Instagram as Bt } from "./Icons/Instagram.js";
|
|
121
|
+
import { Ios as Pt } from "./Icons/Ios.js";
|
|
122
|
+
import { Label as Ut } from "./Icons/Label.js";
|
|
123
|
+
import { Language as vt } from "./Icons/Language.js";
|
|
124
|
+
import { LedgerDevices as Tt } from "./Icons/LedgerDevices.js";
|
|
125
|
+
import { LedgerLogo as yt } from "./Icons/LedgerLogo.js";
|
|
126
|
+
import { Legal as It } from "./Icons/Legal.js";
|
|
127
|
+
import { LifeRing as Nt } from "./Icons/LifeRing.js";
|
|
128
|
+
import { LifeRingFill as Qt } from "./Icons/LifeRingFill.js";
|
|
129
|
+
import { Link as zt } from "./Icons/Link.js";
|
|
130
|
+
import { Linkedin as Ot } from "./Icons/Linkedin.js";
|
|
131
|
+
import { Linux as jt } from "./Icons/Linux.js";
|
|
132
|
+
import { ListEye as Jt } from "./Icons/ListEye.js";
|
|
133
|
+
import { Lock as Zt } from "./Icons/Lock.js";
|
|
134
|
+
import { LockCheckSuccess as $t } from "./Icons/LockCheckSuccess.js";
|
|
135
|
+
import { Macos as op } from "./Icons/Macos.js";
|
|
136
|
+
import { Magnet as tp } from "./Icons/Magnet.js";
|
|
137
|
+
import { Mail as fp } from "./Icons/Mail.js";
|
|
138
|
+
import { Maths as xp } from "./Icons/Maths.js";
|
|
139
|
+
import { Medal1 as lp } from "./Icons/Medal1.js";
|
|
140
|
+
import { Medal2 as np } from "./Icons/Medal2.js";
|
|
141
|
+
import { MenuBurger as Cp } from "./Icons/MenuBurger.js";
|
|
142
|
+
import { MessageChat as hp } from "./Icons/MessageChat.js";
|
|
143
|
+
import { Minus as gp } from "./Icons/Minus.js";
|
|
144
|
+
import { MinusCircle as kp } from "./Icons/MinusCircle.js";
|
|
145
|
+
import { MinusCircleFill as Lp } from "./Icons/MinusCircleFill.js";
|
|
146
|
+
import { Mobile as Ap } from "./Icons/Mobile.js";
|
|
147
|
+
import { MobileArrow as Bp } from "./Icons/MobileArrow.js";
|
|
148
|
+
import { MonitorPassword as Pp } from "./Icons/MonitorPassword.js";
|
|
149
|
+
import { Moon as Up } from "./Icons/Moon.js";
|
|
150
|
+
import { MoreHorizontal as vp } from "./Icons/MoreHorizontal.js";
|
|
151
|
+
import { MoreVertical as Tp } from "./Icons/MoreVertical.js";
|
|
152
|
+
import { Nano as yp } from "./Icons/Nano.js";
|
|
153
|
+
import { NetworkWarning as Ip } from "./Icons/NetworkWarning.js";
|
|
154
|
+
import { Nfc as Np } from "./Icons/Nfc.js";
|
|
155
|
+
import { Nft as Qp } from "./Icons/Nft.js";
|
|
156
|
+
import { NftHide as zp } from "./Icons/NftHide.js";
|
|
157
|
+
import { Note as Op } from "./Icons/Note.js";
|
|
158
|
+
import { P2p as jp } from "./Icons/P2p.js";
|
|
159
|
+
import { Parachute as Jp } from "./Icons/Parachute.js";
|
|
160
|
+
import { Paste as Zp } from "./Icons/Paste.js";
|
|
161
|
+
import { Pause as $p } from "./Icons/Pause.js";
|
|
162
|
+
import { PenEdit as of } from "./Icons/PenEdit.js";
|
|
163
|
+
import { Percentage as tf } from "./Icons/Percentage.js";
|
|
164
|
+
import { PictureImage as ff } from "./Icons/PictureImage.js";
|
|
165
|
+
import { PiggyBank as xf } from "./Icons/PiggyBank.js";
|
|
166
|
+
import { PinLocation as af } from "./Icons/PinLocation.js";
|
|
167
|
+
import { Placeholder as sf } from "./Icons/Placeholder.js";
|
|
168
|
+
import { PlaceholderCicleFill as cf } from "./Icons/PlaceholderCicleFill.js";
|
|
169
|
+
import { Planet as df } from "./Icons/Planet.js";
|
|
170
|
+
import { Plus as uf } from "./Icons/Plus.js";
|
|
171
|
+
import { PlusCircle as Sf } from "./Icons/PlusCircle.js";
|
|
172
|
+
import { PlusCircleFill as wf } from "./Icons/PlusCircleFill.js";
|
|
173
|
+
import { Printer as Ff } from "./Icons/Printer.js";
|
|
174
|
+
import { QrCode as Df } from "./Icons/QrCode.js";
|
|
175
|
+
import { QrCodeScanner as Mf } from "./Icons/QrCodeScanner.js";
|
|
176
|
+
import { Question as Rf } from "./Icons/Question.js";
|
|
177
|
+
import { Range as Ef } from "./Icons/Range.js";
|
|
178
|
+
import { RecoveryKey as bf } from "./Icons/RecoveryKey.js";
|
|
179
|
+
import { Reddit as Hf } from "./Icons/Reddit.js";
|
|
180
|
+
import { Refresh as Wf } from "./Icons/Refresh.js";
|
|
181
|
+
import { RefreshBack as Gf } from "./Icons/RefreshBack.js";
|
|
182
|
+
import { Repair as Vf } from "./Icons/Repair.js";
|
|
183
|
+
import { Screens as Kf } from "./Icons/Screens.js";
|
|
184
|
+
import { Search as Yf } from "./Icons/Search.js";
|
|
185
|
+
import { ServerDatabaseFail as qf } from "./Icons/ServerDatabaseFail.js";
|
|
186
|
+
import { Settings as Xf } from "./Icons/Settings.js";
|
|
187
|
+
import { SettingsAlt as _f } from "./Icons/SettingsAlt.js";
|
|
188
|
+
import { SettingsAlt2 as rm } from "./Icons/SettingsAlt2.js";
|
|
189
|
+
import { Shapes as em } from "./Icons/Shapes.js";
|
|
190
|
+
import { Share as pm } from "./Icons/Share.js";
|
|
191
|
+
import { Share2 as mm } from "./Icons/Share2.js";
|
|
192
|
+
import { ShieldCheck as im } from "./Icons/ShieldCheck.js";
|
|
193
|
+
import { ShieldCheckNotification as am } from "./Icons/ShieldCheckNotification.js";
|
|
194
|
+
import { ShieldLock as sm } from "./Icons/ShieldLock.js";
|
|
195
|
+
import { ShieldMore as cm } from "./Icons/ShieldMore.js";
|
|
196
|
+
import { Signature as dm } from "./Icons/Signature.js";
|
|
197
|
+
import { Slideshow as um } from "./Icons/Slideshow.js";
|
|
198
|
+
import { Snow as Sm } from "./Icons/Snow.js";
|
|
199
|
+
import { SoftRepair as wm } from "./Icons/SoftRepair.js";
|
|
200
|
+
import { Spacerocket as Fm } from "./Icons/Spacerocket.js";
|
|
201
|
+
import { SparksFill as Dm } from "./Icons/SparksFill.js";
|
|
202
|
+
import { SpeedFast as Mm } from "./Icons/SpeedFast.js";
|
|
203
|
+
import { SpeedLow as Rm } from "./Icons/SpeedLow.js";
|
|
204
|
+
import { SpeedMedium as Em } from "./Icons/SpeedMedium.js";
|
|
205
|
+
import { Star as bm } from "./Icons/Star.js";
|
|
206
|
+
import { StarFill as Hm } from "./Icons/StarFill.js";
|
|
207
|
+
import { StarHalf as Wm } from "./Icons/StarHalf.js";
|
|
208
|
+
import { Stax as Gm } from "./Icons/Stax.js";
|
|
209
|
+
import { Sun as Vm } from "./Icons/Sun.js";
|
|
210
|
+
import { Support as Km } from "./Icons/Support.js";
|
|
211
|
+
import { Switch as Ym } from "./Icons/Switch.js";
|
|
212
|
+
import { Switch2 as qm } from "./Icons/Switch2.js";
|
|
213
|
+
import { Tablet as Xm } from "./Icons/Tablet.js";
|
|
214
|
+
import { Telegram as _m } from "./Icons/Telegram.js";
|
|
215
|
+
import { Theme as rx } from "./Icons/Theme.js";
|
|
216
|
+
import { ThemeFill as ex } from "./Icons/ThemeFill.js";
|
|
217
|
+
import { Threads as px } from "./Icons/Threads.js";
|
|
218
|
+
import { Tiktok as mx } from "./Icons/Tiktok.js";
|
|
219
|
+
import { Tools as ix } from "./Icons/Tools.js";
|
|
220
|
+
import { TransferHorizontal as ax } from "./Icons/TransferHorizontal.js";
|
|
221
|
+
import { TransferVertical as sx } from "./Icons/TransferVertical.js";
|
|
222
|
+
import { Trash as cx } from "./Icons/Trash.js";
|
|
223
|
+
import { Truck as dx } from "./Icons/Truck.js";
|
|
224
|
+
import { Twitter as ux } from "./Icons/Twitter.js";
|
|
225
|
+
import { Unlock as Sx } from "./Icons/Unlock.js";
|
|
226
|
+
import { Usb as wx } from "./Icons/Usb.js";
|
|
227
|
+
import { UsbC as Fx } from "./Icons/UsbC.js";
|
|
228
|
+
import { User as Dx } from "./Icons/User.js";
|
|
229
|
+
import { UserAdd as Mx } from "./Icons/UserAdd.js";
|
|
230
|
+
import { UserArrowRight as Rx } from "./Icons/UserArrowRight.js";
|
|
231
|
+
import { UserCheck as Ex } from "./Icons/UserCheck.js";
|
|
232
|
+
import { UserCircle as bx } from "./Icons/UserCircle.js";
|
|
233
|
+
import { UserDelete as Hx } from "./Icons/UserDelete.js";
|
|
234
|
+
import { UserLock as Wx } from "./Icons/UserLock.js";
|
|
235
|
+
import { UserShield as Gx } from "./Icons/UserShield.js";
|
|
236
|
+
import { Wallet as Vx } from "./Icons/Wallet.js";
|
|
237
|
+
import { WalletInput as Kx } from "./Icons/WalletInput.js";
|
|
238
|
+
import { WalletSearch as Yx } from "./Icons/WalletSearch.js";
|
|
239
|
+
import { Warning as qx } from "./Icons/Warning.js";
|
|
240
|
+
import { WarningFill as Xx } from "./Icons/WarningFill.js";
|
|
241
|
+
import { Whatsapp as _x } from "./Icons/Whatsapp.js";
|
|
242
|
+
import { Windows as ri } from "./Icons/Windows.js";
|
|
243
|
+
import { WirelessCharging as ei } from "./Icons/WirelessCharging.js";
|
|
244
|
+
import { Youtube as pi } from "./Icons/Youtube.js";
|
|
237
245
|
export {
|
|
238
246
|
e as Airplane,
|
|
239
247
|
p as AlarmClock,
|
|
240
|
-
|
|
248
|
+
m as Android,
|
|
241
249
|
i as Apex,
|
|
242
250
|
a as Apple,
|
|
243
251
|
s as Apps,
|
|
244
252
|
c as Ar,
|
|
245
253
|
d as ArrowDown,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
H as
|
|
256
|
-
W as
|
|
257
|
-
G as
|
|
258
|
-
V as
|
|
259
|
-
K as
|
|
260
|
-
Y as
|
|
261
|
-
q as
|
|
262
|
-
X as
|
|
263
|
-
_ as
|
|
264
|
-
rr as
|
|
265
|
-
er as
|
|
266
|
-
pr as
|
|
267
|
-
|
|
268
|
-
ir as
|
|
269
|
-
ar as
|
|
270
|
-
sr as
|
|
271
|
-
cr as
|
|
272
|
-
dr as
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
Hr as
|
|
283
|
-
Wr as
|
|
284
|
-
Gr as
|
|
285
|
-
Vr as
|
|
286
|
-
Kr as
|
|
287
|
-
Yr as
|
|
288
|
-
qr as
|
|
289
|
-
Xr as
|
|
290
|
-
_r as
|
|
291
|
-
ro as
|
|
292
|
-
eo as
|
|
293
|
-
po as
|
|
294
|
-
|
|
295
|
-
io as
|
|
296
|
-
ao as
|
|
297
|
-
so as
|
|
298
|
-
co as
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
Ao as
|
|
303
|
-
Bo as
|
|
304
|
-
|
|
305
|
-
Uo as
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
yo as
|
|
309
|
-
Io as
|
|
310
|
-
No as
|
|
311
|
-
Qo as
|
|
312
|
-
zo as
|
|
313
|
-
Oo as
|
|
314
|
-
jo as
|
|
315
|
-
Jo as
|
|
316
|
-
Zo as
|
|
317
|
-
$o as
|
|
318
|
-
oe as
|
|
319
|
-
te as
|
|
320
|
-
|
|
321
|
-
xe as
|
|
322
|
-
le as
|
|
323
|
-
ne as
|
|
324
|
-
Ce as
|
|
325
|
-
he as
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
Ae as
|
|
330
|
-
Be as
|
|
331
|
-
|
|
332
|
-
Ue as
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
ye as
|
|
336
|
-
Ie as
|
|
337
|
-
Ne as
|
|
338
|
-
Qe as
|
|
339
|
-
ze as
|
|
340
|
-
Oe as
|
|
341
|
-
je as
|
|
342
|
-
Je as
|
|
343
|
-
Ze as
|
|
344
|
-
$e as
|
|
345
|
-
ot as
|
|
346
|
-
tt as
|
|
347
|
-
|
|
348
|
-
xt as
|
|
349
|
-
lt as
|
|
350
|
-
nt as
|
|
351
|
-
Ct as
|
|
352
|
-
ht as
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
At as
|
|
357
|
-
Bt as
|
|
358
|
-
|
|
359
|
-
Ut as
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
yt as
|
|
363
|
-
It as
|
|
364
|
-
Nt as
|
|
365
|
-
Qt as
|
|
366
|
-
zt as
|
|
367
|
-
Ot as
|
|
368
|
-
jt as
|
|
369
|
-
Jt as
|
|
370
|
-
Zt as
|
|
371
|
-
$t as
|
|
372
|
-
op as
|
|
373
|
-
tp as
|
|
374
|
-
|
|
375
|
-
xp as
|
|
376
|
-
lp as
|
|
377
|
-
np as
|
|
378
|
-
Cp as
|
|
379
|
-
hp as
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
Ap as
|
|
384
|
-
Bp as
|
|
385
|
-
|
|
386
|
-
Up as
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
yp as
|
|
390
|
-
Ip as
|
|
391
|
-
Np as
|
|
392
|
-
Qp as
|
|
393
|
-
zp as
|
|
394
|
-
Op as
|
|
395
|
-
jp as
|
|
396
|
-
Jp as
|
|
397
|
-
Zp as
|
|
398
|
-
$p as
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
rx as
|
|
453
|
-
ex as
|
|
454
|
-
px as
|
|
455
|
-
|
|
456
|
-
ix as
|
|
457
|
-
ax as
|
|
458
|
-
sx as
|
|
459
|
-
cx as
|
|
460
|
-
dx as
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
Hx as
|
|
471
|
-
Wx as
|
|
472
|
-
Gx as
|
|
473
|
-
Vx as
|
|
254
|
+
u as ArrowDownRight,
|
|
255
|
+
S as ArrowLeft,
|
|
256
|
+
w as ArrowRight,
|
|
257
|
+
F as ArrowUp,
|
|
258
|
+
D as ArrowUpRight,
|
|
259
|
+
M as Asterisk,
|
|
260
|
+
R as At,
|
|
261
|
+
E as AutoLock,
|
|
262
|
+
b as Bank,
|
|
263
|
+
H as BasketPutIn,
|
|
264
|
+
W as Bell,
|
|
265
|
+
G as BellFill,
|
|
266
|
+
V as BellNotification,
|
|
267
|
+
K as BitcoinComputer,
|
|
268
|
+
Y as BitcoinVoucher,
|
|
269
|
+
q as Bluetooth,
|
|
270
|
+
X as BluetoothCircleFill,
|
|
271
|
+
_ as Bolt,
|
|
272
|
+
rr as BookOpen,
|
|
273
|
+
er as Bug,
|
|
274
|
+
pr as Bundle,
|
|
275
|
+
mr as Calendar,
|
|
276
|
+
ir as Cart,
|
|
277
|
+
ar as Charon,
|
|
278
|
+
sr as Chart1,
|
|
279
|
+
cr as Chart2,
|
|
280
|
+
dr as Chart3,
|
|
281
|
+
ur as Chart4,
|
|
282
|
+
Sr as ChartPie,
|
|
283
|
+
wr as Check,
|
|
284
|
+
Fr as CheckmarkCircle,
|
|
285
|
+
Dr as CheckmarkCircleFill,
|
|
286
|
+
Mr as ChevronBigBottom,
|
|
287
|
+
Rr as ChevronBigLeft,
|
|
288
|
+
Er as ChevronBigRight,
|
|
289
|
+
br as ChevronBigTop,
|
|
290
|
+
Hr as ChevronDown,
|
|
291
|
+
Wr as ChevronLeft,
|
|
292
|
+
Gr as ChevronRight,
|
|
293
|
+
Vr as ChevronUp,
|
|
294
|
+
Kr as ChevronUpDown,
|
|
295
|
+
Yr as Circles,
|
|
296
|
+
qr as Clear,
|
|
297
|
+
Xr as Clip,
|
|
298
|
+
_r as Clock,
|
|
299
|
+
ro as ClockFill,
|
|
300
|
+
eo as Close,
|
|
301
|
+
po as CloudDownload,
|
|
302
|
+
mo as CloudUpload,
|
|
303
|
+
io as Code,
|
|
304
|
+
ao as CoinAlert,
|
|
305
|
+
so as CoinPercent,
|
|
306
|
+
co as Coins,
|
|
307
|
+
go as CoinsAddPlus,
|
|
308
|
+
ko as CoinsCheck,
|
|
309
|
+
Lo as CoinsCross,
|
|
310
|
+
Ao as CoinsCrypto,
|
|
311
|
+
Bo as CoinsEye,
|
|
312
|
+
Po as Compass,
|
|
313
|
+
Uo as ComputerMobile,
|
|
314
|
+
vo as Copy,
|
|
315
|
+
To as CreditCard,
|
|
316
|
+
yo as CreditCardFill,
|
|
317
|
+
Io as CryptoBitcoinCoin,
|
|
318
|
+
No as CursorTouch,
|
|
319
|
+
Qo as DatabaseLock,
|
|
320
|
+
zo as Delete,
|
|
321
|
+
Oo as DeleteCircle,
|
|
322
|
+
jo as DeleteCircleFill,
|
|
323
|
+
Jo as DeleteStop,
|
|
324
|
+
Zo as Desktop,
|
|
325
|
+
$o as Devices,
|
|
326
|
+
oe as Discord,
|
|
327
|
+
te as DocumentCode,
|
|
328
|
+
fe as Dollar,
|
|
329
|
+
xe as DollarConvert,
|
|
330
|
+
le as Download,
|
|
331
|
+
ne as Duplicate,
|
|
332
|
+
Ce as Exchange,
|
|
333
|
+
he as ExchangeFill,
|
|
334
|
+
ge as ExitLogout,
|
|
335
|
+
ke as Expand,
|
|
336
|
+
Le as ExpandLeft,
|
|
337
|
+
Ae as ExpandRight,
|
|
338
|
+
Be as Experiment,
|
|
339
|
+
Pe as Experiment2,
|
|
340
|
+
Ue as ExternalLink,
|
|
341
|
+
ve as Eye,
|
|
342
|
+
Te as EyeCross,
|
|
343
|
+
ye as Facebook,
|
|
344
|
+
Ie as FileDownload,
|
|
345
|
+
Ne as FilterSort,
|
|
346
|
+
Qe as Flex,
|
|
347
|
+
ze as Folder,
|
|
348
|
+
Oe as Gift,
|
|
349
|
+
je as Github,
|
|
350
|
+
Je as Globe,
|
|
351
|
+
Ze as Grid,
|
|
352
|
+
$e as Grid2,
|
|
353
|
+
ot as GroupUsers,
|
|
354
|
+
tt as GroupUsersAdd,
|
|
355
|
+
ft as HandCard,
|
|
356
|
+
xt as HandCoins,
|
|
357
|
+
lt as HatSchool,
|
|
358
|
+
nt as Heart,
|
|
359
|
+
Ct as Home,
|
|
360
|
+
ht as HomeFill,
|
|
361
|
+
gt as IdCard,
|
|
362
|
+
kt as Incognito,
|
|
363
|
+
Lt as Information,
|
|
364
|
+
At as InformationFill,
|
|
365
|
+
Bt as Instagram,
|
|
366
|
+
Pt as Ios,
|
|
367
|
+
Ut as Label,
|
|
368
|
+
vt as Language,
|
|
369
|
+
Tt as LedgerDevices,
|
|
370
|
+
yt as LedgerLogo,
|
|
371
|
+
It as Legal,
|
|
372
|
+
Nt as LifeRing,
|
|
373
|
+
Qt as LifeRingFill,
|
|
374
|
+
zt as Link,
|
|
375
|
+
Ot as Linkedin,
|
|
376
|
+
jt as Linux,
|
|
377
|
+
Jt as ListEye,
|
|
378
|
+
Zt as Lock,
|
|
379
|
+
$t as LockCheckSuccess,
|
|
380
|
+
op as Macos,
|
|
381
|
+
tp as Magnet,
|
|
382
|
+
fp as Mail,
|
|
383
|
+
xp as Maths,
|
|
384
|
+
lp as Medal1,
|
|
385
|
+
np as Medal2,
|
|
386
|
+
Cp as MenuBurger,
|
|
387
|
+
hp as MessageChat,
|
|
388
|
+
gp as Minus,
|
|
389
|
+
kp as MinusCircle,
|
|
390
|
+
Lp as MinusCircleFill,
|
|
391
|
+
Ap as Mobile,
|
|
392
|
+
Bp as MobileArrow,
|
|
393
|
+
Pp as MonitorPassword,
|
|
394
|
+
Up as Moon,
|
|
395
|
+
vp as MoreHorizontal,
|
|
396
|
+
Tp as MoreVertical,
|
|
397
|
+
yp as Nano,
|
|
398
|
+
Ip as NetworkWarning,
|
|
399
|
+
Np as Nfc,
|
|
400
|
+
Qp as Nft,
|
|
401
|
+
zp as NftHide,
|
|
402
|
+
Op as Note,
|
|
403
|
+
jp as P2p,
|
|
404
|
+
Jp as Parachute,
|
|
405
|
+
Zp as Paste,
|
|
406
|
+
$p as Pause,
|
|
407
|
+
of as PenEdit,
|
|
408
|
+
tf as Percentage,
|
|
409
|
+
ff as PictureImage,
|
|
410
|
+
xf as PiggyBank,
|
|
411
|
+
af as PinLocation,
|
|
412
|
+
sf as Placeholder,
|
|
413
|
+
cf as PlaceholderCicleFill,
|
|
414
|
+
df as Planet,
|
|
415
|
+
uf as Plus,
|
|
416
|
+
Sf as PlusCircle,
|
|
417
|
+
wf as PlusCircleFill,
|
|
418
|
+
Ff as Printer,
|
|
419
|
+
Df as QrCode,
|
|
420
|
+
Mf as QrCodeScanner,
|
|
421
|
+
Rf as Question,
|
|
422
|
+
Ef as Range,
|
|
423
|
+
bf as RecoveryKey,
|
|
424
|
+
Hf as Reddit,
|
|
425
|
+
Wf as Refresh,
|
|
426
|
+
Gf as RefreshBack,
|
|
427
|
+
Vf as Repair,
|
|
428
|
+
Kf as Screens,
|
|
429
|
+
Yf as Search,
|
|
430
|
+
qf as ServerDatabaseFail,
|
|
431
|
+
Xf as Settings,
|
|
432
|
+
_f as SettingsAlt,
|
|
433
|
+
rm as SettingsAlt2,
|
|
434
|
+
em as Shapes,
|
|
435
|
+
pm as Share,
|
|
436
|
+
mm as Share2,
|
|
437
|
+
im as ShieldCheck,
|
|
438
|
+
am as ShieldCheckNotification,
|
|
439
|
+
sm as ShieldLock,
|
|
440
|
+
cm as ShieldMore,
|
|
441
|
+
dm as Signature,
|
|
442
|
+
um as Slideshow,
|
|
443
|
+
Sm as Snow,
|
|
444
|
+
wm as SoftRepair,
|
|
445
|
+
Fm as Spacerocket,
|
|
446
|
+
Dm as SparksFill,
|
|
447
|
+
Mm as SpeedFast,
|
|
448
|
+
Rm as SpeedLow,
|
|
449
|
+
Em as SpeedMedium,
|
|
450
|
+
bm as Star,
|
|
451
|
+
Hm as StarFill,
|
|
452
|
+
Wm as StarHalf,
|
|
453
|
+
Gm as Stax,
|
|
454
|
+
Vm as Sun,
|
|
455
|
+
Km as Support,
|
|
456
|
+
Ym as Switch,
|
|
457
|
+
qm as Switch2,
|
|
458
|
+
Xm as Tablet,
|
|
459
|
+
_m as Telegram,
|
|
460
|
+
rx as Theme,
|
|
461
|
+
ex as ThemeFill,
|
|
462
|
+
px as Threads,
|
|
463
|
+
mx as Tiktok,
|
|
464
|
+
ix as Tools,
|
|
465
|
+
ax as TransferHorizontal,
|
|
466
|
+
sx as TransferVertical,
|
|
467
|
+
cx as Trash,
|
|
468
|
+
dx as Truck,
|
|
469
|
+
ux as Twitter,
|
|
470
|
+
Sx as Unlock,
|
|
471
|
+
wx as Usb,
|
|
472
|
+
Fx as UsbC,
|
|
473
|
+
Dx as User,
|
|
474
|
+
Mx as UserAdd,
|
|
475
|
+
Rx as UserArrowRight,
|
|
476
|
+
Ex as UserCheck,
|
|
477
|
+
bx as UserCircle,
|
|
478
|
+
Hx as UserDelete,
|
|
479
|
+
Wx as UserLock,
|
|
480
|
+
Gx as UserShield,
|
|
481
|
+
Vx as Wallet,
|
|
482
|
+
Kx as WalletInput,
|
|
483
|
+
Yx as WalletSearch,
|
|
484
|
+
qx as Warning,
|
|
485
|
+
Xx as WarningFill,
|
|
486
|
+
_x as Whatsapp,
|
|
487
|
+
ri as Windows,
|
|
488
|
+
ei as WirelessCharging,
|
|
489
|
+
pi as Youtube
|
|
474
490
|
};
|