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