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,1049 +1,1049 @@
1
1
  export type IconsId =
2
- | "1-graph"
3
- | "4-graph"
4
- | "account-no"
5
- | "activity"
6
- | "add-collateral"
7
- | "add-user"
8
- | "add"
9
- | "address"
10
- | "alert"
11
- | "api"
12
- | "archive"
13
- | "arrow-down"
14
- | "arrow-left"
15
- | "arrow-right"
16
- | "arrow-transfer"
17
- | "arrow-up"
18
- | "asterik"
19
- | "aud"
20
- | "back_keyboard"
21
- | "balance-ltv"
22
- | "bank-1"
23
- | "bank-2"
24
- | "bank"
25
- | "basket"
26
- | "beneficiary"
27
- | "blog"
28
- | "bonus"
29
- | "browser"
30
- | "buy-crypto"
31
- | "calculator"
32
- | "calendar"
33
- | "camera"
34
- | "cancelled"
35
- | "candle-chart"
36
- | "chart"
37
- | "checkbox-all"
38
- | "checkbox-on"
39
- | "cheque"
40
- | "circle-cross"
41
- | "circle-tick"
42
- | "circulation-supply"
43
- | "city"
44
- | "clock"
45
- | "coin-stack"
46
- | "coins"
47
- | "compare"
48
- | "completed"
49
- | "contract"
50
- | "copy"
51
- | "coupon"
52
- | "cross"
53
- | "crypto-wallet"
54
- | "deactivate"
55
- | "delete"
56
- | "deposit-simple"
57
- | "deposit"
58
- | "depth-chart"
59
- | "district"
60
- | "dob"
61
- | "document-scan"
62
- | "download-2"
63
- | "download"
64
- | "downwards"
65
- | "driving-licence"
66
- | "earned"
67
- | "edit"
68
- | "email"
69
- | "emi-amount"
70
- | "emi-duedate"
71
- | "error"
72
- | "exchange"
73
- | "exclamation"
74
- | "expand"
75
- | "expiry"
76
- | "external-link"
77
- | "facelock"
78
- | "fees-new1"
79
- | "fees-new2"
80
- | "fees"
81
- | "fiat-deposit"
82
- | "fiat-withdraw"
83
- | "filter-applied"
84
- | "filter"
85
- | "fingerprint"
86
- | "form"
87
- | "futures"
88
- | "gallery"
89
- | "globe"
90
- | "greater-than-equal-to"
91
- | "gst-new"
92
- | "gst"
93
- | "hamburger"
94
- | "help-2"
95
- | "help"
96
- | "hide"
97
- | "history-2"
98
- | "history"
99
- | "home"
100
- | "identity-card"
101
- | "ifsc"
102
- | "income-source"
103
- | "indicators"
104
- | "info-filled"
105
- | "info"
106
- | "initial-ltv"
107
- | "inr-m"
108
- | "instant-buy-sell"
109
- | "interest-amount"
110
- | "interest-rate"
111
- | "keyboard"
112
- | "kyc-2"
113
- | "kyc"
114
- | "landscape"
115
- | "lend"
116
- | "less-than"
117
- | "lightning"
118
- | "lightning2"
119
- | "link-2"
120
- | "link"
121
- | "liquidation-cost"
122
- | "liquidation-id"
123
- | "liquidation-price"
124
- | "liquidation"
125
- | "list"
126
- | "loan-amount"
127
- | "loan-details"
128
- | "loan-repayment"
129
- | "loan-term"
130
- | "location"
131
- | "lock"
132
- | "locked"
133
- | "logout"
134
- | "ltv-ratio"
135
- | "mail"
136
- | "map"
137
- | "margin-call"
138
- | "margin"
139
- | "max-supply"
140
- | "menu"
141
- | "mobile-device"
142
- | "more-options"
143
- | "more-than"
144
- | "name"
145
- | "needle"
146
- | "negative"
147
- | "network"
148
- | "next"
149
- | "nominee"
150
- | "note"
151
- | "notification"
152
- | "occupation"
153
- | "ongoing"
154
- | "order-2"
155
- | "order"
156
- | "orders-complete"
157
- | "pair-selector"
158
- | "pair"
159
- | "pan"
160
- | "passbook"
161
- | "passport"
162
- | "pay-emi"
163
- | "pay-lumpsum"
164
- | "pay-off-loan-2"
165
- | "pay-off-loan"
166
- | "pdf"
167
- | "penalty-charges"
168
- | "pending"
169
- | "percentage"
170
- | "phone"
171
- | "play"
172
- | "plus-minus"
173
- | "portrait"
174
- | "positive"
175
- | "prepay-principal"
176
- | "previous"
177
- | "profile-1"
178
- | "profile-border"
179
- | "profile"
180
- | "qr-code"
181
- | "quicktrade"
182
- | "rank"
183
- | "ream"
184
- | "receive-coin-only-arrow"
185
- | "receive-coin"
186
- | "receive-lightning"
187
- | "receive"
188
- | "redo"
189
- | "repayment-schedule"
190
- | "reports"
191
- | "reset"
192
- | "save"
193
- | "scan"
194
- | "search-2"
195
- | "search"
196
- | "security"
197
- | "selfie"
198
- | "sell-crypto"
199
- | "send-coin"
200
- | "send-email"
201
- | "send-lightning"
202
- | "send-only-arrow"
203
- | "send-statement"
204
- | "send"
205
- | "separator"
206
- | "settings"
207
- | "sgd"
208
- | "share"
209
- | "shield"
210
- | "show"
211
- | "side-2"
212
- | "side"
213
- | "sip"
214
- | "SL-new"
215
- | "slide-2"
216
- | "slide"
217
- | "sms"
2
+ | "zip-code"
3
+ | "xpress"
4
+ | "withdraw-simple"
5
+ | "whitelisted"
6
+ | "way-arrow"
7
+ | "wallet"
8
+ | "voting-card"
9
+ | "usdt-m"
10
+ | "upwards"
11
+ | "upload"
12
+ | "upi"
13
+ | "upi-new"
14
+ | "upi-landscape"
15
+ | "unlock"
16
+ | "unarchive"
17
+ | "trophy"
18
+ | "trigger"
19
+ | "trending-3"
20
+ | "trending-2"
21
+ | "trending-1"
22
+ | "trash"
23
+ | "trade-2"
24
+ | "total-payable-lumpsum"
25
+ | "time"
26
+ | "tick"
27
+ | "term"
28
+ | "templates"
29
+ | "team"
30
+ | "tds"
31
+ | "taxnode"
32
+ | "support"
33
+ | "summary"
34
+ | "success"
35
+ | "subtract"
36
+ | "subtract-circle"
37
+ | "street-address"
38
+ | "stop"
39
+ | "statement"
40
+ | "star"
41
+ | "star-filled"
42
+ | "stamp"
218
43
  | "sorter_01"
219
- | "sorter-filled"
220
44
  | "sorter"
