zebpay-ui 0.0.19 → 0.0.21
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/README.md +9 -3
- package/dist/cjs/components/Accordion/index.d.ts +4 -3
- package/dist/cjs/components/Button/typings.d.ts +2 -0
- package/dist/cjs/components/Icon.d.ts +9 -0
- package/dist/cjs/components/IconButton/index.d.ts +5 -0
- package/dist/cjs/components/IconButton/typings.d.ts +6 -0
- package/dist/cjs/components/Input/typings.d.ts +1 -0
- package/dist/cjs/components/PinInput/typing.d.ts +1 -2
- package/dist/cjs/components/Popper/typings.d.ts +3 -0
- package/dist/cjs/components/Select/styles.d.ts +1 -0
- package/dist/cjs/components/Select/typings.d.ts +3 -2
- package/dist/cjs/components/SidePanel/index.d.ts +3 -1
- package/dist/cjs/components/SidePanel/style.d.ts +1 -1
- package/dist/cjs/components/Tags/index.d.ts +5 -2
- package/dist/cjs/components/index.d.ts +3 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/mixins.d.ts +7 -0
- package/dist/esm/components/Accordion/index.d.ts +4 -3
- package/dist/esm/components/Button/typings.d.ts +2 -0
- package/dist/esm/components/Icon.d.ts +9 -0
- package/dist/esm/components/IconButton/index.d.ts +5 -0
- package/dist/esm/components/IconButton/typings.d.ts +6 -0
- package/dist/esm/components/Input/typings.d.ts +1 -0
- package/dist/esm/components/PinInput/typing.d.ts +1 -2
- package/dist/esm/components/Popper/typings.d.ts +3 -0
- package/dist/esm/components/Select/styles.d.ts +1 -0
- package/dist/esm/components/Select/typings.d.ts +3 -2
- package/dist/esm/components/SidePanel/index.d.ts +3 -1
- package/dist/esm/components/SidePanel/style.d.ts +1 -1
- package/dist/esm/components/Tags/index.d.ts +5 -2
- package/dist/esm/components/index.d.ts +3 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/mixins.d.ts +7 -0
- package/dist/icons/icons.css +224 -152
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +220 -4
- package/dist/icons/icons.json +173 -149
- package/dist/icons/icons.ts +251 -155
- package/dist/icons/icons.woff +0 -0
- package/dist/icons/icons.woff2 +0 -0
- package/package.json +1 -1
package/dist/icons/icons.ts
CHANGED
|
@@ -7,6 +7,7 @@ export type IconsId =
|
|
|
7
7
|
| "add"
|
|
8
8
|
| "address"
|
|
9
9
|
| "api"
|
|
10
|
+
| "archive"
|
|
10
11
|
| "arrow-down"
|
|
11
12
|
| "arrow-left"
|
|
12
13
|
| "arrow-right"
|
|
@@ -21,6 +22,7 @@ export type IconsId =
|
|
|
21
22
|
| "camera"
|
|
22
23
|
| "cancelled"
|
|
23
24
|
| "candle-chart"
|
|
25
|
+
| "checkbox-all"
|
|
24
26
|
| "cheque"
|
|
25
27
|
| "circle-cross"
|
|
26
28
|
| "circulation-supply"
|
|
@@ -34,6 +36,7 @@ export type IconsId =
|
|
|
34
36
|
| "coupon"
|
|
35
37
|
| "cross"
|
|
36
38
|
| "deactivate"
|
|
39
|
+
| "deposit-simple"
|
|
37
40
|
| "deposit"
|
|
38
41
|
| "depth-chart"
|
|
39
42
|
| "district"
|
|
@@ -51,6 +54,8 @@ export type IconsId =
|
|
|
51
54
|
| "external-link"
|
|
52
55
|
| "facelock"
|
|
53
56
|
| "fees"
|
|
57
|
+
| "fiat-deposit"
|
|
58
|
+
| "fiat-withdraw"
|
|
54
59
|
| "filter"
|
|
55
60
|
| "fingerprint"
|
|
56
61
|
| "form"
|
|
@@ -67,7 +72,9 @@ export type IconsId =
|
|
|
67
72
|
| "instant-buy-sell"
|
|
68
73
|
| "interest-amount"
|
|
69
74
|
| "interest-rate"
|
|
75
|
+
| "kyc-2"
|
|
70
76
|
| "kyc"
|
|
77
|
+
| "landscape"
|
|
71
78
|
| "lend"
|
|
72
79
|
| "link"
|
|
73
80
|
| "liquidation-cost"
|
|
@@ -97,18 +104,22 @@ export type IconsId =
|
|
|
97
104
|
| "notification"
|
|
98
105
|
| "occupation"
|
|
99
106
|
| "ongoing"
|
|
107
|
+
| "order-2"
|
|
100
108
|
| "order"
|
|
101
109
|
| "orders-complete"
|
|
102
110
|
| "pair-selector"
|
|
111
|
+
| "pair"
|
|
103
112
|
| "pan"
|
|
104
113
|
| "passbook"
|
|
105
114
|
| "passport"
|
|
106
115
|
| "pay-emi"
|
|
107
116
|
| "pay-lumpsum"
|
|
117
|
+
| "pay-off-loan-2"
|
|
108
118
|
| "pay-off-loan"
|
|
109
119
|
| "penalty-charges"
|
|
110
120
|
| "percentage"
|
|
111
121
|
| "phone"
|
|
122
|
+
| "portrait"
|
|
112
123
|
| "positive"
|
|
113
124
|
| "prepay-principal"
|
|
114
125
|
| "previous"
|
|
@@ -116,7 +127,8 @@ export type IconsId =
|
|
|
116
127
|
| "quicktrade"
|
|
117
128
|
| "rank"
|
|
118
129
|
| "ream"
|
|
119
|
-
| "
|
|
130
|
+
| "receive-lightning"
|
|
131
|
+
| "receive"
|
|
120
132
|
| "repayment-schedule"
|
|
121
133
|
| "reports"
|
|
122
134
|
| "reset"
|
|
@@ -127,14 +139,18 @@ export type IconsId =
|
|
|
127
139
|
| "selfie"
|
|
128
140
|
| "sell-crypto"
|
|
129
141
|
| "send-email"
|
|
142
|
+
| "send-lightning"
|
|
130
143
|
| "send"
|
|
131
144
|
| "separator"
|
|
132
|
-
| "
|
|
145
|
+
| "settings"
|
|
133
146
|
| "share"
|
|
147
|
+
| "shield"
|
|
134
148
|
| "show"
|
|
135
149
|
| "side"
|
|
136
150
|
| "sip"
|
|
137
151
|
| "sms"
|
|
152
|
+
| "sorter-filled"
|
|
153
|
+
| "sorter"
|
|
138
154
|
| "star-filled"
|
|
139
155
|
| "star"
|
|
140
156
|
| "statement"
|
|
@@ -143,17 +159,25 @@ export type IconsId =
|
|
|
143
159
|
| "subtract"
|
|
144
160
|
| "success"
|
|
145
161
|
| "support"
|
|
162
|
+
| "taxnode"
|
|
163
|
+
| "team"
|
|
146
164
|
| "templates"
|
|
147
165
|
| "term"
|
|
148
166
|
| "tick"
|
|
149
167
|
| "total-payable-lumpsum"
|
|
168
|
+
| "trade-2"
|
|
150
169
|
| "trash"
|
|
170
|
+
| "trigger"
|
|
171
|
+
| "unarchive"
|
|
151
172
|
| "unlock"
|
|
173
|
+
| "upi-landscape"
|
|
152
174
|
| "upi"
|
|
153
175
|
| "upload"
|
|
154
176
|
| "upwards"
|
|
155
177
|
| "voting-card"
|
|
156
178
|
| "wallet"
|
|
179
|
+
| "way-arrow"
|
|
180
|
+
| "withdraw-simple"
|
|
157
181
|
| "xpress"
|
|
158
182
|
| "zip-code";
|
|
159
183
|
|
|
@@ -166,6 +190,7 @@ export type IconsKey =
|
|
|
166
190
|
| "Add"
|
|
167
191
|
| "Address"
|
|
168
192
|
| "Api"
|
|
193
|
+
| "Archive"
|
|
169
194
|
| "ArrowDown"
|
|
170
195
|
| "ArrowLeft"
|
|
171
196
|
| "ArrowRight"
|
|
@@ -180,6 +205,7 @@ export type IconsKey =
|
|
|
180
205
|
| "Camera"
|
|
181
206
|
| "Cancelled"
|
|
182
207
|
| "CandleChart"
|
|
208
|
+
| "CheckboxAll"
|
|
183
209
|
| "Cheque"
|
|
184
210
|
| "CircleCross"
|
|
185
211
|
| "CirculationSupply"
|
|
@@ -193,6 +219,7 @@ export type IconsKey =
|
|
|
193
219
|
| "Coupon"
|
|
194
220
|
| "Cross"
|
|
195
221
|
| "Deactivate"
|
|
222
|
+
| "DepositSimple"
|
|
196
223
|
| "Deposit"
|
|
197
224
|
| "DepthChart"
|
|
198
225
|
| "District"
|
|
@@ -210,6 +237,8 @@ export type IconsKey =
|
|
|
210
237
|
| "ExternalLink"
|
|
211
238
|
| "Facelock"
|
|
212
239
|
| "Fees"
|
|
240
|
+
| "FiatDeposit"
|
|
241
|
+
| "FiatWithdraw"
|
|
213
242
|
| "Filter"
|
|
214
243
|
| "Fingerprint"
|
|
215
244
|
| "Form"
|
|
@@ -226,7 +255,9 @@ export type IconsKey =
|
|
|
226
255
|
| "InstantBuySell"
|
|
227
256
|
| "InterestAmount"
|
|
228
257
|
| "InterestRate"
|
|
258
|
+
| "Kyc_2"
|
|
229
259
|
| "Kyc"
|
|
260
|
+
| "Landscape"
|
|
230
261
|
| "Lend"
|
|
231
262
|
| "Link"
|
|
232
263
|
| "LiquidationCost"
|
|
@@ -256,18 +287,22 @@ export type IconsKey =
|
|
|
256
287
|
| "Notification"
|
|
257
288
|
| "Occupation"
|
|
258
289
|
| "Ongoing"
|
|
290
|
+
| "Order_2"
|
|
259
291
|
| "Order"
|
|
260
292
|
| "OrdersComplete"
|
|
261
293
|
| "PairSelector"
|
|
294
|
+
| "Pair"
|
|
262
295
|
| "Pan"
|
|
263
296
|
| "Passbook"
|
|
264
297
|
| "Passport"
|
|
265
298
|
| "PayEmi"
|
|
266
299
|
| "PayLumpsum"
|
|
300
|
+
| "PayOffLoan_2"
|
|
267
301
|
| "PayOffLoan"
|
|
268
302
|
| "PenaltyCharges"
|
|
269
303
|
| "Percentage"
|
|
270
304
|
| "Phone"
|
|
305
|
+
| "Portrait"
|
|
271
306
|
| "Positive"
|
|
272
307
|
| "PrepayPrincipal"
|
|
273
308
|
| "Previous"
|
|
@@ -275,7 +310,8 @@ export type IconsKey =
|
|
|
275
310
|
| "Quicktrade"
|
|
276
311
|
| "Rank"
|
|
277
312
|
| "Ream"
|
|
278
|
-
| "
|
|
313
|
+
| "ReceiveLightning"
|
|
314
|
+
| "Receive"
|
|
279
315
|
| "RepaymentSchedule"
|
|
280
316
|
| "Reports"
|
|
281
317
|
| "Reset"
|
|
@@ -286,14 +322,18 @@ export type IconsKey =
|
|
|
286
322
|
| "Selfie"
|
|
287
323
|
| "SellCrypto"
|
|
288
324
|
| "SendEmail"
|
|
325
|
+
| "SendLightning"
|
|
289
326
|
| "Send"
|
|
290
327
|
| "Separator"
|
|
291
|
-
| "
|
|
328
|
+
| "Settings"
|
|
292
329
|
| "Share"
|
|
330
|
+
| "Shield"
|
|
293
331
|
| "Show"
|
|
294
332
|
| "Side"
|
|
295
333
|
| "Sip"
|
|
296
334
|
| "Sms"
|
|
335
|
+
| "SorterFilled"
|
|
336
|
+
| "Sorter"
|
|
297
337
|
| "StarFilled"
|
|
298
338
|
| "Star"
|
|
299
339
|
| "Statement"
|
|
@@ -302,17 +342,25 @@ export type IconsKey =
|
|
|
302
342
|
| "Subtract"
|
|
303
343
|
| "Success"
|
|
304
344
|
| "Support"
|
|
345
|
+
| "Taxnode"
|
|
346
|
+
| "Team"
|
|
305
347
|
| "Templates"
|
|
306
348
|
| "Term"
|
|
307
349
|
| "Tick"
|
|
308
350
|
| "TotalPayableLumpsum"
|
|
351
|
+
| "Trade_2"
|
|
309
352
|
| "Trash"
|
|
353
|
+
| "Trigger"
|
|
354
|
+
| "Unarchive"
|
|
310
355
|
| "Unlock"
|
|
356
|
+
| "UpiLandscape"
|
|
311
357
|
| "Upi"
|
|
312
358
|
| "Upload"
|
|
313
359
|
| "Upwards"
|
|
314
360
|
| "VotingCard"
|
|
315
361
|
| "Wallet"
|
|
362
|
+
| "WayArrow"
|
|
363
|
+
| "WithdrawSimple"
|
|
316
364
|
| "Xpress"
|
|
317
365
|
| "ZipCode";
|
|
318
366
|
|
|
@@ -325,6 +373,7 @@ export enum Icons {
|
|
|
325
373
|
Add = "add",
|
|
326
374
|
Address = "address",
|
|
327
375
|
Api = "api",
|
|
376
|
+
Archive = "archive",
|
|
328
377
|
ArrowDown = "arrow-down",
|
|
329
378
|
ArrowLeft = "arrow-left",
|
|
330
379
|
ArrowRight = "arrow-right",
|
|
@@ -339,6 +388,7 @@ export enum Icons {
|
|
|
339
388
|
Camera = "camera",
|
|
340
389
|
Cancelled = "cancelled",
|
|
341
390
|
CandleChart = "candle-chart",
|
|
391
|
+
CheckboxAll = "checkbox-all",
|
|
342
392
|
Cheque = "cheque",
|
|
343
393
|
CircleCross = "circle-cross",
|
|
344
394
|
CirculationSupply = "circulation-supply",
|
|
@@ -352,6 +402,7 @@ export enum Icons {
|
|
|
352
402
|
Coupon = "coupon",
|
|
353
403
|
Cross = "cross",
|
|
354
404
|
Deactivate = "deactivate",
|
|
405
|
+
DepositSimple = "deposit-simple",
|
|
355
406
|
Deposit = "deposit",
|
|
356
407
|
DepthChart = "depth-chart",
|
|
357
408
|
District = "district",
|
|
@@ -369,6 +420,8 @@ export enum Icons {
|
|
|
369
420
|
ExternalLink = "external-link",
|
|
370
421
|
Facelock = "facelock",
|
|
371
422
|
Fees = "fees",
|
|
423
|
+
FiatDeposit = "fiat-deposit",
|
|
424
|
+
FiatWithdraw = "fiat-withdraw",
|
|
372
425
|
Filter = "filter",
|
|
373
426
|
Fingerprint = "fingerprint",
|
|
374
427
|
Form = "form",
|
|
@@ -385,7 +438,9 @@ export enum Icons {
|
|
|
385
438
|
InstantBuySell = "instant-buy-sell",
|
|
386
439
|
InterestAmount = "interest-amount",
|
|
387
440
|
InterestRate = "interest-rate",
|
|
441
|
+
Kyc_2 = "kyc-2",
|
|
388
442
|
Kyc = "kyc",
|
|
443
|
+
Landscape = "landscape",
|
|
389
444
|
Lend = "lend",
|
|
390
445
|
Link = "link",
|
|
391
446
|
LiquidationCost = "liquidation-cost",
|
|
@@ -415,18 +470,22 @@ export enum Icons {
|
|
|
415
470
|
Notification = "notification",
|
|
416
471
|
Occupation = "occupation",
|
|
417
472
|
Ongoing = "ongoing",
|
|
473
|
+
Order_2 = "order-2",
|
|
418
474
|
Order = "order",
|
|
419
475
|
OrdersComplete = "orders-complete",
|
|
420
476
|
PairSelector = "pair-selector",
|
|
477
|
+
Pair = "pair",
|
|
421
478
|
Pan = "pan",
|
|
422
479
|
Passbook = "passbook",
|
|
423
480
|
Passport = "passport",
|
|
424
481
|
PayEmi = "pay-emi",
|
|
425
482
|
PayLumpsum = "pay-lumpsum",
|
|
483
|
+
PayOffLoan_2 = "pay-off-loan-2",
|
|
426
484
|
PayOffLoan = "pay-off-loan",
|
|
427
485
|
PenaltyCharges = "penalty-charges",
|
|
428
486
|
Percentage = "percentage",
|
|
429
487
|
Phone = "phone",
|
|
488
|
+
Portrait = "portrait",
|
|
430
489
|
Positive = "positive",
|
|
431
490
|
PrepayPrincipal = "prepay-principal",
|
|
432
491
|
Previous = "previous",
|
|
@@ -434,7 +493,8 @@ export enum Icons {
|
|
|
434
493
|
Quicktrade = "quicktrade",
|
|
435
494
|
Rank = "rank",
|
|
436
495
|
Ream = "ream",
|
|
437
|
-
|
|
496
|
+
ReceiveLightning = "receive-lightning",
|
|
497
|
+
Receive = "receive",
|
|
438
498
|
RepaymentSchedule = "repayment-schedule",
|
|
439
499
|
Reports = "reports",
|
|
440
500
|
Reset = "reset",
|
|
@@ -445,14 +505,18 @@ export enum Icons {
|
|
|
445
505
|
Selfie = "selfie",
|
|
446
506
|
SellCrypto = "sell-crypto",
|
|
447
507
|
SendEmail = "send-email",
|
|
508
|
+
SendLightning = "send-lightning",
|
|
448
509
|
Send = "send",
|
|
449
510
|
Separator = "separator",
|
|
450
|
-
|
|
511
|
+
Settings = "settings",
|
|
451
512
|
Share = "share",
|
|
513
|
+
Shield = "shield",
|
|
452
514
|
Show = "show",
|
|
453
515
|
Side = "side",
|
|
454
516
|
Sip = "sip",
|
|
455
517
|
Sms = "sms",
|
|
518
|
+
SorterFilled = "sorter-filled",
|
|
519
|
+
Sorter = "sorter",
|
|
456
520
|
StarFilled = "star-filled",
|
|
457
521
|
Star = "star",
|
|
458
522
|
Statement = "statement",
|
|
@@ -461,17 +525,25 @@ export enum Icons {
|
|
|
461
525
|
Subtract = "subtract",
|
|
462
526
|
Success = "success",
|
|
463
527
|
Support = "support",
|
|
528
|
+
Taxnode = "taxnode",
|
|
529
|
+
Team = "team",
|
|
464
530
|
Templates = "templates",
|
|
465
531
|
Term = "term",
|
|
466
532
|
Tick = "tick",
|
|
467
533
|
TotalPayableLumpsum = "total-payable-lumpsum",
|
|
534
|
+
Trade_2 = "trade-2",
|
|
468
535
|
Trash = "trash",
|
|
536
|
+
Trigger = "trigger",
|
|
537
|
+
Unarchive = "unarchive",
|
|
469
538
|
Unlock = "unlock",
|
|
539
|
+
UpiLandscape = "upi-landscape",
|
|
470
540
|
Upi = "upi",
|
|
471
541
|
Upload = "upload",
|
|
472
542
|
Upwards = "upwards",
|
|
473
543
|
VotingCard = "voting-card",
|
|
474
544
|
Wallet = "wallet",
|
|
545
|
+
WayArrow = "way-arrow",
|
|
546
|
+
WithdrawSimple = "withdraw-simple",
|
|
475
547
|
Xpress = "xpress",
|
|
476
548
|
ZipCode = "zip-code",
|
|
477
549
|
}
|
|
@@ -485,153 +557,177 @@ export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
|
|
|
485
557
|
[Icons.Add]: "61702",
|
|
486
558
|
[Icons.Address]: "61703",
|
|
487
559
|
[Icons.Api]: "61704",
|
|
488
|
-
[Icons.
|
|
489
|
-
[Icons.
|
|
490
|
-
[Icons.
|
|
491
|
-
[Icons.
|
|
492
|
-
[Icons.
|
|
493
|
-
[Icons.
|
|
494
|
-
[Icons.
|
|
495
|
-
[Icons.
|
|
496
|
-
[Icons.
|
|
497
|
-
[Icons.
|
|
498
|
-
[Icons.
|
|
499
|
-
[Icons.
|
|
500
|
-
[Icons.
|
|
501
|
-
[Icons.
|
|
502
|
-
[Icons.
|
|
503
|
-
[Icons.
|
|
504
|
-
[Icons.
|
|
505
|
-
[Icons.
|
|
506
|
-
[Icons.
|
|
507
|
-
[Icons.
|
|
508
|
-
[Icons.
|
|
509
|
-
[Icons.
|
|
510
|
-
[Icons.
|
|
511
|
-
[Icons.
|
|
512
|
-
[Icons.
|
|
513
|
-
[Icons.
|
|
514
|
-
[Icons.
|
|
515
|
-
[Icons.
|
|
516
|
-
[Icons.
|
|
517
|
-
[Icons.
|
|
518
|
-
[Icons.
|
|
519
|
-
[Icons.
|
|
520
|
-
[Icons.
|
|
521
|
-
[Icons.
|
|
522
|
-
[Icons.
|
|
523
|
-
[Icons.
|
|
524
|
-
[Icons.
|
|
525
|
-
[Icons.
|
|
526
|
-
[Icons.
|
|
527
|
-
[Icons.
|
|
528
|
-
[Icons.
|
|
529
|
-
[Icons.
|
|
530
|
-
[Icons.
|
|
531
|
-
[Icons.
|
|
532
|
-
[Icons.
|
|
533
|
-
[Icons.
|
|
534
|
-
[Icons.
|
|
535
|
-
[Icons.
|
|
536
|
-
[Icons.
|
|
537
|
-
[Icons.
|
|
538
|
-
[Icons.
|
|
539
|
-
[Icons.
|
|
540
|
-
[Icons.
|
|
541
|
-
[Icons.
|
|
542
|
-
[Icons.
|
|
543
|
-
[Icons.
|
|
544
|
-
[Icons.
|
|
545
|
-
[Icons.
|
|
546
|
-
[Icons.
|
|
547
|
-
[Icons.
|
|
548
|
-
[Icons.
|
|
549
|
-
[Icons.
|
|
550
|
-
[Icons.
|
|
551
|
-
[Icons.
|
|
552
|
-
[Icons.
|
|
553
|
-
[Icons.
|
|
554
|
-
[Icons.
|
|
555
|
-
[Icons.
|
|
556
|
-
[Icons.
|
|
557
|
-
[Icons.
|
|
558
|
-
[Icons.
|
|
559
|
-
[Icons.
|
|
560
|
-
[Icons.
|
|
561
|
-
[Icons.
|
|
562
|
-
[Icons.
|
|
563
|
-
[Icons.
|
|
564
|
-
[Icons.
|
|
565
|
-
[Icons.
|
|
566
|
-
[Icons.
|
|
567
|
-
[Icons.
|
|
568
|
-
[Icons.
|
|
569
|
-
[Icons.
|
|
570
|
-
[Icons.
|
|
571
|
-
[Icons.
|
|
572
|
-
[Icons.
|
|
573
|
-
[Icons.
|
|
574
|
-
[Icons.
|
|
575
|
-
[Icons.
|
|
576
|
-
[Icons.
|
|
577
|
-
[Icons.
|
|
578
|
-
[Icons.
|
|
579
|
-
[Icons.
|
|
580
|
-
[Icons.
|
|
581
|
-
[Icons.
|
|
582
|
-
[Icons.
|
|
583
|
-
[Icons.
|
|
584
|
-
[Icons.
|
|
585
|
-
[Icons.
|
|
586
|
-
[Icons.
|
|
587
|
-
[Icons.
|
|
588
|
-
[Icons.
|
|
589
|
-
[Icons.
|
|
590
|
-
[Icons.
|
|
591
|
-
[Icons.
|
|
592
|
-
[Icons.
|
|
593
|
-
[Icons.
|
|
594
|
-
[Icons.
|
|
595
|
-
[Icons.
|
|
596
|
-
[Icons.
|
|
597
|
-
[Icons.
|
|
598
|
-
[Icons.
|
|
599
|
-
[Icons.
|
|
600
|
-
[Icons.
|
|
601
|
-
[Icons.
|
|
602
|
-
[Icons.
|
|
603
|
-
[Icons.
|
|
604
|
-
[Icons.
|
|
605
|
-
[Icons.
|
|
606
|
-
[Icons.
|
|
607
|
-
[Icons.
|
|
608
|
-
[Icons.
|
|
609
|
-
[Icons.
|
|
610
|
-
[Icons.
|
|
611
|
-
[Icons.
|
|
612
|
-
[Icons.
|
|
613
|
-
[Icons.
|
|
614
|
-
[Icons.
|
|
615
|
-
[Icons.
|
|
616
|
-
[Icons.
|
|
617
|
-
[Icons.
|
|
618
|
-
[Icons.
|
|
619
|
-
[Icons.
|
|
620
|
-
[Icons.
|
|
621
|
-
[Icons.
|
|
622
|
-
[Icons.
|
|
623
|
-
[Icons.
|
|
624
|
-
[Icons.
|
|
625
|
-
[Icons.
|
|
626
|
-
[Icons.
|
|
627
|
-
[Icons.
|
|
628
|
-
[Icons.
|
|
629
|
-
[Icons.
|
|
630
|
-
[Icons.
|
|
631
|
-
[Icons.
|
|
632
|
-
[Icons.
|
|
633
|
-
[Icons.
|
|
634
|
-
[Icons.
|
|
635
|
-
[Icons.
|
|
636
|
-
[Icons.
|
|
560
|
+
[Icons.Archive]: "61705",
|
|
561
|
+
[Icons.ArrowDown]: "61706",
|
|
562
|
+
[Icons.ArrowLeft]: "61707",
|
|
563
|
+
[Icons.ArrowRight]: "61708",
|
|
564
|
+
[Icons.ArrowUp]: "61709",
|
|
565
|
+
[Icons.Asterik]: "61710",
|
|
566
|
+
[Icons.BalanceLtv]: "61711",
|
|
567
|
+
[Icons.Bank]: "61712",
|
|
568
|
+
[Icons.Blog]: "61713",
|
|
569
|
+
[Icons.Bonus]: "61714",
|
|
570
|
+
[Icons.BuyCrypto]: "61715",
|
|
571
|
+
[Icons.Calendar]: "61716",
|
|
572
|
+
[Icons.Camera]: "61717",
|
|
573
|
+
[Icons.Cancelled]: "61718",
|
|
574
|
+
[Icons.CandleChart]: "61719",
|
|
575
|
+
[Icons.CheckboxAll]: "61720",
|
|
576
|
+
[Icons.Cheque]: "61721",
|
|
577
|
+
[Icons.CircleCross]: "61722",
|
|
578
|
+
[Icons.CirculationSupply]: "61723",
|
|
579
|
+
[Icons.City]: "61724",
|
|
580
|
+
[Icons.CoinStack]: "61725",
|
|
581
|
+
[Icons.Coins]: "61726",
|
|
582
|
+
[Icons.Compare]: "61727",
|
|
583
|
+
[Icons.Completed]: "61728",
|
|
584
|
+
[Icons.Contract]: "61729",
|
|
585
|
+
[Icons.Copy]: "61730",
|
|
586
|
+
[Icons.Coupon]: "61731",
|
|
587
|
+
[Icons.Cross]: "61732",
|
|
588
|
+
[Icons.Deactivate]: "61733",
|
|
589
|
+
[Icons.DepositSimple]: "61734",
|
|
590
|
+
[Icons.Deposit]: "61735",
|
|
591
|
+
[Icons.DepthChart]: "61736",
|
|
592
|
+
[Icons.District]: "61737",
|
|
593
|
+
[Icons.Dob]: "61738",
|
|
594
|
+
[Icons.Download]: "61739",
|
|
595
|
+
[Icons.Downwards]: "61740",
|
|
596
|
+
[Icons.DrivingLicence]: "61741",
|
|
597
|
+
[Icons.Earned]: "61742",
|
|
598
|
+
[Icons.Edit]: "61743",
|
|
599
|
+
[Icons.Email]: "61744",
|
|
600
|
+
[Icons.EmiAmount]: "61745",
|
|
601
|
+
[Icons.EmiDuedate]: "61746",
|
|
602
|
+
[Icons.Error]: "61747",
|
|
603
|
+
[Icons.Expand]: "61748",
|
|
604
|
+
[Icons.ExternalLink]: "61749",
|
|
605
|
+
[Icons.Facelock]: "61750",
|
|
606
|
+
[Icons.Fees]: "61751",
|
|
607
|
+
[Icons.FiatDeposit]: "61752",
|
|
608
|
+
[Icons.FiatWithdraw]: "61753",
|
|
609
|
+
[Icons.Filter]: "61754",
|
|
610
|
+
[Icons.Fingerprint]: "61755",
|
|
611
|
+
[Icons.Form]: "61756",
|
|
612
|
+
[Icons.Globe]: "61757",
|
|
613
|
+
[Icons.Hamburger]: "61758",
|
|
614
|
+
[Icons.Help]: "61759",
|
|
615
|
+
[Icons.Hide]: "61760",
|
|
616
|
+
[Icons.Home]: "61761",
|
|
617
|
+
[Icons.Ifsc]: "61762",
|
|
618
|
+
[Icons.IncomeSource]: "61763",
|
|
619
|
+
[Icons.Indicators]: "61764",
|
|
620
|
+
[Icons.Info]: "61765",
|
|
621
|
+
[Icons.InitialLtv]: "61766",
|
|
622
|
+
[Icons.InstantBuySell]: "61767",
|
|
623
|
+
[Icons.InterestAmount]: "61768",
|
|
624
|
+
[Icons.InterestRate]: "61769",
|
|
625
|
+
[Icons.Kyc_2]: "61770",
|
|
626
|
+
[Icons.Kyc]: "61771",
|
|
627
|
+
[Icons.Landscape]: "61772",
|
|
628
|
+
[Icons.Lend]: "61773",
|
|
629
|
+
[Icons.Link]: "61774",
|
|
630
|
+
[Icons.LiquidationCost]: "61775",
|
|
631
|
+
[Icons.LiquidationId]: "61776",
|
|
632
|
+
[Icons.LiquidationPrice]: "61777",
|
|
633
|
+
[Icons.Liquidation]: "61778",
|
|
634
|
+
[Icons.List]: "61779",
|
|
635
|
+
[Icons.LoanAmount]: "61780",
|
|
636
|
+
[Icons.LoanDetails]: "61781",
|
|
637
|
+
[Icons.LoanRepayment]: "61782",
|
|
638
|
+
[Icons.LoanTerm]: "61783",
|
|
639
|
+
[Icons.Location]: "61784",
|
|
640
|
+
[Icons.Lock]: "61785",
|
|
641
|
+
[Icons.Logout]: "61786",
|
|
642
|
+
[Icons.LtvRatio]: "61787",
|
|
643
|
+
[Icons.Mail]: "61788",
|
|
644
|
+
[Icons.Map]: "61789",
|
|
645
|
+
[Icons.MarginCall]: "61790",
|
|
646
|
+
[Icons.MaxSupply]: "61791",
|
|
647
|
+
[Icons.Menu]: "61792",
|
|
648
|
+
[Icons.MoreOptions]: "61793",
|
|
649
|
+
[Icons.Negative]: "61794",
|
|
650
|
+
[Icons.Network]: "61795",
|
|
651
|
+
[Icons.Next]: "61796",
|
|
652
|
+
[Icons.Nominee]: "61797",
|
|
653
|
+
[Icons.Note]: "61798",
|
|
654
|
+
[Icons.Notification]: "61799",
|
|
655
|
+
[Icons.Occupation]: "61800",
|
|
656
|
+
[Icons.Ongoing]: "61801",
|
|
657
|
+
[Icons.Order_2]: "61802",
|
|
658
|
+
[Icons.Order]: "61803",
|
|
659
|
+
[Icons.OrdersComplete]: "61804",
|
|
660
|
+
[Icons.PairSelector]: "61805",
|
|
661
|
+
[Icons.Pair]: "61806",
|
|
662
|
+
[Icons.Pan]: "61807",
|
|
663
|
+
[Icons.Passbook]: "61808",
|
|
664
|
+
[Icons.Passport]: "61809",
|
|
665
|
+
[Icons.PayEmi]: "61810",
|
|
666
|
+
[Icons.PayLumpsum]: "61811",
|
|
667
|
+
[Icons.PayOffLoan_2]: "61812",
|
|
668
|
+
[Icons.PayOffLoan]: "61813",
|
|
669
|
+
[Icons.PenaltyCharges]: "61814",
|
|
670
|
+
[Icons.Percentage]: "61815",
|
|
671
|
+
[Icons.Phone]: "61816",
|
|
672
|
+
[Icons.Portrait]: "61817",
|
|
673
|
+
[Icons.Positive]: "61818",
|
|
674
|
+
[Icons.PrepayPrincipal]: "61819",
|
|
675
|
+
[Icons.Previous]: "61820",
|
|
676
|
+
[Icons.Profile]: "61821",
|
|
677
|
+
[Icons.Quicktrade]: "61822",
|
|
678
|
+
[Icons.Rank]: "61823",
|
|
679
|
+
[Icons.Ream]: "61824",
|
|
680
|
+
[Icons.ReceiveLightning]: "61825",
|
|
681
|
+
[Icons.Receive]: "61826",
|
|
682
|
+
[Icons.RepaymentSchedule]: "61827",
|
|
683
|
+
[Icons.Reports]: "61828",
|
|
684
|
+
[Icons.Reset]: "61829",
|
|
685
|
+
[Icons.Save]: "61830",
|
|
686
|
+
[Icons.Scan]: "61831",
|
|
687
|
+
[Icons.Search]: "61832",
|
|
688
|
+
[Icons.Security]: "61833",
|
|
689
|
+
[Icons.Selfie]: "61834",
|
|
690
|
+
[Icons.SellCrypto]: "61835",
|
|
691
|
+
[Icons.SendEmail]: "61836",
|
|
692
|
+
[Icons.SendLightning]: "61837",
|
|
693
|
+
[Icons.Send]: "61838",
|
|
694
|
+
[Icons.Separator]: "61839",
|
|
695
|
+
[Icons.Settings]: "61840",
|
|
696
|
+
[Icons.Share]: "61841",
|
|
697
|
+
[Icons.Shield]: "61842",
|
|
698
|
+
[Icons.Show]: "61843",
|
|
699
|
+
[Icons.Side]: "61844",
|
|
700
|
+
[Icons.Sip]: "61845",
|
|
701
|
+
[Icons.Sms]: "61846",
|
|
702
|
+
[Icons.SorterFilled]: "61847",
|
|
703
|
+
[Icons.Sorter]: "61848",
|
|
704
|
+
[Icons.StarFilled]: "61849",
|
|
705
|
+
[Icons.Star]: "61850",
|
|
706
|
+
[Icons.Statement]: "61851",
|
|
707
|
+
[Icons.Stop]: "61852",
|
|
708
|
+
[Icons.StreetAddress]: "61853",
|
|
709
|
+
[Icons.Subtract]: "61854",
|
|
710
|
+
[Icons.Success]: "61855",
|
|
711
|
+
[Icons.Support]: "61856",
|
|
712
|
+
[Icons.Taxnode]: "61857",
|
|
713
|
+
[Icons.Team]: "61858",
|
|
714
|
+
[Icons.Templates]: "61859",
|
|
715
|
+
[Icons.Term]: "61860",
|
|
716
|
+
[Icons.Tick]: "61861",
|
|
717
|
+
[Icons.TotalPayableLumpsum]: "61862",
|
|
718
|
+
[Icons.Trade_2]: "61863",
|
|
719
|
+
[Icons.Trash]: "61864",
|
|
720
|
+
[Icons.Trigger]: "61865",
|
|
721
|
+
[Icons.Unarchive]: "61866",
|
|
722
|
+
[Icons.Unlock]: "61867",
|
|
723
|
+
[Icons.UpiLandscape]: "61868",
|
|
724
|
+
[Icons.Upi]: "61869",
|
|
725
|
+
[Icons.Upload]: "61870",
|
|
726
|
+
[Icons.Upwards]: "61871",
|
|
727
|
+
[Icons.VotingCard]: "61872",
|
|
728
|
+
[Icons.Wallet]: "61873",
|
|
729
|
+
[Icons.WayArrow]: "61874",
|
|
730
|
+
[Icons.WithdrawSimple]: "61875",
|
|
731
|
+
[Icons.Xpress]: "61876",
|
|
732
|
+
[Icons.ZipCode]: "61877",
|
|
637
733
|
};
|
package/dist/icons/icons.woff
CHANGED
|
Binary file
|
package/dist/icons/icons.woff2
CHANGED
|
Binary file
|