zebpay-ui 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Accordion/index.d.ts +11 -0
- package/dist/cjs/components/Accordion/style.d.ts +5 -0
- package/dist/cjs/components/Button/index.d.ts +5 -0
- package/dist/cjs/components/Button/styles.d.ts +10 -0
- package/dist/cjs/components/Button/typings.d.ts +11 -0
- package/dist/cjs/components/Checkbox/index.d.ts +5 -0
- package/dist/cjs/components/Checkbox/styles.d.ts +8 -0
- package/dist/cjs/components/Checkbox/typings.d.ts +13 -0
- package/dist/cjs/components/CircularLoader/index.d.ts +4 -0
- package/dist/cjs/components/CircularLoader/style.d.ts +2 -0
- package/dist/cjs/components/CircularLoader/typings.d.ts +4 -0
- package/dist/cjs/components/DateRangePicker/index.d.ts +14 -0
- package/dist/cjs/components/Input/index.d.ts +4 -0
- package/dist/cjs/components/Input/styles.d.ts +13 -0
- package/dist/cjs/components/Input/typings.d.ts +23 -0
- package/dist/cjs/components/PinInput/PinInputField.d.ts +5 -0
- package/dist/cjs/components/PinInput/index.d.ts +5 -0
- package/dist/cjs/components/PinInput/style.d.ts +8 -0
- package/dist/cjs/components/PinInput/typing.d.ts +19 -0
- package/dist/cjs/components/Popper/index.d.ts +5 -0
- package/dist/cjs/components/Popper/styles.d.ts +6 -0
- package/dist/cjs/components/Popper/typings.d.ts +14 -0
- package/dist/cjs/components/Radio/index.d.ts +5 -0
- package/dist/cjs/components/Radio/styles.d.ts +3 -0
- package/dist/cjs/components/Radio/typings.d.ts +13 -0
- package/dist/cjs/components/Tabs/index.d.ts +6 -0
- package/dist/cjs/components/Tabs/styles.d.ts +10 -0
- package/dist/cjs/components/Tabs/typings.d.ts +15 -0
- package/dist/cjs/components/Tags/index.d.ts +8 -0
- package/dist/cjs/components/Tags/style.d.ts +1 -0
- package/dist/cjs/components/Toast/index.d.ts +6 -0
- package/dist/cjs/components/Toast/styles.d.ts +12 -0
- package/dist/cjs/components/Toast/typings.d.ts +6 -0
- package/dist/cjs/components/index.d.ts +12 -0
- package/dist/cjs/hooks/index.d.ts +1 -0
- package/dist/cjs/hooks/useFocus.d.ts +6 -0
- package/dist/cjs/index.d.ts +2 -0
- package/dist/cjs/index.js +2 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/styles/colors.d.ts +34 -0
- package/dist/cjs/styles/index.d.ts +5 -0
- package/dist/cjs/styles/mixins.d.ts +20 -0
- package/dist/cjs/styles/typography.d.ts +6 -0
- package/dist/cjs/styles/utils.d.ts +10 -0
- package/dist/esm/components/Accordion/index.d.ts +11 -0
- package/dist/esm/components/Accordion/style.d.ts +5 -0
- package/dist/esm/components/Button/index.d.ts +5 -0
- package/dist/esm/components/Button/styles.d.ts +10 -0
- package/dist/esm/components/Button/typings.d.ts +11 -0
- package/dist/esm/components/Checkbox/index.d.ts +5 -0
- package/dist/esm/components/Checkbox/styles.d.ts +8 -0
- package/dist/esm/components/Checkbox/typings.d.ts +13 -0
- package/dist/esm/components/CircularLoader/index.d.ts +4 -0
- package/dist/esm/components/CircularLoader/style.d.ts +2 -0
- package/dist/esm/components/CircularLoader/typings.d.ts +4 -0
- package/dist/esm/components/DateRangePicker/index.d.ts +14 -0
- package/dist/esm/components/Input/index.d.ts +4 -0
- package/dist/esm/components/Input/styles.d.ts +13 -0
- package/dist/esm/components/Input/typings.d.ts +23 -0
- package/dist/esm/components/PinInput/PinInputField.d.ts +5 -0
- package/dist/esm/components/PinInput/index.d.ts +5 -0
- package/dist/esm/components/PinInput/style.d.ts +8 -0
- package/dist/esm/components/PinInput/typing.d.ts +19 -0
- package/dist/esm/components/Popper/index.d.ts +5 -0
- package/dist/esm/components/Popper/styles.d.ts +6 -0
- package/dist/esm/components/Popper/typings.d.ts +14 -0
- package/dist/esm/components/Radio/index.d.ts +5 -0
- package/dist/esm/components/Radio/styles.d.ts +3 -0
- package/dist/esm/components/Radio/typings.d.ts +13 -0
- package/dist/esm/components/Tabs/index.d.ts +6 -0
- package/dist/esm/components/Tabs/styles.d.ts +10 -0
- package/dist/esm/components/Tabs/typings.d.ts +15 -0
- package/dist/esm/components/Tags/index.d.ts +8 -0
- package/dist/esm/components/Tags/style.d.ts +1 -0
- package/dist/esm/components/Toast/index.d.ts +6 -0
- package/dist/esm/components/Toast/styles.d.ts +12 -0
- package/dist/esm/components/Toast/typings.d.ts +6 -0
- package/dist/esm/components/index.d.ts +12 -0
- package/dist/esm/hooks/index.d.ts +1 -0
- package/dist/esm/hooks/useFocus.d.ts +6 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/styles/colors.d.ts +34 -0
- package/dist/esm/styles/index.d.ts +5 -0
- package/dist/esm/styles/mixins.d.ts +20 -0
- package/dist/esm/styles/typography.d.ts +6 -0
- package/dist/esm/styles/utils.d.ts +10 -0
- package/dist/icons/icons.css +489 -0
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +1473 -0
- package/dist/icons/icons.json +159 -0
- package/dist/icons/icons.ts +637 -0
- package/dist/icons/icons.woff +0 -0
- package/dist/icons/icons.woff2 +0 -0
- package/package.json +1 -1
- package/release.md +10 -0
|
@@ -0,0 +1,489 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "icons";
|
|
3
|
+
src: url("./icons.eot?be1dd6f2957f3e6142085516be87f8ce#iefix") format("embedded-opentype"),
|
|
4
|
+
url("./icons.woff2?be1dd6f2957f3e6142085516be87f8ce") format("woff2"),
|
|
5
|
+
url("./icons.woff?be1dd6f2957f3e6142085516be87f8ce") format("woff");
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
9
|
+
font-family: icons !important;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-weight: normal !important;
|
|
12
|
+
font-variant: normal;
|
|
13
|
+
text-transform: none;
|
|
14
|
+
line-height: 1;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.icon-1-graph:before {
|
|
20
|
+
content: "\f101";
|
|
21
|
+
}
|
|
22
|
+
.icon-4-graph:before {
|
|
23
|
+
content: "\f102";
|
|
24
|
+
}
|
|
25
|
+
.icon-account-no:before {
|
|
26
|
+
content: "\f103";
|
|
27
|
+
}
|
|
28
|
+
.icon-activity:before {
|
|
29
|
+
content: "\f104";
|
|
30
|
+
}
|
|
31
|
+
.icon-add-collateral:before {
|
|
32
|
+
content: "\f105";
|
|
33
|
+
}
|
|
34
|
+
.icon-add:before {
|
|
35
|
+
content: "\f106";
|
|
36
|
+
}
|
|
37
|
+
.icon-address:before {
|
|
38
|
+
content: "\f107";
|
|
39
|
+
}
|
|
40
|
+
.icon-api:before {
|
|
41
|
+
content: "\f108";
|
|
42
|
+
}
|
|
43
|
+
.icon-arrow-down:before {
|
|
44
|
+
content: "\f109";
|
|
45
|
+
}
|
|
46
|
+
.icon-arrow-left:before {
|
|
47
|
+
content: "\f10a";
|
|
48
|
+
}
|
|
49
|
+
.icon-arrow-right:before {
|
|
50
|
+
content: "\f10b";
|
|
51
|
+
}
|
|
52
|
+
.icon-arrow-up:before {
|
|
53
|
+
content: "\f10c";
|
|
54
|
+
}
|
|
55
|
+
.icon-asterik:before {
|
|
56
|
+
content: "\f10d";
|
|
57
|
+
}
|
|
58
|
+
.icon-balance-ltv:before {
|
|
59
|
+
content: "\f10e";
|
|
60
|
+
}
|
|
61
|
+
.icon-bank:before {
|
|
62
|
+
content: "\f10f";
|
|
63
|
+
}
|
|
64
|
+
.icon-blog:before {
|
|
65
|
+
content: "\f110";
|
|
66
|
+
}
|
|
67
|
+
.icon-bonus:before {
|
|
68
|
+
content: "\f111";
|
|
69
|
+
}
|
|
70
|
+
.icon-buy-crypto:before {
|
|
71
|
+
content: "\f112";
|
|
72
|
+
}
|
|
73
|
+
.icon-calendar:before {
|
|
74
|
+
content: "\f113";
|
|
75
|
+
}
|
|
76
|
+
.icon-camera:before {
|
|
77
|
+
content: "\f114";
|
|
78
|
+
}
|
|
79
|
+
.icon-cancelled:before {
|
|
80
|
+
content: "\f115";
|
|
81
|
+
}
|
|
82
|
+
.icon-candle-chart:before {
|
|
83
|
+
content: "\f116";
|
|
84
|
+
}
|
|
85
|
+
.icon-cheque:before {
|
|
86
|
+
content: "\f117";
|
|
87
|
+
}
|
|
88
|
+
.icon-circle-cross:before {
|
|
89
|
+
content: "\f118";
|
|
90
|
+
}
|
|
91
|
+
.icon-circulation-supply:before {
|
|
92
|
+
content: "\f119";
|
|
93
|
+
}
|
|
94
|
+
.icon-city:before {
|
|
95
|
+
content: "\f11a";
|
|
96
|
+
}
|
|
97
|
+
.icon-coin-stack:before {
|
|
98
|
+
content: "\f11b";
|
|
99
|
+
}
|
|
100
|
+
.icon-coins:before {
|
|
101
|
+
content: "\f11c";
|
|
102
|
+
}
|
|
103
|
+
.icon-compare:before {
|
|
104
|
+
content: "\f11d";
|
|
105
|
+
}
|
|
106
|
+
.icon-completed:before {
|
|
107
|
+
content: "\f11e";
|
|
108
|
+
}
|
|
109
|
+
.icon-contract:before {
|
|
110
|
+
content: "\f11f";
|
|
111
|
+
}
|
|
112
|
+
.icon-copy:before {
|
|
113
|
+
content: "\f120";
|
|
114
|
+
}
|
|
115
|
+
.icon-coupon:before {
|
|
116
|
+
content: "\f121";
|
|
117
|
+
}
|
|
118
|
+
.icon-cross:before {
|
|
119
|
+
content: "\f122";
|
|
120
|
+
}
|
|
121
|
+
.icon-deactivate:before {
|
|
122
|
+
content: "\f123";
|
|
123
|
+
}
|
|
124
|
+
.icon-deposit:before {
|
|
125
|
+
content: "\f124";
|
|
126
|
+
}
|
|
127
|
+
.icon-depth-chart:before {
|
|
128
|
+
content: "\f125";
|
|
129
|
+
}
|
|
130
|
+
.icon-district:before {
|
|
131
|
+
content: "\f126";
|
|
132
|
+
}
|
|
133
|
+
.icon-dob:before {
|
|
134
|
+
content: "\f127";
|
|
135
|
+
}
|
|
136
|
+
.icon-download:before {
|
|
137
|
+
content: "\f128";
|
|
138
|
+
}
|
|
139
|
+
.icon-downwards:before {
|
|
140
|
+
content: "\f129";
|
|
141
|
+
}
|
|
142
|
+
.icon-driving-licence:before {
|
|
143
|
+
content: "\f12a";
|
|
144
|
+
}
|
|
145
|
+
.icon-earned:before {
|
|
146
|
+
content: "\f12b";
|
|
147
|
+
}
|
|
148
|
+
.icon-edit:before {
|
|
149
|
+
content: "\f12c";
|
|
150
|
+
}
|
|
151
|
+
.icon-email:before {
|
|
152
|
+
content: "\f12d";
|
|
153
|
+
}
|
|
154
|
+
.icon-emi-amount:before {
|
|
155
|
+
content: "\f12e";
|
|
156
|
+
}
|
|
157
|
+
.icon-emi-duedate:before {
|
|
158
|
+
content: "\f12f";
|
|
159
|
+
}
|
|
160
|
+
.icon-error:before {
|
|
161
|
+
content: "\f130";
|
|
162
|
+
}
|
|
163
|
+
.icon-expand:before {
|
|
164
|
+
content: "\f131";
|
|
165
|
+
}
|
|
166
|
+
.icon-external-link:before {
|
|
167
|
+
content: "\f132";
|
|
168
|
+
}
|
|
169
|
+
.icon-facelock:before {
|
|
170
|
+
content: "\f133";
|
|
171
|
+
}
|
|
172
|
+
.icon-fees:before {
|
|
173
|
+
content: "\f134";
|
|
174
|
+
}
|
|
175
|
+
.icon-filter:before {
|
|
176
|
+
content: "\f135";
|
|
177
|
+
}
|
|
178
|
+
.icon-fingerprint:before {
|
|
179
|
+
content: "\f136";
|
|
180
|
+
}
|
|
181
|
+
.icon-form:before {
|
|
182
|
+
content: "\f137";
|
|
183
|
+
}
|
|
184
|
+
.icon-globe:before {
|
|
185
|
+
content: "\f138";
|
|
186
|
+
}
|
|
187
|
+
.icon-hamburger:before {
|
|
188
|
+
content: "\f139";
|
|
189
|
+
}
|
|
190
|
+
.icon-help:before {
|
|
191
|
+
content: "\f13a";
|
|
192
|
+
}
|
|
193
|
+
.icon-hide:before {
|
|
194
|
+
content: "\f13b";
|
|
195
|
+
}
|
|
196
|
+
.icon-home:before {
|
|
197
|
+
content: "\f13c";
|
|
198
|
+
}
|
|
199
|
+
.icon-ifsc:before {
|
|
200
|
+
content: "\f13d";
|
|
201
|
+
}
|
|
202
|
+
.icon-income-source:before {
|
|
203
|
+
content: "\f13e";
|
|
204
|
+
}
|
|
205
|
+
.icon-indicators:before {
|
|
206
|
+
content: "\f13f";
|
|
207
|
+
}
|
|
208
|
+
.icon-info:before {
|
|
209
|
+
content: "\f140";
|
|
210
|
+
}
|
|
211
|
+
.icon-initial-ltv:before {
|
|
212
|
+
content: "\f141";
|
|
213
|
+
}
|
|
214
|
+
.icon-instant-buy-sell:before {
|
|
215
|
+
content: "\f142";
|
|
216
|
+
}
|
|
217
|
+
.icon-interest-amount:before {
|
|
218
|
+
content: "\f143";
|
|
219
|
+
}
|
|
220
|
+
.icon-interest-rate:before {
|
|
221
|
+
content: "\f144";
|
|
222
|
+
}
|
|
223
|
+
.icon-kyc:before {
|
|
224
|
+
content: "\f145";
|
|
225
|
+
}
|
|
226
|
+
.icon-lend:before {
|
|
227
|
+
content: "\f146";
|
|
228
|
+
}
|
|
229
|
+
.icon-link:before {
|
|
230
|
+
content: "\f147";
|
|
231
|
+
}
|
|
232
|
+
.icon-liquidation-cost:before {
|
|
233
|
+
content: "\f148";
|
|
234
|
+
}
|
|
235
|
+
.icon-liquidation-id:before {
|
|
236
|
+
content: "\f149";
|
|
237
|
+
}
|
|
238
|
+
.icon-liquidation-price:before {
|
|
239
|
+
content: "\f14a";
|
|
240
|
+
}
|
|
241
|
+
.icon-liquidation:before {
|
|
242
|
+
content: "\f14b";
|
|
243
|
+
}
|
|
244
|
+
.icon-list:before {
|
|
245
|
+
content: "\f14c";
|
|
246
|
+
}
|
|
247
|
+
.icon-loan-amount:before {
|
|
248
|
+
content: "\f14d";
|
|
249
|
+
}
|
|
250
|
+
.icon-loan-details:before {
|
|
251
|
+
content: "\f14e";
|
|
252
|
+
}
|
|
253
|
+
.icon-loan-repayment:before {
|
|
254
|
+
content: "\f14f";
|
|
255
|
+
}
|
|
256
|
+
.icon-loan-term:before {
|
|
257
|
+
content: "\f150";
|
|
258
|
+
}
|
|
259
|
+
.icon-location:before {
|
|
260
|
+
content: "\f151";
|
|
261
|
+
}
|
|
262
|
+
.icon-lock:before {
|
|
263
|
+
content: "\f152";
|
|
264
|
+
}
|
|
265
|
+
.icon-logout:before {
|
|
266
|
+
content: "\f153";
|
|
267
|
+
}
|
|
268
|
+
.icon-ltv-ratio:before {
|
|
269
|
+
content: "\f154";
|
|
270
|
+
}
|
|
271
|
+
.icon-mail:before {
|
|
272
|
+
content: "\f155";
|
|
273
|
+
}
|
|
274
|
+
.icon-map:before {
|
|
275
|
+
content: "\f156";
|
|
276
|
+
}
|
|
277
|
+
.icon-margin-call:before {
|
|
278
|
+
content: "\f157";
|
|
279
|
+
}
|
|
280
|
+
.icon-max-supply:before {
|
|
281
|
+
content: "\f158";
|
|
282
|
+
}
|
|
283
|
+
.icon-menu:before {
|
|
284
|
+
content: "\f159";
|
|
285
|
+
}
|
|
286
|
+
.icon-more-options:before {
|
|
287
|
+
content: "\f15a";
|
|
288
|
+
}
|
|
289
|
+
.icon-negative:before {
|
|
290
|
+
content: "\f15b";
|
|
291
|
+
}
|
|
292
|
+
.icon-network:before {
|
|
293
|
+
content: "\f15c";
|
|
294
|
+
}
|
|
295
|
+
.icon-next:before {
|
|
296
|
+
content: "\f15d";
|
|
297
|
+
}
|
|
298
|
+
.icon-nominee:before {
|
|
299
|
+
content: "\f15e";
|
|
300
|
+
}
|
|
301
|
+
.icon-note:before {
|
|
302
|
+
content: "\f15f";
|
|
303
|
+
}
|
|
304
|
+
.icon-notification:before {
|
|
305
|
+
content: "\f160";
|
|
306
|
+
}
|
|
307
|
+
.icon-occupation:before {
|
|
308
|
+
content: "\f161";
|
|
309
|
+
}
|
|
310
|
+
.icon-ongoing:before {
|
|
311
|
+
content: "\f162";
|
|
312
|
+
}
|
|
313
|
+
.icon-order:before {
|
|
314
|
+
content: "\f163";
|
|
315
|
+
}
|
|
316
|
+
.icon-orders-complete:before {
|
|
317
|
+
content: "\f164";
|
|
318
|
+
}
|
|
319
|
+
.icon-pair-selector:before {
|
|
320
|
+
content: "\f165";
|
|
321
|
+
}
|
|
322
|
+
.icon-pan:before {
|
|
323
|
+
content: "\f166";
|
|
324
|
+
}
|
|
325
|
+
.icon-passbook:before {
|
|
326
|
+
content: "\f167";
|
|
327
|
+
}
|
|
328
|
+
.icon-passport:before {
|
|
329
|
+
content: "\f168";
|
|
330
|
+
}
|
|
331
|
+
.icon-pay-emi:before {
|
|
332
|
+
content: "\f169";
|
|
333
|
+
}
|
|
334
|
+
.icon-pay-lumpsum:before {
|
|
335
|
+
content: "\f16a";
|
|
336
|
+
}
|
|
337
|
+
.icon-pay-off-loan:before {
|
|
338
|
+
content: "\f16b";
|
|
339
|
+
}
|
|
340
|
+
.icon-penalty-charges:before {
|
|
341
|
+
content: "\f16c";
|
|
342
|
+
}
|
|
343
|
+
.icon-percentage:before {
|
|
344
|
+
content: "\f16d";
|
|
345
|
+
}
|
|
346
|
+
.icon-phone:before {
|
|
347
|
+
content: "\f16e";
|
|
348
|
+
}
|
|
349
|
+
.icon-positive:before {
|
|
350
|
+
content: "\f16f";
|
|
351
|
+
}
|
|
352
|
+
.icon-prepay-principal:before {
|
|
353
|
+
content: "\f170";
|
|
354
|
+
}
|
|
355
|
+
.icon-previous:before {
|
|
356
|
+
content: "\f171";
|
|
357
|
+
}
|
|
358
|
+
.icon-profile:before {
|
|
359
|
+
content: "\f172";
|
|
360
|
+
}
|
|
361
|
+
.icon-quicktrade:before {
|
|
362
|
+
content: "\f173";
|
|
363
|
+
}
|
|
364
|
+
.icon-rank:before {
|
|
365
|
+
content: "\f174";
|
|
366
|
+
}
|
|
367
|
+
.icon-ream:before {
|
|
368
|
+
content: "\f175";
|
|
369
|
+
}
|
|
370
|
+
.icon-recieve:before {
|
|
371
|
+
content: "\f176";
|
|
372
|
+
}
|
|
373
|
+
.icon-repayment-schedule:before {
|
|
374
|
+
content: "\f177";
|
|
375
|
+
}
|
|
376
|
+
.icon-reports:before {
|
|
377
|
+
content: "\f178";
|
|
378
|
+
}
|
|
379
|
+
.icon-reset:before {
|
|
380
|
+
content: "\f179";
|
|
381
|
+
}
|
|
382
|
+
.icon-save:before {
|
|
383
|
+
content: "\f17a";
|
|
384
|
+
}
|
|
385
|
+
.icon-scan:before {
|
|
386
|
+
content: "\f17b";
|
|
387
|
+
}
|
|
388
|
+
.icon-search:before {
|
|
389
|
+
content: "\f17c";
|
|
390
|
+
}
|
|
391
|
+
.icon-security:before {
|
|
392
|
+
content: "\f17d";
|
|
393
|
+
}
|
|
394
|
+
.icon-selfie:before {
|
|
395
|
+
content: "\f17e";
|
|
396
|
+
}
|
|
397
|
+
.icon-sell-crypto:before {
|
|
398
|
+
content: "\f17f";
|
|
399
|
+
}
|
|
400
|
+
.icon-send-email:before {
|
|
401
|
+
content: "\f180";
|
|
402
|
+
}
|
|
403
|
+
.icon-send:before {
|
|
404
|
+
content: "\f181";
|
|
405
|
+
}
|
|
406
|
+
.icon-separator:before {
|
|
407
|
+
content: "\f182";
|
|
408
|
+
}
|
|
409
|
+
.icon-setttings:before {
|
|
410
|
+
content: "\f183";
|
|
411
|
+
}
|
|
412
|
+
.icon-share:before {
|
|
413
|
+
content: "\f184";
|
|
414
|
+
}
|
|
415
|
+
.icon-show:before {
|
|
416
|
+
content: "\f185";
|
|
417
|
+
}
|
|
418
|
+
.icon-side:before {
|
|
419
|
+
content: "\f186";
|
|
420
|
+
}
|
|
421
|
+
.icon-sip:before {
|
|
422
|
+
content: "\f187";
|
|
423
|
+
}
|
|
424
|
+
.icon-sms:before {
|
|
425
|
+
content: "\f188";
|
|
426
|
+
}
|
|
427
|
+
.icon-star-filled:before {
|
|
428
|
+
content: "\f189";
|
|
429
|
+
}
|
|
430
|
+
.icon-star:before {
|
|
431
|
+
content: "\f18a";
|
|
432
|
+
}
|
|
433
|
+
.icon-statement:before {
|
|
434
|
+
content: "\f18b";
|
|
435
|
+
}
|
|
436
|
+
.icon-stop:before {
|
|
437
|
+
content: "\f18c";
|
|
438
|
+
}
|
|
439
|
+
.icon-street-address:before {
|
|
440
|
+
content: "\f18d";
|
|
441
|
+
}
|
|
442
|
+
.icon-subtract:before {
|
|
443
|
+
content: "\f18e";
|
|
444
|
+
}
|
|
445
|
+
.icon-success:before {
|
|
446
|
+
content: "\f18f";
|
|
447
|
+
}
|
|
448
|
+
.icon-support:before {
|
|
449
|
+
content: "\f190";
|
|
450
|
+
}
|
|
451
|
+
.icon-templates:before {
|
|
452
|
+
content: "\f191";
|
|
453
|
+
}
|
|
454
|
+
.icon-term:before {
|
|
455
|
+
content: "\f192";
|
|
456
|
+
}
|
|
457
|
+
.icon-tick:before {
|
|
458
|
+
content: "\f193";
|
|
459
|
+
}
|
|
460
|
+
.icon-total-payable-lumpsum:before {
|
|
461
|
+
content: "\f194";
|
|
462
|
+
}
|
|
463
|
+
.icon-trash:before {
|
|
464
|
+
content: "\f195";
|
|
465
|
+
}
|
|
466
|
+
.icon-unlock:before {
|
|
467
|
+
content: "\f196";
|
|
468
|
+
}
|
|
469
|
+
.icon-upi:before {
|
|
470
|
+
content: "\f197";
|
|
471
|
+
}
|
|
472
|
+
.icon-upload:before {
|
|
473
|
+
content: "\f198";
|
|
474
|
+
}
|
|
475
|
+
.icon-upwards:before {
|
|
476
|
+
content: "\f199";
|
|
477
|
+
}
|
|
478
|
+
.icon-voting-card:before {
|
|
479
|
+
content: "\f19a";
|
|
480
|
+
}
|
|
481
|
+
.icon-wallet:before {
|
|
482
|
+
content: "\f19b";
|
|
483
|
+
}
|
|
484
|
+
.icon-xpress:before {
|
|
485
|
+
content: "\f19c";
|
|
486
|
+
}
|
|
487
|
+
.icon-zip-code:before {
|
|
488
|
+
content: "\f19d";
|
|
489
|
+
}
|
|
Binary file
|