221
- | "stamp"
222
- | "star-filled"
223
- | "star"
224
- | "statement"
225
- | "stop"
226
- | "street-address"
227
- | "subtract-circle"
228
- | "subtract"
229
- | "success"
230
- | "summary"
231
- | "support"
232
- | "taxnode"
233
- | "tds"
234
- | "team"
235
- | "templates"
236
- | "term"
237
- | "tick"
238
- | "time"
239
- | "total-payable-lumpsum"
240
- | "trade-2"
241
- | "trash"
242
- | "trending-1"
243
- | "trending-2"
244
- | "trending-3"
245
- | "trigger"
246
- | "trophy"
247
- | "unarchive"
248
- | "unlock"
249
- | "upi-landscape"
250
- | "upi-new"
251
- | "upi"
252
- | "upload"
253
- | "upwards"
254
- | "usdt-m"
255
- | "voting-card"
256
- | "wallet"
257
- | "way-arrow"
258
- | "whitelisted"
259
- | "withdraw-simple"
260
- | "xpress"
261
- | "zip-code";
45
+ | "sorter-filled"
46
+ | "sms"
47
+ | "slide"
48
+ | "slide-2"
49
+ | "sip"
50
+ | "side"
51
+ | "side-2"
52
+ | "show"
53
+ | "shield"
54
+ | "share"
55
+ | "sgd"
56
+ | "settings"
57
+ | "separator"
58
+ | "send"
59
+ | "send-statement"
60
+ | "send-only-arrow"
61
+ | "send-lightning"
62
+ | "send-email"
63
+ | "send-coin"
64
+ | "sell-crypto"
65
+ | "selfie"
66
+ | "security"
67
+ | "search"
68
+ | "search-2"
69
+ | "scan"
70
+ | "save"
71
+ | "reset"
72
+ | "reports"
73
+ | "repayment-schedule"
74
+ | "redo"
75
+ | "receive"
76
+ | "receive-lightning"
77
+ | "receive-coin"
78
+ | "receive-coin-only-arrow"
79
+ | "ream"
80
+ | "rank"
81
+ | "quicktrade"
82
+ | "qr-code"
83
+ | "profile"
84
+ | "profile-border"
85
+ | "profile-1"
86
+ | "previous"
87
+ | "prepay-principal"
88
+ | "positive"
89
+ | "portrait"
90
+ | "plus-minus"
91
+ | "play"
92
+ | "phone"
93
+ | "percentage"
94
+ | "pending"
95
+ | "penalty-charges"
96
+ | "pdf"
97
+ | "pay-off-loan"
98
+ | "pay-off-loan-2"
99
+ | "pay-lumpsum"
100
+ | "pay-emi"
101
+ | "passport"
102
+ | "passbook"
103
+ | "pan"
104
+ | "pair"
105
+ | "pair-selector"
106
+ | "orders-complete"
107
+ | "order"
108
+ | "order-2"
109
+ | "ongoing"
110
+ | "occupation"
111
+ | "notification"
112
+ | "note"
113
+ | "nominee"
114
+ | "next"
115
+ | "network"
116
+ | "negative"
117
+ | "needle"
118
+ | "name"
119
+ | "more-than"
120
+ | "more-options"
121
+ | "mobile-device"
122
+ | "menu"
123
+ | "max-supply"
124
+ | "margin"
125
+ | "margin-call"
126
+ | "map"
127
+ | "mail"
128
+ | "ltv-ratio"
129
+ | "logout"
130
+ | "locked"
131
+ | "lock"
132
+ | "location"
133
+ | "loan-term"
134
+ | "loan-repayment"
135
+ | "loan-details"
136
+ | "loan-amount"
137
+ | "list"
138
+ | "liquidation"
139
+ | "liquidation-price"
140
+ | "liquidation-id"
141
+ | "liquidation-cost"
142
+ | "link"
143
+ | "link-2"
144
+ | "lightning2"
145
+ | "lightning"
146
+ | "less-than"
147
+ | "lend"
148
+ | "landscape"
149
+ | "kyc"
150
+ | "kyc-2"
151
+ | "keyboard"
152
+ | "interest-rate"
153
+ | "interest-amount"
154
+ | "instant-buy-sell"
155
+ | "inr-m"
156
+ | "initial-ltv"
157
+ | "info"
158
+ | "info-filled"
159
+ | "indicators"
160
+ | "income-source"
161
+ | "ifsc"
162
+ | "identity-card"
163
+ | "home"
164
+ | "history"
165
+ | "history-2"
166
+ | "hide"
167
+ | "help"
168
+ | "help-2"
169
+ | "hamburger"
170
+ | "gst"
171
+ | "gst-new"
172
+ | "greater-than-equal-to"
173
+ | "globe"
174
+ | "gallery"
175
+ | "futures"
176
+ | "form"
177
+ | "fingerprint"
178
+ | "filter"
179
+ | "filter-applied"
180
+ | "fiat-withdraw"
181
+ | "fiat-deposit"
182
+ | "fees"
183
+ | "fees-new2"
184
+ | "fees-new1"
185
+ | "facelock"
186
+ | "external-link"
187
+ | "expiry"
188
+ | "expand"
189
+ | "exclamation"
190
+ | "exchange"
191
+ | "error"
192
+ | "emi-duedate"
193
+ | "emi-amount"
194
+ | "email"
195
+ | "edit"
196
+ | "earned"
197
+ | "driving-licence"
198
+ | "downwards"
199
+ | "download"
200
+ | "download-2"
201
+ | "document-scan"
202
+ | "dob"
203
+ | "district"
204
+ | "depth-chart"
205
+ | "deposit"
206
+ | "deposit-simple"
207
+ | "delete"
208
+ | "deactivate"
209
+ | "crypto-wallet"
210
+ | "cross"
211
+ | "coupon"
212
+ | "copy"
213
+ | "contract"
214
+ | "completed"
215
+ | "compare"
216
+ | "coins"
217
+ | "coin-stack"
218
+ | "clock"
219
+ | "city"
220
+ | "circulation-supply"
221
+ | "circle-tick"
222
+ | "circle-cross"
223
+ | "cheque"
224
+ | "checkbox-on"
225
+ | "checkbox-all"
226
+ | "chart"
227
+ | "candle-chart"
228
+ | "cancelled"
229
+ | "camera"
230
+ | "calendar"
231
+ | "calculator"
232
+ | "buy-crypto"
233
+ | "browser"
234
+ | "bonus"
235
+ | "blog"
236
+ | "beneficiary"
237
+ | "basket"
238
+ | "bank"
239
+ | "bank-2"
240
+ | "bank-1"
241
+ | "balance-ltv"
242
+ | "back_keyboard"
243
+ | "aud"
244
+ | "asterik"
245
+ | "arrow-up"
246
+ | "arrow-transfer"
247
+ | "arrow-right"
248
+ | "arrow-left"
249
+ | "arrow-down"
250
+ | "archive"
251
+ | "api"
252
+ | "alert"
253
+ | "address"
254
+ | "add"
255
+ | "add-user"
256
+ | "add-collateral"
257
+ | "activity"
258
+ | "account-no"
259
+ | "SL-new"
260
+ | "4-graph"
261
+ | "1-graph";
262
262
 
263
263
  export type IconsKey =
264
- | "i1Graph"
265
- | "i4Graph"
266
- | "AccountNo"
267
- | "Activity"
268
- | "AddCollateral"
269
- | "AddUser"
270
- | "Add"
271
- | "Address"
272
- | "Alert"
273
- | "Api"
274
- | "Archive"
275
- | "ArrowDown"
276
- | "ArrowLeft"
277
- | "ArrowRight"
278
- | "ArrowTransfer"
279
- | "ArrowUp"
280
- | "Asterik"
281
- | "Aud"
282
- | "BackKeyboard"
283
- | "BalanceLtv"
284
- | "Bank_1"
285
- | "Bank_2"
286
- | "Bank"
287
- | "Basket"
288
- | "Beneficiary"
289
- | "Blog"
290
- | "Bonus"
291
- | "Browser"
292
- | "BuyCrypto"
293
- | "Calculator"
294
- | "Calendar"
295
- | "Camera"
296
- | "Cancelled"
297
- | "CandleChart"
298
- | "Chart"
299
- | "CheckboxAll"
300
- | "CheckboxOn"
301
- | "Cheque"
302
- | "CircleCross"
303
- | "CircleTick"
304
- | "CirculationSupply"
305
- | "City"
306
- | "Clock"
307
- | "CoinStack"
308
- | "Coins"
309
- | "Compare"
310
- | "Completed"
311
- | "Contract"
312
- | "Copy"
313
- | "Coupon"
314
- | "Cross"
315
- | "CryptoWallet"
316
- | "Deactivate"
317
- | "Delete"
318
- | "DepositSimple"
319
- | "Deposit"
320
- | "DepthChart"
321
- | "District"
322
- | "Dob"
323
- | "DocumentScan"
324
- | "Download_2"
325
- | "Download"
326
- | "Downwards"
327
- | "DrivingLicence"
328
- | "Earned"
329
- | "Edit"
330
- | "Email"
331
- | "EmiAmount"
332
- | "EmiDuedate"
333
- | "Error"
334
- | "Exchange"
335
- | "Exclamation"
336
- | "Expand"
337
- | "Expiry"
338
- | "ExternalLink"
339
- | "Facelock"
340
- | "FeesNew1"
341
- | "FeesNew2"
342
- | "Fees"
343
- | "FiatDeposit"
344
- | "FiatWithdraw"
345
- | "FilterApplied"
346
- | "Filter"
347
- | "Fingerprint"
348
- | "Form"
349
- | "Futures"
350
- | "Gallery"
351
- | "Globe"
352
- | "GreaterThanEqualTo"
353
- | "GstNew"
354
- | "Gst"
355
- | "Hamburger"
356
- | "Help_2"
357
- | "Help"
358
- | "Hide"
359
- | "History_2"
360
- | "History"
361
- | "Home"
362
- | "IdentityCard"
363
- | "Ifsc"
364
- | "IncomeSource"
365
- | "Indicators"
366
- | "InfoFilled"
367
- | "Info"
368
- | "InitialLtv"
369
- | "InrM"
370
- | "InstantBuySell"
371
- | "InterestAmount"
372
- | "InterestRate"
373
- | "Keyboard"
374
- | "Kyc_2"
375
- | "Kyc"
376
- | "Landscape"
377
- | "Lend"
378
- | "LessThan"
379
- | "Lightning"
380
- | "Lightning2"
381
- | "Link_2"
382
- | "Link"
383
- | "LiquidationCost"
384
- | "LiquidationId"
385
- | "LiquidationPrice"
386
- | "Liquidation"
387
- | "List"
388
- | "LoanAmount"
389
- | "LoanDetails"
390
- | "LoanRepayment"
391
- | "LoanTerm"
392
- | "Location"
393
- | "Lock"
394
- | "Locked"
395
- | "Logout"
396
- | "LtvRatio"
397
- | "Mail"
398
- | "Map"
399
- | "MarginCall"
400
- | "Margin"
401
- | "MaxSupply"
402
- | "Menu"
403
- | "MobileDevice"
404
- | "MoreOptions"
405
- | "MoreThan"
406
- | "Name"
407
- | "Needle"
408
- | "Negative"
409
- | "Network"
410
- | "Next"
411
- | "Nominee"
412
- | "Note"
413
- | "Notification"
414
- | "Occupation"
415
- | "Ongoing"
416
- | "Order_2"
417
- | "Order"
418
- | "OrdersComplete"
419
- | "PairSelector"
420
- | "Pair"
421
- | "Pan"
422
- | "Passbook"
423
- | "Passport"
424
- | "PayEmi"
425
- | "PayLumpsum"
426
- | "PayOffLoan_2"
427
- | "PayOffLoan"
428
- | "Pdf"
429
- | "PenaltyCharges"
430
- | "Pending"
431
- | "Percentage"
432
- | "Phone"
433
- | "Play"
434
- | "PlusMinus"
435
- | "Portrait"
436
- | "Positive"
437
- | "PrepayPrincipal"
438
- | "Previous"
439
- | "Profile_1"
440
- | "ProfileBorder"
441
- | "Profile"
442
- | "QrCode"
443
- | "Quicktrade"
444
- | "Rank"
445
- | "Ream"
446
- | "ReceiveCoinOnlyArrow"
447
- | "ReceiveCoin"
448
- | "ReceiveLightning"
449
- | "Receive"
450
- | "Redo"
451
- | "RepaymentSchedule"
452
- | "Reports"
453
- | "Reset"
454
- | "Save"
455
- | "Scan"
456
- | "Search_2"
457
- | "Search"
458
- | "Security"
459
- | "Selfie"
460
- | "SellCrypto"
461
- | "SendCoin"
462
- | "SendEmail"
463
- | "SendLightning"
464
- | "SendOnlyArrow"
465
- | "SendStatement"
466
- | "Send"
467
- | "Separator"
468
- | "Settings"
469
- | "Sgd"
470
- | "Share"
471
- | "Shield"
472
- | "Show"
473
- | "Side_2"
474
- | "Side"
475
- | "Sip"
476
- | "SlNew"
477
- | "Slide_2"
478
- | "Slide"
479
- | "Sms"
480
- | "Sorter_01"
481
- | "SorterFilled"
482
- | "Sorter"
483
- | "Stamp"
484
- | "StarFilled"
485
- | "Star"
486
- | "Statement"
487
- | "Stop"
488
- | "StreetAddress"
489
- | "SubtractCircle"
490
- | "Subtract"
491
- | "Success"
492
- | "Summary"
493
- | "Support"
494
- | "Taxnode"
495
- | "Tds"
496
- | "Team"
497
- | "Templates"
498
- | "Term"
499
- | "Tick"
500
- | "Time"
501
- | "TotalPayableLumpsum"
502
- | "Trade_2"
503
- | "Trash"
504
- | "Trending_1"
505
- | "Trending_2"
506
- | "Trending_3"
507
- | "Trigger"
508
- | "Trophy"
509
- | "Unarchive"
510
- | "Unlock"
511
- | "UpiLandscape"
512
- | "UpiNew"
513
- | "Upi"
514
- | "Upload"
515
- | "Upwards"
516
- | "UsdtM"
517
- | "VotingCard"
518
- | "Wallet"
519
- | "WayArrow"
520
- | "Whitelisted"
521
- | "WithdrawSimple"
264
+ | "ZipCode"
522
265
  | "Xpress"
