zebpay-ui 0.0.74 → 0.0.76
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/cjs/components/Input/styles.d.ts +1 -1
- package/dist/cjs/components/Input/typings.d.ts +2 -0
- package/dist/cjs/components/InputDropDown/styles.d.ts +4 -3
- package/dist/cjs/components/InputDropDown/typings.d.ts +5 -0
- package/dist/cjs/components/Tabs/styles.d.ts +1 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/Input/styles.d.ts +1 -1
- package/dist/esm/components/Input/typings.d.ts +2 -0
- package/dist/esm/components/InputDropDown/styles.d.ts +4 -3
- package/dist/esm/components/InputDropDown/typings.d.ts +5 -0
- package/dist/esm/components/Tabs/styles.d.ts +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/icons.css +230 -200
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +90 -0
- package/dist/icons/icons.json +207 -197
- package/dist/icons/icons.ts +237 -197
- 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
|
@@ -20,8 +20,10 @@ export type IconsId =
|
|
|
20
20
|
| "bank-1"
|
|
21
21
|
| "bank"
|
|
22
22
|
| "basket"
|
|
23
|
+
| "beneficiary"
|
|
23
24
|
| "blog"
|
|
24
25
|
| "bonus"
|
|
26
|
+
| "browser"
|
|
25
27
|
| "buy-crypto"
|
|
26
28
|
| "calculator"
|
|
27
29
|
| "calendar"
|
|
@@ -66,6 +68,7 @@ export type IconsId =
|
|
|
66
68
|
| "expiry"
|
|
67
69
|
| "external-link"
|
|
68
70
|
| "facelock"
|
|
71
|
+
| "fees-new2"
|
|
69
72
|
| "fees"
|
|
70
73
|
| "fiat-deposit"
|
|
71
74
|
| "fiat-withdraw"
|
|
@@ -119,6 +122,7 @@ export type IconsId =
|
|
|
119
122
|
| "margin"
|
|
120
123
|
| "max-supply"
|
|
121
124
|
| "menu"
|
|
125
|
+
| "mobile-device"
|
|
122
126
|
| "more-options"
|
|
123
127
|
| "needle"
|
|
124
128
|
| "negative"
|
|
@@ -158,6 +162,8 @@ export type IconsId =
|
|
|
158
162
|
| "quicktrade"
|
|
159
163
|
| "rank"
|
|
160
164
|
| "ream"
|
|
165
|
+
| "receive-coin-only-arrow"
|
|
166
|
+
| "receive-coin"
|
|
161
167
|
| "receive-lightning"
|
|
162
168
|
| "receive"
|
|
163
169
|
| "redo"
|
|
@@ -170,8 +176,10 @@ export type IconsId =
|
|
|
170
176
|
| "security"
|
|
171
177
|
| "selfie"
|
|
172
178
|
| "sell-crypto"
|
|
179
|
+
| "send-coin"
|
|
173
180
|
| "send-email"
|
|
174
181
|
| "send-lightning"
|
|
182
|
+
| "send-only-arrow"
|
|
175
183
|
| "send"
|
|
176
184
|
| "separator"
|
|
177
185
|
| "settings"
|
|
@@ -181,6 +189,7 @@ export type IconsId =
|
|
|
181
189
|
| "side-2"
|
|
182
190
|
| "side"
|
|
183
191
|
| "sip"
|
|
192
|
+
| "SL-new"
|
|
184
193
|
| "sms"
|
|
185
194
|
| "sorter-filled"
|
|
186
195
|
| "sorter"
|
|
@@ -194,6 +203,7 @@ export type IconsId =
|
|
|
194
203
|
| "success"
|
|
195
204
|
| "support"
|
|
196
205
|
| "taxnode"
|
|
206
|
+
| "tds"
|
|
197
207
|
| "team"
|
|
198
208
|
| "templates"
|
|
199
209
|
| "term"
|
|
@@ -240,8 +250,10 @@ export type IconsKey =
|
|
|
240
250
|
| "Bank_1"
|
|
241
251
|
| "Bank"
|
|
242
252
|
| "Basket"
|
|
253
|
+
| "Beneficiary"
|
|
243
254
|
| "Blog"
|
|
244
255
|
| "Bonus"
|
|
256
|
+
| "Browser"
|
|
245
257
|
| "BuyCrypto"
|
|
246
258
|
| "Calculator"
|
|
247
259
|
| "Calendar"
|
|
@@ -286,6 +298,7 @@ export type IconsKey =
|
|
|
286
298
|
| "Expiry"
|
|
287
299
|
| "ExternalLink"
|
|
288
300
|
| "Facelock"
|
|
301
|
+
| "FeesNew2"
|
|
289
302
|
| "Fees"
|
|
290
303
|
| "FiatDeposit"
|
|
291
304
|
| "FiatWithdraw"
|
|
@@ -339,6 +352,7 @@ export type IconsKey =
|
|
|
339
352
|
| "Margin"
|
|
340
353
|
| "MaxSupply"
|
|
341
354
|
| "Menu"
|
|
355
|
+
| "MobileDevice"
|
|
342
356
|
| "MoreOptions"
|
|
343
357
|
| "Needle"
|
|
344
358
|
| "Negative"
|
|
@@ -378,6 +392,8 @@ export type IconsKey =
|
|
|
378
392
|
| "Quicktrade"
|
|
379
393
|
| "Rank"
|
|
380
394
|
| "Ream"
|
|
395
|
+
| "ReceiveCoinOnlyArrow"
|
|
396
|
+
| "ReceiveCoin"
|
|
381
397
|
| "ReceiveLightning"
|
|
382
398
|
| "Receive"
|
|
383
399
|
| "Redo"
|
|
@@ -390,8 +406,10 @@ export type IconsKey =
|
|
|
390
406
|
| "Security"
|
|
391
407
|
| "Selfie"
|
|
392
408
|
| "SellCrypto"
|
|
409
|
+
| "SendCoin"
|
|
393
410
|
| "SendEmail"
|
|
394
411
|
| "SendLightning"
|
|
412
|
+
| "SendOnlyArrow"
|
|
395
413
|
| "Send"
|
|
396
414
|
| "Separator"
|
|
397
415
|
| "Settings"
|
|
@@ -401,6 +419,7 @@ export type IconsKey =
|
|
|
401
419
|
| "Side_2"
|
|
402
420
|
| "Side"
|
|
403
421
|
| "Sip"
|
|
422
|
+
| "SlNew"
|
|
404
423
|
| "Sms"
|
|
405
424
|
| "SorterFilled"
|
|
406
425
|
| "Sorter"
|
|
@@ -414,6 +433,7 @@ export type IconsKey =
|
|
|
414
433
|
| "Success"
|
|
415
434
|
| "Support"
|
|
416
435
|
| "Taxnode"
|
|
436
|
+
| "Tds"
|
|
417
437
|
| "Team"
|
|
418
438
|
| "Templates"
|
|
419
439
|
| "Term"
|
|
@@ -460,8 +480,10 @@ export enum Icons {
|
|
|
460
480
|
Bank_1 = "bank-1",
|
|
461
481
|
Bank = "bank",
|
|
462
482
|
Basket = "basket",
|
|
483
|
+
Beneficiary = "beneficiary",
|
|
463
484
|
Blog = "blog",
|
|
464
485
|
Bonus = "bonus",
|
|
486
|
+
Browser = "browser",
|
|
465
487
|
BuyCrypto = "buy-crypto",
|
|
466
488
|
Calculator = "calculator",
|
|
467
489
|
Calendar = "calendar",
|
|
@@ -506,6 +528,7 @@ export enum Icons {
|
|
|
506
528
|
Expiry = "expiry",
|
|
507
529
|
ExternalLink = "external-link",
|
|
508
530
|
Facelock = "facelock",
|
|
531
|
+
FeesNew2 = "fees-new2",
|
|
509
532
|
Fees = "fees",
|
|
510
533
|
FiatDeposit = "fiat-deposit",
|
|
511
534
|
FiatWithdraw = "fiat-withdraw",
|
|
@@ -559,6 +582,7 @@ export enum Icons {
|
|
|
559
582
|
Margin = "margin",
|
|
560
583
|
MaxSupply = "max-supply",
|
|
561
584
|
Menu = "menu",
|
|
585
|
+
MobileDevice = "mobile-device",
|
|
562
586
|
MoreOptions = "more-options",
|
|
563
587
|
Needle = "needle",
|
|
564
588
|
Negative = "negative",
|
|
@@ -598,6 +622,8 @@ export enum Icons {
|
|
|
598
622
|
Quicktrade = "quicktrade",
|
|
599
623
|
Rank = "rank",
|
|
600
624
|
Ream = "ream",
|
|
625
|
+
ReceiveCoinOnlyArrow = "receive-coin-only-arrow",
|
|
626
|
+
ReceiveCoin = "receive-coin",
|
|
601
627
|
ReceiveLightning = "receive-lightning",
|
|
602
628
|
Receive = "receive",
|
|
603
629
|
Redo = "redo",
|
|
@@ -610,8 +636,10 @@ export enum Icons {
|
|
|
610
636
|
Security = "security",
|
|
611
637
|
Selfie = "selfie",
|
|
612
638
|
SellCrypto = "sell-crypto",
|
|
639
|
+
SendCoin = "send-coin",
|
|
613
640
|
SendEmail = "send-email",
|
|
614
641
|
SendLightning = "send-lightning",
|
|
642
|
+
SendOnlyArrow = "send-only-arrow",
|
|
615
643
|
Send = "send",
|
|
616
644
|
Separator = "separator",
|
|
617
645
|
Settings = "settings",
|
|
@@ -621,6 +649,7 @@ export enum Icons {
|
|
|
621
649
|
Side_2 = "side-2",
|
|
622
650
|
Side = "side",
|
|
623
651
|
Sip = "sip",
|
|
652
|
+
SlNew = "SL-new",
|
|
624
653
|
Sms = "sms",
|
|
625
654
|
SorterFilled = "sorter-filled",
|
|
626
655
|
Sorter = "sorter",
|
|
@@ -634,6 +663,7 @@ export enum Icons {
|
|
|
634
663
|
Success = "success",
|
|
635
664
|
Support = "support",
|
|
636
665
|
Taxnode = "taxnode",
|
|
666
|
+
Tds = "tds",
|
|
637
667
|
Team = "team",
|
|
638
668
|
Templates = "templates",
|
|
639
669
|
Term = "term",
|
|
@@ -681,201 +711,211 @@ export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
|
|
|
681
711
|
[Icons.Bank_1]: "61715",
|
|
682
712
|
[Icons.Bank]: "61716",
|
|
683
713
|
[Icons.Basket]: "61717",
|
|
684
|
-
[Icons.
|
|
685
|
-
[Icons.
|
|
686
|
-
[Icons.
|
|
687
|
-
[Icons.
|
|
688
|
-
[Icons.
|
|
689
|
-
[Icons.
|
|
690
|
-
[Icons.
|
|
691
|
-
[Icons.
|
|
692
|
-
[Icons.
|
|
693
|
-
[Icons.
|
|
694
|
-
[Icons.
|
|
695
|
-
[Icons.
|
|
696
|
-
[Icons.
|
|
697
|
-
[Icons.
|
|
698
|
-
[Icons.
|
|
699
|
-
[Icons.
|
|
700
|
-
[Icons.
|
|
701
|
-
[Icons.
|
|
702
|
-
[Icons.
|
|
703
|
-
[Icons.
|
|
704
|
-
[Icons.
|
|
705
|
-
[Icons.
|
|
706
|
-
[Icons.
|
|
707
|
-
[Icons.
|
|
708
|
-
[Icons.
|
|
709
|
-
[Icons.
|
|
710
|
-
[Icons.
|
|
711
|
-
[Icons.
|
|
712
|
-
[Icons.
|
|
713
|
-
[Icons.
|
|
714
|
-
[Icons.
|
|
715
|
-
[Icons.
|
|
716
|
-
[Icons.
|
|
717
|
-
[Icons.
|
|
718
|
-
[Icons.
|
|
719
|
-
[Icons.
|
|
720
|
-
[Icons.
|
|
721
|
-
[Icons.
|
|
722
|
-
[Icons.
|
|
723
|
-
[Icons.
|
|
724
|
-
[Icons.
|
|
725
|
-
[Icons.
|
|
726
|
-
[Icons.
|
|
727
|
-
[Icons.
|
|
728
|
-
[Icons.
|
|
729
|
-
[Icons.
|
|
730
|
-
[Icons.
|
|
731
|
-
[Icons.
|
|
732
|
-
[Icons.
|
|
733
|
-
[Icons.
|
|
734
|
-
[Icons.
|
|
735
|
-
[Icons.
|
|
736
|
-
[Icons.
|
|
737
|
-
[Icons.
|
|
738
|
-
[Icons.
|
|
739
|
-
[Icons.
|
|
740
|
-
[Icons.
|
|
741
|
-
[Icons.
|
|
742
|
-
[Icons.
|
|
743
|
-
[Icons.
|
|
744
|
-
[Icons.
|
|
745
|
-
[Icons.
|
|
746
|
-
[Icons.
|
|
747
|
-
[Icons.
|
|
748
|
-
[Icons.
|
|
749
|
-
[Icons.
|
|
750
|
-
[Icons.
|
|
751
|
-
[Icons.
|
|
752
|
-
[Icons.
|
|
753
|
-
[Icons.
|
|
754
|
-
[Icons.
|
|
755
|
-
[Icons.
|
|
756
|
-
[Icons.
|
|
757
|
-
[Icons.
|
|
758
|
-
[Icons.
|
|
759
|
-
[Icons.
|
|
760
|
-
[Icons.
|
|
761
|
-
[Icons.
|
|
762
|
-
[Icons.
|
|
763
|
-
[Icons.
|
|
764
|
-
[Icons.
|
|
765
|
-
[Icons.
|
|
766
|
-
[Icons.
|
|
767
|
-
[Icons.
|
|
768
|
-
[Icons.
|
|
769
|
-
[Icons.
|
|
770
|
-
[Icons.
|
|
771
|
-
[Icons.
|
|
772
|
-
[Icons.
|
|
773
|
-
[Icons.
|
|
774
|
-
[Icons.
|
|
775
|
-
[Icons.
|
|
776
|
-
[Icons.
|
|
777
|
-
[Icons.
|
|
778
|
-
[Icons.
|
|
779
|
-
[Icons.
|
|
780
|
-
[Icons.
|
|
781
|
-
[Icons.
|
|
782
|
-
[Icons.
|
|
783
|
-
[Icons.
|
|
784
|
-
[Icons.
|
|
785
|
-
[Icons.
|
|
786
|
-
[Icons.
|
|
787
|
-
[Icons.
|
|
788
|
-
[Icons.
|
|
789
|
-
[Icons.
|
|
790
|
-
[Icons.
|
|
791
|
-
[Icons.
|
|
792
|
-
[Icons.
|
|
793
|
-
[Icons.
|
|
794
|
-
[Icons.
|
|
795
|
-
[Icons.
|
|
796
|
-
[Icons.
|
|
797
|
-
[Icons.
|
|
798
|
-
[Icons.
|
|
799
|
-
[Icons.
|
|
800
|
-
[Icons.
|
|
801
|
-
[Icons.
|
|
802
|
-
[Icons.
|
|
803
|
-
[Icons.
|
|
804
|
-
[Icons.
|
|
805
|
-
[Icons.
|
|
806
|
-
[Icons.
|
|
807
|
-
[Icons.
|
|
808
|
-
[Icons.
|
|
809
|
-
[Icons.
|
|
810
|
-
[Icons.
|
|
811
|
-
[Icons.
|
|
812
|
-
[Icons.
|
|
813
|
-
[Icons.
|
|
814
|
-
[Icons.
|
|
815
|
-
[Icons.
|
|
816
|
-
[Icons.
|
|
817
|
-
[Icons.
|
|
818
|
-
[Icons.
|
|
819
|
-
[Icons.
|
|
820
|
-
[Icons.
|
|
821
|
-
[Icons.
|
|
822
|
-
[Icons.
|
|
823
|
-
[Icons.
|
|
824
|
-
[Icons.
|
|
825
|
-
[Icons.
|
|
826
|
-
[Icons.
|
|
827
|
-
[Icons.
|
|
828
|
-
[Icons.
|
|
829
|
-
[Icons.
|
|
830
|
-
[Icons.
|
|
831
|
-
[Icons.
|
|
832
|
-
[Icons.
|
|
833
|
-
[Icons.
|
|
834
|
-
[Icons.
|
|
835
|
-
[Icons.
|
|
836
|
-
[Icons.
|
|
837
|
-
[Icons.
|
|
838
|
-
[Icons.
|
|
839
|
-
[Icons.
|
|
840
|
-
[Icons.
|
|
841
|
-
[Icons.
|
|
842
|
-
[Icons.
|
|
843
|
-
[Icons.
|
|
844
|
-
[Icons.
|
|
845
|
-
[Icons.
|
|
846
|
-
[Icons.
|
|
847
|
-
[Icons.
|
|
848
|
-
[Icons.
|
|
849
|
-
[Icons.
|
|
850
|
-
[Icons.
|
|
851
|
-
[Icons.
|
|
852
|
-
[Icons.
|
|
853
|
-
[Icons.
|
|
854
|
-
[Icons.
|
|
855
|
-
[Icons.
|
|
856
|
-
[Icons.
|
|
857
|
-
[Icons.
|
|
858
|
-
[Icons.
|
|
859
|
-
[Icons.
|
|
860
|
-
[Icons.
|
|
861
|
-
[Icons.
|
|
862
|
-
[Icons.
|
|
863
|
-
[Icons.
|
|
864
|
-
[Icons.
|
|
865
|
-
[Icons.
|
|
866
|
-
[Icons.
|
|
867
|
-
[Icons.
|
|
868
|
-
[Icons.
|
|
869
|
-
[Icons.
|
|
870
|
-
[Icons.
|
|
871
|
-
[Icons.
|
|
872
|
-
[Icons.
|
|
873
|
-
[Icons.
|
|
874
|
-
[Icons.
|
|
875
|
-
[Icons.
|
|
876
|
-
[Icons.
|
|
877
|
-
[Icons.
|
|
878
|
-
[Icons.
|
|
879
|
-
[Icons.
|
|
880
|
-
[Icons.
|
|
714
|
+
[Icons.Beneficiary]: "61718",
|
|
715
|
+
[Icons.Blog]: "61719",
|
|
716
|
+
[Icons.Bonus]: "61720",
|
|
717
|
+
[Icons.Browser]: "61721",
|
|
718
|
+
[Icons.BuyCrypto]: "61722",
|
|
719
|
+
[Icons.Calculator]: "61723",
|
|
720
|
+
[Icons.Calendar]: "61724",
|
|
721
|
+
[Icons.Camera]: "61725",
|
|
722
|
+
[Icons.Cancelled]: "61726",
|
|
723
|
+
[Icons.CandleChart]: "61727",
|
|
724
|
+
[Icons.Chart]: "61728",
|
|
725
|
+
[Icons.CheckboxAll]: "61729",
|
|
726
|
+
[Icons.CheckboxOn]: "61730",
|
|
727
|
+
[Icons.Cheque]: "61731",
|
|
728
|
+
[Icons.CircleCross]: "61732",
|
|
729
|
+
[Icons.CirculationSupply]: "61733",
|
|
730
|
+
[Icons.City]: "61734",
|
|
731
|
+
[Icons.Clock]: "61735",
|
|
732
|
+
[Icons.CoinStack]: "61736",
|
|
733
|
+
[Icons.Coins]: "61737",
|
|
734
|
+
[Icons.Compare]: "61738",
|
|
735
|
+
[Icons.Completed]: "61739",
|
|
736
|
+
[Icons.Contract]: "61740",
|
|
737
|
+
[Icons.Copy]: "61741",
|
|
738
|
+
[Icons.Coupon]: "61742",
|
|
739
|
+
[Icons.Cross]: "61743",
|
|
740
|
+
[Icons.CryptoWallet]: "61744",
|
|
741
|
+
[Icons.Deactivate]: "61745",
|
|
742
|
+
[Icons.DepositSimple]: "61746",
|
|
743
|
+
[Icons.Deposit]: "61747",
|
|
744
|
+
[Icons.DepthChart]: "61748",
|
|
745
|
+
[Icons.District]: "61749",
|
|
746
|
+
[Icons.Dob]: "61750",
|
|
747
|
+
[Icons.Download_2]: "61751",
|
|
748
|
+
[Icons.Download]: "61752",
|
|
749
|
+
[Icons.Downwards]: "61753",
|
|
750
|
+
[Icons.DrivingLicence]: "61754",
|
|
751
|
+
[Icons.Earned]: "61755",
|
|
752
|
+
[Icons.Edit]: "61756",
|
|
753
|
+
[Icons.Email]: "61757",
|
|
754
|
+
[Icons.EmiAmount]: "61758",
|
|
755
|
+
[Icons.EmiDuedate]: "61759",
|
|
756
|
+
[Icons.Error]: "61760",
|
|
757
|
+
[Icons.Exclamation]: "61761",
|
|
758
|
+
[Icons.Expand]: "61762",
|
|
759
|
+
[Icons.Expiry]: "61763",
|
|
760
|
+
[Icons.ExternalLink]: "61764",
|
|
761
|
+
[Icons.Facelock]: "61765",
|
|
762
|
+
[Icons.FeesNew2]: "61766",
|
|
763
|
+
[Icons.Fees]: "61767",
|
|
764
|
+
[Icons.FiatDeposit]: "61768",
|
|
765
|
+
[Icons.FiatWithdraw]: "61769",
|
|
766
|
+
[Icons.Filter]: "61770",
|
|
767
|
+
[Icons.Fingerprint]: "61771",
|
|
768
|
+
[Icons.Form]: "61772",
|
|
769
|
+
[Icons.Gallery]: "61773",
|
|
770
|
+
[Icons.Globe]: "61774",
|
|
771
|
+
[Icons.GreaterThanEqualTo]: "61775",
|
|
772
|
+
[Icons.GstNew]: "61776",
|
|
773
|
+
[Icons.Gst]: "61777",
|
|
774
|
+
[Icons.Hamburger]: "61778",
|
|
775
|
+
[Icons.Help_2]: "61779",
|
|
776
|
+
[Icons.Help]: "61780",
|
|
777
|
+
[Icons.Hide]: "61781",
|
|
778
|
+
[Icons.History]: "61782",
|
|
779
|
+
[Icons.Home]: "61783",
|
|
780
|
+
[Icons.IdentityCard]: "61784",
|
|
781
|
+
[Icons.Ifsc]: "61785",
|
|
782
|
+
[Icons.IncomeSource]: "61786",
|
|
783
|
+
[Icons.Indicators]: "61787",
|
|
784
|
+
[Icons.Info]: "61788",
|
|
785
|
+
[Icons.InitialLtv]: "61789",
|
|
786
|
+
[Icons.InstantBuySell]: "61790",
|
|
787
|
+
[Icons.InterestAmount]: "61791",
|
|
788
|
+
[Icons.InterestRate]: "61792",
|
|
789
|
+
[Icons.Kyc_2]: "61793",
|
|
790
|
+
[Icons.Kyc]: "61794",
|
|
791
|
+
[Icons.Landscape]: "61795",
|
|
792
|
+
[Icons.Lend]: "61796",
|
|
793
|
+
[Icons.Lightning]: "61797",
|
|
794
|
+
[Icons.Lightning2]: "61798",
|
|
795
|
+
[Icons.Link_2]: "61799",
|
|
796
|
+
[Icons.Link]: "61800",
|
|
797
|
+
[Icons.LiquidationCost]: "61801",
|
|
798
|
+
[Icons.LiquidationId]: "61802",
|
|
799
|
+
[Icons.LiquidationPrice]: "61803",
|
|
800
|
+
[Icons.Liquidation]: "61804",
|
|
801
|
+
[Icons.List]: "61805",
|
|
802
|
+
[Icons.LoanAmount]: "61806",
|
|
803
|
+
[Icons.LoanDetails]: "61807",
|
|
804
|
+
[Icons.LoanRepayment]: "61808",
|
|
805
|
+
[Icons.LoanTerm]: "61809",
|
|
806
|
+
[Icons.Location]: "61810",
|
|
807
|
+
[Icons.Lock]: "61811",
|
|
808
|
+
[Icons.Logout]: "61812",
|
|
809
|
+
[Icons.LtvRatio]: "61813",
|
|
810
|
+
[Icons.Mail]: "61814",
|
|
811
|
+
[Icons.Map]: "61815",
|
|
812
|
+
[Icons.MarginCall]: "61816",
|
|
813
|
+
[Icons.Margin]: "61817",
|
|
814
|
+
[Icons.MaxSupply]: "61818",
|
|
815
|
+
[Icons.Menu]: "61819",
|
|
816
|
+
[Icons.MobileDevice]: "61820",
|
|
817
|
+
[Icons.MoreOptions]: "61821",
|
|
818
|
+
[Icons.Needle]: "61822",
|
|
819
|
+
[Icons.Negative]: "61823",
|
|
820
|
+
[Icons.Network]: "61824",
|
|
821
|
+
[Icons.Next]: "61825",
|
|
822
|
+
[Icons.Nominee]: "61826",
|
|
823
|
+
[Icons.Note]: "61827",
|
|
824
|
+
[Icons.Notification]: "61828",
|
|
825
|
+
[Icons.Occupation]: "61829",
|
|
826
|
+
[Icons.Ongoing]: "61830",
|
|
827
|
+
[Icons.Order_2]: "61831",
|
|
828
|
+
[Icons.Order]: "61832",
|
|
829
|
+
[Icons.OrdersComplete]: "61833",
|
|
830
|
+
[Icons.PairSelector]: "61834",
|
|
831
|
+
[Icons.Pair]: "61835",
|
|
832
|
+
[Icons.Pan]: "61836",
|
|
833
|
+
[Icons.Passbook]: "61837",
|
|
834
|
+
[Icons.Passport]: "61838",
|
|
835
|
+
[Icons.PayEmi]: "61839",
|
|
836
|
+
[Icons.PayLumpsum]: "61840",
|
|
837
|
+
[Icons.PayOffLoan_2]: "61841",
|
|
838
|
+
[Icons.PayOffLoan]: "61842",
|
|
839
|
+
[Icons.PenaltyCharges]: "61843",
|
|
840
|
+
[Icons.Pending]: "61844",
|
|
841
|
+
[Icons.Percentage]: "61845",
|
|
842
|
+
[Icons.Phone]: "61846",
|
|
843
|
+
[Icons.Play]: "61847",
|
|
844
|
+
[Icons.PlusMinus]: "61848",
|
|
845
|
+
[Icons.Portrait]: "61849",
|
|
846
|
+
[Icons.Positive]: "61850",
|
|
847
|
+
[Icons.PrepayPrincipal]: "61851",
|
|
848
|
+
[Icons.Previous]: "61852",
|
|
849
|
+
[Icons.Profile_1]: "61853",
|
|
850
|
+
[Icons.ProfileBorder]: "61854",
|
|
851
|
+
[Icons.Profile]: "61855",
|
|
852
|
+
[Icons.QrCode]: "61856",
|
|
853
|
+
[Icons.Quicktrade]: "61857",
|
|
854
|
+
[Icons.Rank]: "61858",
|
|
855
|
+
[Icons.Ream]: "61859",
|
|
856
|
+
[Icons.ReceiveCoinOnlyArrow]: "61860",
|
|
857
|
+
[Icons.ReceiveCoin]: "61861",
|
|
858
|
+
[Icons.ReceiveLightning]: "61862",
|
|
859
|
+
[Icons.Receive]: "61863",
|
|
860
|
+
[Icons.Redo]: "61864",
|
|
861
|
+
[Icons.RepaymentSchedule]: "61865",
|
|
862
|
+
[Icons.Reports]: "61866",
|
|
863
|
+
[Icons.Reset]: "61867",
|
|
864
|
+
[Icons.Save]: "61868",
|
|
865
|
+
[Icons.Scan]: "61869",
|
|
866
|
+
[Icons.Search]: "61870",
|
|
867
|
+
[Icons.Security]: "61871",
|
|
868
|
+
[Icons.Selfie]: "61872",
|
|
869
|
+
[Icons.SellCrypto]: "61873",
|
|
870
|
+
[Icons.SendCoin]: "61874",
|
|
871
|
+
[Icons.SendEmail]: "61875",
|
|
872
|
+
[Icons.SendLightning]: "61876",
|
|
873
|
+
[Icons.SendOnlyArrow]: "61877",
|
|
874
|
+
[Icons.Send]: "61878",
|
|
875
|
+
[Icons.Separator]: "61879",
|
|
876
|
+
[Icons.Settings]: "61880",
|
|
877
|
+
[Icons.Share]: "61881",
|
|
878
|
+
[Icons.Shield]: "61882",
|
|
879
|
+
[Icons.Show]: "61883",
|
|
880
|
+
[Icons.Side_2]: "61884",
|
|
881
|
+
[Icons.Side]: "61885",
|
|
882
|
+
[Icons.Sip]: "61886",
|
|
883
|
+
[Icons.SlNew]: "61887",
|
|
884
|
+
[Icons.Sms]: "61888",
|
|
885
|
+
[Icons.SorterFilled]: "61889",
|
|
886
|
+
[Icons.Sorter]: "61890",
|
|
887
|
+
[Icons.Stamp]: "61891",
|
|
888
|
+
[Icons.StarFilled]: "61892",
|
|
889
|
+
[Icons.Star]: "61893",
|
|
890
|
+
[Icons.Statement]: "61894",
|
|
891
|
+
[Icons.Stop]: "61895",
|
|
892
|
+
[Icons.StreetAddress]: "61896",
|
|
893
|
+
[Icons.Subtract]: "61897",
|
|
894
|
+
[Icons.Success]: "61898",
|
|
895
|
+
[Icons.Support]: "61899",
|
|
896
|
+
[Icons.Taxnode]: "61900",
|
|
897
|
+
[Icons.Tds]: "61901",
|
|
898
|
+
[Icons.Team]: "61902",
|
|
899
|
+
[Icons.Templates]: "61903",
|
|
900
|
+
[Icons.Term]: "61904",
|
|
901
|
+
[Icons.Tick]: "61905",
|
|
902
|
+
[Icons.Time]: "61906",
|
|
903
|
+
[Icons.TotalPayableLumpsum]: "61907",
|
|
904
|
+
[Icons.Trade_2]: "61908",
|
|
905
|
+
[Icons.Trash]: "61909",
|
|
906
|
+
[Icons.Trigger]: "61910",
|
|
907
|
+
[Icons.Trophy]: "61911",
|
|
908
|
+
[Icons.Unarchive]: "61912",
|
|
909
|
+
[Icons.Unlock]: "61913",
|
|
910
|
+
[Icons.UpiLandscape]: "61914",
|
|
911
|
+
[Icons.Upi]: "61915",
|
|
912
|
+
[Icons.Upload]: "61916",
|
|
913
|
+
[Icons.Upwards]: "61917",
|
|
914
|
+
[Icons.VotingCard]: "61918",
|
|
915
|
+
[Icons.Wallet]: "61919",
|
|
916
|
+
[Icons.WayArrow]: "61920",
|
|
917
|
+
[Icons.Whitelisted]: "61921",
|
|
918
|
+
[Icons.WithdrawSimple]: "61922",
|
|
919
|
+
[Icons.Xpress]: "61923",
|
|
920
|
+
[Icons.ZipCode]: "61924",
|
|
881
921
|
};
|
package/dist/icons/icons.woff
CHANGED
|
Binary file
|
package/dist/icons/icons.woff2
CHANGED
|
Binary file
|