@inchurch/matcha-icons 20.0.8 → 20.276.0
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/README.md +5 -0
- package/demo.html +6758 -6478
- package/fonts/matcha-icons.eot +0 -0
- package/fonts/matcha-icons.svg +98 -78
- package/fonts/matcha-icons.ttf +0 -0
- package/fonts/matcha-icons.woff +0 -0
- package/matcha-icons.css +305 -245
- package/package.json +1 -1
- package/selection.json +1 -1
- package/source/{matcha-icons-v65.0.zip → matcha-icons-v67.0.zip} +0 -0
- package/style.css +813 -753
- package/matcha-icons.json +0 -8079
package/matcha-icons.css
CHANGED
|
@@ -38,40 +38,40 @@
|
|
|
38
38
|
-moz-osx-font-smoothing: grayscale;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
[class^="i-matcha-"].i-size-
|
|
42
|
-
[class*=" i-matcha-"].i-size-
|
|
41
|
+
[class^="i-matcha-"].i-size-tiny,
|
|
42
|
+
[class*=" i-matcha-"].i-size-tiny {
|
|
43
43
|
line-height: 12px;
|
|
44
44
|
font-size: 12px;
|
|
45
45
|
height: 12px;
|
|
46
46
|
width: 12px;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
[class^="i-matcha-"].i-size-
|
|
50
|
-
[class*=" i-matcha-"].i-size-
|
|
49
|
+
[class^="i-matcha-"].i-size-small,
|
|
50
|
+
[class*=" i-matcha-"].i-size-small {
|
|
51
51
|
line-height: 16px;
|
|
52
52
|
font-size: 16px;
|
|
53
53
|
height: 16px;
|
|
54
54
|
width: 16px;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
[class^="i-matcha-"].i-size-
|
|
58
|
-
[class*=" i-matcha-"].i-size-
|
|
57
|
+
[class^="i-matcha-"].i-size-medium,
|
|
58
|
+
[class*=" i-matcha-"].i-size-medium {
|
|
59
59
|
line-height: 24px;
|
|
60
60
|
font-size: 24px;
|
|
61
61
|
height: 24px;
|
|
62
62
|
width: 24px;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
[class^="i-matcha-"].i-size-
|
|
66
|
-
[class*=" i-matcha-"].i-size-
|
|
65
|
+
[class^="i-matcha-"].i-size-large,
|
|
66
|
+
[class*=" i-matcha-"].i-size-large {
|
|
67
67
|
line-height: 32px;
|
|
68
68
|
font-size: 32px;
|
|
69
69
|
height: 32px;
|
|
70
70
|
width: 32px;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
[class^="i-matcha-"].i-size-
|
|
74
|
-
[class*=" i-matcha-"].i-size-
|
|
73
|
+
[class^="i-matcha-"].i-size-huge,
|
|
74
|
+
[class*=" i-matcha-"].i-size-huge {
|
|
75
75
|
line-height: 48px;
|
|
76
76
|
font-size: 48px;
|
|
77
77
|
height: 48px;
|
|
@@ -84,74 +84,107 @@
|
|
|
84
84
|
// -------------------------------------------------------------------------------------------------------------------
|
|
85
85
|
*/
|
|
86
86
|
|
|
87
|
-
.i-matcha-app:before {
|
|
88
|
-
content: "\ea93";
|
|
89
|
-
}
|
|
90
|
-
.i-matcha-site:before {
|
|
91
|
-
content: "\ea94";
|
|
92
|
-
}
|
|
93
87
|
.i-matcha-home:before {
|
|
94
88
|
content: "\e948";
|
|
95
89
|
}
|
|
96
90
|
.i-matcha-home-out:before {
|
|
97
91
|
content: "\e964";
|
|
98
92
|
}
|
|
99
|
-
.i-matcha-content:before {
|
|
100
|
-
content: "\e942";
|
|
101
|
-
}
|
|
102
|
-
.i-matcha-content-out:before {
|
|
103
|
-
content: "\e95e";
|
|
104
|
-
}
|
|
105
93
|
.i-matcha-events:before {
|
|
106
94
|
content: "\e945";
|
|
107
95
|
}
|
|
108
96
|
.i-matcha-events-out:before {
|
|
109
97
|
content: "\e961";
|
|
110
98
|
}
|
|
99
|
+
.i-matcha-content:before {
|
|
100
|
+
content: "\e942";
|
|
101
|
+
}
|
|
102
|
+
.i-matcha-content-out:before {
|
|
103
|
+
content: "\e95e";
|
|
104
|
+
}
|
|
111
105
|
.i-matcha-favorite:before {
|
|
112
106
|
content: "\e946";
|
|
113
107
|
}
|
|
114
108
|
.i-matcha-favorite-out:before {
|
|
115
109
|
content: "\e962";
|
|
116
110
|
}
|
|
117
|
-
.i-matcha-tv:before {
|
|
118
|
-
content: "\e954";
|
|
119
|
-
}
|
|
120
|
-
.i-matcha-tv-out:before {
|
|
121
|
-
content: "\e970";
|
|
122
|
-
}
|
|
123
111
|
.i-matcha-bible:before {
|
|
124
112
|
content: "\e93a";
|
|
125
113
|
}
|
|
126
114
|
.i-matcha-bible-out:before {
|
|
127
115
|
content: "\e957";
|
|
128
116
|
}
|
|
129
|
-
.i-matcha-
|
|
130
|
-
content: "\
|
|
117
|
+
.i-matcha-hand-heart:before {
|
|
118
|
+
content: "\e9c2";
|
|
131
119
|
}
|
|
132
|
-
.i-matcha-
|
|
133
|
-
content: "\
|
|
120
|
+
.i-matcha-hand-heart-out:before {
|
|
121
|
+
content: "\e9fe";
|
|
134
122
|
}
|
|
135
|
-
.i-matcha-
|
|
136
|
-
content: "\
|
|
123
|
+
.i-matcha-business:before {
|
|
124
|
+
content: "\e93c";
|
|
137
125
|
}
|
|
138
|
-
.i-matcha-
|
|
139
|
-
content: "\
|
|
126
|
+
.i-matcha-business-out:before {
|
|
127
|
+
content: "\e959";
|
|
140
128
|
}
|
|
141
|
-
.i-matcha-
|
|
142
|
-
content: "\
|
|
129
|
+
.i-matcha-id-card:before {
|
|
130
|
+
content: "\e93d";
|
|
143
131
|
}
|
|
144
|
-
.i-matcha-
|
|
145
|
-
content: "\
|
|
132
|
+
.i-matcha-id-card-out:before {
|
|
133
|
+
content: "\e965";
|
|
146
134
|
}
|
|
147
|
-
.i-matcha-
|
|
148
|
-
content: "\
|
|
135
|
+
.i-matcha-password:before {
|
|
136
|
+
content: "\e90b";
|
|
137
|
+
}
|
|
138
|
+
.i-matcha-password-out:before {
|
|
139
|
+
content: "\e91e";
|
|
140
|
+
}
|
|
141
|
+
.i-matcha-cell:before {
|
|
142
|
+
content: "\e93f";
|
|
143
|
+
}
|
|
144
|
+
.i-matcha-cell-out:before {
|
|
145
|
+
content: "\e95b";
|
|
146
|
+
}
|
|
147
|
+
.i-matcha-upload:before {
|
|
148
|
+
content: "\e98f";
|
|
149
|
+
}
|
|
150
|
+
.i-matcha-upload-out:before {
|
|
151
|
+
content: "\e99c";
|
|
149
152
|
}
|
|
150
153
|
.i-matcha-download:before {
|
|
151
154
|
content: "\e943";
|
|
152
155
|
}
|
|
153
|
-
.i-matcha-
|
|
154
|
-
content: "\
|
|
156
|
+
.i-matcha-download-out:before {
|
|
157
|
+
content: "\e99e";
|
|
158
|
+
}
|
|
159
|
+
.i-matcha-cash:before {
|
|
160
|
+
content: "\ead5";
|
|
161
|
+
}
|
|
162
|
+
.i-matcha-cash-out:before {
|
|
163
|
+
content: "\ead6";
|
|
164
|
+
}
|
|
165
|
+
.i-matcha-clone:before {
|
|
166
|
+
content: "\eae9";
|
|
167
|
+
}
|
|
168
|
+
.i-matcha-clone-out:before {
|
|
169
|
+
content: "\eb55";
|
|
170
|
+
}
|
|
171
|
+
.i-matcha-thumb-up:before {
|
|
172
|
+
content: "\eb24";
|
|
173
|
+
}
|
|
174
|
+
.i-matcha-thumb-up-out:before {
|
|
175
|
+
content: "\eb22";
|
|
176
|
+
}
|
|
177
|
+
.i-matcha-thumb-down:before {
|
|
178
|
+
content: "\eb25";
|
|
179
|
+
}
|
|
180
|
+
.i-matcha-thumb-down-out:before {
|
|
181
|
+
content: "\eb23";
|
|
182
|
+
}
|
|
183
|
+
.i-matcha-cake:before {
|
|
184
|
+
content: "\e9b5";
|
|
185
|
+
}
|
|
186
|
+
.i-matcha-cake-out:before {
|
|
187
|
+
content: "\e9fc";
|
|
155
188
|
}
|
|
156
189
|
.i-matcha-groups:before {
|
|
157
190
|
content: "\e947";
|
|
@@ -159,11 +192,83 @@
|
|
|
159
192
|
.i-matcha-groups-out:before {
|
|
160
193
|
content: "\e963";
|
|
161
194
|
}
|
|
162
|
-
.i-matcha-
|
|
163
|
-
content: "\
|
|
195
|
+
.i-matcha-people:before {
|
|
196
|
+
content: "\ea22";
|
|
164
197
|
}
|
|
165
|
-
.i-matcha-
|
|
166
|
-
content: "\
|
|
198
|
+
.i-matcha-people-out:before {
|
|
199
|
+
content: "\eb4e";
|
|
200
|
+
}
|
|
201
|
+
.i-matcha-notification1:before {
|
|
202
|
+
content: "\e90a";
|
|
203
|
+
}
|
|
204
|
+
.i-matcha-notification-out:before {
|
|
205
|
+
content: "\e91d";
|
|
206
|
+
}
|
|
207
|
+
.i-matcha-cookie:before {
|
|
208
|
+
content: "\eae4";
|
|
209
|
+
}
|
|
210
|
+
.i-matcha-cookie-out:before {
|
|
211
|
+
content: "\eae5";
|
|
212
|
+
}
|
|
213
|
+
.i-matcha-publications:before {
|
|
214
|
+
content: "\e9c3";
|
|
215
|
+
}
|
|
216
|
+
.i-matcha-publications-out:before {
|
|
217
|
+
content: "\e9c4";
|
|
218
|
+
}
|
|
219
|
+
.i-matcha-body:before {
|
|
220
|
+
content: "\e9ba";
|
|
221
|
+
}
|
|
222
|
+
.i-matcha-body-out:before {
|
|
223
|
+
content: "\ea90";
|
|
224
|
+
}
|
|
225
|
+
.i-matcha-header:before {
|
|
226
|
+
content: "\eb35";
|
|
227
|
+
}
|
|
228
|
+
.i-matcha-header-out:before {
|
|
229
|
+
content: "\eb56";
|
|
230
|
+
}
|
|
231
|
+
.i-matcha-subscriptions:before {
|
|
232
|
+
content: "\eb57";
|
|
233
|
+
}
|
|
234
|
+
.i-matcha-subscriptions-out:before {
|
|
235
|
+
content: "\eb58";
|
|
236
|
+
}
|
|
237
|
+
.i-matcha-save:before {
|
|
238
|
+
content: "\e9ff";
|
|
239
|
+
}
|
|
240
|
+
.i-matcha-save-out:before {
|
|
241
|
+
content: "\ea00";
|
|
242
|
+
}
|
|
243
|
+
.i-matcha-education:before {
|
|
244
|
+
content: "\e97d";
|
|
245
|
+
}
|
|
246
|
+
.i-matcha-education-out:before {
|
|
247
|
+
content: "\eb59";
|
|
248
|
+
}
|
|
249
|
+
.i-matcha-file-export:before {
|
|
250
|
+
content: "\eb5a";
|
|
251
|
+
}
|
|
252
|
+
.i-matcha-file-export-out:before {
|
|
253
|
+
content: "\eb5b";
|
|
254
|
+
}
|
|
255
|
+
.i-matcha-export:before {
|
|
256
|
+
content: "\eb21";
|
|
257
|
+
}
|
|
258
|
+
.i-matcha-export-out:before {
|
|
259
|
+
content: "\eb5c";
|
|
260
|
+
}
|
|
261
|
+
.i-matcha-prayer:before {
|
|
262
|
+
content: "\e94e";
|
|
263
|
+
}
|
|
264
|
+
.i-matcha-prayer-out:before {
|
|
265
|
+
content: "\e96a";
|
|
266
|
+
}
|
|
267
|
+
.i-matcha-celebrate:before {
|
|
268
|
+
content: "\e9fd";
|
|
269
|
+
}
|
|
270
|
+
.i-matcha-celebrate-out:before {
|
|
271
|
+
content: "\eb5d";
|
|
167
272
|
}
|
|
168
273
|
.i-matcha-star:before {
|
|
169
274
|
content: "\e952";
|
|
@@ -171,17 +276,164 @@
|
|
|
171
276
|
.i-matcha-star-out:before {
|
|
172
277
|
content: "\e96e";
|
|
173
278
|
}
|
|
279
|
+
.i-matcha-edit:before {
|
|
280
|
+
content: "\e944";
|
|
281
|
+
}
|
|
282
|
+
.i-matcha-edit-out:before {
|
|
283
|
+
content: "\e960";
|
|
284
|
+
}
|
|
285
|
+
.i-matcha-copy:before {
|
|
286
|
+
content: "\e9c9";
|
|
287
|
+
}
|
|
288
|
+
.i-matcha-copy-out:before {
|
|
289
|
+
content: "\ea0a";
|
|
290
|
+
}
|
|
291
|
+
.i-matcha-agenda:before {
|
|
292
|
+
content: "\e939";
|
|
293
|
+
}
|
|
294
|
+
.i-matcha-agenda-out:before {
|
|
295
|
+
content: "\e956";
|
|
296
|
+
}
|
|
297
|
+
.i-matcha-calendar:before {
|
|
298
|
+
content: "\e901";
|
|
299
|
+
}
|
|
300
|
+
.i-matcha-calendar-out:before {
|
|
301
|
+
content: "\e914";
|
|
302
|
+
}
|
|
303
|
+
.i-matcha-delete:before {
|
|
304
|
+
content: "\e902";
|
|
305
|
+
}
|
|
306
|
+
.i-matcha-delete-out:before {
|
|
307
|
+
content: "\e915";
|
|
308
|
+
}
|
|
309
|
+
.i-matcha-visibility-on:before {
|
|
310
|
+
content: "\e912";
|
|
311
|
+
}
|
|
312
|
+
.i-matcha-visibility-on-out:before {
|
|
313
|
+
content: "\e925";
|
|
314
|
+
}
|
|
315
|
+
.i-matcha-visibility-off:before {
|
|
316
|
+
content: "\e911";
|
|
317
|
+
}
|
|
318
|
+
.i-matcha-visibility-off-out:before {
|
|
319
|
+
content: "\e924";
|
|
320
|
+
}
|
|
321
|
+
.i-matcha-kids1:before {
|
|
322
|
+
content: "\eb4f";
|
|
323
|
+
}
|
|
324
|
+
.i-matcha-kids-out:before {
|
|
325
|
+
content: "\ea20";
|
|
326
|
+
}
|
|
327
|
+
.i-matcha-code:before {
|
|
328
|
+
content: "\eb51";
|
|
329
|
+
}
|
|
330
|
+
.i-matcha-code-out:before {
|
|
331
|
+
content: "\eb50";
|
|
332
|
+
}
|
|
333
|
+
.i-matcha-village:before {
|
|
334
|
+
content: "\eb5e";
|
|
335
|
+
}
|
|
336
|
+
.i-matcha-village1:before {
|
|
337
|
+
content: "\eb5f";
|
|
338
|
+
}
|
|
339
|
+
.i-matcha-settings:before {
|
|
340
|
+
content: "\e90d";
|
|
341
|
+
}
|
|
342
|
+
.i-matcha-settings-out:before {
|
|
343
|
+
content: "\e920";
|
|
344
|
+
}
|
|
345
|
+
.i-matcha-archive:before {
|
|
346
|
+
content: "\e95f";
|
|
347
|
+
}
|
|
348
|
+
.i-matcha-archive-out:before {
|
|
349
|
+
content: "\eb60";
|
|
350
|
+
}
|
|
351
|
+
.i-matcha-undo:before {
|
|
352
|
+
content: "\eb61";
|
|
353
|
+
}
|
|
354
|
+
.i-matcha-redo:before {
|
|
355
|
+
content: "\eb62";
|
|
356
|
+
}
|
|
357
|
+
.i-matcha-email:before {
|
|
358
|
+
content: "\e9b3";
|
|
359
|
+
}
|
|
360
|
+
.i-matcha-email-out:before {
|
|
361
|
+
content: "\e9b4";
|
|
362
|
+
}
|
|
363
|
+
.i-matcha-app:before {
|
|
364
|
+
content: "\ea93";
|
|
365
|
+
}
|
|
366
|
+
.i-matcha-site:before {
|
|
367
|
+
content: "\ea94";
|
|
368
|
+
}
|
|
369
|
+
.i-matcha-power:before {
|
|
370
|
+
content: "\eb63";
|
|
371
|
+
}
|
|
372
|
+
.i-matcha-tv:before {
|
|
373
|
+
content: "\e954";
|
|
374
|
+
}
|
|
375
|
+
.i-matcha-tv-out:before {
|
|
376
|
+
content: "\e970";
|
|
377
|
+
}
|
|
378
|
+
.i-matcha-reading-plan:before {
|
|
379
|
+
content: "\e951";
|
|
380
|
+
}
|
|
381
|
+
.i-matcha-reading-plan-out:before {
|
|
382
|
+
content: "\e96d";
|
|
383
|
+
}
|
|
384
|
+
.i-matcha-church:before {
|
|
385
|
+
content: "\e940";
|
|
386
|
+
}
|
|
387
|
+
.i-matcha-church-out:before {
|
|
388
|
+
content: "\e95d";
|
|
389
|
+
}
|
|
390
|
+
.i-matcha-send:before {
|
|
391
|
+
content: "\ea0f";
|
|
392
|
+
}
|
|
393
|
+
.i-matcha-send-out:before {
|
|
394
|
+
content: "\eb64";
|
|
395
|
+
}
|
|
396
|
+
.i-matcha-plant:before {
|
|
397
|
+
content: "\eb65";
|
|
398
|
+
}
|
|
399
|
+
.i-matcha-plant-out:before {
|
|
400
|
+
content: "\eb66";
|
|
401
|
+
}
|
|
402
|
+
.i-matcha-add-people:before {
|
|
403
|
+
content: "\eb67";
|
|
404
|
+
}
|
|
405
|
+
.i-matcha-add-people-out:before {
|
|
406
|
+
content: "\eb68";
|
|
407
|
+
}
|
|
408
|
+
.i-matcha-transfer:before {
|
|
409
|
+
content: "\eacf";
|
|
410
|
+
}
|
|
411
|
+
.i-matcha-menu:before {
|
|
412
|
+
content: "\e909";
|
|
413
|
+
}
|
|
414
|
+
.i-matcha-update-balance:before {
|
|
415
|
+
content: "\ead4";
|
|
416
|
+
}
|
|
417
|
+
.i-matcha-trophy-out:before {
|
|
418
|
+
content: "\e95c";
|
|
419
|
+
}
|
|
420
|
+
.i-matcha-live:before {
|
|
421
|
+
content: "\e94a";
|
|
422
|
+
}
|
|
423
|
+
.i-matcha-live-out:before {
|
|
424
|
+
content: "\e966";
|
|
425
|
+
}
|
|
174
426
|
.i-matcha-news:before {
|
|
175
427
|
content: "\e94d";
|
|
176
428
|
}
|
|
177
429
|
.i-matcha-news-out:before {
|
|
178
430
|
content: "\e969";
|
|
179
431
|
}
|
|
180
|
-
.i-matcha-
|
|
181
|
-
content: "\
|
|
432
|
+
.i-matcha-push:before {
|
|
433
|
+
content: "\e9e7";
|
|
182
434
|
}
|
|
183
|
-
.i-matcha-
|
|
184
|
-
content: "\
|
|
435
|
+
.i-matcha-push-out:before {
|
|
436
|
+
content: "\e9f8";
|
|
185
437
|
}
|
|
186
438
|
.i-matcha-web:before {
|
|
187
439
|
content: "\e955";
|
|
@@ -189,36 +441,12 @@
|
|
|
189
441
|
.i-matcha-web-out:before {
|
|
190
442
|
content: "\e971";
|
|
191
443
|
}
|
|
192
|
-
.i-matcha-prayer:before {
|
|
193
|
-
content: "\e94e";
|
|
194
|
-
}
|
|
195
|
-
.i-matcha-prayer-out:before {
|
|
196
|
-
content: "\e96a";
|
|
197
|
-
}
|
|
198
444
|
.i-matcha-radio:before {
|
|
199
445
|
content: "\e950";
|
|
200
446
|
}
|
|
201
447
|
.i-matcha-radio-out:before {
|
|
202
448
|
content: "\e96c";
|
|
203
449
|
}
|
|
204
|
-
.i-matcha-id-card:before {
|
|
205
|
-
content: "\e93d";
|
|
206
|
-
}
|
|
207
|
-
.i-matcha-id-card-out:before {
|
|
208
|
-
content: "\e965";
|
|
209
|
-
}
|
|
210
|
-
.i-matcha-cell:before {
|
|
211
|
-
content: "\e93f";
|
|
212
|
-
}
|
|
213
|
-
.i-matcha-cell-out:before {
|
|
214
|
-
content: "\e95b";
|
|
215
|
-
}
|
|
216
|
-
.i-matcha-business:before {
|
|
217
|
-
content: "\e93c";
|
|
218
|
-
}
|
|
219
|
-
.i-matcha-business-out:before {
|
|
220
|
-
content: "\e959";
|
|
221
|
-
}
|
|
222
450
|
.i-matcha-contact:before {
|
|
223
451
|
content: "\e941";
|
|
224
452
|
}
|
|
@@ -261,9 +489,6 @@
|
|
|
261
489
|
.i-matcha-case-out:before {
|
|
262
490
|
content: "\e95a";
|
|
263
491
|
}
|
|
264
|
-
.i-matcha-cake:before {
|
|
265
|
-
content: "\e9b5";
|
|
266
|
-
}
|
|
267
492
|
.i-matcha-link:before {
|
|
268
493
|
content: "\e949";
|
|
269
494
|
}
|
|
@@ -318,39 +543,9 @@
|
|
|
318
543
|
.i-matcha-print-out2:before {
|
|
319
544
|
content: "\eae8";
|
|
320
545
|
}
|
|
321
|
-
.i-matcha-clone-out:before {
|
|
322
|
-
content: "\eae9";
|
|
323
|
-
}
|
|
324
|
-
.i-matcha-thumb-up-out:before {
|
|
325
|
-
content: "\eb22";
|
|
326
|
-
}
|
|
327
|
-
.i-matcha-thumb-down-out:before {
|
|
328
|
-
content: "\eb23";
|
|
329
|
-
}
|
|
330
|
-
.i-matcha-thumb-up:before {
|
|
331
|
-
content: "\eb24";
|
|
332
|
-
}
|
|
333
|
-
.i-matcha-thumb-down:before {
|
|
334
|
-
content: "\eb25";
|
|
335
|
-
}
|
|
336
546
|
.i-matcha-smile:before {
|
|
337
547
|
content: "\e9fb";
|
|
338
548
|
}
|
|
339
|
-
.i-matcha-push-out:before {
|
|
340
|
-
content: "\e9f8";
|
|
341
|
-
}
|
|
342
|
-
.i-matcha-notification:before {
|
|
343
|
-
content: "\e9fc";
|
|
344
|
-
}
|
|
345
|
-
.i-matcha-celebrate-out:before {
|
|
346
|
-
content: "\e9fd";
|
|
347
|
-
}
|
|
348
|
-
.i-matcha-hand-heart:before {
|
|
349
|
-
content: "\e9c2";
|
|
350
|
-
}
|
|
351
|
-
.i-matcha-hand-heart-out:before {
|
|
352
|
-
content: "\e9fe";
|
|
353
|
-
}
|
|
354
549
|
.i-matcha-light-mode:before {
|
|
355
550
|
content: "\e9e3";
|
|
356
551
|
}
|
|
@@ -384,12 +579,6 @@
|
|
|
384
579
|
.i-matcha-participant:before {
|
|
385
580
|
content: "\e97f";
|
|
386
581
|
}
|
|
387
|
-
.i-matcha-kids-out:before {
|
|
388
|
-
content: "\ea20";
|
|
389
|
-
}
|
|
390
|
-
.i-matcha-kids1:before {
|
|
391
|
-
content: "\eb4f";
|
|
392
|
-
}
|
|
393
582
|
.i-matcha-arrow-left:before {
|
|
394
583
|
content: "\e974";
|
|
395
584
|
}
|
|
@@ -432,24 +621,15 @@
|
|
|
432
621
|
.i-matcha-graph:before {
|
|
433
622
|
content: "\e97c";
|
|
434
623
|
}
|
|
435
|
-
.i-matcha-education:before {
|
|
436
|
-
content: "\e97d";
|
|
437
|
-
}
|
|
438
624
|
.i-matcha-phone:before {
|
|
439
625
|
content: "\e980";
|
|
440
626
|
}
|
|
441
627
|
.i-matcha-contact-us:before {
|
|
442
628
|
content: "\e984";
|
|
443
629
|
}
|
|
444
|
-
.i-matcha-body:before {
|
|
445
|
-
content: "\e9ba";
|
|
446
|
-
}
|
|
447
630
|
.i-matcha-focus:before {
|
|
448
631
|
content: "\eb34";
|
|
449
632
|
}
|
|
450
|
-
.i-matcha-header:before {
|
|
451
|
-
content: "\eb35";
|
|
452
|
-
}
|
|
453
633
|
.i-matcha-webhook:before {
|
|
454
634
|
content: "\eb36";
|
|
455
635
|
}
|
|
@@ -513,15 +693,6 @@
|
|
|
513
693
|
.i-matcha-video-out:before {
|
|
514
694
|
content: "\e99d";
|
|
515
695
|
}
|
|
516
|
-
.i-matcha-upload:before {
|
|
517
|
-
content: "\e98f";
|
|
518
|
-
}
|
|
519
|
-
.i-matcha-upload-out:before {
|
|
520
|
-
content: "\e99c";
|
|
521
|
-
}
|
|
522
|
-
.i-matcha-download-out:before {
|
|
523
|
-
content: "\e99e";
|
|
524
|
-
}
|
|
525
696
|
.i-matcha-gallery:before {
|
|
526
697
|
content: "\e987";
|
|
527
698
|
}
|
|
@@ -537,12 +708,6 @@
|
|
|
537
708
|
.i-matcha-bonus-out:before {
|
|
538
709
|
content: "\e9a0";
|
|
539
710
|
}
|
|
540
|
-
.i-matcha-save:before {
|
|
541
|
-
content: "\e9ff";
|
|
542
|
-
}
|
|
543
|
-
.i-matcha-save-out:before {
|
|
544
|
-
content: "\ea00";
|
|
545
|
-
}
|
|
546
711
|
.i-matcha-lightbulb:before {
|
|
547
712
|
content: "\ea01";
|
|
548
713
|
}
|
|
@@ -579,9 +744,6 @@
|
|
|
579
744
|
.i-matcha-net:before {
|
|
580
745
|
content: "\e9a2";
|
|
581
746
|
}
|
|
582
|
-
.i-matcha-push:before {
|
|
583
|
-
content: "\e9e7";
|
|
584
|
-
}
|
|
585
747
|
.i-matcha-contact1:before {
|
|
586
748
|
content: "\eb2f";
|
|
587
749
|
}
|
|
@@ -594,12 +756,6 @@
|
|
|
594
756
|
.i-matcha-about-out:before {
|
|
595
757
|
content: "\e9cc";
|
|
596
758
|
}
|
|
597
|
-
.i-matcha-copy:before {
|
|
598
|
-
content: "\e9c9";
|
|
599
|
-
}
|
|
600
|
-
.i-matcha-copy-out:before {
|
|
601
|
-
content: "\ea0a";
|
|
602
|
-
}
|
|
603
759
|
.i-matcha-copy-folder:before {
|
|
604
760
|
content: "\ea0b";
|
|
605
761
|
}
|
|
@@ -672,12 +828,6 @@
|
|
|
672
828
|
.i-matcha-font-italic:before {
|
|
673
829
|
content: "\e9d3";
|
|
674
830
|
}
|
|
675
|
-
.i-matcha-delete:before {
|
|
676
|
-
content: "\e902";
|
|
677
|
-
}
|
|
678
|
-
.i-matcha-delete-out:before {
|
|
679
|
-
content: "\e915";
|
|
680
|
-
}
|
|
681
831
|
.i-matcha-filter:before {
|
|
682
832
|
content: "\ea0e";
|
|
683
833
|
}
|
|
@@ -705,12 +855,6 @@
|
|
|
705
855
|
.i-matcha-fullscreen-exit-out:before {
|
|
706
856
|
content: "\e917";
|
|
707
857
|
}
|
|
708
|
-
.i-matcha-settings:before {
|
|
709
|
-
content: "\e90d";
|
|
710
|
-
}
|
|
711
|
-
.i-matcha-settings-out:before {
|
|
712
|
-
content: "\e920";
|
|
713
|
-
}
|
|
714
858
|
.i-matcha-share:before {
|
|
715
859
|
content: "\e90e";
|
|
716
860
|
}
|
|
@@ -729,18 +873,6 @@
|
|
|
729
873
|
.i-matcha-toggle-on-out:before {
|
|
730
874
|
content: "\e923";
|
|
731
875
|
}
|
|
732
|
-
.i-matcha-visibility-on:before {
|
|
733
|
-
content: "\e912";
|
|
734
|
-
}
|
|
735
|
-
.i-matcha-visibility-off:before {
|
|
736
|
-
content: "\e911";
|
|
737
|
-
}
|
|
738
|
-
.i-matcha-visibility-on-out:before {
|
|
739
|
-
content: "\e925";
|
|
740
|
-
}
|
|
741
|
-
.i-matcha-visibility-off-out:before {
|
|
742
|
-
content: "\e924";
|
|
743
|
-
}
|
|
744
876
|
.i-matcha-logout:before {
|
|
745
877
|
content: "\e908";
|
|
746
878
|
}
|
|
@@ -753,27 +885,6 @@
|
|
|
753
885
|
.i-matcha-search-out:before {
|
|
754
886
|
content: "\e91f";
|
|
755
887
|
}
|
|
756
|
-
.i-matcha-notification1:before {
|
|
757
|
-
content: "\e90a";
|
|
758
|
-
}
|
|
759
|
-
.i-matcha-notification-out:before {
|
|
760
|
-
content: "\e91d";
|
|
761
|
-
}
|
|
762
|
-
.i-matcha-password:before {
|
|
763
|
-
content: "\e90b";
|
|
764
|
-
}
|
|
765
|
-
.i-matcha-password-out:before {
|
|
766
|
-
content: "\e91e";
|
|
767
|
-
}
|
|
768
|
-
.i-matcha-calendar:before {
|
|
769
|
-
content: "\e901";
|
|
770
|
-
}
|
|
771
|
-
.i-matcha-calendar-out:before {
|
|
772
|
-
content: "\e914";
|
|
773
|
-
}
|
|
774
|
-
.i-matcha-menu:before {
|
|
775
|
-
content: "\e909";
|
|
776
|
-
}
|
|
777
888
|
.i-matcha-menu-out:before {
|
|
778
889
|
content: "\e91c";
|
|
779
890
|
}
|
|
@@ -795,9 +906,6 @@
|
|
|
795
906
|
.i-matcha-attachment-out:before {
|
|
796
907
|
content: "\e913";
|
|
797
908
|
}
|
|
798
|
-
.i-matcha-send:before {
|
|
799
|
-
content: "\ea0f";
|
|
800
|
-
}
|
|
801
909
|
.i-matcha-action_sign_error:before {
|
|
802
910
|
content: "\e935";
|
|
803
911
|
}
|
|
@@ -1199,12 +1307,6 @@
|
|
|
1199
1307
|
.i-matcha-reload:before {
|
|
1200
1308
|
content: "\eb46";
|
|
1201
1309
|
}
|
|
1202
|
-
.i-matcha-transfer:before {
|
|
1203
|
-
content: "\eacf";
|
|
1204
|
-
}
|
|
1205
|
-
.i-matcha-export:before {
|
|
1206
|
-
content: "\eb21";
|
|
1207
|
-
}
|
|
1208
1310
|
.i-matcha-cost-center:before {
|
|
1209
1311
|
content: "\ead0";
|
|
1210
1312
|
}
|
|
@@ -1299,15 +1401,6 @@
|
|
|
1299
1401
|
.i-matcha-add-card:before {
|
|
1300
1402
|
content: "\ead3";
|
|
1301
1403
|
}
|
|
1302
|
-
.i-matcha-update-balance:before {
|
|
1303
|
-
content: "\ead4";
|
|
1304
|
-
}
|
|
1305
|
-
.i-matcha-cash:before {
|
|
1306
|
-
content: "\ead5";
|
|
1307
|
-
}
|
|
1308
|
-
.i-matcha-cash-out:before {
|
|
1309
|
-
content: "\ead6";
|
|
1310
|
-
}
|
|
1311
1404
|
.i-matcha-pin:before {
|
|
1312
1405
|
content: "\ead7";
|
|
1313
1406
|
}
|
|
@@ -1350,12 +1443,6 @@
|
|
|
1350
1443
|
.i-matcha-circle-email:before {
|
|
1351
1444
|
content: "\e9c5";
|
|
1352
1445
|
}
|
|
1353
|
-
.i-matcha-email:before {
|
|
1354
|
-
content: "\e9b3";
|
|
1355
|
-
}
|
|
1356
|
-
.i-matcha-email-out:before {
|
|
1357
|
-
content: "\e9b4";
|
|
1358
|
-
}
|
|
1359
1446
|
.i-matcha-pix:before {
|
|
1360
1447
|
content: "\e9b6";
|
|
1361
1448
|
}
|
|
@@ -1395,12 +1482,6 @@
|
|
|
1395
1482
|
.i-matcha-map:before {
|
|
1396
1483
|
content: "\e9bb";
|
|
1397
1484
|
}
|
|
1398
|
-
.i-matcha-publications:before {
|
|
1399
|
-
content: "\e9c3";
|
|
1400
|
-
}
|
|
1401
|
-
.i-matcha-publications-out:before {
|
|
1402
|
-
content: "\e9c4";
|
|
1403
|
-
}
|
|
1404
1485
|
.i-matcha-apple:before {
|
|
1405
1486
|
content: "\e9c6";
|
|
1406
1487
|
}
|
|
@@ -1428,24 +1509,12 @@
|
|
|
1428
1509
|
.i-matcha-kid-boy:before {
|
|
1429
1510
|
content: "\eb17";
|
|
1430
1511
|
}
|
|
1431
|
-
.i-matcha-people:before {
|
|
1432
|
-
content: "\ea22";
|
|
1433
|
-
}
|
|
1434
|
-
.i-matcha-people-out:before {
|
|
1435
|
-
content: "\eb4e";
|
|
1436
|
-
}
|
|
1437
1512
|
.i-matcha-remember:before {
|
|
1438
1513
|
content: "\eb27";
|
|
1439
1514
|
}
|
|
1440
1515
|
.i-matcha-circle-code:before {
|
|
1441
1516
|
content: "\e9ed";
|
|
1442
1517
|
}
|
|
1443
|
-
.i-matcha-code-out:before {
|
|
1444
|
-
content: "\eb50";
|
|
1445
|
-
}
|
|
1446
|
-
.i-matcha-code:before {
|
|
1447
|
-
content: "\eb51";
|
|
1448
|
-
}
|
|
1449
1518
|
.i-matcha-circle-facebook:before {
|
|
1450
1519
|
content: "\e9ee";
|
|
1451
1520
|
}
|
|
@@ -1545,15 +1614,6 @@
|
|
|
1545
1614
|
.i-matcha-circle-flickr:before {
|
|
1546
1615
|
content: "\eae3";
|
|
1547
1616
|
}
|
|
1548
|
-
.i-matcha-cookie:before {
|
|
1549
|
-
content: "\eae4";
|
|
1550
|
-
}
|
|
1551
|
-
.i-matcha-cookie-out:before {
|
|
1552
|
-
content: "\eae5";
|
|
1553
|
-
}
|
|
1554
|
-
.i-matcha-cookie-out-2:before {
|
|
1555
|
-
content: "\ea90";
|
|
1556
|
-
}
|
|
1557
1617
|
.i-matcha-safetopay:before {
|
|
1558
1618
|
content: "\eb1b";
|
|
1559
1619
|
}
|
|
@@ -2183,4 +2243,4 @@
|
|
|
2183
2243
|
content: "\eb54";
|
|
2184
2244
|
margin-left: -1em;
|
|
2185
2245
|
color: rgb(243, 146, 0);
|
|
2186
|
-
}
|
|
2246
|
+
}
|