zebpay-ui 0.0.112 → 0.0.113

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.
Files changed (122) hide show
  1. package/dist/cjs/components/Accordion/style.d.ts +6 -6
  2. package/dist/cjs/components/AccordionV2/style.d.ts +6 -6
  3. package/dist/cjs/components/Avatar/styles.d.ts +3 -3
  4. package/dist/cjs/components/Avatar/typings.d.ts +1 -2
  5. package/dist/cjs/components/AvatarGroup/styles.d.ts +1 -1
  6. package/dist/cjs/components/AvatarGroup/typings.d.ts +1 -1
  7. package/dist/cjs/components/Button/styles.d.ts +11 -11
  8. package/dist/cjs/components/Button/typings.d.ts +3 -4
  9. package/dist/cjs/components/CalendarPicker/styles.d.ts +4 -4
  10. package/dist/cjs/components/CalendarPicker/typings.d.ts +1 -1
  11. package/dist/cjs/components/Card/style.d.ts +3 -3
  12. package/dist/cjs/components/Checkbox/styles.d.ts +8 -8
  13. package/dist/cjs/components/Checkbox/typings.d.ts +4 -4
  14. package/dist/cjs/components/CircularLoader/style.d.ts +8 -3
  15. package/dist/cjs/components/Divider/styles.d.ts +1 -1
  16. package/dist/cjs/components/IconBox/styles.d.ts +2 -2
  17. package/dist/cjs/components/Input/styles.d.ts +13 -13
  18. package/dist/cjs/components/Input/typings.d.ts +4 -4
  19. package/dist/cjs/components/InputDropDown/index.d.ts +0 -1
  20. package/dist/cjs/components/InputDropDown/styles.d.ts +16 -16
  21. package/dist/cjs/components/InputDropDown/typings.d.ts +2 -2
  22. package/dist/cjs/components/MobileBottomDrawer/index.d.ts +2 -0
  23. package/dist/cjs/components/MobileBottomDrawer/styles.d.ts +3 -3
  24. package/dist/cjs/components/MobileCalenderPicker/styles.d.ts +6 -6
  25. package/dist/cjs/components/Pagination/styles.d.ts +5 -5
  26. package/dist/cjs/components/PinInput/style.d.ts +8 -8
  27. package/dist/cjs/components/PinInput/typing.d.ts +2 -2
  28. package/dist/cjs/components/Popper/styles.d.ts +4 -4
  29. package/dist/cjs/components/Popper/typings.d.ts +1 -1
  30. package/dist/cjs/components/Radio/styles.d.ts +4 -4
  31. package/dist/cjs/components/Radio/typings.d.ts +4 -4
  32. package/dist/cjs/components/RadioGroup/styles.d.ts +6 -6
  33. package/dist/cjs/components/RadioGroup/typings.d.ts +4 -4
  34. package/dist/cjs/components/RewardOMeter/styles.d.ts +3 -3
  35. package/dist/cjs/components/SearchInput/index.d.ts +1 -1
  36. package/dist/cjs/components/SearchInput/style.d.ts +7 -7
  37. package/dist/cjs/components/Select/styles.d.ts +11 -11
  38. package/dist/cjs/components/Select/typings.d.ts +2 -2
  39. package/dist/cjs/components/Shimmer/style.d.ts +15 -5
  40. package/dist/cjs/components/Shimmer/typings.d.ts +1 -1
  41. package/dist/cjs/components/SidePanel/style.d.ts +8 -8
  42. package/dist/cjs/components/Switch/styles.d.ts +13 -13
  43. package/dist/cjs/components/Tabs/TabsDropdown/index.d.ts +1 -1
  44. package/dist/cjs/components/Tabs/TabsDropdown/styles.d.ts +6 -6
  45. package/dist/cjs/components/Tabs/styles.d.ts +16 -16
  46. package/dist/cjs/components/Tabs/typings.d.ts +4 -4
  47. package/dist/cjs/components/Tags/index.d.ts +3 -3
  48. package/dist/cjs/components/Tags/style.d.ts +3 -3
  49. package/dist/cjs/components/Toast/styles.d.ts +12 -12
  50. package/dist/cjs/components/Tooltip/styles.d.ts +2 -2
  51. package/dist/cjs/components/Tooltip/typings.d.ts +3 -3
  52. package/dist/cjs/components/Virtualize/styles.d.ts +5 -5
  53. package/dist/cjs/globalTypings.d.ts +1 -1
  54. package/dist/cjs/index.js +189 -14
  55. package/dist/cjs/index.js.map +1 -1
  56. package/dist/cjs/styles/mixins.d.ts +25 -25
  57. package/dist/cjs/styles/utils.d.ts +18 -18
  58. package/dist/esm/components/Accordion/style.d.ts +6 -6
  59. package/dist/esm/components/AccordionV2/style.d.ts +6 -6
  60. package/dist/esm/components/Avatar/styles.d.ts +3 -3
  61. package/dist/esm/components/Avatar/typings.d.ts +1 -2
  62. package/dist/esm/components/AvatarGroup/styles.d.ts +1 -1
  63. package/dist/esm/components/AvatarGroup/typings.d.ts +1 -1
  64. package/dist/esm/components/Button/styles.d.ts +11 -11
  65. package/dist/esm/components/Button/typings.d.ts +3 -4
  66. package/dist/esm/components/CalendarPicker/styles.d.ts +4 -4
  67. package/dist/esm/components/CalendarPicker/typings.d.ts +1 -1
  68. package/dist/esm/components/Card/style.d.ts +3 -3
  69. package/dist/esm/components/Checkbox/styles.d.ts +8 -8
  70. package/dist/esm/components/Checkbox/typings.d.ts +4 -4
  71. package/dist/esm/components/CircularLoader/style.d.ts +8 -3
  72. package/dist/esm/components/Divider/styles.d.ts +1 -1
  73. package/dist/esm/components/IconBox/styles.d.ts +2 -2
  74. package/dist/esm/components/Input/styles.d.ts +13 -13
  75. package/dist/esm/components/Input/typings.d.ts +4 -4
  76. package/dist/esm/components/InputDropDown/index.d.ts +0 -1
  77. package/dist/esm/components/InputDropDown/styles.d.ts +16 -16
  78. package/dist/esm/components/InputDropDown/typings.d.ts +2 -2
  79. package/dist/esm/components/MobileBottomDrawer/index.d.ts +2 -0
  80. package/dist/esm/components/MobileBottomDrawer/styles.d.ts +3 -3
  81. package/dist/esm/components/MobileCalenderPicker/styles.d.ts +6 -6
  82. package/dist/esm/components/Pagination/styles.d.ts +5 -5
  83. package/dist/esm/components/PinInput/style.d.ts +8 -8
  84. package/dist/esm/components/PinInput/typing.d.ts +2 -2
  85. package/dist/esm/components/Popper/styles.d.ts +4 -4
  86. package/dist/esm/components/Popper/typings.d.ts +1 -1
  87. package/dist/esm/components/Radio/styles.d.ts +4 -4
  88. package/dist/esm/components/Radio/typings.d.ts +4 -4
  89. package/dist/esm/components/RadioGroup/styles.d.ts +6 -6
  90. package/dist/esm/components/RadioGroup/typings.d.ts +4 -4
  91. package/dist/esm/components/RewardOMeter/styles.d.ts +3 -3
  92. package/dist/esm/components/SearchInput/index.d.ts +1 -1
  93. package/dist/esm/components/SearchInput/style.d.ts +7 -7
  94. package/dist/esm/components/Select/styles.d.ts +11 -11
  95. package/dist/esm/components/Select/typings.d.ts +2 -2
  96. package/dist/esm/components/Shimmer/style.d.ts +15 -5
  97. package/dist/esm/components/Shimmer/typings.d.ts +1 -1
  98. package/dist/esm/components/SidePanel/style.d.ts +8 -8
  99. package/dist/esm/components/Switch/styles.d.ts +13 -13
  100. package/dist/esm/components/Tabs/TabsDropdown/index.d.ts +1 -1
  101. package/dist/esm/components/Tabs/TabsDropdown/styles.d.ts +6 -6
  102. package/dist/esm/components/Tabs/styles.d.ts +16 -16
  103. package/dist/esm/components/Tabs/typings.d.ts +4 -4
  104. package/dist/esm/components/Tags/index.d.ts +3 -3
  105. package/dist/esm/components/Tags/style.d.ts +3 -3
  106. package/dist/esm/components/Toast/styles.d.ts +12 -12
  107. package/dist/esm/components/Tooltip/styles.d.ts +2 -2
  108. package/dist/esm/components/Tooltip/typings.d.ts +3 -3
  109. package/dist/esm/components/Virtualize/styles.d.ts +5 -5
  110. package/dist/esm/globalTypings.d.ts +1 -1
  111. package/dist/esm/index.js +189 -14
  112. package/dist/esm/index.js.map +1 -1
  113. package/dist/esm/styles/mixins.d.ts +25 -25
  114. package/dist/esm/styles/utils.d.ts +18 -18
  115. package/dist/icons/icons.css +262 -262
  116. package/dist/icons/icons.eot +0 -0
  117. package/dist/icons/icons.html +518 -518
  118. package/dist/icons/icons.json +259 -259
  119. package/dist/icons/icons.ts +1037 -1037
  120. package/dist/icons/icons.woff +0 -0
  121. package/dist/icons/icons.woff2 +0 -0
  122. package/package.json +47 -46
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "icons";
3
- src: url("./icons.eot?1fd57122a6a335f80a6c64fd2083bcf0#iefix") format("embedded-opentype"),
4
- url("./icons.woff2?1fd57122a6a335f80a6c64fd2083bcf0") format("woff2"),
5
- url("./icons.woff?1fd57122a6a335f80a6c64fd2083bcf0") format("woff");
3
+ src: url("./icons.eot?7c6f962bcbe78a94b09b8c9dc846306d#iefix") format("embedded-opentype"),
4
+ url("./icons.woff2?7c6f962bcbe78a94b09b8c9dc846306d") format("woff2"),
5
+ url("./icons.woff?7c6f962bcbe78a94b09b8c9dc846306d") format("woff");
6
6
  }