523
- | "ZipCode";
524
-
525
- export enum Icons {
526
- i1Graph = "1-graph",
527
- i4Graph = "4-graph",
528
- AccountNo = "account-no",
529
- Activity = "activity",
530
- AddCollateral = "add-collateral",
531
- AddUser = "add-user",
532
- Add = "add",
533
- Address = "address",
534
- Alert = "alert",
535
- Api = "api",
536
- Archive = "archive",
537
- ArrowDown = "arrow-down",
538
- ArrowLeft = "arrow-left",
539
- ArrowRight = "arrow-right",
540
- ArrowTransfer = "arrow-transfer",
541
- ArrowUp = "arrow-up",
542
- Asterik = "asterik",
543
- Aud = "aud",
544
- BackKeyboard = "back_keyboard",
545
- BalanceLtv = "balance-ltv",
546
- Bank_1 = "bank-1",
547
- Bank_2 = "bank-2",
548
- Bank = "bank",
549
- Basket = "basket",
550
- Beneficiary = "beneficiary",
551
- Blog = "blog",
552
- Bonus = "bonus",
553
- Browser = "browser",
554
- BuyCrypto = "buy-crypto",
555
- Calculator = "calculator",
556
- Calendar = "calendar",
557
- Camera = "camera",
558
- Cancelled = "cancelled",
559
- CandleChart = "candle-chart",
560
- Chart = "chart",
561
- CheckboxAll = "checkbox-all",
562
- CheckboxOn = "checkbox-on",
563
- Cheque = "cheque",
564
- CircleCross = "circle-cross",
565
- CircleTick = "circle-tick",
566
- CirculationSupply = "circulation-supply",
567
- City = "city",
568
- Clock = "clock",
569
- CoinStack = "coin-stack",
570
- Coins = "coins",
571
- Compare = "compare",
572
- Completed = "completed",
573
- Contract = "contract",
574
- Copy = "copy",
575
- Coupon = "coupon",
576
- Cross = "cross",
577
- CryptoWallet = "crypto-wallet",
578
- Deactivate = "deactivate",
579
- Delete = "delete",
580
- DepositSimple = "deposit-simple",
581
- Deposit = "deposit",
582
- DepthChart = "depth-chart",
583
- District = "district",
584
- Dob = "dob",
585
- DocumentScan = "document-scan",
586
- Download_2 = "download-2",
587
- Download = "download",
588
- Downwards = "downwards",
589
- DrivingLicence = "driving-licence",
590
- Earned = "earned",
591
- Edit = "edit",
592
- Email = "email",
593
- EmiAmount = "emi-amount",
594
- EmiDuedate = "emi-duedate",
595
- Error = "error",
596
- Exchange = "exchange",
597
- Exclamation = "exclamation",
598
- Expand = "expand",
599
- Expiry = "expiry",
600
- ExternalLink = "external-link",
601
- Facelock = "facelock",
602
- FeesNew1 = "fees-new1",
603
- FeesNew2 = "fees-new2",
604
- Fees = "fees",
605
- FiatDeposit = "fiat-deposit",
606
- FiatWithdraw = "fiat-withdraw",
607
- FilterApplied = "filter-applied",
608
- Filter = "filter",
609
- Fingerprint = "fingerprint",
610
- Form = "form",
611
- Futures = "futures",
612
- Gallery = "gallery",
613
- Globe = "globe",
614
- GreaterThanEqualTo = "greater-than-equal-to",
615
- GstNew = "gst-new",
616
- Gst = "gst",
617
- Hamburger = "hamburger",
618
- Help_2 = "help-2",
619
- Help = "help",
620
- Hide = "hide",
621
- History_2 = "history-2",
622
- History = "history",
623
- Home = "home",
624
- IdentityCard = "identity-card",
625
- Ifsc = "ifsc",
626
- IncomeSource = "income-source",
627
- Indicators = "indicators",
628
- InfoFilled = "info-filled",
629
- Info = "info",
630
- InitialLtv = "initial-ltv",
631
- InrM = "inr-m",
632
- InstantBuySell = "instant-buy-sell",
633
- InterestAmount = "interest-amount",
634
- InterestRate = "interest-rate",
635
- Keyboard = "keyboard",
636
- Kyc_2 = "kyc-2",
637
- Kyc = "kyc",
638
- Landscape = "landscape",
639
- Lend = "lend",
640
- LessThan = "less-than",
641
- Lightning = "lightning",
642
- Lightning2 = "lightning2",
643
- Link_2 = "link-2",
644
- Link = "link",
645
- LiquidationCost = "liquidation-cost",
646
- LiquidationId = "liquidation-id",
647
- LiquidationPrice = "liquidation-price",
648
- Liquidation = "liquidation",
649
- List = "list",
650
- LoanAmount = "loan-amount",
651
- LoanDetails = "loan-details",
652
- LoanRepayment = "loan-repayment",
653
- LoanTerm = "loan-term",
654
- Location = "location",
655
- Lock = "lock",
656
- Locked = "locked",
657
- Logout = "logout",
658
- LtvRatio = "ltv-ratio",
659
- Mail = "mail",
660
- Map = "map",
661
- MarginCall = "margin-call",
662
- Margin = "margin",
663
- MaxSupply = "max-supply",
664
- Menu = "menu",
665
- MobileDevice = "mobile-device",
666
- MoreOptions = "more-options",
667
- MoreThan = "more-than",
668
- Name = "name",
669
- Needle = "needle",
670
- Negative = "negative",
671
- Network = "network",
672
- Next = "next",
673
- Nominee = "nominee",
674
- Note = "note",
675
- Notification = "notification",
676
- Occupation = "occupation",
677
- Ongoing = "ongoing",
678
- Order_2 = "order-2",
679
- Order = "order",
680
- OrdersComplete = "orders-complete",
681
- PairSelector = "pair-selector",
682
- Pair = "pair",
683
- Pan = "pan",
684
- Passbook = "passbook",
685
- Passport = "passport",
686
- PayEmi = "pay-emi",
687
- PayLumpsum = "pay-lumpsum",
688
- PayOffLoan_2 = "pay-off-loan-2",
689
- PayOffLoan = "pay-off-loan",
690
- Pdf = "pdf",
691
- PenaltyCharges = "penalty-charges",
692
- Pending = "pending",
693
- Percentage = "percentage",
694
- Phone = "phone",
695
- Play = "play",
696
- PlusMinus = "plus-minus",
697
- Portrait = "portrait",
698
- Positive = "positive",
699
- PrepayPrincipal = "prepay-principal",
700
- Previous = "previous",
701
- Profile_1 = "profile-1",
702
- ProfileBorder = "profile-border",
703
- Profile = "profile",
704
- QrCode = "qr-code",
705
- Quicktrade = "quicktrade",
706
- Rank = "rank",
707
- Ream = "ream",
708
- ReceiveCoinOnlyArrow = "receive-coin-only-arrow",
709
- ReceiveCoin = "receive-coin",
710
- ReceiveLightning = "receive-lightning",
711
- Receive = "receive",
712
- Redo = "redo",
713
- RepaymentSchedule = "repayment-schedule",
714
- Reports = "reports",
715
- Reset = "reset",
716
- Save = "save",
717
- Scan = "scan",
718
- Search_2 = "search-2",
719
- Search = "search",
720
- Security = "security",
721
- Selfie = "selfie",
722
- SellCrypto = "sell-crypto",
723
- SendCoin = "send-coin",
724
- SendEmail = "send-email",
725
- SendLightning = "send-lightning",
726
- SendOnlyArrow = "send-only-arrow",
727
- SendStatement = "send-statement",
728
- Send = "send",
729
- Separator = "separator",
730
- Settings = "settings",
731
- Sgd = "sgd",
732
- Share = "share",
733
- Shield = "shield",
734
- Show = "show",
735
- Side_2 = "side-2",
736
- Side = "side",
737
- Sip = "sip",
738
- SlNew = "SL-new",
739
- Slide_2 = "slide-2",
740
- Slide = "slide",
741
- Sms = "sms",
742
- Sorter_01 = "sorter_01",
743
- SorterFilled = "sorter-filled",
744
- Sorter = "sorter",
745
- Stamp = "stamp",
746
- StarFilled = "star-filled",
747
- Star = "star",
748
- Statement = "statement",
749
- Stop = "stop",
750
- StreetAddress = "street-address",
751
- SubtractCircle = "subtract-circle",
752
- Subtract = "subtract",
753
- Success = "success",
754
- Summary = "summary",
755
- Support = "support",
756
- Taxnode = "taxnode",
757
- Tds = "tds",
758
- Team = "team",
759
- Templates = "templates",
760
- Term = "term",
761
- Tick = "tick",
762
- Time = "time",
763
- TotalPayableLumpsum = "total-payable-lumpsum",
764
- Trade_2 = "trade-2",
765
- Trash = "trash",
766
- Trending_1 = "trending-1",
767
- Trending_2 = "trending-2",
768
- Trending_3 = "trending-3",
769
- Trigger = "trigger",
770
- Trophy = "trophy",
771
- Unarchive = "unarchive",
772
- Unlock = "unlock",
773
- UpiLandscape = "upi-landscape",
774
- UpiNew = "upi-new",
775
- Upi = "upi",
776
- Upload = "upload",
777
- Upwards = "upwards",
778
- UsdtM = "usdt-m",
779
- VotingCard = "voting-card",
780
- Wallet = "wallet",
781
- WayArrow = "way-arrow",
782
- Whitelisted = "whitelisted",
783
- WithdrawSimple = "withdraw-simple",
784
- Xpress = "xpress",
266
+ | "WithdrawSimple"
267
+ | "Whitelisted"
268
+ | "WayArrow"
269
+ | "Wallet"
270
+ | "VotingCard"
271
+ | "UsdtM"
272
+ | "Upwards"
273
+ | "Upload"
274
+ | "Upi"
275
+ | "UpiNew"
276
+ | "UpiLandscape"
277
+ | "Unlock"
278
+ | "Unarchive"
279
+ | "Trophy"
280
+ | "Trigger"
281
+ | "Trending3"
282
+ | "Trending2"
283
+ | "Trending1"
284
+ | "Trash"
285
+ | "Trade2"
286
+ | "TotalPayableLumpsum"
287
+ | "Time"
288
+ | "Tick"
289
+ | "Term"
290
+ | "Templates"
291
+ | "Team"
292
+ | "Tds"
293
+ | "Taxnode"
294
+ | "Support"
295
+ | "Summary"
296
+ | "Success"
297
+ | "Subtract"
298
+ | "SubtractCircle"
299
+ | "StreetAddress"
300
+ | "Stop"
301
+ | "Statement"
302
+ | "Star"
303
+ | "StarFilled"
304
+ | "Stamp"
305
+ | "Sorter01"
306
+ | "Sorter"
307
+ | "SorterFilled"
308
+ | "Sms"
309
+ | "Slide"
310
+ | "Slide2"
311
+ | "Sip"
312
+ | "Side"
313
+ | "Side2"
314
+ | "Show"
315
+ | "Shield"
316
+ | "Share"
317
+ | "Sgd"
318
+ | "Settings"
319
+ | "Separator"
320
+ | "Send"
321
+ | "SendStatement"
322
+ | "SendOnlyArrow"
323
+ | "SendLightning"
324
+ | "SendEmail"
325
+ | "SendCoin"
326
+ | "SellCrypto"
327
+ | "Selfie"
328
+ | "Security"
329
+ | "Search"
330
+ | "Search2"
331
+ | "Scan"
332
+ | "Save"
333
+ | "Reset"
334
+ | "Reports"
335
+ | "RepaymentSchedule"
336
+ | "Redo"
337
+ | "Receive"
338
+ | "ReceiveLightning"
339
+ | "ReceiveCoin"
340
+ | "ReceiveCoinOnlyArrow"
341
+ | "Ream"
342
+ | "Rank"
343
+ | "Quicktrade"
344
+ | "QrCode"
345
+ | "Profile"
346
+ | "ProfileBorder"
347
+ | "Profile1"
348
+ | "Previous"
349
+ | "PrepayPrincipal"
350
+ | "Positive"
351
+ | "Portrait"
352
+ | "PlusMinus"
353
+ | "Play"
354
+ | "Phone"
355
+ | "Percentage"
356
+ | "Pending"
357
+ | "PenaltyCharges"
358
+ | "Pdf"
359
+ | "PayOffLoan"
360
+ | "PayOffLoan2"
361
+ | "PayLumpsum"
362
+ | "PayEmi"
363
+ | "Passport"
364
+ | "Passbook"
365
+ | "Pan"
366
+ | "Pair"
367
+ | "PairSelector"
368
+ | "OrdersComplete"
369
+ | "Order"
370
+ | "Order2"
371
+ | "Ongoing"
372
+ | "Occupation"
373
+ | "Notification"
374
+ | "Note"
375
+ | "Nominee"
376
+ | "Next"
377
+ | "Network"
378
+ | "Negative"
379
+ | "Needle"
380
+ | "Name"
381
+ | "MoreThan"
382
+ | "MoreOptions"
383
+ | "MobileDevice"
384
+ | "Menu"
385
+ | "MaxSupply"
386
+ | "Margin"
387
+ | "MarginCall"
388
+ | "Map"
389
+ | "Mail"
390
+ | "LtvRatio"
391
+ | "Logout"
392
+ | "Locked"
393
+ | "Lock"
394
+ | "Location"
395
+ | "LoanTerm"
396
+ | "LoanRepayment"
397
+ | "LoanDetails"
398
+ | "LoanAmount"
399
+ | "List"
400
+ | "Liquidation"
401
+ | "LiquidationPrice"
402
+ | "LiquidationId"
403
+ | "LiquidationCost"
404
+ | "Link"
405
+ | "Link2"
406
+ | "Lightning2"
407
+ | "Lightning"
408
+ | "LessThan"
409
+ | "Lend"
410
+ | "Landscape"
411
+ | "Kyc"
412
+ | "Kyc2"
413
+ | "Keyboard"
414
+ | "InterestRate"
415
+ | "InterestAmount"
416
+ | "InstantBuySell"
417
+ | "InrM"
418
+ | "InitialLtv"
419
+ | "Info"
420
+ | "InfoFilled"
421
+ | "Indicators"
422
+ | "IncomeSource"
423
+ | "Ifsc"
424
+ | "IdentityCard"
425
+ | "Home"
426
+ | "History"
427
+ | "History2"
428
+ | "Hide"
429
+ | "Help"
430
+ | "Help2"
431
+ | "Hamburger"
432
+ | "Gst"
433
+ | "GstNew"
434
+ | "GreaterThanEqualTo"
435
+ | "Globe"
436
+ | "Gallery"
437
+ | "Futures"
438
+ | "Form"
439
+ | "Fingerprint"
440
+ | "Filter"
441
+ | "FilterApplied"
442
+ | "FiatWithdraw"
443
+ | "FiatDeposit"
444
+ | "Fees"
445
+ | "FeesNew2"
446
+ | "FeesNew1"
447
+ | "Facelock"
448
+ | "ExternalLink"
449
+ | "Expiry"
450
+ | "Expand"
451
+ | "Exclamation"
452
+ | "Exchange"
453
+ | "Error"
454
+ | "EmiDuedate"
455
+ | "EmiAmount"
456
+ | "Email"
457
+ | "Edit"
458
+ | "Earned"
459
+ | "DrivingLicence"
460
+ | "Downwards"
461
+ | "Download"
462
+ | "Download2"
463
+ | "DocumentScan"
464
+ | "Dob"
465
+ | "District"
466
+ | "DepthChart"
467
+ | "Deposit"
468
+ | "DepositSimple"
469
+ | "Delete"
470
+ | "Deactivate"
471
+ | "CryptoWallet"
472
+ | "Cross"
473
+ | "Coupon"
474
+ | "Copy"
475
+ | "Contract"
476
+ | "Completed"
477
+ | "Compare"
478
+ | "Coins"
479
+ | "CoinStack"
480
+ | "Clock"
481
+ | "City"
482
+ | "CirculationSupply"
483
+ | "CircleTick"
484
+ | "CircleCross"
485
+ | "Cheque"
486
+ | "CheckboxOn"
487
+ | "CheckboxAll"
488
+ | "Chart"
489
+ | "CandleChart"
490
+ | "Cancelled"
491
+ | "Camera"
492
+ | "Calendar"
493
+ | "Calculator"
494
+ | "BuyCrypto"
495
+ | "Browser"
496
+ | "Bonus"
497
+ | "Blog"
498
+ | "Beneficiary"
499
+ | "Basket"
500
+ | "Bank"
501
+ | "Bank2"
502
+ | "Bank1"
503
+ | "BalanceLtv"
504
+ | "BackKeyboard"
505
+ | "Aud"
506
+ | "Asterik"
507
+ | "ArrowUp"
508
+ | "ArrowTransfer"
509
+ | "ArrowRight"
510
+ | "ArrowLeft"
511
+ | "ArrowDown"
512
+ | "Archive"
513
+ | "Api"
514
+ | "Alert"
515
+ | "Address"
516
+ | "Add"
517
+ | "AddUser"
518
+ | "AddCollateral"
519
+ | "Activity"
520
+ | "AccountNo"
521
+ | "SLNew"
522
+ | "i4Graph"
523
+ | "i1Graph";
524
+
525
+ export enum Icons {
785
526
  ZipCode = "zip-code",
527
+ Xpress = "xpress",
528
+ WithdrawSimple = "withdraw-simple",
529
+ Whitelisted = "whitelisted",
530
+ WayArrow = "way-arrow",
531
+ Wallet = "wallet",
532
+ VotingCard = "voting-card",
533
+ UsdtM = "usdt-m",
534
+ Upwards = "upwards",
535
+ Upload = "upload",
536
+ Upi = "upi",
537
+ UpiNew = "upi-new",
538
+ UpiLandscape = "upi-landscape",
539
+ Unlock = "unlock",
540
+ Unarchive = "unarchive",
541
+ Trophy = "trophy",
542
+ Trigger = "trigger",
543
+ Trending3 = "trending-3",
544
+ Trending2 = "trending-2",
545
+ Trending1 = "trending-1",
546
+ Trash = "trash",
547
+ Trade2 = "trade-2",
548
+ TotalPayableLumpsum = "total-payable-lumpsum",
549
+ Time = "time",
550
+ Tick = "tick",
551
+ Term = "term",
552
+ Templates = "templates",
553
+ Team = "team",
554
+ Tds = "tds",
555
+ Taxnode = "taxnode",
556
+ Support = "support",
557
+ Summary = "summary",
558
+ Success = "success",
559
+ Subtract = "subtract",
560
+ SubtractCircle = "subtract-circle",
561
+ StreetAddress = "street-address",
562
+ Stop = "stop",
563
+ Statement = "statement",
564
+ Star = "star",
565
+ StarFilled = "star-filled",
566
+ Stamp = "stamp",
567
+ Sorter01 = "sorter_01",
568
+ Sorter = "sorter",
569
+ SorterFilled = "sorter-filled",
570
+ Sms = "sms",
571
+ Slide = "slide",
572
+ Slide2 = "slide-2",
573
+ Sip = "sip",
574
+ Side = "side",
575
+ Side2 = "side-2",
576
+ Show = "show",
577
+ Shield = "shield",
578
+ Share = "share",
579
+ Sgd = "sgd",
580
+ Settings = "settings",
581
+ Separator = "separator",
582
+ Send = "send",
583
+ SendStatement = "send-statement",
584
+ SendOnlyArrow = "send-only-arrow",
585
+ SendLightning = "send-lightning",
586
+ SendEmail = "send-email",
587
+ SendCoin = "send-coin",
588
+ SellCrypto = "sell-crypto",
589
+ Selfie = "selfie",
590
+ Security = "security",
591
+ Search = "search",
592
+ Search2 = "search-2",
593
+ Scan = "scan",
594
+ Save = "save",
595
+ Reset = "reset",
596
+ Reports = "reports",
597
+ RepaymentSchedule = "repayment-schedule",
598
+ Redo = "redo",
599
+ Receive = "receive",
600
+ ReceiveLightning = "receive-lightning",
601
+ ReceiveCoin = "receive-coin",
602
+ ReceiveCoinOnlyArrow = "receive-coin-only-arrow",
603
+ Ream = "ream",
604
+ Rank = "rank",
605
+ Quicktrade = "quicktrade",
606
+ QrCode = "qr-code",
607
+ Profile = "profile",
608
+ ProfileBorder = "profile-border",
609
+ Profile1 = "profile-1",
610
+ Previous = "previous",
611
+ PrepayPrincipal = "prepay-principal",
612
+ Positive = "positive",
613
+ Portrait = "portrait",
614
+ PlusMinus = "plus-minus",
615
+ Play = "play",
616
+ Phone = "phone",
617
+ Percentage = "percentage",
618
+ Pending = "pending",
619
+ PenaltyCharges = "penalty-charges",
620
+ Pdf = "pdf",
621
+ PayOffLoan = "pay-off-loan",
622
+ PayOffLoan2 = "pay-off-loan-2",
623
+ PayLumpsum = "pay-lumpsum",
624
+ PayEmi = "pay-emi",
625
+ Passport = "passport",
626
+ Passbook = "passbook",
627
+ Pan = "pan",
628
+ Pair = "pair",
629
+ PairSelector = "pair-selector",
630
+ OrdersComplete = "orders-complete",
631
+ Order = "order",
632
+ Order2 = "order-2",
633
+ Ongoing = "ongoing",
634
+ Occupation = "occupation",
635
+ Notification = "notification",
636
+ Note = "note",
637
+ Nominee = "nominee",
638
+ Next = "next",
639
+ Network = "network",
640
+ Negative = "negative",
641
+ Needle = "needle",
642
+ Name = "name",
643
+ MoreThan = "more-than",
644
+ MoreOptions = "more-options",
645
+ MobileDevice = "mobile-device",
646
+ Menu = "menu",
647
+ MaxSupply = "max-supply",
648
+ Margin = "margin",
649
+ MarginCall = "margin-call",
650
+ Map = "map",
651
+ Mail = "mail",
652
+ LtvRatio = "ltv-ratio",
653
+ Logout = "logout",
654
+ Locked = "locked",
655
+ Lock = "lock",
656
+ Location = "location",
657
+ LoanTerm = "loan-term",
658
+ LoanRepayment = "loan-repayment",
659
+ LoanDetails = "loan-details",
660
+ LoanAmount = "loan-amount",
661
+ List = "list",
662
+ Liquidation = "liquidation",
663
+ LiquidationPrice = "liquidation-price",
664
+ LiquidationId = "liquidation-id",
665
+ LiquidationCost = "liquidation-cost",
666
+ Link = "link",
667
+ Link2 = "link-2",
668
+ Lightning2 = "lightning2",
669
+ Lightning = "lightning",
670
+ LessThan = "less-than",
671
+ Lend = "lend",
672
+ Landscape = "landscape",
673
+ Kyc = "kyc",
674
+ Kyc2 = "kyc-2",
675
+ Keyboard = "keyboard",
676
+ InterestRate = "interest-rate",
677
+ InterestAmount = "interest-amount",
678
+ InstantBuySell = "instant-buy-sell",
679
+ InrM = "inr-m",
680
+ InitialLtv = "initial-ltv",
681
+ Info = "info",
682
+ InfoFilled = "info-filled",
683
+ Indicators = "indicators",
684
+ IncomeSource = "income-source",
685
+ Ifsc = "ifsc",
686
+ IdentityCard = "identity-card",
687
+ Home = "home",
688
+ History = "history",
689
+ History2 = "history-2",
690
+ Hide = "hide",
691
+ Help = "help",
692
+ Help2 = "help-2",
693
+ Hamburger = "hamburger",
694
+ Gst = "gst",
695
+ GstNew = "gst-new",
696
+ GreaterThanEqualTo = "greater-than-equal-to",
697
+ Globe = "globe",
698
+ Gallery = "gallery",
699
+ Futures = "futures",
700
+ Form = "form",
701
+ Fingerprint = "fingerprint",
702
+ Filter = "filter",
703
+ FilterApplied = "filter-applied",
704
+ FiatWithdraw = "fiat-withdraw",
705
+ FiatDeposit = "fiat-deposit",
706
+ Fees = "fees",
707
+ FeesNew2 = "fees-new2",
708
+ FeesNew1 = "fees-new1",
709
+ Facelock = "facelock",
710
+ ExternalLink = "external-link",
711
+ Expiry = "expiry",
712
+ Expand = "expand",
713
+ Exclamation = "exclamation",
714
+ Exchange = "exchange",
715
+ Error = "error",
716
+ EmiDuedate = "emi-duedate",
717
+ EmiAmount = "emi-amount",
718
+ Email = "email",
719
+ Edit = "edit",
720
+ Earned = "earned",
721
+ DrivingLicence = "driving-licence",
722
+ Downwards = "downwards",
723
+ Download = "download",
724
+ Download2 = "download-2",
725
+ DocumentScan = "document-scan",
726
+ Dob = "dob",
727
+ District = "district",
728
+ DepthChart = "depth-chart",
729
+ Deposit = "deposit",
730
+ DepositSimple = "deposit-simple",
731
+ Delete = "delete",
732
+ Deactivate = "deactivate",
733
+ CryptoWallet = "crypto-wallet",
734
+ Cross = "cross",
735
+ Coupon = "coupon",
736
+ Copy = "copy",
737
+ Contract = "contract",
738
+ Completed = "completed",
739
+ Compare = "compare",
740
+ Coins = "coins",
741
+ CoinStack = "coin-stack",
742
+ Clock = "clock",
743
+ City = "city",
744
+ CirculationSupply = "circulation-supply",
745
+ CircleTick = "circle-tick",
746
+ CircleCross = "circle-cross",
747
+ Cheque = "cheque",
748
+ CheckboxOn = "checkbox-on",
749
+ CheckboxAll = "checkbox-all",
750
+ Chart = "chart",
751
+ CandleChart = "candle-chart",
752
+ Cancelled = "cancelled",
753
+ Camera = "camera",
754
+ Calendar = "calendar",
755
+ Calculator = "calculator",
756
+ BuyCrypto = "buy-crypto",
757
+ Browser = "browser",
758
+ Bonus = "bonus",
759
+ Blog = "blog",
760
+ Beneficiary = "beneficiary",
761
+ Basket = "basket",
762
+ Bank = "bank",
763
+ Bank2 = "bank-2",
764
+ Bank1 = "bank-1",
765
+ BalanceLtv = "balance-ltv",
766
+ BackKeyboard = "back_keyboard",
767
+ Aud = "aud",
768
+ Asterik = "asterik",
769
+ ArrowUp = "arrow-up",
770
+ ArrowTransfer = "arrow-transfer",
771
+ ArrowRight = "arrow-right",
772
+ ArrowLeft = "arrow-left",
773
+ ArrowDown = "arrow-down",
774
+ Archive = "archive",
775
+ Api = "api",
776
+ Alert = "alert",
777
+ Address = "address",
778
+ Add = "add",
779
+ AddUser = "add-user",
780
+ AddCollateral = "add-collateral",
781
+ Activity = "activity",
782
+ AccountNo = "account-no",
783
+ SLNew = "SL-new",
784
+ i4Graph = "4-graph",
785
+ i1Graph = "1-graph",
786
786
  }
787
787
 
788
788
  export const ICONS_CODEPOINTS: { [key in Icons]: string } = {
789
- [Icons.i1Graph]: "61697",
790
- [Icons.i4Graph]: "61698",
791
- [Icons.AccountNo]: "61699",
792
- [Icons.Activity]: "61700",
793
- [Icons.AddCollateral]: "61701",
794
- [Icons.AddUser]: "61702",
795
- [Icons.Add]: "61703",
796
- [Icons.Address]: "61704",
797
- [Icons.Alert]: "61705",
798
- [Icons.Api]: "61706",
799
- [Icons.Archive]: "61707",
800
- [Icons.ArrowDown]: "61708",
801
- [Icons.ArrowLeft]: "61709",
802
- [Icons.ArrowRight]: "61710",
803
- [Icons.ArrowTransfer]: "61711",
804
- [Icons.ArrowUp]: "61712",
805
- [Icons.Asterik]: "61713",
806
- [Icons.Aud]: "61714",
807
- [Icons.BackKeyboard]: "61715",
808
- [Icons.BalanceLtv]: "61716",
809
- [Icons.Bank_1]: "61717",
810
- [Icons.Bank_2]: "61718",
811
- [Icons.Bank]: "61719",
812
- [Icons.Basket]: "61720",
813
- [Icons.Beneficiary]: "61721",
814
- [Icons.Blog]: "61722",
815
- [Icons.Bonus]: "61723",
816
- [Icons.Browser]: "61724",
817
- [Icons.BuyCrypto]: "61725",
818
- [Icons.Calculator]: "61726",
819
- [Icons.Calendar]: "61727",
820
- [Icons.Camera]: "61728",
821
- [Icons.Cancelled]: "61729",
822
- [Icons.CandleChart]: "61730",
823
- [Icons.Chart]: "61731",
824
- [Icons.CheckboxAll]: "61732",
825
- [Icons.CheckboxOn]: "61733",
826
- [Icons.Cheque]: "61734",
827
- [Icons.CircleCross]: "61735",
828
- [Icons.CircleTick]: "61736",
829
- [Icons.CirculationSupply]: "61737",
830
- [Icons.City]: "61738",
831
- [Icons.Clock]: "61739",
832
- [Icons.CoinStack]: "61740",
833
- [Icons.Coins]: "61741",
834
- [Icons.Compare]: "61742",
835
- [Icons.Completed]: "61743",
836
- [Icons.Contract]: "61744",
837
- [Icons.Copy]: "61745",
838
- [Icons.Coupon]: "61746",
839
- [Icons.Cross]: "61747",
840
- [Icons.CryptoWallet]: "61748",
841
- [Icons.Deactivate]: "61749",
842
- [Icons.Delete]: "61750",
843
- [Icons.DepositSimple]: "61751",
844
- [Icons.Deposit]: "61752",
845
- [Icons.DepthChart]: "61753",
846
- [Icons.District]: "61754",
847
- [Icons.Dob]: "61755",
848
- [Icons.DocumentScan]: "61756",
849
- [Icons.Download_2]: "61757",
850
- [Icons.Download]: "61758",
851
- [Icons.Downwards]: "61759",
852
- [Icons.DrivingLicence]: "61760",
853
- [Icons.Earned]: "61761",
854
- [Icons.Edit]: "61762",
855
- [Icons.Email]: "61763",
856
- [Icons.EmiAmount]: "61764",
857
- [Icons.EmiDuedate]: "61765",
858
- [Icons.Error]: "61766",
859
- [Icons.Exchange]: "61767",
860
- [Icons.Exclamation]: "61768",
861
- [Icons.Expand]: "61769",
862
- [Icons.Expiry]: "61770",
863
- [Icons.ExternalLink]: "61771",
864
- [Icons.Facelock]: "61772",
865
- [Icons.FeesNew1]: "61773",
866
- [Icons.FeesNew2]: "61774",
867
- [Icons.Fees]: "61775",
868
- [Icons.FiatDeposit]: "61776",
869
- [Icons.FiatWithdraw]: "61777",
870
- [Icons.FilterApplied]: "61778",
871
- [Icons.Filter]: "61779",
872
- [Icons.Fingerprint]: "61780",
873
- [Icons.Form]: "61781",
874
- [Icons.Futures]: "61782",
875
- [Icons.Gallery]: "61783",
876
- [Icons.Globe]: "61784",
877
- [Icons.GreaterThanEqualTo]: "61785",
878
- [Icons.GstNew]: "61786",
879
- [Icons.Gst]: "61787",
880
- [Icons.Hamburger]: "61788",
881
- [Icons.Help_2]: "61789",
882
- [Icons.Help]: "61790",
883
- [Icons.Hide]: "61791",
884
- [Icons.History_2]: "61792",
885
- [Icons.History]: "61793",
886
- [Icons.Home]: "61794",
887
- [Icons.IdentityCard]: "61795",
888
- [Icons.Ifsc]: "61796",
889
- [Icons.IncomeSource]: "61797",
890
- [Icons.Indicators]: "61798",
891
- [Icons.InfoFilled]: "61799",
892
- [Icons.Info]: "61800",
893
- [Icons.InitialLtv]: "61801",
894
- [Icons.InrM]: "61802",
895
- [Icons.InstantBuySell]: "61803",
896
- [Icons.InterestAmount]: "61804",
897
- [Icons.InterestRate]: "61805",
898
- [Icons.Keyboard]: "61806",
899
- [Icons.Kyc_2]: "61807",
900
- [Icons.Kyc]: "61808",
901
- [Icons.Landscape]: "61809",
902
- [Icons.Lend]: "61810",
903
- [Icons.LessThan]: "61811",
904
- [Icons.Lightning]: "61812",
905
- [Icons.Lightning2]: "61813",
906
- [Icons.Link_2]: "61814",
907
- [Icons.Link]: "61815",
908
- [Icons.LiquidationCost]: "61816",
909
- [Icons.LiquidationId]: "61817",
910
- [Icons.LiquidationPrice]: "61818",
911
- [Icons.Liquidation]: "61819",
912
- [Icons.List]: "61820",
913
- [Icons.LoanAmount]: "61821",
914
- [Icons.LoanDetails]: "61822",
915
- [Icons.LoanRepayment]: "61823",
916
- [Icons.LoanTerm]: "61824",
917
- [Icons.Location]: "61825",
789
+ [Icons.ZipCode]: "61697",
790
+ [Icons.Xpress]: "61698",
791
+ [Icons.WithdrawSimple]: "61699",
792
+ [Icons.Whitelisted]: "61700",
793
+ [Icons.WayArrow]: "61701",
794
+ [Icons.Wallet]: "61702",
795
+ [Icons.VotingCard]: "61703",
796
+ [Icons.UsdtM]: "61704",
797
+ [Icons.Upwards]: "61705",
798
+ [Icons.Upload]: "61706",
799
+ [Icons.Upi]: "61707",
800
+ [Icons.UpiNew]: "61708",
801
+ [Icons.UpiLandscape]: "61709",
802
+ [Icons.Unlock]: "61710",
803
+ [Icons.Unarchive]: "61711",
804
+ [Icons.Trophy]: "61712",
805
+ [Icons.Trigger]: "61713",
806
+ [Icons.Trending3]: "61714",
807
+ [Icons.Trending2]: "61715",
808
+ [Icons.Trending1]: "61716",
809
+ [Icons.Trash]: "61717",
810
+ [Icons.Trade2]: "61718",
811
+ [Icons.TotalPayableLumpsum]: "61719",
812
+ [Icons.Time]: "61720",
813
+ [Icons.Tick]: "61721",
814
+ [Icons.Term]: "61722",
815
+ [Icons.Templates]: "61723",
816
+ [Icons.Team]: "61724",
817
+ [Icons.Tds]: "61725",
818
+ [Icons.Taxnode]: "61726",
819
+ [Icons.Support]: "61727",
820
+ [Icons.Summary]: "61728",
821
+ [Icons.Success]: "61729",
822
+ [Icons.Subtract]: "61730",
823
+ [Icons.SubtractCircle]: "61731",
824
+ [Icons.StreetAddress]: "61732",
825
+ [Icons.Stop]: "61733",
826
+ [Icons.Statement]: "61734",
827
+ [Icons.Star]: "61735",
828
+ [Icons.StarFilled]: "61736",
829
+ [Icons.Stamp]: "61737",
830
+ [Icons.Sorter01]: "61738",
831
+ [Icons.Sorter]: "61739",
832
+ [Icons.SorterFilled]: "61740",
833
+ [Icons.Sms]: "61741",
834
+ [Icons.Slide]: "61742",
835
+ [Icons.Slide2]: "61743",
836
+ [Icons.Sip]: "61744",
837
+ [Icons.Side]: "61745",
838
+ [Icons.Side2]: "61746",
839
+ [Icons.Show]: "61747",
840
+ [Icons.Shield]: "61748",
841
+ [Icons.Share]: "61749",
842
+ [Icons.Sgd]: "61750",
843
+ [Icons.Settings]: "61751",
844
+ [Icons.Separator]: "61752",
845
+ [Icons.Send]: "61753",
846
+ [Icons.SendStatement]: "61754",
847
+ [Icons.SendOnlyArrow]: "61755",
848
+ [Icons.SendLightning]: "61756",
849
+ [Icons.SendEmail]: "61757",
850
+ [Icons.SendCoin]: "61758",
851
+ [Icons.SellCrypto]: "61759",
852
+ [Icons.Selfie]: "61760",
853
+ [Icons.Security]: "61761",
854
+ [Icons.Search]: "61762",
855
+ [Icons.Search2]: "61763",
856
+ [Icons.Scan]: "61764",
857
+ [Icons.Save]: "61765",
858
+ [Icons.Reset]: "61766",
859
+ [Icons.Reports]: "61767",
860
+ [Icons.RepaymentSchedule]: "61768",
861
+ [Icons.Redo]: "61769",
862
+ [Icons.Receive]: "61770",
863
+ [Icons.ReceiveLightning]: "61771",
864
+ [Icons.ReceiveCoin]: "61772",
865
+ [Icons.ReceiveCoinOnlyArrow]: "61773",
866
+ [Icons.Ream]: "61774",
867
+ [Icons.Rank]: "61775",
868
+ [Icons.Quicktrade]: "61776",
869
+ [Icons.QrCode]: "61777",
870
+ [Icons.Profile]: "61778",
871
+ [Icons.ProfileBorder]: "61779",
872
+ [Icons.Profile1]: "61780",
873
+ [Icons.Previous]: "61781",
874
+ [Icons.PrepayPrincipal]: "61782",
875
+ [Icons.Positive]: "61783",
876
+ [Icons.Portrait]: "61784",
877
+ [Icons.PlusMinus]: "61785",
878
+ [Icons.Play]: "61786",
879
+ [Icons.Phone]: "61787",
880
+ [Icons.Percentage]: "61788",
881
+ [Icons.Pending]: "61789",
882
+ [Icons.PenaltyCharges]: "61790",
883
+ [Icons.Pdf]: "61791",
884
+ [Icons.PayOffLoan]: "61792",
885
+ [Icons.PayOffLoan2]: "61793",
886
+ [Icons.PayLumpsum]: "61794",
887
+ [Icons.PayEmi]: "61795",
888
+ [Icons.Passport]: "61796",
889
+ [Icons.Passbook]: "61797",
890
+ [Icons.Pan]: "61798",
891
+ [Icons.Pair]: "61799",
892
+ [Icons.PairSelector]: "61800",
893
+ [Icons.OrdersComplete]: "61801",
894
+ [Icons.Order]: "61802",
895
+ [Icons.Order2]: "61803",
896
+ [Icons.Ongoing]: "61804",
897
+ [Icons.Occupation]: "61805",
898
+ [Icons.Notification]: "61806",
899
+ [Icons.Note]: "61807",
900
+ [Icons.Nominee]: "61808",
901
+ [Icons.Next]: "61809",
902
+ [Icons.Network]: "61810",
903
+ [Icons.Negative]: "61811",
904
+ [Icons.Needle]: "61812",
905
+ [Icons.Name]: "61813",
906
+ [Icons.MoreThan]: "61814",
907
+ [Icons.MoreOptions]: "61815",
908
+ [Icons.MobileDevice]: "61816",
909
+ [Icons.Menu]: "61817",
910
+ [Icons.MaxSupply]: "61818",
911
+ [Icons.Margin]: "61819",
912
+ [Icons.MarginCall]: "61820",
913
+ [Icons.Map]: "61821",
914
+ [Icons.Mail]: "61822",
915
+ [Icons.LtvRatio]: "61823",
916
+ [Icons.Logout]: "61824",
917
+ [Icons.Locked]: "61825",
918
918
  [Icons.Lock]: "61826",
919
- [Icons.Locked]: "61827",
920
- [Icons.Logout]: "61828",
921
- [Icons.LtvRatio]: "61829",
922
- [Icons.Mail]: "61830",
923
- [Icons.Map]: "61831",
924
- [Icons.MarginCall]: "61832",
925
- [Icons.Margin]: "61833",
926
- [Icons.MaxSupply]: "61834",
927
- [Icons.Menu]: "61835",
928
- [Icons.MobileDevice]: "61836",
929
- [Icons.MoreOptions]: "61837",
930
- [Icons.MoreThan]: "61838",
931
- [Icons.Name]: "61839",
932
- [Icons.Needle]: "61840",
933
- [Icons.Negative]: "61841",
934
- [Icons.Network]: "61842",
935
- [Icons.Next]: "61843",
936
- [Icons.Nominee]: "61844",
937
- [Icons.Note]: "61845",
938
- [Icons.Notification]: "61846",
939
- [Icons.Occupation]: "61847",
940
- [Icons.Ongoing]: "61848",
941
- [Icons.Order_2]: "61849",
942
- [Icons.Order]: "61850",
943
- [Icons.OrdersComplete]: "61851",
944
- [Icons.PairSelector]: "61852",
945
- [Icons.Pair]: "61853",
946
- [Icons.Pan]: "61854",
947
- [Icons.Passbook]: "61855",
948
- [Icons.Passport]: "61856",
949
- [Icons.PayEmi]: "61857",
950
- [Icons.PayLumpsum]: "61858",
951
- [Icons.PayOffLoan_2]: "61859",
952
- [Icons.PayOffLoan]: "61860",
953
- [Icons.Pdf]: "61861",
954
- [Icons.PenaltyCharges]: "61862",
955
- [Icons.Pending]: "61863",
956
- [Icons.Percentage]: "61864",
957
- [Icons.Phone]: "61865",
958
- [Icons.Play]: "61866",
959
- [Icons.PlusMinus]: "61867",
960
- [Icons.Portrait]: "61868",
961
- [Icons.Positive]: "61869",
962
- [Icons.PrepayPrincipal]: "61870",
963
- [Icons.Previous]: "61871",
964
- [Icons.Profile_1]: "61872",
965
- [Icons.ProfileBorder]: "61873",
966
- [Icons.Profile]: "61874",
967
- [Icons.QrCode]: "61875",
968
- [Icons.Quicktrade]: "61876",
969
- [Icons.Rank]: "61877",
970
- [Icons.Ream]: "61878",
971
- [Icons.ReceiveCoinOnlyArrow]: "61879",
972
- [Icons.ReceiveCoin]: "61880",
973
- [Icons.ReceiveLightning]: "61881",
974
- [Icons.Receive]: "61882",
975
- [Icons.Redo]: "61883",
976
- [Icons.RepaymentSchedule]: "61884",
977
- [Icons.Reports]: "61885",
978
- [Icons.Reset]: "61886",
979
- [Icons.Save]: "61887",
980
- [Icons.Scan]: "61888",
981
- [Icons.Search_2]: "61889",
982
- [Icons.Search]: "61890",
983
- [Icons.Security]: "61891",
984
- [Icons.Selfie]: "61892",
985
- [Icons.SellCrypto]: "61893",
986
- [Icons.SendCoin]: "61894",
987
- [Icons.SendEmail]: "61895",
988
- [Icons.SendLightning]: "61896",
989
- [Icons.SendOnlyArrow]: "61897",
990
- [Icons.SendStatement]: "61898",
991
- [Icons.Send]: "61899",
992
- [Icons.Separator]: "61900",
993
- [Icons.Settings]: "61901",
994
- [Icons.Sgd]: "61902",
995
- [Icons.Share]: "61903",
996
- [Icons.Shield]: "61904",
997
- [Icons.Show]: "61905",
998
- [Icons.Side_2]: "61906",
999
- [Icons.Side]: "61907",
1000
- [Icons.Sip]: "61908",
1001
- [Icons.SlNew]: "61909",
1002
- [Icons.Slide_2]: "61910",
1003
- [Icons.Slide]: "61911",
1004
- [Icons.Sms]: "61912",
1005
- [Icons.Sorter_01]: "61913",
1006
- [Icons.SorterFilled]: "61914",
1007
- [Icons.Sorter]: "61915",
1008
- [Icons.Stamp]: "61916",
1009
- [Icons.StarFilled]: "61917",
1010
- [Icons.Star]: "61918",
1011
- [Icons.Statement]: "61919",
1012
- [Icons.Stop]: "61920",
1013
- [Icons.StreetAddress]: "61921",
1014
- [Icons.SubtractCircle]: "61922",
1015
- [Icons.Subtract]: "61923",
1016
- [Icons.Success]: "61924",
1017
- [Icons.Summary]: "61925",
1018
- [Icons.Support]: "61926",
1019
- [Icons.Taxnode]: "61927",
1020
- [Icons.Tds]: "61928",
1021
- [Icons.Team]: "61929",
1022
- [Icons.Templates]: "61930",
1023
- [Icons.Term]: "61931",
1024
- [Icons.Tick]: "61932",
1025
- [Icons.Time]: "61933",
1026
- [Icons.TotalPayableLumpsum]: "61934",
1027
- [Icons.Trade_2]: "61935",
1028
- [Icons.Trash]: "61936",
1029
- [Icons.Trending_1]: "61937",
1030
- [Icons.Trending_2]: "61938",
1031
- [Icons.Trending_3]: "61939",
1032
- [Icons.Trigger]: "61940",
1033
- [Icons.Trophy]: "61941",
1034
- [Icons.Unarchive]: "61942",
1035
- [Icons.Unlock]: "61943",
1036
- [Icons.UpiLandscape]: "61944",
1037
- [Icons.UpiNew]: "61945",
1038
- [Icons.Upi]: "61946",
1039
- [Icons.Upload]: "61947",
1040
- [Icons.Upwards]: "61948",
1041
- [Icons.UsdtM]: "61949",
1042
- [Icons.VotingCard]: "61950",
1043
- [Icons.Wallet]: "61951",
1044
- [Icons.WayArrow]: "61952",
1045
- [Icons.Whitelisted]: "61953",
1046
- [Icons.WithdrawSimple]: "61954",
1047
- [Icons.Xpress]: "61955",
1048
- [Icons.ZipCode]: "61956",
919
+ [Icons.Location]: "61827",
920
+ [Icons.LoanTerm]: "61828",
921
+ [Icons.LoanRepayment]: "61829",
922
+ [Icons.LoanDetails]: "61830",
923
+ [Icons.LoanAmount]: "61831",
924
+ [Icons.List]: "61832",
925
+ [Icons.Liquidation]: "61833",
926
+ [Icons.LiquidationPrice]: "61834",
927
+ [Icons.LiquidationId]: "61835",
928
+ [Icons.LiquidationCost]: "61836",
929
+ [Icons.Link]: "61837",
930
+ [Icons.Link2]: "61838",
931
+ [Icons.Lightning2]: "61839",
932
+ [Icons.Lightning]: "61840",
933
+ [Icons.LessThan]: "61841",
934
+ [Icons.Lend]: "61842",
935
+ [Icons.Landscape]: "61843",
936
+ [Icons.Kyc]: "61844",
937
+ [Icons.Kyc2]: "61845",
938
+ [Icons.Keyboard]: "61846",
939
+ [Icons.InterestRate]: "61847",
940
+ [Icons.InterestAmount]: "61848",
941
+ [Icons.InstantBuySell]: "61849",
942
+ [Icons.InrM]: "61850",
943
+ [Icons.InitialLtv]: "61851",
944
+ [Icons.Info]: "61852",
945
+ [Icons.InfoFilled]: "61853",
946
+ [Icons.Indicators]: "61854",
947
+ [Icons.IncomeSource]: "61855",
948
+ [Icons.Ifsc]: "61856",
949
+ [Icons.IdentityCard]: "61857",
950
+ [Icons.Home]: "61858",
951
+ [Icons.History]: "61859",
952
+ [Icons.History2]: "61860",
953
+ [Icons.Hide]: "61861",
954
+ [Icons.Help]: "61862",
955
+ [Icons.Help2]: "61863",
956
+ [Icons.Hamburger]: "61864",
957
+ [Icons.Gst]: "61865",
958
+ [Icons.GstNew]: "61866",
959
+ [Icons.GreaterThanEqualTo]: "61867",
960
+ [Icons.Globe]: "61868",
961
+ [Icons.Gallery]: "61869",
962
+ [Icons.Futures]: "61870",
963
+ [Icons.Form]: "61871",
964
+ [Icons.Fingerprint]: "61872",
965
+ [Icons.Filter]: "61873",
966
+ [Icons.FilterApplied]: "61874",
967
+ [Icons.FiatWithdraw]: "61875",
968
+ [Icons.FiatDeposit]: "61876",
969
+ [Icons.Fees]: "61877",
970
+ [Icons.FeesNew2]: "61878",
971
+ [Icons.FeesNew1]: "61879",
972
+ [Icons.Facelock]: "61880",
973
+ [Icons.ExternalLink]: "61881",
974
+ [Icons.Expiry]: "61882",
975
+ [Icons.Expand]: "61883",
976
+ [Icons.Exclamation]: "61884",
977
+ [Icons.Exchange]: "61885",
978
+ [Icons.Error]: "61886",
979
+ [Icons.EmiDuedate]: "61887",
980
+ [Icons.EmiAmount]: "61888",
981
+ [Icons.Email]: "61889",
982
+ [Icons.Edit]: "61890",
983
+ [Icons.Earned]: "61891",
984
+ [Icons.DrivingLicence]: "61892",
985
+ [Icons.Downwards]: "61893",
986
+ [Icons.Download]: "61894",
987
+ [Icons.Download2]: "61895",
988
+ [Icons.DocumentScan]: "61896",
989
+ [Icons.Dob]: "61897",
990
+ [Icons.District]: "61898",
991
+ [Icons.DepthChart]: "61899",
992
+ [Icons.Deposit]: "61900",
993
+ [Icons.DepositSimple]: "61901",
994
+ [Icons.Delete]: "61902",
995
+ [Icons.Deactivate]: "61903",
996
+ [Icons.CryptoWallet]: "61904",
997
+ [Icons.Cross]: "61905",
998
+ [Icons.Coupon]: "61906",
999
+ [Icons.Copy]: "61907",
1000
+ [Icons.Contract]: "61908",
1001
+ [Icons.Completed]: "61909",
1002
+ [Icons.Compare]: "61910",
1003
+ [Icons.Coins]: "61911",
1004
+ [Icons.CoinStack]: "61912",
1005
+ [Icons.Clock]: "61913",
1006
+ [Icons.City]: "61914",
1007
+ [Icons.CirculationSupply]: "61915",
1008
+ [Icons.CircleTick]: "61916",
1009
+ [Icons.CircleCross]: "61917",
1010
+ [Icons.Cheque]: "61918",
1011
+ [Icons.CheckboxOn]: "61919",
1012
+ [Icons.CheckboxAll]: "61920",
1013
+ [Icons.Chart]: "61921",
1014
+ [Icons.CandleChart]: "61922",
1015
+ [Icons.Cancelled]: "61923",
1016
+ [Icons.Camera]: "61924",
1017
+ [Icons.Calendar]: "61925",
1018
+ [Icons.Calculator]: "61926",
1019
+ [Icons.BuyCrypto]: "61927",
1020
+ [Icons.Browser]: "61928",
1021
+ [Icons.Bonus]: "61929",
1022
+ [Icons.Blog]: "61930",
1023
+ [Icons.Beneficiary]: "61931",
1024
+ [Icons.Basket]: "61932",
1025
+ [Icons.Bank]: "61933",
1026
+ [Icons.Bank2]: "61934",
1027
+ [Icons.Bank1]: "61935",
1028
+ [Icons.BalanceLtv]: "61936",
1029
+ [Icons.BackKeyboard]: "61937",
1030
+ [Icons.Aud]: "61938",
1031
+ [Icons.Asterik]: "61939",
1032
+ [Icons.ArrowUp]: "61940",
1033
+ [Icons.ArrowTransfer]: "61941",
1034
+ [Icons.ArrowRight]: "61942",
1035
+ [Icons.ArrowLeft]: "61943",
1036
+ [Icons.ArrowDown]: "61944",
1037
+ [Icons.Archive]: "61945",
1038
+ [Icons.Api]: "61946",
1039
+ [Icons.Alert]: "61947",
1040
+ [Icons.Address]: "61948",
1041
+ [Icons.Add]: "61949",
1042
+ [Icons.AddUser]: "61950",
1043
+ [Icons.AddCollateral]: "61951",
1044
+ [Icons.Activity]: "61952",
1045
+ [Icons.AccountNo]: "61953",
1046
+ [Icons.SLNew]: "61954",
1047
+ [Icons.i4Graph]: "61955",
1048
+ [Icons.i1Graph]: "61956",
1049
1049
  };