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.
@@ -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.Blog]: "61718",
685
- [Icons.Bonus]: "61719",
686
- [Icons.BuyCrypto]: "61720",
687
- [Icons.Calculator]: "61721",
688
- [Icons.Calendar]: "61722",
689
- [Icons.Camera]: "61723",
690
- [Icons.Cancelled]: "61724",
691
- [Icons.CandleChart]: "61725",
692
- [Icons.Chart]: "61726",
693
- [Icons.CheckboxAll]: "61727",
694
- [Icons.CheckboxOn]: "61728",
695
- [Icons.Cheque]: "61729",
696
- [Icons.CircleCross]: "61730",
697
- [Icons.CirculationSupply]: "61731",
698
- [Icons.City]: "61732",
699
- [Icons.Clock]: "61733",
700
- [Icons.CoinStack]: "61734",
701
- [Icons.Coins]: "61735",
702
- [Icons.Compare]: "61736",
703
- [Icons.Completed]: "61737",
704
- [Icons.Contract]: "61738",
705
- [Icons.Copy]: "61739",
706
- [Icons.Coupon]: "61740",
707
- [Icons.Cross]: "61741",
708
- [Icons.CryptoWallet]: "61742",
709
- [Icons.Deactivate]: "61743",
710
- [Icons.DepositSimple]: "61744",
711
- [Icons.Deposit]: "61745",
712
- [Icons.DepthChart]: "61746",
713
- [Icons.District]: "61747",
714
- [Icons.Dob]: "61748",
715
- [Icons.Download_2]: "61749",
716
- [Icons.Download]: "61750",
717
- [Icons.Downwards]: "61751",
718
- [Icons.DrivingLicence]: "61752",
719
- [Icons.Earned]: "61753",
720
- [Icons.Edit]: "61754",
721
- [Icons.Email]: "61755",
722
- [Icons.EmiAmount]: "61756",
723
- [Icons.EmiDuedate]: "61757",
724
- [Icons.Error]: "61758",
725
- [Icons.Exclamation]: "61759",
726
- [Icons.Expand]: "61760",
727
- [Icons.Expiry]: "61761",
728
- [Icons.ExternalLink]: "61762",
729
- [Icons.Facelock]: "61763",
730
- [Icons.Fees]: "61764",
731
- [Icons.FiatDeposit]: "61765",
732
- [Icons.FiatWithdraw]: "61766",
733
- [Icons.Filter]: "61767",
734
- [Icons.Fingerprint]: "61768",
735
- [Icons.Form]: "61769",
736
- [Icons.Gallery]: "61770",
737
- [Icons.Globe]: "61771",
738
- [Icons.GreaterThanEqualTo]: "61772",
739
- [Icons.GstNew]: "61773",
740
- [Icons.Gst]: "61774",
741
- [Icons.Hamburger]: "61775",
742
- [Icons.Help_2]: "61776",
743
- [Icons.Help]: "61777",
744
- [Icons.Hide]: "61778",
745
- [Icons.History]: "61779",
746
- [Icons.Home]: "61780",
747
- [Icons.IdentityCard]: "61781",
748
- [Icons.Ifsc]: "61782",
749
- [Icons.IncomeSource]: "61783",
750
- [Icons.Indicators]: "61784",
751
- [Icons.Info]: "61785",
752
- [Icons.InitialLtv]: "61786",
753
- [Icons.InstantBuySell]: "61787",
754
- [Icons.InterestAmount]: "61788",
755
- [Icons.InterestRate]: "61789",
756
- [Icons.Kyc_2]: "61790",
757
- [Icons.Kyc]: "61791",
758
- [Icons.Landscape]: "61792",
759
- [Icons.Lend]: "61793",
760
- [Icons.Lightning]: "61794",
761
- [Icons.Lightning2]: "61795",
762
- [Icons.Link_2]: "61796",
763
- [Icons.Link]: "61797",
764
- [Icons.LiquidationCost]: "61798",
765
- [Icons.LiquidationId]: "61799",
766
- [Icons.LiquidationPrice]: "61800",
767
- [Icons.Liquidation]: "61801",
768
- [Icons.List]: "61802",
769
- [Icons.LoanAmount]: "61803",
770
- [Icons.LoanDetails]: "61804",
771
- [Icons.LoanRepayment]: "61805",
772
- [Icons.LoanTerm]: "61806",
773
- [Icons.Location]: "61807",
774
- [Icons.Lock]: "61808",
775
- [Icons.Logout]: "61809",
776
- [Icons.LtvRatio]: "61810",
777
- [Icons.Mail]: "61811",
778
- [Icons.Map]: "61812",
779
- [Icons.MarginCall]: "61813",
780
- [Icons.Margin]: "61814",
781
- [Icons.MaxSupply]: "61815",
782
- [Icons.Menu]: "61816",
783
- [Icons.MoreOptions]: "61817",
784
- [Icons.Needle]: "61818",
785
- [Icons.Negative]: "61819",
786
- [Icons.Network]: "61820",
787
- [Icons.Next]: "61821",
788
- [Icons.Nominee]: "61822",
789
- [Icons.Note]: "61823",
790
- [Icons.Notification]: "61824",
791
- [Icons.Occupation]: "61825",
792
- [Icons.Ongoing]: "61826",
793
- [Icons.Order_2]: "61827",
794
- [Icons.Order]: "61828",
795
- [Icons.OrdersComplete]: "61829",
796
- [Icons.PairSelector]: "61830",
797
- [Icons.Pair]: "61831",
798
- [Icons.Pan]: "61832",
799
- [Icons.Passbook]: "61833",
800
- [Icons.Passport]: "61834",
801
- [Icons.PayEmi]: "61835",
802
- [Icons.PayLumpsum]: "61836",
803
- [Icons.PayOffLoan_2]: "61837",
804
- [Icons.PayOffLoan]: "61838",
805
- [Icons.PenaltyCharges]: "61839",
806
- [Icons.Pending]: "61840",
807
- [Icons.Percentage]: "61841",
808
- [Icons.Phone]: "61842",
809
- [Icons.Play]: "61843",
810
- [Icons.PlusMinus]: "61844",
811
- [Icons.Portrait]: "61845",
812
- [Icons.Positive]: "61846",
813
- [Icons.PrepayPrincipal]: "61847",
814
- [Icons.Previous]: "61848",
815
- [Icons.Profile_1]: "61849",
816
- [Icons.ProfileBorder]: "61850",
817
- [Icons.Profile]: "61851",
818
- [Icons.QrCode]: "61852",
819
- [Icons.Quicktrade]: "61853",
820
- [Icons.Rank]: "61854",
821
- [Icons.Ream]: "61855",
822
- [Icons.ReceiveLightning]: "61856",
823
- [Icons.Receive]: "61857",
824
- [Icons.Redo]: "61858",
825
- [Icons.RepaymentSchedule]: "61859",
826
- [Icons.Reports]: "61860",
827
- [Icons.Reset]: "61861",
828
- [Icons.Save]: "61862",
829
- [Icons.Scan]: "61863",
830
- [Icons.Search]: "61864",
831
- [Icons.Security]: "61865",
832
- [Icons.Selfie]: "61866",
833
- [Icons.SellCrypto]: "61867",
834
- [Icons.SendEmail]: "61868",
835
- [Icons.SendLightning]: "61869",
836
- [Icons.Send]: "61870",
837
- [Icons.Separator]: "61871",
838
- [Icons.Settings]: "61872",
839
- [Icons.Share]: "61873",
840
- [Icons.Shield]: "61874",
841
- [Icons.Show]: "61875",
842
- [Icons.Side_2]: "61876",
843
- [Icons.Side]: "61877",
844
- [Icons.Sip]: "61878",
845
- [Icons.Sms]: "61879",
846
- [Icons.SorterFilled]: "61880",
847
- [Icons.Sorter]: "61881",
848
- [Icons.Stamp]: "61882",
849
- [Icons.StarFilled]: "61883",
850
- [Icons.Star]: "61884",
851
- [Icons.Statement]: "61885",
852
- [Icons.Stop]: "61886",
853
- [Icons.StreetAddress]: "61887",
854
- [Icons.Subtract]: "61888",
855
- [Icons.Success]: "61889",
856
- [Icons.Support]: "61890",
857
- [Icons.Taxnode]: "61891",
858
- [Icons.Team]: "61892",
859
- [Icons.Templates]: "61893",
860
- [Icons.Term]: "61894",
861
- [Icons.Tick]: "61895",
862
- [Icons.Time]: "61896",
863
- [Icons.TotalPayableLumpsum]: "61897",
864
- [Icons.Trade_2]: "61898",
865
- [Icons.Trash]: "61899",
866
- [Icons.Trigger]: "61900",
867
- [Icons.Trophy]: "61901",
868
- [Icons.Unarchive]: "61902",
869
- [Icons.Unlock]: "61903",
870
- [Icons.UpiLandscape]: "61904",
871
- [Icons.Upi]: "61905",
872
- [Icons.Upload]: "61906",
873
- [Icons.Upwards]: "61907",
874
- [Icons.VotingCard]: "61908",
875
- [Icons.Wallet]: "61909",
876
- [Icons.WayArrow]: "61910",
877
- [Icons.Whitelisted]: "61911",
878
- [Icons.WithdrawSimple]: "61912",
879
- [Icons.Xpress]: "61913",
880
- [Icons.ZipCode]: "61914",
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
  };
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zebpay-ui",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "description": "A lightweight component and utilities library Design System created using React",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",