7
7
 
8
8
  i[class^="icon-"]:before, i[class*=" icon-"]:before {
@@ -16,783 +16,783 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
16
16
  -moz-osx-font-smoothing: grayscale;
17
17
  }
18
18
 
19
- .icon-1-graph:before {
19
+ .icon-zip-code:before {
20
20
  content: "\f101";
21
21
  }
22
- .icon-4-graph:before {
22
+ .icon-xpress:before {
23
23
  content: "\f102";
24
24
  }
25
- .icon-account-no:before {
25
+ .icon-withdraw-simple:before {
26
26
  content: "\f103";
27
27
  }
28
- .icon-activity:before {
28
+ .icon-whitelisted:before {
29
29
  content: "\f104";
30
30
  }
31
- .icon-add-collateral:before {
31
+ .icon-way-arrow:before {
32
32
  content: "\f105";
33
33
  }
34
- .icon-add-user:before {
34
+ .icon-wallet:before {
35
35
  content: "\f106";
36
36
  }
37
- .icon-add:before {
37
+ .icon-voting-card:before {
38
38
  content: "\f107";
39
39
  }
40
- .icon-address:before {
40
+ .icon-usdt-m:before {
41
41
  content: "\f108";
42
42
  }
43
- .icon-alert:before {
43
+ .icon-upwards:before {
44
44
  content: "\f109";
45
45
  }
46
- .icon-api:before {
46
+ .icon-upload:before {
47
47
  content: "\f10a";
48
48
  }
49
- .icon-archive:before {
49
+ .icon-upi:before {
50
50
  content: "\f10b";
51
51
  }
52
- .icon-arrow-down:before {
52
+ .icon-upi-new:before {
53
53
  content: "\f10c";
54
54
  }
55
- .icon-arrow-left:before {
55
+ .icon-upi-landscape:before {
56
56
  content: "\f10d";
57
57
  }
58
- .icon-arrow-right:before {
58
+ .icon-unlock:before {
59
59
  content: "\f10e";
60
60
  }
61
- .icon-arrow-transfer:before {
61
+ .icon-unarchive:before {
62
62
  content: "\f10f";
63
63
  }
64
- .icon-arrow-up:before {
64
+ .icon-trophy:before {
65
65
  content: "\f110";
66
66
  }
67
- .icon-asterik:before {
67
+ .icon-trigger:before {
68
68
  content: "\f111";
69
69
  }
70
- .icon-aud:before {
70
+ .icon-trending-3:before {
71
71
  content: "\f112";
72
72
  }
73
- .icon-back_keyboard:before {
73
+ .icon-trending-2:before {
74
74
  content: "\f113";
75
75
  }
76
- .icon-balance-ltv:before {
76
+ .icon-trending-1:before {
77
77
  content: "\f114";
78
78
  }
79
- .icon-bank-1:before {
79
+ .icon-trash:before {
80
80
  content: "\f115";
81
81
  }
82
- .icon-bank-2:before {
82
+ .icon-trade-2:before {
83
83
  content: "\f116";
84
84
  }
85
- .icon-bank:before {
85
+ .icon-total-payable-lumpsum:before {
86
86
  content: "\f117";
87
87
  }
88
- .icon-basket:before {
88
+ .icon-time:before {
89
89
  content: "\f118";
90
90
  }
91
- .icon-beneficiary:before {
91
+ .icon-tick:before {
92
92
  content: "\f119";
93
93
  }
94
- .icon-blog:before {
94
+ .icon-term:before {
95
95
  content: "\f11a";
96
96
  }
97
- .icon-bonus:before {
97
+ .icon-templates:before {
98
98
  content: "\f11b";
99
99
  }
100
- .icon-browser:before {
100
+ .icon-team:before {
101
101
  content: "\f11c";
102
102
  }
103
- .icon-buy-crypto:before {
103
+ .icon-tds:before {
104
104
  content: "\f11d";
105
105
  }
106
- .icon-calculator:before {
106
+ .icon-taxnode:before {
107
107
  content: "\f11e";
108
108
  }
109
- .icon-calendar:before {
109
+ .icon-support:before {
110
110
  content: "\f11f";
111
111
  }
112
- .icon-camera:before {
112
+ .icon-summary:before {
113
113
  content: "\f120";
114
114
  }
115
- .icon-cancelled:before {
115
+ .icon-success:before {
116
116
  content: "\f121";
117
117
  }
118
- .icon-candle-chart:before {
118
+ .icon-subtract:before {
119
119
  content: "\f122";
120
120
  }
121
- .icon-chart:before {
121
+ .icon-subtract-circle:before {
122
122
  content: "\f123";
123
123
  }
124
- .icon-checkbox-all:before {
124
+ .icon-street-address:before {
125
125
  content: "\f124";
126
126
  }
127
- .icon-checkbox-on:before {
127
+ .icon-stop:before {
128
128
  content: "\f125";
129
129
  }
130
- .icon-cheque:before {
130
+ .icon-statement:before {
131
131
  content: "\f126";
132
132
  }
133
- .icon-circle-cross:before {
133
+ .icon-star:before {
134
134
  content: "\f127";
135
135
  }
136
- .icon-circle-tick:before {
136
+ .icon-star-filled:before {
137
137
  content: "\f128";
138
138
  }
139
- .icon-circulation-supply:before {
139
+ .icon-stamp:before {
140
140
  content: "\f129";
141
141
  }
142
- .icon-city:before {
142
+ .icon-sorter_01:before {
143
143
  content: "\f12a";
144
144
  }
145
- .icon-clock:before {
145
+ .icon-sorter:before {
146
146
  content: "\f12b";
147
147
  }
148
- .icon-coin-stack:before {
148
+ .icon-sorter-filled:before {
149
149
  content: "\f12c";
150
150
  }
151
- .icon-coins:before {
151
+ .icon-sms:before {
152
152
  content: "\f12d";
153
153
  }
154
- .icon-compare:before {
154
+ .icon-slide:before {
155
155
  content: "\f12e";
156
156
  }
157
- .icon-completed:before {
157
+ .icon-slide-2:before {
158
158
  content: "\f12f";
159
159
  }
160
- .icon-contract:before {
160
+ .icon-sip:before {
161
161
  content: "\f130";
162
162
  }
163
- .icon-copy:before {
163
+ .icon-side:before {
164
164
  content: "\f131";
165
165
  }
166
- .icon-coupon:before {
166
+ .icon-side-2:before {
167
167
  content: "\f132";
168
168
  }
169
- .icon-cross:before {
169
+ .icon-show:before {
170
170
  content: "\f133";
171
171
  }
172
- .icon-crypto-wallet:before {
172
+ .icon-shield:before {
173
173
  content: "\f134";
174
174
  }
175
- .icon-deactivate:before {
175
+ .icon-share:before {
176
176
  content: "\f135";
177
177
  }
178
- .icon-delete:before {
178
+ .icon-sgd:before {
179
179
  content: "\f136";
180
180
  }
181
- .icon-deposit-simple:before {
181
+ .icon-settings:before {
182
182
  content: "\f137";
183
183
  }
184
- .icon-deposit:before {
184
+ .icon-separator:before {
185
185
  content: "\f138";
186
186
  }
187
- .icon-depth-chart:before {
187
+ .icon-send:before {
188
188
  content: "\f139";
189
189
  }
190
- .icon-district:before {
190
+ .icon-send-statement:before {
191
191
  content: "\f13a";
192
192
  }
193
- .icon-dob:before {
193
+ .icon-send-only-arrow:before {
194
194
  content: "\f13b";
195
195
  }
196
- .icon-document-scan:before {
196
+ .icon-send-lightning:before {
197
197
  content: "\f13c";
198
198
  }
199
- .icon-download-2:before {
199
+ .icon-send-email:before {
200
200
  content: "\f13d";
201
201
  }
202
- .icon-download:before {
202
+ .icon-send-coin:before {
203
203
  content: "\f13e";
204
204
  }
205
- .icon-downwards:before {
205
+ .icon-sell-crypto:before {
206
206
  content: "\f13f";
207
207
  }
208
- .icon-driving-licence:before {
208
+ .icon-selfie:before {
209
209
  content: "\f140";
210
210
  }
211
- .icon-earned:before {
211
+ .icon-security:before {
212
212
  content: "\f141";
213
213
  }
214
- .icon-edit:before {
214
+ .icon-search:before {
215
215
  content: "\f142";
216
216
  }
217
- .icon-email:before {
217
+ .icon-search-2:before {
218
218
  content: "\f143";
219
219
  }
220
- .icon-emi-amount:before {
220
+ .icon-scan:before {
221
221
  content: "\f144";
222
222
  }
223
- .icon-emi-duedate:before {
223
+ .icon-save:before {
224
224
  content: "\f145";
225
225
  }
226
- .icon-error:before {
226
+ .icon-reset:before {
227
227
  content: "\f146";
228
228
  }
229
- .icon-exchange:before {
229
+ .icon-reports:before {
230
230
  content: "\f147";
231
231
  }
232
- .icon-exclamation:before {
232
+ .icon-repayment-schedule:before {
233
233
  content: "\f148";
234
234
  }
235
- .icon-expand:before {
235
+ .icon-redo:before {
236
236
  content: "\f149";
237
237
  }
238
- .icon-expiry:before {
238
+ .icon-receive:before {
239
239
  content: "\f14a";
240
240
  }
241
- .icon-external-link:before {
241
+ .icon-receive-lightning:before {
242
242
  content: "\f14b";
243
243
  }
244
- .icon-facelock:before {
244
+ .icon-receive-coin:before {
245
245
  content: "\f14c";
246
246
  }
247
- .icon-fees-new1:before {
247
+ .icon-receive-coin-only-arrow:before {
248
248
  content: "\f14d";
249
249
  }
250
- .icon-fees-new2:before {
250
+ .icon-ream:before {
251
251
  content: "\f14e";
252
252
  }
253
- .icon-fees:before {
253
+ .icon-rank:before {
254
254
  content: "\f14f";
255
255
  }
256
- .icon-fiat-deposit:before {
256
+ .icon-quicktrade:before {
257
257
  content: "\f150";
258
258
  }
259
- .icon-fiat-withdraw:before {
259
+ .icon-qr-code:before {
260
260
  content: "\f151";
261
261
  }
262
- .icon-filter-applied:before {
262
+ .icon-profile:before {
263
263
  content: "\f152";
264
264
  }
265
- .icon-filter:before {
265
+ .icon-profile-border:before {
266
266
  content: "\f153";
267
267
  }
268
- .icon-fingerprint:before {
268
+ .icon-profile-1:before {
269
269
  content: "\f154";
270
270
  }
271
- .icon-form:before {
271
+ .icon-previous:before {
272
272
  content: "\f155";
273
273
  }
274
- .icon-futures:before {
274
+ .icon-prepay-principal:before {
275
275
  content: "\f156";
276
276
  }
277
- .icon-gallery:before {
277
+ .icon-positive:before {
278
278
  content: "\f157";
279
279
  }
280
- .icon-globe:before {
280
+ .icon-portrait:before {
281
281
  content: "\f158";
282
282
  }
283
- .icon-greater-than-equal-to:before {
283
+ .icon-plus-minus:before {
284
284
  content: "\f159";
285
285
  }
286
- .icon-gst-new:before {
286
+ .icon-play:before {
287
287
  content: "\f15a";
288
288
  }
289
- .icon-gst:before {
289
+ .icon-phone:before {
290
290
  content: "\f15b";
291
291
  }
292
- .icon-hamburger:before {
292
+ .icon-percentage:before {
293
293
  content: "\f15c";
294
294
  }
295
- .icon-help-2:before {
295
+ .icon-pending:before {
296
296
  content: "\f15d";
297
297
  }
298
- .icon-help:before {
298
+ .icon-penalty-charges:before {
299
299
  content: "\f15e";
300
300
  }
301
- .icon-hide:before {
301
+ .icon-pdf:before {
302
302
  content: "\f15f";
303
303
  }
304
- .icon-history-2:before {
304
+ .icon-pay-off-loan:before {
305
305
  content: "\f160";
306
306
  }
307
- .icon-history:before {
307
+ .icon-pay-off-loan-2:before {
308
308
  content: "\f161";
309
309
  }
310
- .icon-home:before {
310
+ .icon-pay-lumpsum:before {
311
311
  content: "\f162";
312
312
  }
313
- .icon-identity-card:before {
313
+ .icon-pay-emi:before {
314
314
  content: "\f163";
315
315
  }
316
- .icon-ifsc:before {
316
+ .icon-passport:before {
317
317
  content: "\f164";
318
318
  }
319
- .icon-income-source:before {
319
+ .icon-passbook:before {
320
320
  content: "\f165";
321
321
  }
322
- .icon-indicators:before {
322
+ .icon-pan:before {
323
323
  content: "\f166";
324
324
  }
325
- .icon-info-filled:before {
325
+ .icon-pair:before {
326
326
  content: "\f167";
327
327
  }
328
- .icon-info:before {
328
+ .icon-pair-selector:before {
329
329
  content: "\f168";
330
330
  }
331
- .icon-initial-ltv:before {
331
+ .icon-orders-complete:before {
332
332
  content: "\f169";
333
333
  }
334
- .icon-inr-m:before {
334
+ .icon-order:before {
335
335
  content: "\f16a";
336
336
  }
337
- .icon-instant-buy-sell:before {
337
+ .icon-order-2:before {
338
338
  content: "\f16b";
339
339
  }
340
- .icon-interest-amount:before {
340
+ .icon-ongoing:before {
341
341
  content: "\f16c";
342
342
  }
343
- .icon-interest-rate:before {
343
+ .icon-occupation:before {
344
344
  content: "\f16d";
345
345
  }
346
- .icon-keyboard:before {
346
+ .icon-notification:before {
347
347
  content: "\f16e";
348
348
  }
349
- .icon-kyc-2:before {
349
+ .icon-note:before {
350
350
  content: "\f16f";
351
351
  }
352
- .icon-kyc:before {
352
+ .icon-nominee:before {
353
353
  content: "\f170";
354
354
  }
355
- .icon-landscape:before {
355
+ .icon-next:before {
356
356
  content: "\f171";
357
357
  }
358
- .icon-lend:before {
358
+ .icon-network:before {
359
359
  content: "\f172";
360
360
  }
361
- .icon-less-than:before {
361
+ .icon-negative:before {
362
362
  content: "\f173";
363
363
  }
364
- .icon-lightning:before {
364
+ .icon-needle:before {
365
365
  content: "\f174";
366
366
  }
367
- .icon-lightning2:before {
367
+ .icon-name:before {
368
368
  content: "\f175";
369
369
  }
370
- .icon-link-2:before {
370
+ .icon-more-than:before {
371
371
  content: "\f176";
372
372
  }
373
- .icon-link:before {
373
+ .icon-more-options:before {
374
374
  content: "\f177";
375
375
  }
376
- .icon-liquidation-cost:before {
376
+ .icon-mobile-device:before {
377
377
  content: "\f178";
378
378
  }
379
- .icon-liquidation-id:before {
379
+ .icon-menu:before {
380
380
  content: "\f179";
381
381
  }
382
- .icon-liquidation-price:before {
382
+ .icon-max-supply:before {
383
383
  content: "\f17a";
384
384
  }
385
- .icon-liquidation:before {
385
+ .icon-margin:before {
386
386
  content: "\f17b";
387
387
  }
388
- .icon-list:before {
388
+ .icon-margin-call:before {
389
389
  content: "\f17c";
390
390
  }
391
- .icon-loan-amount:before {
391
+ .icon-map:before {
392
392
  content: "\f17d";
393
393
  }
394
- .icon-loan-details:before {
394
+ .icon-mail:before {
395
395
  content: "\f17e";
396
396
  }
397
- .icon-loan-repayment:before {
397
+ .icon-ltv-ratio:before {
398
398
  content: "\f17f";
399
399
  }
400
- .icon-loan-term:before {
400
+ .icon-logout:before {
401
401
  content: "\f180";
402
402
  }
403
- .icon-location:before {
403
+ .icon-locked:before {
404
404
  content: "\f181";
405
405
  }
406
406
  .icon-lock:before {
407
407
  content: "\f182";
408
408
  }
409
- .icon-locked:before {
409
+ .icon-location:before {
410
410
  content: "\f183";
411
411
  }
412
- .icon-logout:before {
412
+ .icon-loan-term:before {
413
413
  content: "\f184";
414
414
  }
415
- .icon-ltv-ratio:before {
415
+ .icon-loan-repayment:before {
416
416
  content: "\f185";
417
417
  }
418
- .icon-mail:before {
418
+ .icon-loan-details:before {
419
419
  content: "\f186";
420
420
  }
421
- .icon-map:before {
421
+ .icon-loan-amount:before {
422
422
  content: "\f187";
423
423
  }
424
- .icon-margin-call:before {
424
+ .icon-list:before {
425
425
  content: "\f188";
426
426
  }
427
- .icon-margin:before {
427
+ .icon-liquidation:before {
428
428
  content: "\f189";
429
429
  }
430
- .icon-max-supply:before {
430
+ .icon-liquidation-price:before {
431
431
  content: "\f18a";
432
432
  }
433
- .icon-menu:before {
433
+ .icon-liquidation-id:before {
434
434
  content: "\f18b";
435
435
  }
436
- .icon-mobile-device:before {
436
+ .icon-liquidation-cost:before {
437
437
  content: "\f18c";
438
438
  }
439
- .icon-more-options:before {
439
+ .icon-link:before {
440
440
  content: "\f18d";
441
441
  }
442
- .icon-more-than:before {
442
+ .icon-link-2:before {
443
443
  content: "\f18e";
444
444
  }
445
- .icon-name:before {
445
+ .icon-lightning2:before {
446
446
  content: "\f18f";
447
447
  }
448
- .icon-needle:before {
448
+ .icon-lightning:before {
449
449
  content: "\f190";
450
450
  }
451
- .icon-negative:before {
451
+ .icon-less-than:before {
452
452
  content: "\f191";
453
453
  }
454
- .icon-network:before {
454
+ .icon-lend:before {
455
455
  content: "\f192";
456
456
  }
457
- .icon-next:before {
457
+ .icon-landscape:before {
458
458
  content: "\f193";
459
459
  }
460
- .icon-nominee:before {
460
+ .icon-kyc:before {
461
461
  content: "\f194";
462
462
  }
463
- .icon-note:before {
463
+ .icon-kyc-2:before {
464
464
  content: "\f195";
465
465
  }
466
- .icon-notification:before {
466
+ .icon-keyboard:before {
467
467
  content: "\f196";
468
468
  }
469
- .icon-occupation:before {
469
+ .icon-interest-rate:before {
470
470
  content: "\f197";
471
471
  }
472
- .icon-ongoing:before {
472
+ .icon-interest-amount:before {
473
473
  content: "\f198";
474
474
  }
475
- .icon-order-2:before {
475
+ .icon-instant-buy-sell:before {
476
476
  content: "\f199";
477
477
  }
478
- .icon-order:before {
478
+ .icon-inr-m:before {
479
479
  content: "\f19a";
480
480
  }
481
- .icon-orders-complete:before {
481
+ .icon-initial-ltv:before {
482
482
  content: "\f19b";
483
483
  }
484
- .icon-pair-selector:before {
484
+ .icon-info:before {
485
485
  content: "\f19c";
486
486
  }
487
- .icon-pair:before {
487
+ .icon-info-filled:before {
488
488
  content: "\f19d";
489
489
  }
490
- .icon-pan:before {
490
+ .icon-indicators:before {
491
491
  content: "\f19e";
492
492
  }
493
- .icon-passbook:before {
493
+ .icon-income-source:before {
494
494
  content: "\f19f";
495
495
  }
496
- .icon-passport:before {
496
+ .icon-ifsc:before {
497
497
  content: "\f1a0";
498
498
  }
499
- .icon-pay-emi:before {
499
+ .icon-identity-card:before {
500
500
  content: "\f1a1";
501
501
  }
502
- .icon-pay-lumpsum:before {
502
+ .icon-home:before {
503
503
  content: "\f1a2";
504
504
  }
505
- .icon-pay-off-loan-2:before {
505
+ .icon-history:before {
506
506
  content: "\f1a3";
507
507
  }
508
- .icon-pay-off-loan:before {
508
+ .icon-history-2:before {
509
509
  content: "\f1a4";
510
510
  }
511
- .icon-pdf:before {
511
+ .icon-hide:before {
512
512
  content: "\f1a5";
513
513
  }
514
- .icon-penalty-charges:before {
514
+ .icon-help:before {
515
515
  content: "\f1a6";
516
516
  }
517
- .icon-pending:before {
517
+ .icon-help-2:before {
518
518
  content: "\f1a7";
519
519
  }
520
- .icon-percentage:before {
520
+ .icon-hamburger:before {
521
521
  content: "\f1a8";
522
522
  }
523
- .icon-phone:before {
523
+ .icon-gst:before {
524
524
  content: "\f1a9";
525
525
  }
526
- .icon-play:before {
526
+ .icon-gst-new:before {
527
527
  content: "\f1aa";
528
528
  }
529
- .icon-plus-minus:before {
529
+ .icon-greater-than-equal-to:before {
530
530
  content: "\f1ab";
531
531
  }
532
- .icon-portrait:before {
532
+ .icon-globe:before {
533
533
  content: "\f1ac";
534
534
  }
535
- .icon-positive:before {
535
+ .icon-gallery:before {
536
536
  content: "\f1ad";
537
537
  }
538
- .icon-prepay-principal:before {
538
+ .icon-futures:before {
539
539
  content: "\f1ae";
540
540
  }
541
- .icon-previous:before {
541
+ .icon-form:before {
542
542
  content: "\f1af";
543
543
  }
544
- .icon-profile-1:before {
544
+ .icon-fingerprint:before {
545
545
  content: "\f1b0";
546
546
  }
547
- .icon-profile-border:before {
547
+ .icon-filter:before {
548
548
  content: "\f1b1";
549
549
  }
550
- .icon-profile:before {
550
+ .icon-filter-applied:before {
551
551
  content: "\f1b2";
552
552
  }
553
- .icon-qr-code:before {
553
+ .icon-fiat-withdraw:before {
554
554
  content: "\f1b3";
555
555
  }
556
- .icon-quicktrade:before {
556
+ .icon-fiat-deposit:before {
557
557
  content: "\f1b4";
558
558
  }
559
- .icon-rank:before {
559
+ .icon-fees:before {
560
560
  content: "\f1b5";
561
561
  }
562
- .icon-ream:before {
562
+ .icon-fees-new2:before {
563
563
  content: "\f1b6";
564
564
  }
565
- .icon-receive-coin-only-arrow:before {
565
+ .icon-fees-new1:before {
566
566
  content: "\f1b7";
567
567
  }
568
- .icon-receive-coin:before {
568
+ .icon-facelock:before {
569
569
  content: "\f1b8";
570
570
  }
571
- .icon-receive-lightning:before {
571
+ .icon-external-link:before {
572
572
  content: "\f1b9";
573
573
  }
574
- .icon-receive:before {
574
+ .icon-expiry:before {
575
575
  content: "\f1ba";
576
576
  }
577
- .icon-redo:before {
577
+ .icon-expand:before {
578
578
  content: "\f1bb";
579
579
  }
580
- .icon-repayment-schedule:before {
580
+ .icon-exclamation:before {
581
581
  content: "\f1bc";
582
582
  }
583
- .icon-reports:before {
583
+ .icon-exchange:before {
584
584
  content: "\f1bd";
585
585
  }
586
- .icon-reset:before {
586
+ .icon-error:before {
587
587
  content: "\f1be";
588
588
  }
589
- .icon-save:before {
589
+ .icon-emi-duedate:before {
590
590
  content: "\f1bf";
591
591
  }
592
- .icon-scan:before {
592
+ .icon-emi-amount:before {
593
593
  content: "\f1c0";
594
594
  }
595
- .icon-search-2:before {
595
+ .icon-email:before {
596
596
  content: "\f1c1";
597
597
  }
598
- .icon-search:before {
598
+ .icon-edit:before {
599
599
  content: "\f1c2";
600
600
  }
601
- .icon-security:before {
601
+ .icon-earned:before {
602
602
  content: "\f1c3";
603
603
  }
604
- .icon-selfie:before {
604
+ .icon-driving-licence:before {
605
605
  content: "\f1c4";
606
606
  }
607
- .icon-sell-crypto:before {
607
+ .icon-downwards:before {
608
608
  content: "\f1c5";
609
609
  }
610
- .icon-send-coin:before {
610
+ .icon-download:before {
611
611
  content: "\f1c6";
612
612
  }
613
- .icon-send-email:before {
613
+ .icon-download-2:before {
614
614
  content: "\f1c7";
615
615
  }
616
- .icon-send-lightning:before {
616
+ .icon-document-scan:before {
617
617
  content: "\f1c8";
618
618
  }
619
- .icon-send-only-arrow:before {
619
+ .icon-dob:before {
620
620
  content: "\f1c9";
621
621
  }
622
- .icon-send-statement:before {
622
+ .icon-district:before {
623
623
  content: "\f1ca";
624
624
  }
625
- .icon-send:before {
625
+ .icon-depth-chart:before {
626
626
  content: "\f1cb";
627
627
  }
628
- .icon-separator:before {
628
+ .icon-deposit:before {
629
629
  content: "\f1cc";
630
630
  }
631
- .icon-settings:before {
631
+ .icon-deposit-simple:before {
632
632
  content: "\f1cd";
633
633
  }
634
- .icon-sgd:before {
634
+ .icon-delete:before {
635
635
  content: "\f1ce";
636
636
  }
637
- .icon-share:before {
637
+ .icon-deactivate:before {
638
638
  content: "\f1cf";
639
639
  }
640
- .icon-shield:before {
640
+ .icon-crypto-wallet:before {
641
641
  content: "\f1d0";
642
642
  }
643
- .icon-show:before {
643
+ .icon-cross:before {
644
644
  content: "\f1d1";
645
645
  }
646
- .icon-side-2:before {
646
+ .icon-coupon:before {
647
647
  content: "\f1d2";
648
648
  }
649
- .icon-side:before {
649
+ .icon-copy:before {
650
650
  content: "\f1d3";
651
651
  }
652
- .icon-sip:before {
652
+ .icon-contract:before {
653
653
  content: "\f1d4";
654
654
  }
655
- .icon-SL-new:before {
655
+ .icon-completed:before {
656
656
  content: "\f1d5";
657
657
  }
658
- .icon-slide-2:before {
658
+ .icon-compare:before {
659
659
  content: "\f1d6";
660
660
  }
661
- .icon-slide:before {
661
+ .icon-coins:before {
662
662
  content: "\f1d7";
663
663
  }
664
- .icon-sms:before {
664
+ .icon-coin-stack:before {
665
665
  content: "\f1d8";
666
666
  }
667
- .icon-sorter_01:before {
667
+ .icon-clock:before {
668
668
  content: "\f1d9";
669
669
  }
670
- .icon-sorter-filled:before {
670
+ .icon-city:before {
671
671
  content: "\f1da";
672
672
  }
673
- .icon-sorter:before {
673
+ .icon-circulation-supply:before {
674
674
  content: "\f1db";
675
675
  }
676
- .icon-stamp:before {
676
+ .icon-circle-tick:before {
677
677
  content: "\f1dc";
678
678
  }
679
- .icon-star-filled:before {
679
+ .icon-circle-cross:before {
680
680
  content: "\f1dd";
681
681
  }
682
- .icon-star:before {
682
+ .icon-cheque:before {
683
683
  content: "\f1de";
684
684
  }
685
- .icon-statement:before {
685
+ .icon-checkbox-on:before {
686
686
  content: "\f1df";
687
687
  }
688
- .icon-stop:before {
688
+ .icon-checkbox-all:before {
689
689
  content: "\f1e0";
690
690
  }
691
- .icon-street-address:before {
691
+ .icon-chart:before {
692
692
  content: "\f1e1";
693
693
  }
694
- .icon-subtract-circle:before {
694
+ .icon-candle-chart:before {
695
695
  content: "\f1e2";
696
696
  }
697
- .icon-subtract:before {
697
+ .icon-cancelled:before {
698
698
  content: "\f1e3";
699
699
  }
700
- .icon-success:before {
700
+ .icon-camera:before {
701
701
  content: "\f1e4";
702
702
  }
703
- .icon-summary:before {
703
+ .icon-calendar:before {
704
704
  content: "\f1e5";
705
705
  }
706
- .icon-support:before {
706
+ .icon-calculator:before {
707
707
  content: "\f1e6";
708
708
  }
709
- .icon-taxnode:before {
709
+ .icon-buy-crypto:before {
710
710
  content: "\f1e7";
711
711
  }
712
- .icon-tds:before {
712
+ .icon-browser:before {
713
713
  content: "\f1e8";
714
714
  }
715
- .icon-team:before {
715
+ .icon-bonus:before {
716
716
  content: "\f1e9";
717
717
  }
718
- .icon-templates:before {
718
+ .icon-blog:before {
719
719
  content: "\f1ea";
720
720
  }
721
- .icon-term:before {
721
+ .icon-beneficiary:before {
722
722
  content: "\f1eb";
723
723
  }
724
- .icon-tick:before {
724
+ .icon-basket:before {
725
725
  content: "\f1ec";
726
726
  }
727
- .icon-time:before {
727
+ .icon-bank:before {
728
728
  content: "\f1ed";
729
729
  }
730
- .icon-total-payable-lumpsum:before {
730
+ .icon-bank-2:before {
731
731
  content: "\f1ee";
732
732
  }
733
- .icon-trade-2:before {
733
+ .icon-bank-1:before {
734
734
  content: "\f1ef";
735
735
  }
736
- .icon-trash:before {
736
+ .icon-balance-ltv:before {
737
737
  content: "\f1f0";
738
738
  }
739
- .icon-trending-1:before {
739
+ .icon-back_keyboard:before {
740
740
  content: "\f1f1";
741
741
  }
742
- .icon-trending-2:before {
742
+ .icon-aud:before {
743
743
  content: "\f1f2";
744
744
  }
745
- .icon-trending-3:before {
745
+ .icon-asterik:before {
746
746
  content: "\f1f3";
747
747
  }
748
- .icon-trigger:before {
748
+ .icon-arrow-up:before {
749
749
  content: "\f1f4";
750
750
  }
751
- .icon-trophy:before {
751
+ .icon-arrow-transfer:before {
752
752
  content: "\f1f5";
753
753
  }
754
- .icon-unarchive:before {
754
+ .icon-arrow-right:before {
755
755
  content: "\f1f6";
756
756
  }
757
- .icon-unlock:before {
757
+ .icon-arrow-left:before {
758
758
  content: "\f1f7";
759
759
  }
760
- .icon-upi-landscape:before {
760
+ .icon-arrow-down:before {
761
761
  content: "\f1f8";
762
762
  }
763
- .icon-upi-new:before {
763
+ .icon-archive:before {
764
764
  content: "\f1f9";
765
765
  }
766
- .icon-upi:before {
766
+ .icon-api:before {
767
767
  content: "\f1fa";
768
768
  }
769
- .icon-upload:before {
769
+ .icon-alert:before {
770
770
  content: "\f1fb";
771
771
  }
772
- .icon-upwards:before {
772
+ .icon-address:before {
773
773
  content: "\f1fc";
774
774
  }
775
- .icon-usdt-m:before {
775
+ .icon-add:before {
776
776
  content: "\f1fd";
777
777
  }
778
- .icon-voting-card:before {
778
+ .icon-add-user:before {
779
779
  content: "\f1fe";
780
780
  }
781
- .icon-wallet:before {
781
+ .icon-add-collateral:before {
782
782
  content: "\f1ff";
783
783
  }
784
- .icon-way-arrow:before {
784
+ .icon-activity:before {
785
785
  content: "\f200";
786
786
  }
787
- .icon-whitelisted:before {
787
+ .icon-account-no:before {
788
788
  content: "\f201";
789
789
  }
790
- .icon-withdraw-simple:before {
790
+ .icon-SL-new:before {
791
791
  content: "\f202";
792
792
  }
793
- .icon-xpress:before {
793
+ .icon-4-graph:before {
794
794
  content: "\f203";
795
795
  }
796
- .icon-zip-code:before {
796
+ .icon-1-graph:before {
797
797
  content: "\f204";
798
798
  }