zebpay-ui 0.0.98 → 0.0.99
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/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/icons.css +208 -205
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +9 -0
- package/dist/icons/icons.json +203 -202
- package/dist/icons/icons.ts +206 -202
- 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
|
@@ -36,6 +36,7 @@ export type IconsId =
|
|
|
36
36
|
| "checkbox-on"
|
|
37
37
|
| "cheque"
|
|
38
38
|
| "circle-cross"
|
|
39
|
+
| "circle-tick"
|
|
39
40
|
| "circulation-supply"
|
|
40
41
|
| "city"
|
|
41
42
|
| "clock"
|
|
@@ -277,6 +278,7 @@ export type IconsKey =
|
|
|
277
278
|
| "CheckboxOn"
|
|
278
279
|
| "Cheque"
|
|
279
280
|
| "CircleCross"
|
|
281
|
+
| "CircleTick"
|
|
280
282
|
| "CirculationSupply"
|
|
281
283
|
| "City"
|
|
282
284
|
| "Clock"
|
|
@@ -518,6 +520,7 @@ export enum Icons {
|
|
|
518
520
|
CheckboxOn = "checkbox-on",
|
|
519
521
|
Cheque = "cheque",
|
|
520
522
|
CircleCross = "circle-cross",
|
|
523
|
+
CircleTick = "circle-tick",
|
|
521
524
|
CirculationSupply = "circulation-supply",
|
|
522
525
|
City = "city",
|
|
523
526
|
Clock = "clock",
|
|
@@ -760,206 +763,207 @@ export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
|
|
|
760
763
|
[Icons.CheckboxOn]: "61731",
|
|
761
764
|
[Icons.Cheque]: "61732",
|
|
762
765
|
[Icons.CircleCross]: "61733",
|
|
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.
|
|
881
|
-
[Icons.
|
|
882
|
-
[Icons.
|
|
883
|
-
[Icons.
|
|
884
|
-
[Icons.
|
|
885
|
-
[Icons.
|
|
886
|
-
[Icons.
|
|
887
|
-
[Icons.
|
|
888
|
-
[Icons.
|
|
889
|
-
[Icons.
|
|
890
|
-
[Icons.
|
|
891
|
-
[Icons.
|
|
892
|
-
[Icons.
|
|
893
|
-
[Icons.
|
|
894
|
-
[Icons.
|
|
895
|
-
[Icons.
|
|
896
|
-
[Icons.
|
|
897
|
-
[Icons.
|
|
898
|
-
[Icons.
|
|
899
|
-
[Icons.
|
|
900
|
-
[Icons.
|
|
901
|
-
[Icons.
|
|
902
|
-
[Icons.
|
|
903
|
-
[Icons.
|
|
904
|
-
[Icons.
|
|
905
|
-
[Icons.
|
|
906
|
-
[Icons.
|
|
907
|
-
[Icons.
|
|
908
|
-
[Icons.
|
|
909
|
-
[Icons.
|
|
910
|
-
[Icons.
|
|
911
|
-
[Icons.
|
|
912
|
-
[Icons.
|
|
913
|
-
[Icons.
|
|
914
|
-
[Icons.
|
|
915
|
-
[Icons.
|
|
916
|
-
[Icons.
|
|
917
|
-
[Icons.
|
|
918
|
-
[Icons.
|
|
919
|
-
[Icons.
|
|
920
|
-
[Icons.
|
|
921
|
-
[Icons.
|
|
922
|
-
[Icons.
|
|
923
|
-
[Icons.
|
|
924
|
-
[Icons.
|
|
925
|
-
[Icons.
|
|
926
|
-
[Icons.
|
|
927
|
-
[Icons.
|
|
928
|
-
[Icons.
|
|
929
|
-
[Icons.
|
|
930
|
-
[Icons.
|
|
931
|
-
[Icons.
|
|
932
|
-
[Icons.
|
|
933
|
-
[Icons.
|
|
934
|
-
[Icons.
|
|
935
|
-
[Icons.
|
|
936
|
-
[Icons.
|
|
937
|
-
[Icons.
|
|
938
|
-
[Icons.
|
|
939
|
-
[Icons.
|
|
940
|
-
[Icons.
|
|
941
|
-
[Icons.
|
|
942
|
-
[Icons.
|
|
943
|
-
[Icons.
|
|
944
|
-
[Icons.
|
|
945
|
-
[Icons.
|
|
946
|
-
[Icons.
|
|
947
|
-
[Icons.
|
|
948
|
-
[Icons.
|
|
949
|
-
[Icons.
|
|
950
|
-
[Icons.
|
|
951
|
-
[Icons.
|
|
952
|
-
[Icons.
|
|
953
|
-
[Icons.
|
|
954
|
-
[Icons.
|
|
955
|
-
[Icons.
|
|
956
|
-
[Icons.
|
|
957
|
-
[Icons.
|
|
958
|
-
[Icons.
|
|
959
|
-
[Icons.
|
|
960
|
-
[Icons.
|
|
961
|
-
[Icons.
|
|
962
|
-
[Icons.
|
|
963
|
-
[Icons.
|
|
964
|
-
[Icons.
|
|
766
|
+
[Icons.CircleTick]: "61734",
|
|
767
|
+
[Icons.CirculationSupply]: "61735",
|
|
768
|
+
[Icons.City]: "61736",
|
|
769
|
+
[Icons.Clock]: "61737",
|
|
770
|
+
[Icons.CoinStack]: "61738",
|
|
771
|
+
[Icons.Coins]: "61739",
|
|
772
|
+
[Icons.Compare]: "61740",
|
|
773
|
+
[Icons.Completed]: "61741",
|
|
774
|
+
[Icons.Contract]: "61742",
|
|
775
|
+
[Icons.Copy]: "61743",
|
|
776
|
+
[Icons.Coupon]: "61744",
|
|
777
|
+
[Icons.Cross]: "61745",
|
|
778
|
+
[Icons.CryptoWallet]: "61746",
|
|
779
|
+
[Icons.Deactivate]: "61747",
|
|
780
|
+
[Icons.DepositSimple]: "61748",
|
|
781
|
+
[Icons.Deposit]: "61749",
|
|
782
|
+
[Icons.DepthChart]: "61750",
|
|
783
|
+
[Icons.District]: "61751",
|
|
784
|
+
[Icons.Dob]: "61752",
|
|
785
|
+
[Icons.DocumentScan]: "61753",
|
|
786
|
+
[Icons.Download_2]: "61754",
|
|
787
|
+
[Icons.Download]: "61755",
|
|
788
|
+
[Icons.Downwards]: "61756",
|
|
789
|
+
[Icons.DrivingLicence]: "61757",
|
|
790
|
+
[Icons.Earned]: "61758",
|
|
791
|
+
[Icons.Edit]: "61759",
|
|
792
|
+
[Icons.Email]: "61760",
|
|
793
|
+
[Icons.EmiAmount]: "61761",
|
|
794
|
+
[Icons.EmiDuedate]: "61762",
|
|
795
|
+
[Icons.Error]: "61763",
|
|
796
|
+
[Icons.Exchange]: "61764",
|
|
797
|
+
[Icons.Exclamation]: "61765",
|
|
798
|
+
[Icons.Expand]: "61766",
|
|
799
|
+
[Icons.Expiry]: "61767",
|
|
800
|
+
[Icons.ExternalLink]: "61768",
|
|
801
|
+
[Icons.Facelock]: "61769",
|
|
802
|
+
[Icons.FeesNew2]: "61770",
|
|
803
|
+
[Icons.Fees]: "61771",
|
|
804
|
+
[Icons.FiatDeposit]: "61772",
|
|
805
|
+
[Icons.FiatWithdraw]: "61773",
|
|
806
|
+
[Icons.FilterApplied]: "61774",
|
|
807
|
+
[Icons.Filter]: "61775",
|
|
808
|
+
[Icons.Fingerprint]: "61776",
|
|
809
|
+
[Icons.Form]: "61777",
|
|
810
|
+
[Icons.Futures]: "61778",
|
|
811
|
+
[Icons.Gallery]: "61779",
|
|
812
|
+
[Icons.Globe]: "61780",
|
|
813
|
+
[Icons.GreaterThanEqualTo]: "61781",
|
|
814
|
+
[Icons.GstNew]: "61782",
|
|
815
|
+
[Icons.Gst]: "61783",
|
|
816
|
+
[Icons.Hamburger]: "61784",
|
|
817
|
+
[Icons.Help_2]: "61785",
|
|
818
|
+
[Icons.Help]: "61786",
|
|
819
|
+
[Icons.Hide]: "61787",
|
|
820
|
+
[Icons.History_2]: "61788",
|
|
821
|
+
[Icons.History]: "61789",
|
|
822
|
+
[Icons.Home]: "61790",
|
|
823
|
+
[Icons.IdentityCard]: "61791",
|
|
824
|
+
[Icons.Ifsc]: "61792",
|
|
825
|
+
[Icons.IncomeSource]: "61793",
|
|
826
|
+
[Icons.Indicators]: "61794",
|
|
827
|
+
[Icons.InfoFilled]: "61795",
|
|
828
|
+
[Icons.Info]: "61796",
|
|
829
|
+
[Icons.InitialLtv]: "61797",
|
|
830
|
+
[Icons.InrM]: "61798",
|
|
831
|
+
[Icons.InstantBuySell]: "61799",
|
|
832
|
+
[Icons.InterestAmount]: "61800",
|
|
833
|
+
[Icons.InterestRate]: "61801",
|
|
834
|
+
[Icons.Kyc_2]: "61802",
|
|
835
|
+
[Icons.Kyc]: "61803",
|
|
836
|
+
[Icons.Landscape]: "61804",
|
|
837
|
+
[Icons.Lend]: "61805",
|
|
838
|
+
[Icons.Lightning]: "61806",
|
|
839
|
+
[Icons.Lightning2]: "61807",
|
|
840
|
+
[Icons.Link_2]: "61808",
|
|
841
|
+
[Icons.Link]: "61809",
|
|
842
|
+
[Icons.LiquidationCost]: "61810",
|
|
843
|
+
[Icons.LiquidationId]: "61811",
|
|
844
|
+
[Icons.LiquidationPrice]: "61812",
|
|
845
|
+
[Icons.Liquidation]: "61813",
|
|
846
|
+
[Icons.List]: "61814",
|
|
847
|
+
[Icons.LoanAmount]: "61815",
|
|
848
|
+
[Icons.LoanDetails]: "61816",
|
|
849
|
+
[Icons.LoanRepayment]: "61817",
|
|
850
|
+
[Icons.LoanTerm]: "61818",
|
|
851
|
+
[Icons.Location]: "61819",
|
|
852
|
+
[Icons.Lock]: "61820",
|
|
853
|
+
[Icons.Logout]: "61821",
|
|
854
|
+
[Icons.LtvRatio]: "61822",
|
|
855
|
+
[Icons.Mail]: "61823",
|
|
856
|
+
[Icons.Map]: "61824",
|
|
857
|
+
[Icons.MarginCall]: "61825",
|
|
858
|
+
[Icons.Margin]: "61826",
|
|
859
|
+
[Icons.MaxSupply]: "61827",
|
|
860
|
+
[Icons.Menu]: "61828",
|
|
861
|
+
[Icons.MobileDevice]: "61829",
|
|
862
|
+
[Icons.MoreOptions]: "61830",
|
|
863
|
+
[Icons.Needle]: "61831",
|
|
864
|
+
[Icons.Negative]: "61832",
|
|
865
|
+
[Icons.Network]: "61833",
|
|
866
|
+
[Icons.Next]: "61834",
|
|
867
|
+
[Icons.Nominee]: "61835",
|
|
868
|
+
[Icons.Note]: "61836",
|
|
869
|
+
[Icons.Notification]: "61837",
|
|
870
|
+
[Icons.Occupation]: "61838",
|
|
871
|
+
[Icons.Ongoing]: "61839",
|
|
872
|
+
[Icons.Order_2]: "61840",
|
|
873
|
+
[Icons.Order]: "61841",
|
|
874
|
+
[Icons.OrdersComplete]: "61842",
|
|
875
|
+
[Icons.PairSelector]: "61843",
|
|
876
|
+
[Icons.Pair]: "61844",
|
|
877
|
+
[Icons.Pan]: "61845",
|
|
878
|
+
[Icons.Passbook]: "61846",
|
|
879
|
+
[Icons.Passport]: "61847",
|
|
880
|
+
[Icons.PayEmi]: "61848",
|
|
881
|
+
[Icons.PayLumpsum]: "61849",
|
|
882
|
+
[Icons.PayOffLoan_2]: "61850",
|
|
883
|
+
[Icons.PayOffLoan]: "61851",
|
|
884
|
+
[Icons.PenaltyCharges]: "61852",
|
|
885
|
+
[Icons.Pending]: "61853",
|
|
886
|
+
[Icons.Percentage]: "61854",
|
|
887
|
+
[Icons.Phone]: "61855",
|
|
888
|
+
[Icons.Play]: "61856",
|
|
889
|
+
[Icons.PlusMinus]: "61857",
|
|
890
|
+
[Icons.Portrait]: "61858",
|
|
891
|
+
[Icons.Positive]: "61859",
|
|
892
|
+
[Icons.PrepayPrincipal]: "61860",
|
|
893
|
+
[Icons.Previous]: "61861",
|
|
894
|
+
[Icons.Profile_1]: "61862",
|
|
895
|
+
[Icons.ProfileBorder]: "61863",
|
|
896
|
+
[Icons.Profile]: "61864",
|
|
897
|
+
[Icons.QrCode]: "61865",
|
|
898
|
+
[Icons.Quicktrade]: "61866",
|
|
899
|
+
[Icons.Rank]: "61867",
|
|
900
|
+
[Icons.Ream]: "61868",
|
|
901
|
+
[Icons.ReceiveCoinOnlyArrow]: "61869",
|
|
902
|
+
[Icons.ReceiveCoin]: "61870",
|
|
903
|
+
[Icons.ReceiveLightning]: "61871",
|
|
904
|
+
[Icons.Receive]: "61872",
|
|
905
|
+
[Icons.Redo]: "61873",
|
|
906
|
+
[Icons.RepaymentSchedule]: "61874",
|
|
907
|
+
[Icons.Reports]: "61875",
|
|
908
|
+
[Icons.Reset]: "61876",
|
|
909
|
+
[Icons.Save]: "61877",
|
|
910
|
+
[Icons.Scan]: "61878",
|
|
911
|
+
[Icons.Search]: "61879",
|
|
912
|
+
[Icons.Security]: "61880",
|
|
913
|
+
[Icons.Selfie]: "61881",
|
|
914
|
+
[Icons.SellCrypto]: "61882",
|
|
915
|
+
[Icons.SendCoin]: "61883",
|
|
916
|
+
[Icons.SendEmail]: "61884",
|
|
917
|
+
[Icons.SendLightning]: "61885",
|
|
918
|
+
[Icons.SendOnlyArrow]: "61886",
|
|
919
|
+
[Icons.SendStatement]: "61887",
|
|
920
|
+
[Icons.Send]: "61888",
|
|
921
|
+
[Icons.Separator]: "61889",
|
|
922
|
+
[Icons.Settings]: "61890",
|
|
923
|
+
[Icons.Share]: "61891",
|
|
924
|
+
[Icons.Shield]: "61892",
|
|
925
|
+
[Icons.Show]: "61893",
|
|
926
|
+
[Icons.Side_2]: "61894",
|
|
927
|
+
[Icons.Side]: "61895",
|
|
928
|
+
[Icons.Sip]: "61896",
|
|
929
|
+
[Icons.SlNew]: "61897",
|
|
930
|
+
[Icons.Sms]: "61898",
|
|
931
|
+
[Icons.SorterFilled]: "61899",
|
|
932
|
+
[Icons.Sorter]: "61900",
|
|
933
|
+
[Icons.Stamp]: "61901",
|
|
934
|
+
[Icons.StarFilled]: "61902",
|
|
935
|
+
[Icons.Star]: "61903",
|
|
936
|
+
[Icons.Statement]: "61904",
|
|
937
|
+
[Icons.Stop]: "61905",
|
|
938
|
+
[Icons.StreetAddress]: "61906",
|
|
939
|
+
[Icons.Subtract]: "61907",
|
|
940
|
+
[Icons.Success]: "61908",
|
|
941
|
+
[Icons.Support]: "61909",
|
|
942
|
+
[Icons.Taxnode]: "61910",
|
|
943
|
+
[Icons.Tds]: "61911",
|
|
944
|
+
[Icons.Team]: "61912",
|
|
945
|
+
[Icons.Templates]: "61913",
|
|
946
|
+
[Icons.Term]: "61914",
|
|
947
|
+
[Icons.Tick]: "61915",
|
|
948
|
+
[Icons.Time]: "61916",
|
|
949
|
+
[Icons.TotalPayableLumpsum]: "61917",
|
|
950
|
+
[Icons.Trade_2]: "61918",
|
|
951
|
+
[Icons.Trash]: "61919",
|
|
952
|
+
[Icons.Trigger]: "61920",
|
|
953
|
+
[Icons.Trophy]: "61921",
|
|
954
|
+
[Icons.Unarchive]: "61922",
|
|
955
|
+
[Icons.Unlock]: "61923",
|
|
956
|
+
[Icons.UpiLandscape]: "61924",
|
|
957
|
+
[Icons.UpiNew]: "61925",
|
|
958
|
+
[Icons.Upi]: "61926",
|
|
959
|
+
[Icons.Upload]: "61927",
|
|
960
|
+
[Icons.Upwards]: "61928",
|
|
961
|
+
[Icons.UsdtM]: "61929",
|
|
962
|
+
[Icons.VotingCard]: "61930",
|
|
963
|
+
[Icons.Wallet]: "61931",
|
|
964
|
+
[Icons.WayArrow]: "61932",
|
|
965
|
+
[Icons.Whitelisted]: "61933",
|
|
966
|
+
[Icons.WithdrawSimple]: "61934",
|
|
967
|
+
[Icons.Xpress]: "61935",
|
|
968
|
+
[Icons.ZipCode]: "61936",
|
|
965
969
|
};
|
package/dist/icons/icons.woff
CHANGED
|
Binary file
|
package/dist/icons/icons.woff2
CHANGED
|
Binary file
|