drg_material_icons 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +113 -0
  4. data/Rakefile +12 -0
  5. data/app/assets/fonts/material-icons-outline.woff2 +0 -0
  6. data/app/assets/fonts/material-icons-regular.woff2 +0 -0
  7. data/app/assets/stylesheets/drg_material_icons.css +2430 -0
  8. data/app/helpers/drg_material_icons/rails/icon_helper.rb +112 -0
  9. data/lib/drg_material_icons/engine.rb +6 -0
  10. data/lib/drg_material_icons/version.rb +6 -0
  11. data/lib/drg_material_icons.rb +2 -0
  12. data/lib/generators/drg_material_icons_update/USAGE +8 -0
  13. data/lib/generators/drg_material_icons_update/common.css +284 -0
  14. data/lib/generators/drg_material_icons_update/drg_material_icons_update_generator.rb +41 -0
  15. data/lib/generators/drg_material_icons_update/material-icons-outline.codepoints +2117 -0
  16. data/lib/generators/drg_material_icons_update/material-icons-regular.codepoints +2142 -0
  17. data/test/dummy/app/assets/config/manifest.js +3 -0
  18. data/test/dummy/app/assets/stylesheets/sass-import.css.sass +1 -0
  19. data/test/dummy/app/assets/stylesheets/scss-import.css.scss +1 -0
  20. data/test/dummy/app/assets/stylesheets/sprockets-require.css +3 -0
  21. data/test/dummy/app/controllers/pages_controller.rb +2 -0
  22. data/test/dummy/app/views/pages/icons.html.erb +3 -0
  23. data/test/dummy/config/application.rb +19 -0
  24. data/test/dummy/config/boot.rb +10 -0
  25. data/test/dummy/config/environment.rb +5 -0
  26. data/test/dummy/config/initializers/secret_token.rb +22 -0
  27. data/test/dummy/config/routes.rb +3 -0
  28. data/test/dummy/config.ru +4 -0
  29. data/test/font_awesome_rails_test.rb +70 -0
  30. data/test/icon_helper_test.rb +138 -0
  31. data/test/test_helper.rb +7 -0
  32. metadata +123 -0
@@ -0,0 +1,2430 @@
1
+ /*
2
+ Copyright (c) 2022- Damjan Rems
3
+ */
4
+ @font-face {
5
+ font-family: MI;
6
+ font-style: normal;
7
+ font-weight: 400;
8
+ src: url('material-icons-regular.woff2') format('woff2')
9
+ }
10
+
11
+ @font-face {
12
+ font-family: MI-O;
13
+ font-style: normal;
14
+ font-weight: 400;
15
+ src: url('material-icons-outline.woff2') format('woff2')
16
+ }
17
+
18
+ .mi, .fa {
19
+ font-family: MI;
20
+ }
21
+ .mi-o {
22
+ font-family: MI-O;
23
+ }
24
+
25
+ .mi, .mi-o, .fa {
26
+ font-size: 24px;
27
+ font-weight: normal;
28
+ font-style: normal;
29
+ vertical-align: middle;
30
+ display: inline-block;
31
+ width: initial;
32
+ height: 1em;
33
+ text-transform: none;
34
+
35
+ /* Support for all WebKit browsers. */
36
+ -webkit-font-smoothing: antialiased;
37
+ /* Support for Safari and Chrome. */
38
+ text-rendering: optimizeLegibility;
39
+ /* Support for Firefox. */
40
+ -moz-osx-font-smoothing: grayscale;
41
+ }
42
+
43
+ /* Rules for sizing the icon. */
44
+ .mi-md-18 { font-size: 18px; }
45
+ .mi-md-24 { font-size: 24px; }
46
+ .mi-md-36 { font-size: 36px; }
47
+ .mi-md-48 { font-size: 48px; }
48
+
49
+ /* Rules for using icons as black on a light background. */
50
+ .mi-md-dark { color: rgba(0, 0, 0, 0.54); }
51
+ .mi-md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
52
+
53
+ /* Rules for using icons as white on a dark background. */
54
+ .mi-md-light { color: rgba(255, 255, 255, 1); }
55
+ .mi-md-inactive { color: rgba(255, 255, 255, 0.3); }
56
+
57
+ /* Rules to rotate items */
58
+ .mi-r90 {
59
+ transform: rotate(90deg);
60
+ }
61
+ .mi-r180 {
62
+ transform: rotate(180deg);
63
+ }
64
+ .mi-r270 {
65
+ transform: rotate(270deg);
66
+ }
67
+ .mi-flip-horizontal {
68
+ transform: scale(-1, 1);
69
+ }
70
+ .mi-flip-vertical {
71
+ transform: scale(1, -1);
72
+ }
73
+
74
+ /* old fa- settings and mi- replacements */
75
+ .mi-lg, .fa-lg {
76
+ font-size: 32px;
77
+ }
78
+ .mi-2x, .fa-2x {
79
+ font-size: 48px;
80
+ }
81
+ .mi-3x, .fa-3x {
82
+ font-size: 72px;
83
+ }
84
+ .mi-4x, .fa-4x {
85
+ font-size: 96px;
86
+ }
87
+ .mi-5x, .fa-5x {
88
+ font-size: 120px;
89
+ }
90
+ .mi-ul, .fa-ul {
91
+ padding-left: 0;
92
+ margin-left: 2.14285714em;
93
+ list-style-type: none;
94
+ }
95
+ .mi-ul > li, .fa-ul > li {
96
+ position: relative;
97
+ }
98
+ .mi-li, .fa-li {
99
+ position: absolute;
100
+ left: -2.14285714em;
101
+ width: 2.14285714em;
102
+ top: 0.14285714em;
103
+ text-align: center;
104
+ }
105
+ .mi-li.mi-lg, .fa-li.fa-lg {
106
+ left: -1.85714286em;
107
+ }
108
+ .mi-border, .fa-border {
109
+ padding: .2em .25em .15em;
110
+ border: solid 0.08em #eeeeee;
111
+ border-radius: .1em;
112
+ }
113
+ .mi-pull-left, .fa-pull-left {
114
+ float: left;
115
+ }
116
+ .mi-pull-right, .fa-pull-right {
117
+ float: right;
118
+ }
119
+ .mi.mi-pull-left, .fa.fa-pull-left {
120
+ margin-right: .3em;
121
+ }
122
+ .mi.mi-pull-right, .fa.fa-pull-right {
123
+ margin-left: .3em;
124
+ }
125
+
126
+ .mi.pull-left, .fa.pull-left {
127
+ margin-right: .3em;
128
+ }
129
+ .mi.pull-right .fa.pull-right {
130
+ margin-left: .3em;
131
+ }
132
+ .mi-spin, .fa-spin {
133
+ -webkit-animation: fa-spin 1.5s infinite linear;
134
+ animation: fa-spin 1.5s infinite linear;
135
+ }
136
+ .mi-pulse, .fa-pulse {
137
+ -webkit-animation: fa-spin 1s infinite steps(8);
138
+ animation: fa-spin 1s infinite steps(8);
139
+ }
140
+
141
+ @-webkit-keyframes fa-spin {
142
+ 0% {
143
+ -webkit-transform: rotate(0deg);
144
+ transform: rotate(0deg);
145
+ }
146
+ 100% {
147
+ -webkit-transform: rotate(359deg);
148
+ transform: rotate(359deg);
149
+ }
150
+ }
151
+ @-webkit-keyframes mi-spin {
152
+ 0% {
153
+ -webkit-transform: rotate(0deg);
154
+ transform: rotate(0deg);
155
+ }
156
+ 100% {
157
+ -webkit-transform: rotate(359deg);
158
+ transform: rotate(359deg);
159
+ }
160
+ }
161
+
162
+ @keyframes fa-spin {
163
+ 0% {
164
+ -webkit-transform: rotate(0deg);
165
+ transform: rotate(0deg);
166
+ }
167
+ 100% {
168
+ -webkit-transform: rotate(359deg);
169
+ transform: rotate(359deg);
170
+ }
171
+ }
172
+ @keyframes mi-spin {
173
+ 0% {
174
+ -webkit-transform: rotate(0deg);
175
+ transform: rotate(0deg);
176
+ }
177
+ 100% {
178
+ -webkit-transform: rotate(359deg);
179
+ transform: rotate(359deg);
180
+ }
181
+ }
182
+
183
+ .mi-rotate-90, .fa-rotate-90 {
184
+ transform: rotate(90deg);
185
+ }
186
+ .mi-rotate-180, .fa-rotate-180 {
187
+ transform: rotate(180deg);
188
+ }
189
+ .mi-rotate-270, .fa-rotate-270 {
190
+ transform: rotate(270deg);
191
+ }
192
+ .mi-flip-horizontal, .fa-flip-horizontal {
193
+ transform: scale(-1, 1);
194
+ }
195
+ .mi-flip-vertical, .fa-flip-vertical {
196
+ transform: scale(1, -1);
197
+ }
198
+ :root .fa-rotate-90,
199
+ :root .fa-rotate-180,
200
+ :root .fa-rotate-270,
201
+ :root .fa-flip-horizontal,
202
+ :root .fa-flip-vertical,
203
+ :root .mi-rotate-90,
204
+ :root .mi-rotate-180,
205
+ :root .mi-rotate-270,
206
+ :root .mi-flip-horizontal,
207
+ :root .mi-flip-vertical {
208
+ filter: none;
209
+ }
210
+ .mi-stack, .fa-stack {
211
+ position: relative;
212
+ display: inline-block;
213
+ width: 2em;
214
+ height: 2em;
215
+ line-height: 2em;
216
+ vertical-align: middle;
217
+ }
218
+ .fa-stack-1x,
219
+ .fa-stack-2x,
220
+ .mi-stack-1x,
221
+ .mi-stack-2x {
222
+ position: absolute;
223
+ left: 0;
224
+ width: 100%;
225
+ text-align: center;
226
+ }
227
+ .mi-stack-1x, .fa-stack-1x {
228
+ line-height: inherit;
229
+ }
230
+ .mi-stack-2x, .fa-stack-2x {
231
+ font-size: 2em;
232
+ }
233
+ .mi-inverse, .fa-inverse {
234
+ color: #ffffff;
235
+ }
236
+
237
+ /* fa icons replacements */
238
+ .mi-user:before {content: '\e7fd';}
239
+ .mi-users:before {content: '\e7fc';}
240
+ .mi-bars:before {content: '\e5d2';}
241
+ .mi-file_excel:before {content: '\e2c4'}
242
+ .mi-cog:before {content: '\e8b8';}
243
+ .mi-envelope:before {content: '\e0e1';}
244
+ .mi-square:before {content: '\e834';}
245
+ .mi-check_square:before {content: '\e835';}
246
+ .mi-plus:before {content: '\e145';}
247
+ .mi-frown:before {content: '\e811';}
248
+ .mi-thumbs_up:before {content: '\e8dc';}
249
+ .mi-thumbs_down:before {content: '\e8db';}
250
+ .mi-mobile:before {content: '\e32c';}
251
+ .mi-eye:before {content: '\e8f4';}
252
+ .mi-question:before {content: '\eb8b';}
253
+ .mi-question_circle:before {content: '\e887';}
254
+ .mi-calendar:before {content: '\ebcc';}
255
+ .mi-table:before {content: '\f101';}
256
+ .mi-sliders:before {content: '\e429';}
257
+ .mi-file_text:before {content: '\e873';}
258
+ .mi-trash:before {content: '\e92e';}
259
+ .mi-caret_down:before {content: '\e5c5';}
260
+ .mi-sort_unset:before {content: '\ef4f';}
261
+ .mi-sort_up:before {content: '\e5db';}
262
+ .mi-sort_down:before {content: '\e5d8';}
263
+ .mi-arrow_right:before {content: '\e5c8';}
264
+ .mi-arrow_left:before {content: '\e5c4';}
265
+ .mi-clock:before {content: '\e8b5';}
266
+ .mi-calculator:before {content: '\ea5f';}
267
+ .mi-car:before {content: '\e531';}
268
+ .mi-plus_square:before {content: '\e146';}
269
+ .mi-paperclip:before {content: '\e226';}
270
+ .mi-sign_in:before {content: '\ea77';}
271
+ .mi-sign_out:before {content: '\e9ba';}
272
+ .mi-check_circle:before {content: '\e86c';}
273
+ .mi-plus_circle:before {content: '\e147';}
274
+ .mi-cogs:before {content: '\ea3d';}
275
+ .mi-table:before {font-family: MI-O; content: '\f101';}
276
+ .mi-arrow_up:before {content: '\e5d8';}
277
+ .mi-arrow_down:before {content: '\e5db';}
278
+ .mi-window_close:before {content: '\e0e9';}
279
+ .mi-chevron_down:before {content: '\e5cf';}
280
+ .mi-chevron_up:before {content: '\e5ce';}
281
+ .mi-angle_down:before {content: '\e5cf'; font-size: 18px}
282
+ .mi-angle_up:before {content: '\e5ce'; font-size: 18px}
283
+ .mi-times:before {content: '\e5cd'}
284
+
285
+ .mi-10k:before {content: '\e951';}
286
+ .mi-10mp:before {content: '\e952';}
287
+ .mi-11mp:before {content: '\e953';}
288
+ .mi-123:before {content: '\eb8d';}
289
+ .mi-12mp:before {content: '\e954';}
290
+ .mi-13mp:before {content: '\e955';}
291
+ .mi-14mp:before {content: '\e956';}
292
+ .mi-15mp:before {content: '\e957';}
293
+ .mi-16mp:before {content: '\e958';}
294
+ .mi-17mp:before {content: '\e959';}
295
+ .mi-18mp:before {content: '\e95a';}
296
+ .mi-19mp:before {content: '\e95b';}
297
+ .mi-1k:before {content: '\e95c';}
298
+ .mi-1k_plus:before {content: '\e95d';}
299
+ .mi-1x_mobiledata:before {content: '\efcd';}
300
+ .mi-20mp:before {content: '\e95e';}
301
+ .mi-21mp:before {content: '\e95f';}
302
+ .mi-22mp:before {content: '\e960';}
303
+ .mi-23mp:before {content: '\e961';}
304
+ .mi-24mp:before {content: '\e962';}
305
+ .mi-2k:before {content: '\e963';}
306
+ .mi-2k_plus:before {content: '\e964';}
307
+ .mi-2mp:before {content: '\e965';}
308
+ .mi-30fps:before {content: '\efce';}
309
+ .mi-30fps_select:before {content: '\efcf';}
310
+ .mi-360:before {content: '\e577';}
311
+ .mi-3d_rotation:before {content: '\e84d';}
312
+ .mi-3g_mobiledata:before {content: '\efd0';}
313
+ .mi-3k:before {content: '\e966';}
314
+ .mi-3k_plus:before {content: '\e967';}
315
+ .mi-3mp:before {content: '\e968';}
316
+ .mi-3p:before {content: '\efd1';}
317
+ .mi-4g_mobiledata:before {content: '\efd2';}
318
+ .mi-4g_plus_mobiledata:before {content: '\efd3';}
319
+ .mi-4k:before {content: '\e072';}
320
+ .mi-4k_plus:before {content: '\e969';}
321
+ .mi-4mp:before {content: '\e96a';}
322
+ .mi-5g:before {content: '\ef38';}
323
+ .mi-5k:before {content: '\e96b';}
324
+ .mi-5k_plus:before {content: '\e96c';}
325
+ .mi-5mp:before {content: '\e96d';}
326
+ .mi-60fps:before {content: '\efd4';}
327
+ .mi-60fps_select:before {content: '\efd5';}
328
+ .mi-6_ft_apart:before {content: '\f21e';}
329
+ .mi-6k:before {content: '\e96e';}
330
+ .mi-6k_plus:before {content: '\e96f';}
331
+ .mi-6mp:before {content: '\e970';}
332
+ .mi-7k:before {content: '\e971';}
333
+ .mi-7k_plus:before {content: '\e972';}
334
+ .mi-7mp:before {content: '\e973';}
335
+ .mi-8k:before {content: '\e974';}
336
+ .mi-8k_plus:before {content: '\e975';}
337
+ .mi-8mp:before {content: '\e976';}
338
+ .mi-9k:before {content: '\e977';}
339
+ .mi-9k_plus:before {content: '\e978';}
340
+ .mi-9mp:before {content: '\e979';}
341
+ .mi-abc:before {content: '\eb94';}
342
+ .mi-ac_unit:before {content: '\eb3b';}
343
+ .mi-access_alarm:before {content: '\e190';}
344
+ .mi-access_alarms:before {content: '\e191';}
345
+ .mi-access_time:before {content: '\e192';}
346
+ .mi-access_time_filled:before {content: '\efd6';}
347
+ .mi-accessibility:before {content: '\e84e';}
348
+ .mi-accessibility_new:before {content: '\e92c';}
349
+ .mi-accessible:before {content: '\e914';}
350
+ .mi-accessible_forward:before {content: '\e934';}
351
+ .mi-account_balance:before {content: '\e84f';}
352
+ .mi-account_balance_wallet:before {content: '\e850';}
353
+ .mi-account_box:before {content: '\e851';}
354
+ .mi-account_circle:before {content: '\e853';}
355
+ .mi-account_tree:before {content: '\e97a';}
356
+ .mi-ad_units:before {content: '\ef39';}
357
+ .mi-adb:before {content: '\e60e';}
358
+ .mi-add:before {content: '\e145';}
359
+ .mi-add_a_photo:before {content: '\e439';}
360
+ .mi-add_alarm:before {content: '\e193';}
361
+ .mi-add_alert:before {content: '\e003';}
362
+ .mi-add_box:before {content: '\e146';}
363
+ .mi-add_business:before {content: '\e729';}
364
+ .mi-add_card:before {content: '\eb86';}
365
+ .mi-add_chart:before {content: '\e97b';}
366
+ .mi-add_circle:before {content: '\e147';}
367
+ .mi-add_circle_outline:before {content: '\e148';}
368
+ .mi-add_comment:before {content: '\e266';}
369
+ .mi-add_ic_call:before {content: '\e97c';}
370
+ .mi-add_link:before {content: '\e178';}
371
+ .mi-add_location:before {content: '\e567';}
372
+ .mi-add_location_alt:before {content: '\ef3a';}
373
+ .mi-add_moderator:before {content: '\e97d';}
374
+ .mi-add_photo_alternate:before {content: '\e43e';}
375
+ .mi-add_reaction:before {content: '\e1d3';}
376
+ .mi-add_road:before {content: '\ef3b';}
377
+ .mi-add_shopping_cart:before {content: '\e854';}
378
+ .mi-add_task:before {content: '\f23a';}
379
+ .mi-add_to_drive:before {content: '\e65c';}
380
+ .mi-add_to_home_screen:before {content: '\e1fe';}
381
+ .mi-add_to_photos:before {content: '\e39d';}
382
+ .mi-add_to_queue:before {content: '\e05c';}
383
+ .mi-addchart:before {content: '\ef3c';}
384
+ .mi-adf_scanner:before {content: '\eada';}
385
+ .mi-adjust:before {content: '\e39e';}
386
+ .mi-admin_panel_settings:before {content: '\ef3d';}
387
+ .mi-adobe:before {content: '\ea96';}
388
+ .mi-ads_click:before {content: '\e762';}
389
+ .mi-agriculture:before {content: '\ea79';}
390
+ .mi-air:before {content: '\efd8';}
391
+ .mi-airline_seat_flat:before {content: '\e630';}
392
+ .mi-airline_seat_flat_angled:before {content: '\e631';}
393
+ .mi-airline_seat_individual_suite:before {content: '\e632';}
394
+ .mi-airline_seat_legroom_extra:before {content: '\e633';}
395
+ .mi-airline_seat_legroom_normal:before {content: '\e634';}
396
+ .mi-airline_seat_legroom_reduced:before {content: '\e635';}
397
+ .mi-airline_seat_recline_extra:before {content: '\e636';}
398
+ .mi-airline_seat_recline_normal:before {content: '\e637';}
399
+ .mi-airline_stops:before {content: '\e7d0';}
400
+ .mi-airlines:before {content: '\e7ca';}
401
+ .mi-airplane_ticket:before {content: '\efd9';}
402
+ .mi-airplanemode_active:before {content: '\e195';}
403
+ .mi-airplanemode_inactive:before {content: '\e194';}
404
+ .mi-airplanemode_off:before {content: '\e194';}
405
+ .mi-airplanemode_on:before {content: '\e195';}
406
+ .mi-airplay:before {content: '\e055';}
407
+ .mi-airport_shuttle:before {content: '\eb3c';}
408
+ .mi-alarm:before {content: '\e855';}
409
+ .mi-alarm_add:before {content: '\e856';}
410
+ .mi-alarm_off:before {content: '\e857';}
411
+ .mi-alarm_on:before {content: '\e858';}
412
+ .mi-album:before {content: '\e019';}
413
+ .mi-align_horizontal_center:before {content: '\e00f';}
414
+ .mi-align_horizontal_left:before {content: '\e00d';}
415
+ .mi-align_horizontal_right:before {content: '\e010';}
416
+ .mi-align_vertical_bottom:before {content: '\e015';}
417
+ .mi-align_vertical_center:before {content: '\e011';}
418
+ .mi-align_vertical_top:before {content: '\e00c';}
419
+ .mi-all_inbox:before {content: '\e97f';}
420
+ .mi-all_inclusive:before {content: '\eb3d';}
421
+ .mi-all_out:before {content: '\e90b';}
422
+ .mi-alt_route:before {content: '\f184';}
423
+ .mi-alternate_email:before {content: '\e0e6';}
424
+ .mi-amp_stories:before {content: '\ea13';}
425
+ .mi-analytics:before {content: '\ef3e';}
426
+ .mi-anchor:before {content: '\f1cd';}
427
+ .mi-android:before {content: '\e859';}
428
+ .mi-animation:before {content: '\e71c';}
429
+ .mi-announcement:before {content: '\e85a';}
430
+ .mi-aod:before {content: '\efda';}
431
+ .mi-apartment:before {content: '\ea40';}
432
+ .mi-api:before {content: '\f1b7';}
433
+ .mi-app_blocking:before {content: '\ef3f';}
434
+ .mi-app_registration:before {content: '\ef40';}
435
+ .mi-app_settings_alt:before {content: '\ef41';}
436
+ .mi-app_shortcut:before {content: '\eae4';}
437
+ .mi-apple:before {content: '\ea80';}
438
+ .mi-approval:before {content: '\e982';}
439
+ .mi-apps:before {content: '\e5c3';}
440
+ .mi-apps_outage:before {content: '\e7cc';}
441
+ .mi-architecture:before {content: '\ea3b';}
442
+ .mi-archive:before {content: '\e149';}
443
+ .mi-area_chart:before {content: '\e770';}
444
+ .mi-arrow_back:before {content: '\e5c4';}
445
+ .mi-arrow_back_ios:before {content: '\e5e0';}
446
+ .mi-arrow_back_ios_new:before {content: '\e2ea';}
447
+ .mi-arrow_circle_down:before {content: '\f181';}
448
+ .mi-arrow_circle_left:before {content: '\eaa7';}
449
+ .mi-arrow_circle_right:before {content: '\eaaa';}
450
+ .mi-arrow_circle_up:before {content: '\f182';}
451
+ .mi-arrow_downward:before {content: '\e5db';}
452
+ .mi-arrow_drop_down:before {content: '\e5c5';}
453
+ .mi-arrow_drop_down_circle:before {content: '\e5c6';}
454
+ .mi-arrow_drop_up:before {content: '\e5c7';}
455
+ .mi-arrow_forward:before {content: '\e5c8';}
456
+ .mi-arrow_forward_ios:before {content: '\e5e1';}
457
+ .mi-arrow_left:before {content: '\e5de';}
458
+ .mi-arrow_right:before {content: '\e5df';}
459
+ .mi-arrow_right_alt:before {content: '\e941';}
460
+ .mi-arrow_upward:before {content: '\e5d8';}
461
+ .mi-art_track:before {content: '\e060';}
462
+ .mi-article:before {content: '\ef42';}
463
+ .mi-aspect_ratio:before {content: '\e85b';}
464
+ .mi-assessment:before {content: '\e85c';}
465
+ .mi-assignment:before {content: '\e85d';}
466
+ .mi-assignment_ind:before {content: '\e85e';}
467
+ .mi-assignment_late:before {content: '\e85f';}
468
+ .mi-assignment_return:before {content: '\e860';}
469
+ .mi-assignment_returned:before {content: '\e861';}
470
+ .mi-assignment_turned_in:before {content: '\e862';}
471
+ .mi-assistant:before {content: '\e39f';}
472
+ .mi-assistant_direction:before {content: '\e988';}
473
+ .mi-assistant_photo:before {content: '\e3a0';}
474
+ .mi-assured_workload:before {content: '\eb6f';}
475
+ .mi-atm:before {content: '\e573';}
476
+ .mi-attach_email:before {content: '\ea5e';}
477
+ .mi-attach_file:before {content: '\e226';}
478
+ .mi-attach_money:before {content: '\e227';}
479
+ .mi-attachment:before {content: '\e2bc';}
480
+ .mi-attractions:before {content: '\ea52';}
481
+ .mi-attribution:before {content: '\efdb';}
482
+ .mi-audio_file:before {content: '\eb82';}
483
+ .mi-audiotrack:before {content: '\e3a1';}
484
+ .mi-auto_awesome:before {content: '\e65f';}
485
+ .mi-auto_awesome_mosaic:before {content: '\e660';}
486
+ .mi-auto_awesome_motion:before {content: '\e661';}
487
+ .mi-auto_delete:before {content: '\ea4c';}
488
+ .mi-auto_fix_high:before {content: '\e663';}
489
+ .mi-auto_fix_normal:before {content: '\e664';}
490
+ .mi-auto_fix_off:before {content: '\e665';}
491
+ .mi-auto_graph:before {content: '\e4fb';}
492
+ .mi-auto_stories:before {content: '\e666';}
493
+ .mi-autofps_select:before {content: '\efdc';}
494
+ .mi-autorenew:before {content: '\e863';}
495
+ .mi-av_timer:before {content: '\e01b';}
496
+ .mi-baby_changing_station:before {content: '\f19b';}
497
+ .mi-back_hand:before {content: '\e764';}
498
+ .mi-backpack:before {content: '\f19c';}
499
+ .mi-backspace:before {content: '\e14a';}
500
+ .mi-backup:before {content: '\e864';}
501
+ .mi-backup_table:before {content: '\ef43';}
502
+ .mi-badge:before {content: '\ea67';}
503
+ .mi-bakery_dining:before {content: '\ea53';}
504
+ .mi-balance:before {content: '\eaf6';}
505
+ .mi-balcony:before {content: '\e58f';}
506
+ .mi-ballot:before {content: '\e172';}
507
+ .mi-bar_chart:before {content: '\e26b';}
508
+ .mi-batch_prediction:before {content: '\f0f5';}
509
+ .mi-bathroom:before {content: '\efdd';}
510
+ .mi-bathtub:before {content: '\ea41';}
511
+ .mi-battery_0_bar:before {content: '\ebdc';}
512
+ .mi-battery_1_bar:before {content: '\ebd9';}
513
+ .mi-battery_2_bar:before {content: '\ebe0';}
514
+ .mi-battery_3_bar:before {content: '\ebdd';}
515
+ .mi-battery_4_bar:before {content: '\ebe2';}
516
+ .mi-battery_5_bar:before {content: '\ebd4';}
517
+ .mi-battery_6_bar:before {content: '\ebd2';}
518
+ .mi-battery_alert:before {content: '\e19c';}
519
+ .mi-battery_charging_full:before {content: '\e1a3';}
520
+ .mi-battery_full:before {content: '\e1a4';}
521
+ .mi-battery_saver:before {content: '\efde';}
522
+ .mi-battery_std:before {content: '\e1a5';}
523
+ .mi-battery_unknown:before {content: '\e1a6';}
524
+ .mi-beach_access:before {content: '\eb3e';}
525
+ .mi-bed:before {content: '\efdf';}
526
+ .mi-bedroom_baby:before {content: '\efe0';}
527
+ .mi-bedroom_child:before {content: '\efe1';}
528
+ .mi-bedroom_parent:before {content: '\efe2';}
529
+ .mi-bedtime:before {content: '\ef44';}
530
+ .mi-bedtime_off:before {content: '\eb76';}
531
+ .mi-beenhere:before {content: '\e52d';}
532
+ .mi-bento:before {content: '\f1f4';}
533
+ .mi-bike_scooter:before {content: '\ef45';}
534
+ .mi-biotech:before {content: '\ea3a';}
535
+ .mi-blender:before {content: '\efe3';}
536
+ .mi-block:before {content: '\e14b';}
537
+ .mi-bloodtype:before {content: '\efe4';}
538
+ .mi-bluetooth:before {content: '\e1a7';}
539
+ .mi-bluetooth_audio:before {content: '\e60f';}
540
+ .mi-bluetooth_connected:before {content: '\e1a8';}
541
+ .mi-bluetooth_disabled:before {content: '\e1a9';}
542
+ .mi-bluetooth_drive:before {content: '\efe5';}
543
+ .mi-bluetooth_searching:before {content: '\e1aa';}
544
+ .mi-blur_circular:before {content: '\e3a2';}
545
+ .mi-blur_linear:before {content: '\e3a3';}
546
+ .mi-blur_off:before {content: '\e3a4';}
547
+ .mi-blur_on:before {content: '\e3a5';}
548
+ .mi-bolt:before {content: '\ea0b';}
549
+ .mi-book:before {content: '\e865';}
550
+ .mi-book_online:before {content: '\f217';}
551
+ .mi-bookmark:before {content: '\e866';}
552
+ .mi-bookmark_add:before {content: '\e598';}
553
+ .mi-bookmark_added:before {content: '\e599';}
554
+ .mi-bookmark_border:before {content: '\e867';}
555
+ .mi-bookmark_outline:before {content: '\e867';}
556
+ .mi-bookmark_remove:before {content: '\e59a';}
557
+ .mi-bookmarks:before {content: '\e98b';}
558
+ .mi-border_all:before {content: '\e228';}
559
+ .mi-border_bottom:before {content: '\e229';}
560
+ .mi-border_clear:before {content: '\e22a';}
561
+ .mi-border_color:before {content: '\e22b';}
562
+ .mi-border_horizontal:before {content: '\e22c';}
563
+ .mi-border_inner:before {content: '\e22d';}
564
+ .mi-border_left:before {content: '\e22e';}
565
+ .mi-border_outer:before {content: '\e22f';}
566
+ .mi-border_right:before {content: '\e230';}
567
+ .mi-border_style:before {content: '\e231';}
568
+ .mi-border_top:before {content: '\e232';}
569
+ .mi-border_vertical:before {content: '\e233';}
570
+ .mi-boy:before {content: '\eb67';}
571
+ .mi-branding_watermark:before {content: '\e06b';}
572
+ .mi-breakfast_dining:before {content: '\ea54';}
573
+ .mi-brightness_1:before {content: '\e3a6';}
574
+ .mi-brightness_2:before {content: '\e3a7';}
575
+ .mi-brightness_3:before {content: '\e3a8';}
576
+ .mi-brightness_4:before {content: '\e3a9';}
577
+ .mi-brightness_5:before {content: '\e3aa';}
578
+ .mi-brightness_6:before {content: '\e3ab';}
579
+ .mi-brightness_7:before {content: '\e3ac';}
580
+ .mi-brightness_auto:before {content: '\e1ab';}
581
+ .mi-brightness_high:before {content: '\e1ac';}
582
+ .mi-brightness_low:before {content: '\e1ad';}
583
+ .mi-brightness_medium:before {content: '\e1ae';}
584
+ .mi-broken_image:before {content: '\e3ad';}
585
+ .mi-browse_gallery:before {content: '\ebd1';}
586
+ .mi-browser_not_supported:before {content: '\ef47';}
587
+ .mi-browser_updated:before {content: '\e7cf';}
588
+ .mi-brunch_dining:before {content: '\ea73';}
589
+ .mi-brush:before {content: '\e3ae';}
590
+ .mi-bubble_chart:before {content: '\e6dd';}
591
+ .mi-bug_report:before {content: '\e868';}
592
+ .mi-build:before {content: '\e869';}
593
+ .mi-build_circle:before {content: '\ef48';}
594
+ .mi-bungalow:before {content: '\e591';}
595
+ .mi-burst_mode:before {content: '\e43c';}
596
+ .mi-bus_alert:before {content: '\e98f';}
597
+ .mi-business:before {content: '\e0af';}
598
+ .mi-business_center:before {content: '\eb3f';}
599
+ .mi-cabin:before {content: '\e589';}
600
+ .mi-cable:before {content: '\efe6';}
601
+ .mi-cached:before {content: '\e86a';}
602
+ .mi-cake:before {content: '\e7e9';}
603
+ .mi-calculate:before {content: '\ea5f';}
604
+ .mi-calendar_month:before {content: '\ebcc';}
605
+ .mi-calendar_today:before {content: '\e935';}
606
+ .mi-calendar_view_day:before {content: '\e936';}
607
+ .mi-calendar_view_month:before {content: '\efe7';}
608
+ .mi-calendar_view_week:before {content: '\efe8';}
609
+ .mi-call:before {content: '\e0b0';}
610
+ .mi-call_end:before {content: '\e0b1';}
611
+ .mi-call_made:before {content: '\e0b2';}
612
+ .mi-call_merge:before {content: '\e0b3';}
613
+ .mi-call_missed:before {content: '\e0b4';}
614
+ .mi-call_missed_outgoing:before {content: '\e0e4';}
615
+ .mi-call_received:before {content: '\e0b5';}
616
+ .mi-call_split:before {content: '\e0b6';}
617
+ .mi-call_to_action:before {content: '\e06c';}
618
+ .mi-camera:before {content: '\e3af';}
619
+ .mi-camera_alt:before {content: '\e3b0';}
620
+ .mi-camera_enhance:before {content: '\e8fc';}
621
+ .mi-camera_front:before {content: '\e3b1';}
622
+ .mi-camera_indoor:before {content: '\efe9';}
623
+ .mi-camera_outdoor:before {content: '\efea';}
624
+ .mi-camera_rear:before {content: '\e3b2';}
625
+ .mi-camera_roll:before {content: '\e3b3';}
626
+ .mi-cameraswitch:before {content: '\efeb';}
627
+ .mi-campaign:before {content: '\ef49';}
628
+ .mi-cancel:before {content: '\e5c9';}
629
+ .mi-cancel_presentation:before {content: '\e0e9';}
630
+ .mi-cancel_schedule_send:before {content: '\ea39';}
631
+ .mi-candlestick_chart:before {content: '\ead4';}
632
+ .mi-car_crash:before {content: '\ebf2';}
633
+ .mi-car_rental:before {content: '\ea55';}
634
+ .mi-car_repair:before {content: '\ea56';}
635
+ .mi-card_giftcard:before {content: '\e8f6';}
636
+ .mi-card_membership:before {content: '\e8f7';}
637
+ .mi-card_travel:before {content: '\e8f8';}
638
+ .mi-carpenter:before {content: '\f1f8';}
639
+ .mi-cases:before {content: '\e992';}
640
+ .mi-casino:before {content: '\eb40';}
641
+ .mi-cast:before {content: '\e307';}
642
+ .mi-cast_connected:before {content: '\e308';}
643
+ .mi-cast_for_education:before {content: '\efec';}
644
+ .mi-castle:before {content: '\eab1';}
645
+ .mi-catching_pokemon:before {content: '\e508';}
646
+ .mi-category:before {content: '\e574';}
647
+ .mi-celebration:before {content: '\ea65';}
648
+ .mi-cell_tower:before {content: '\ebba';}
649
+ .mi-cell_wifi:before {content: '\e0ec';}
650
+ .mi-center_focus_strong:before {content: '\e3b4';}
651
+ .mi-center_focus_weak:before {content: '\e3b5';}
652
+ .mi-chair:before {content: '\efed';}
653
+ .mi-chair_alt:before {content: '\efee';}
654
+ .mi-chalet:before {content: '\e585';}
655
+ .mi-change_circle:before {content: '\e2e7';}
656
+ .mi-change_history:before {content: '\e86b';}
657
+ .mi-charging_station:before {content: '\f19d';}
658
+ .mi-chat:before {content: '\e0b7';}
659
+ .mi-chat_bubble:before {content: '\e0ca';}
660
+ .mi-chat_bubble_outline:before {content: '\e0cb';}
661
+ .mi-check:before {content: '\e5ca';}
662
+ .mi-check_box:before {content: '\e834';}
663
+ .mi-check_box_outline_blank:before {content: '\e835';}
664
+ .mi-check_circle:before {content: '\e86c';}
665
+ .mi-check_circle_outline:before {content: '\e92d';}
666
+ .mi-checklist:before {content: '\e6b1';}
667
+ .mi-checklist_rtl:before {content: '\e6b3';}
668
+ .mi-checkroom:before {content: '\f19e';}
669
+ .mi-chevron_left:before {content: '\e5cb';}
670
+ .mi-chevron_right:before {content: '\e5cc';}
671
+ .mi-child_care:before {content: '\eb41';}
672
+ .mi-child_friendly:before {content: '\eb42';}
673
+ .mi-chrome_reader_mode:before {content: '\e86d';}
674
+ .mi-church:before {content: '\eaae';}
675
+ .mi-circle:before {content: '\ef4a';}
676
+ .mi-circle_notifications:before {content: '\e994';}
677
+ .mi-class:before {content: '\e86e';}
678
+ .mi-clean_hands:before {content: '\f21f';}
679
+ .mi-cleaning_services:before {content: '\f0ff';}
680
+ .mi-clear:before {content: '\e14c';}
681
+ .mi-clear_all:before {content: '\e0b8';}
682
+ .mi-close:before {content: '\e5cd';}
683
+ .mi-close_fullscreen:before {content: '\f1cf';}
684
+ .mi-closed_caption:before {content: '\e01c';}
685
+ .mi-closed_caption_disabled:before {content: '\f1dc';}
686
+ .mi-closed_caption_off:before {content: '\e996';}
687
+ .mi-cloud:before {content: '\e2bd';}
688
+ .mi-cloud_circle:before {content: '\e2be';}
689
+ .mi-cloud_done:before {content: '\e2bf';}
690
+ .mi-cloud_download:before {content: '\e2c0';}
691
+ .mi-cloud_off:before {content: '\e2c1';}
692
+ .mi-cloud_queue:before {content: '\e2c2';}
693
+ .mi-cloud_sync:before {content: '\eb5a';}
694
+ .mi-cloud_upload:before {content: '\e2c3';}
695
+ .mi-co2:before {content: '\e7b0';}
696
+ .mi-co_present:before {content: '\eaf0';}
697
+ .mi-code:before {content: '\e86f';}
698
+ .mi-code_off:before {content: '\e4f3';}
699
+ .mi-coffee:before {content: '\efef';}
700
+ .mi-coffee_maker:before {content: '\eff0';}
701
+ .mi-collections:before {content: '\e3b6';}
702
+ .mi-collections_bookmark:before {content: '\e431';}
703
+ .mi-color_lens:before {content: '\e3b7';}
704
+ .mi-colorize:before {content: '\e3b8';}
705
+ .mi-comment:before {content: '\e0b9';}
706
+ .mi-comment_bank:before {content: '\ea4e';}
707
+ .mi-comments_disabled:before {content: '\e7a2';}
708
+ .mi-commit:before {content: '\eaf5';}
709
+ .mi-commute:before {content: '\e940';}
710
+ .mi-compare:before {content: '\e3b9';}
711
+ .mi-compare_arrows:before {content: '\e915';}
712
+ .mi-compass_calibration:before {content: '\e57c';}
713
+ .mi-compost:before {content: '\e761';}
714
+ .mi-compress:before {content: '\e94d';}
715
+ .mi-computer:before {content: '\e30a';}
716
+ .mi-confirmation_num:before {content: '\e638';}
717
+ .mi-confirmation_number:before {content: '\e638';}
718
+ .mi-connect_without_contact:before {content: '\f223';}
719
+ .mi-connected_tv:before {content: '\e998';}
720
+ .mi-connecting_airports:before {content: '\e7c9';}
721
+ .mi-construction:before {content: '\ea3c';}
722
+ .mi-contact_mail:before {content: '\e0d0';}
723
+ .mi-contact_page:before {content: '\f22e';}
724
+ .mi-contact_phone:before {content: '\e0cf';}
725
+ .mi-contact_support:before {content: '\e94c';}
726
+ .mi-contactless:before {content: '\ea71';}
727
+ .mi-contacts:before {content: '\e0ba';}
728
+ .mi-content_copy:before {content: '\f08a';}
729
+ .mi-content_cut:before {content: '\f08b';}
730
+ .mi-content_paste:before {content: '\f098';}
731
+ .mi-content_paste_go:before {content: '\ea8e';}
732
+ .mi-content_paste_off:before {content: '\e4f8';}
733
+ .mi-content_paste_search:before {content: '\ea9b';}
734
+ .mi-contrast:before {content: '\eb37';}
735
+ .mi-control_camera:before {content: '\e074';}
736
+ .mi-control_point:before {content: '\e3ba';}
737
+ .mi-control_point_duplicate:before {content: '\e3bb';}
738
+ .mi-cookie:before {content: '\eaac';}
739
+ .mi-copy:before {content: '\f08a';}
740
+ .mi-copy_all:before {content: '\e2ec';}
741
+ .mi-copyright:before {content: '\e90c';}
742
+ .mi-coronavirus:before {content: '\f221';}
743
+ .mi-corporate_fare:before {content: '\f1d0';}
744
+ .mi-cottage:before {content: '\e587';}
745
+ .mi-countertops:before {content: '\f1f7';}
746
+ .mi-create:before {content: '\e150';}
747
+ .mi-create_new_folder:before {content: '\e2cc';}
748
+ .mi-credit_card:before {content: '\e870';}
749
+ .mi-credit_card_off:before {content: '\e4f4';}
750
+ .mi-credit_score:before {content: '\eff1';}
751
+ .mi-crib:before {content: '\e588';}
752
+ .mi-crisis_alert:before {content: '\ebe9';}
753
+ .mi-crop:before {content: '\e3be';}
754
+ .mi-crop_16_9:before {content: '\e3bc';}
755
+ .mi-crop_3_2:before {content: '\e3bd';}
756
+ .mi-crop_5_4:before {content: '\e3bf';}
757
+ .mi-crop_7_5:before {content: '\e3c0';}
758
+ .mi-crop_din:before {content: '\e3c1';}
759
+ .mi-crop_free:before {content: '\e3c2';}
760
+ .mi-crop_landscape:before {content: '\e3c3';}
761
+ .mi-crop_original:before {content: '\e3c4';}
762
+ .mi-crop_portrait:before {content: '\e3c5';}
763
+ .mi-crop_rotate:before {content: '\e437';}
764
+ .mi-crop_square:before {content: '\e3c6';}
765
+ .mi-cruelty_free:before {content: '\e799';}
766
+ .mi-css:before {content: '\eb93';}
767
+ .mi-currency_bitcoin:before {content: '\ebc5';}
768
+ .mi-currency_exchange:before {content: '\eb70';}
769
+ .mi-currency_franc:before {content: '\eafa';}
770
+ .mi-currency_lira:before {content: '\eaef';}
771
+ .mi-currency_pound:before {content: '\eaf1';}
772
+ .mi-currency_ruble:before {content: '\eaec';}
773
+ .mi-currency_rupee:before {content: '\eaf7';}
774
+ .mi-currency_yen:before {content: '\eafb';}
775
+ .mi-currency_yuan:before {content: '\eaf9';}
776
+ .mi-cut:before {content: '\f08b';}
777
+ .mi-cyclone:before {content: '\ebd5';}
778
+ .mi-dangerous:before {content: '\e99a';}
779
+ .mi-dark_mode:before {content: '\e51c';}
780
+ .mi-dashboard:before {content: '\e871';}
781
+ .mi-dashboard_customize:before {content: '\e99b';}
782
+ .mi-data_array:before {content: '\ead1';}
783
+ .mi-data_exploration:before {content: '\e76f';}
784
+ .mi-data_object:before {content: '\ead3';}
785
+ .mi-data_saver_off:before {content: '\eff2';}
786
+ .mi-data_saver_on:before {content: '\eff3';}
787
+ .mi-data_thresholding:before {content: '\eb9f';}
788
+ .mi-data_usage:before {content: '\e1af';}
789
+ .mi-date_range:before {content: '\e916';}
790
+ .mi-deblur:before {content: '\eb77';}
791
+ .mi-deck:before {content: '\ea42';}
792
+ .mi-dehaze:before {content: '\e3c7';}
793
+ .mi-delete:before {content: '\e872';}
794
+ .mi-delete_forever:before {content: '\e92b';}
795
+ .mi-delete_outline:before {content: '\e92e';}
796
+ .mi-delete_sweep:before {content: '\e16c';}
797
+ .mi-delivery_dining:before {content: '\ea72';}
798
+ .mi-density_large:before {content: '\eba9';}
799
+ .mi-density_medium:before {content: '\eb9e';}
800
+ .mi-density_small:before {content: '\eba8';}
801
+ .mi-departure_board:before {content: '\e576';}
802
+ .mi-description:before {content: '\e873';}
803
+ .mi-deselect:before {content: '\ebb6';}
804
+ .mi-design_services:before {content: '\f10a';}
805
+ .mi-desktop_access_disabled:before {content: '\e99d';}
806
+ .mi-desktop_mac:before {content: '\e30b';}
807
+ .mi-desktop_windows:before {content: '\e30c';}
808
+ .mi-details:before {content: '\e3c8';}
809
+ .mi-developer_board:before {content: '\e30d';}
810
+ .mi-developer_board_off:before {content: '\e4ff';}
811
+ .mi-developer_mode:before {content: '\e1b0';}
812
+ .mi-device_hub:before {content: '\e335';}
813
+ .mi-device_thermostat:before {content: '\e1ff';}
814
+ .mi-device_unknown:before {content: '\e339';}
815
+ .mi-devices:before {content: '\e1b1';}
816
+ .mi-devices_fold:before {content: '\ebde';}
817
+ .mi-devices_other:before {content: '\e337';}
818
+ .mi-dialer_sip:before {content: '\e0bb';}
819
+ .mi-dialpad:before {content: '\e0bc';}
820
+ .mi-diamond:before {content: '\ead5';}
821
+ .mi-difference:before {content: '\eb7d';}
822
+ .mi-dining:before {content: '\eff4';}
823
+ .mi-dinner_dining:before {content: '\ea57';}
824
+ .mi-directions:before {content: '\e52e';}
825
+ .mi-directions_bike:before {content: '\e52f';}
826
+ .mi-directions_boat:before {content: '\e532';}
827
+ .mi-directions_boat_filled:before {content: '\eff5';}
828
+ .mi-directions_bus:before {content: '\e530';}
829
+ .mi-directions_bus_filled:before {content: '\eff6';}
830
+ .mi-directions_car:before {content: '\e531';}
831
+ .mi-directions_car_filled:before {content: '\eff7';}
832
+ .mi-directions_ferry:before {content: '\e532';}
833
+ .mi-directions_off:before {content: '\f10f';}
834
+ .mi-directions_railway:before {content: '\e534';}
835
+ .mi-directions_railway_filled:before {content: '\eff8';}
836
+ .mi-directions_run:before {content: '\e566';}
837
+ .mi-directions_subway:before {content: '\e533';}
838
+ .mi-directions_subway_filled:before {content: '\eff9';}
839
+ .mi-directions_train:before {content: '\e534';}
840
+ .mi-directions_transit:before {content: '\e535';}
841
+ .mi-directions_transit_filled:before {content: '\effa';}
842
+ .mi-directions_walk:before {content: '\e536';}
843
+ .mi-dirty_lens:before {content: '\ef4b';}
844
+ .mi-disabled_by_default:before {content: '\f230';}
845
+ .mi-disabled_visible:before {content: '\e76e';}
846
+ .mi-disc_full:before {content: '\e610';}
847
+ .mi-discord:before {content: '\ea6c';}
848
+ .mi-discount:before {content: '\ebc9';}
849
+ .mi-display_settings:before {content: '\eb97';}
850
+ .mi-dnd_forwardslash:before {content: '\e611';}
851
+ .mi-dns:before {content: '\e875';}
852
+ .mi-do_disturb:before {content: '\f08c';}
853
+ .mi-do_disturb_alt:before {content: '\f08d';}
854
+ .mi-do_disturb_off:before {content: '\f08e';}
855
+ .mi-do_disturb_on:before {content: '\f08f';}
856
+ .mi-do_not_disturb:before {content: '\e612';}
857
+ .mi-do_not_disturb_alt:before {content: '\e611';}
858
+ .mi-do_not_disturb_off:before {content: '\e643';}
859
+ .mi-do_not_disturb_on:before {content: '\e644';}
860
+ .mi-do_not_disturb_on_total_silence:before {content: '\effb';}
861
+ .mi-do_not_step:before {content: '\f19f';}
862
+ .mi-do_not_touch:before {content: '\f1b0';}
863
+ .mi-dock:before {content: '\e30e';}
864
+ .mi-document_scanner:before {content: '\e5fa';}
865
+ .mi-domain:before {content: '\e7ee';}
866
+ .mi-domain_add:before {content: '\eb62';}
867
+ .mi-domain_disabled:before {content: '\e0ef';}
868
+ .mi-domain_verification:before {content: '\ef4c';}
869
+ .mi-done:before {content: '\e876';}
870
+ .mi-done_all:before {content: '\e877';}
871
+ .mi-done_outline:before {content: '\e92f';}
872
+ .mi-donut_large:before {content: '\e917';}
873
+ .mi-donut_small:before {content: '\e918';}
874
+ .mi-door_back:before {content: '\effc';}
875
+ .mi-door_front:before {content: '\effd';}
876
+ .mi-door_sliding:before {content: '\effe';}
877
+ .mi-doorbell:before {content: '\efff';}
878
+ .mi-double_arrow:before {content: '\ea50';}
879
+ .mi-downhill_skiing:before {content: '\e509';}
880
+ .mi-download:before {content: '\f090';}
881
+ .mi-download_done:before {content: '\f091';}
882
+ .mi-download_for_offline:before {content: '\f000';}
883
+ .mi-downloading:before {content: '\f001';}
884
+ .mi-drafts:before {content: '\e151';}
885
+ .mi-drag_handle:before {content: '\e25d';}
886
+ .mi-drag_indicator:before {content: '\e945';}
887
+ .mi-draw:before {content: '\e746';}
888
+ .mi-drive_eta:before {content: '\e613';}
889
+ .mi-drive_file_move:before {content: '\e675';}
890
+ .mi-drive_file_move_rtl:before {content: '\e76d';}
891
+ .mi-drive_file_rename_outline:before {content: '\e9a2';}
892
+ .mi-drive_folder_upload:before {content: '\e9a3';}
893
+ .mi-dry:before {content: '\f1b3';}
894
+ .mi-dry_cleaning:before {content: '\ea58';}
895
+ .mi-duo:before {content: '\e9a5';}
896
+ .mi-dvr:before {content: '\e1b2';}
897
+ .mi-dynamic_feed:before {content: '\ea14';}
898
+ .mi-dynamic_form:before {content: '\f1bf';}
899
+ .mi-e_mobiledata:before {content: '\f002';}
900
+ .mi-earbuds:before {content: '\f003';}
901
+ .mi-earbuds_battery:before {content: '\f004';}
902
+ .mi-east:before {content: '\f1df';}
903
+ .mi-eco:before {content: '\ea35';}
904
+ .mi-edgesensor_high:before {content: '\f005';}
905
+ .mi-edgesensor_low:before {content: '\f006';}
906
+ .mi-edit:before {content: '\e3c9';}
907
+ .mi-edit_attributes:before {content: '\e578';}
908
+ .mi-edit_calendar:before {content: '\e742';}
909
+ .mi-edit_location:before {content: '\e568';}
910
+ .mi-edit_location_alt:before {content: '\e1c5';}
911
+ .mi-edit_note:before {content: '\e745';}
912
+ .mi-edit_notifications:before {content: '\e525';}
913
+ .mi-edit_off:before {content: '\e950';}
914
+ .mi-edit_road:before {content: '\ef4d';}
915
+ .mi-egg:before {content: '\eacc';}
916
+ .mi-egg_alt:before {content: '\eac8';}
917
+ .mi-eject:before {content: '\e8fb';}
918
+ .mi-elderly:before {content: '\f21a';}
919
+ .mi-elderly_woman:before {content: '\eb69';}
920
+ .mi-electric_bike:before {content: '\eb1b';}
921
+ .mi-electric_car:before {content: '\eb1c';}
922
+ .mi-electric_moped:before {content: '\eb1d';}
923
+ .mi-electric_rickshaw:before {content: '\eb1e';}
924
+ .mi-electric_scooter:before {content: '\eb1f';}
925
+ .mi-electrical_services:before {content: '\f102';}
926
+ .mi-elevator:before {content: '\f1a0';}
927
+ .mi-email:before {content: '\e0be';}
928
+ .mi-emergency:before {content: '\e1eb';}
929
+ .mi-emergency_recording:before {content: '\ebf4';}
930
+ .mi-emergency_share:before {content: '\ebf6';}
931
+ .mi-emoji_emotions:before {content: '\ea22';}
932
+ .mi-emoji_events:before {content: '\ea23';}
933
+ .mi-emoji_flags:before {content: '\ea1a';}
934
+ .mi-emoji_food_beverage:before {content: '\ea1b';}
935
+ .mi-emoji_nature:before {content: '\ea1c';}
936
+ .mi-emoji_objects:before {content: '\ea24';}
937
+ .mi-emoji_people:before {content: '\ea1d';}
938
+ .mi-emoji_symbols:before {content: '\ea1e';}
939
+ .mi-emoji_transportation:before {content: '\ea1f';}
940
+ .mi-engineering:before {content: '\ea3d';}
941
+ .mi-enhance_photo_translate:before {content: '\e8fc';}
942
+ .mi-enhanced_encryption:before {content: '\e63f';}
943
+ .mi-equalizer:before {content: '\e01d';}
944
+ .mi-error:before {content: '\e000';}
945
+ .mi-error_outline:before {content: '\e001';}
946
+ .mi-escalator:before {content: '\f1a1';}
947
+ .mi-escalator_warning:before {content: '\f1ac';}
948
+ .mi-euro:before {content: '\ea15';}
949
+ .mi-euro_symbol:before {content: '\e926';}
950
+ .mi-ev_station:before {content: '\e56d';}
951
+ .mi-event:before {content: '\e878';}
952
+ .mi-event_available:before {content: '\e614';}
953
+ .mi-event_busy:before {content: '\e615';}
954
+ .mi-event_note:before {content: '\e616';}
955
+ .mi-event_repeat:before {content: '\eb7b';}
956
+ .mi-event_seat:before {content: '\e903';}
957
+ .mi-exit_to_app:before {content: '\e879';}
958
+ .mi-expand:before {content: '\e94f';}
959
+ .mi-expand_circle_down:before {content: '\e7cd';}
960
+ .mi-expand_less:before {content: '\e5ce';}
961
+ .mi-expand_more:before {content: '\e5cf';}
962
+ .mi-explicit:before {content: '\e01e';}
963
+ .mi-explore:before {content: '\e87a';}
964
+ .mi-explore_off:before {content: '\e9a8';}
965
+ .mi-exposure:before {content: '\e3ca';}
966
+ .mi-exposure_minus_1:before {content: '\e3cb';}
967
+ .mi-exposure_minus_2:before {content: '\e3cc';}
968
+ .mi-exposure_neg_1:before {content: '\e3cb';}
969
+ .mi-exposure_neg_2:before {content: '\e3cc';}
970
+ .mi-exposure_plus_1:before {content: '\e3cd';}
971
+ .mi-exposure_plus_2:before {content: '\e3ce';}
972
+ .mi-exposure_zero:before {content: '\e3cf';}
973
+ .mi-extension:before {content: '\e87b';}
974
+ .mi-extension_off:before {content: '\e4f5';}
975
+ .mi-face:before {content: '\e87c';}
976
+ .mi-face_retouching_natural:before {content: '\ef4e';}
977
+ .mi-face_retouching_off:before {content: '\f007';}
978
+ .mi-face_unlock:before {content: '\f008';}
979
+ .mi-facebook:before {content: '\f234';}
980
+ .mi-fact_check:before {content: '\f0c5';}
981
+ .mi-factory:before {content: '\ebbc';}
982
+ .mi-family_restroom:before {content: '\f1a2';}
983
+ .mi-fast_forward:before {content: '\e01f';}
984
+ .mi-fast_rewind:before {content: '\e020';}
985
+ .mi-fastfood:before {content: '\e57a';}
986
+ .mi-favorite:before {content: '\e87d';}
987
+ .mi-favorite_border:before {content: '\e87e';}
988
+ .mi-favorite_outline:before {content: '\e87e';}
989
+ .mi-fax:before {content: '\ead8';}
990
+ .mi-featured_play_list:before {content: '\e06d';}
991
+ .mi-featured_video:before {content: '\e06e';}
992
+ .mi-feed:before {content: '\f009';}
993
+ .mi-feedback:before {content: '\e87f';}
994
+ .mi-female:before {content: '\e590';}
995
+ .mi-fence:before {content: '\f1f6';}
996
+ .mi-festival:before {content: '\ea68';}
997
+ .mi-fiber_dvr:before {content: '\e05d';}
998
+ .mi-fiber_manual_record:before {content: '\e061';}
999
+ .mi-fiber_new:before {content: '\e05e';}
1000
+ .mi-fiber_pin:before {content: '\e06a';}
1001
+ .mi-fiber_smart_record:before {content: '\e062';}
1002
+ .mi-file_copy:before {content: '\e173';}
1003
+ .mi-file_download:before {content: '\e2c4';}
1004
+ .mi-file_download_done:before {content: '\e9aa';}
1005
+ .mi-file_download_off:before {content: '\e4fe';}
1006
+ .mi-file_open:before {content: '\eaf3';}
1007
+ .mi-file_present:before {content: '\ea0e';}
1008
+ .mi-file_upload:before {content: '\e2c6';}
1009
+ .mi-filter:before {content: '\e3d3';}
1010
+ .mi-filter_1:before {content: '\e3d0';}
1011
+ .mi-filter_2:before {content: '\e3d1';}
1012
+ .mi-filter_3:before {content: '\e3d2';}
1013
+ .mi-filter_4:before {content: '\e3d4';}
1014
+ .mi-filter_5:before {content: '\e3d5';}
1015
+ .mi-filter_6:before {content: '\e3d6';}
1016
+ .mi-filter_7:before {content: '\e3d7';}
1017
+ .mi-filter_8:before {content: '\e3d8';}
1018
+ .mi-filter_9:before {content: '\e3d9';}
1019
+ .mi-filter_9_plus:before {content: '\e3da';}
1020
+ .mi-filter_alt:before {content: '\ef4f';}
1021
+ .mi-filter_alt_off:before {content: '\eb32';}
1022
+ .mi-filter_b_and_w:before {content: '\e3db';}
1023
+ .mi-filter_center_focus:before {content: '\e3dc';}
1024
+ .mi-filter_drama:before {content: '\e3dd';}
1025
+ .mi-filter_frames:before {content: '\e3de';}
1026
+ .mi-filter_hdr:before {content: '\e3df';}
1027
+ .mi-filter_list:before {content: '\e152';}
1028
+ .mi-filter_list_off:before {content: '\eb57';}
1029
+ .mi-filter_none:before {content: '\e3e0';}
1030
+ .mi-filter_tilt_shift:before {content: '\e3e2';}
1031
+ .mi-filter_vintage:before {content: '\e3e3';}
1032
+ .mi-find_in_page:before {content: '\e880';}
1033
+ .mi-find_replace:before {content: '\e881';}
1034
+ .mi-fingerprint:before {content: '\e90d';}
1035
+ .mi-fire_extinguisher:before {content: '\f1d8';}
1036
+ .mi-fireplace:before {content: '\ea43';}
1037
+ .mi-first_page:before {content: '\e5dc';}
1038
+ .mi-fit_screen:before {content: '\ea10';}
1039
+ .mi-fitbit:before {content: '\e82b';}
1040
+ .mi-fitness_center:before {content: '\eb43';}
1041
+ .mi-flag:before {content: '\e153';}
1042
+ .mi-flag_circle:before {content: '\eaf8';}
1043
+ .mi-flaky:before {content: '\ef50';}
1044
+ .mi-flare:before {content: '\e3e4';}
1045
+ .mi-flash_auto:before {content: '\e3e5';}
1046
+ .mi-flash_off:before {content: '\e3e6';}
1047
+ .mi-flash_on:before {content: '\e3e7';}
1048
+ .mi-flashlight_off:before {content: '\f00a';}
1049
+ .mi-flashlight_on:before {content: '\f00b';}
1050
+ .mi-flatware:before {content: '\f00c';}
1051
+ .mi-flight:before {content: '\e539';}
1052
+ .mi-flight_class:before {content: '\e7cb';}
1053
+ .mi-flight_land:before {content: '\e904';}
1054
+ .mi-flight_takeoff:before {content: '\e905';}
1055
+ .mi-flip:before {content: '\e3e8';}
1056
+ .mi-flip_camera_android:before {content: '\ea37';}
1057
+ .mi-flip_camera_ios:before {content: '\ea38';}
1058
+ .mi-flip_to_back:before {content: '\e882';}
1059
+ .mi-flip_to_front:before {content: '\e883';}
1060
+ .mi-flood:before {content: '\ebe6';}
1061
+ .mi-flourescent:before {content: '\f00d';}
1062
+ .mi-flutter_dash:before {content: '\e00b';}
1063
+ .mi-fmd_bad:before {content: '\f00e';}
1064
+ .mi-fmd_good:before {content: '\f00f';}
1065
+ .mi-folder:before {content: '\e2c7';}
1066
+ .mi-folder_copy:before {content: '\ebbd';}
1067
+ .mi-folder_delete:before {content: '\eb34';}
1068
+ .mi-folder_off:before {content: '\eb83';}
1069
+ .mi-folder_open:before {content: '\e2c8';}
1070
+ .mi-folder_shared:before {content: '\e2c9';}
1071
+ .mi-folder_special:before {content: '\e617';}
1072
+ .mi-folder_zip:before {content: '\eb2c';}
1073
+ .mi-follow_the_signs:before {content: '\f222';}
1074
+ .mi-font_download:before {content: '\e167';}
1075
+ .mi-font_download_off:before {content: '\e4f9';}
1076
+ .mi-food_bank:before {content: '\f1f2';}
1077
+ .mi-forest:before {content: '\ea99';}
1078
+ .mi-fork_left:before {content: '\eba0';}
1079
+ .mi-fork_right:before {content: '\ebac';}
1080
+ .mi-format_align_center:before {content: '\e234';}
1081
+ .mi-format_align_justify:before {content: '\e235';}
1082
+ .mi-format_align_left:before {content: '\e236';}
1083
+ .mi-format_align_right:before {content: '\e237';}
1084
+ .mi-format_bold:before {content: '\e238';}
1085
+ .mi-format_clear:before {content: '\e239';}
1086
+ .mi-format_color_fill:before {content: '\e23a';}
1087
+ .mi-format_color_reset:before {content: '\e23b';}
1088
+ .mi-format_color_text:before {content: '\e23c';}
1089
+ .mi-format_indent_decrease:before {content: '\e23d';}
1090
+ .mi-format_indent_increase:before {content: '\e23e';}
1091
+ .mi-format_italic:before {content: '\e23f';}
1092
+ .mi-format_line_spacing:before {content: '\e240';}
1093
+ .mi-format_list_bulleted:before {content: '\e241';}
1094
+ .mi-format_list_numbered:before {content: '\e242';}
1095
+ .mi-format_list_numbered_rtl:before {content: '\e267';}
1096
+ .mi-format_overline:before {content: '\eb65';}
1097
+ .mi-format_paint:before {content: '\e243';}
1098
+ .mi-format_quote:before {content: '\e244';}
1099
+ .mi-format_shapes:before {content: '\e25e';}
1100
+ .mi-format_size:before {content: '\e245';}
1101
+ .mi-format_strikethrough:before {content: '\e246';}
1102
+ .mi-format_textdirection_l_to_r:before {content: '\e247';}
1103
+ .mi-format_textdirection_r_to_l:before {content: '\e248';}
1104
+ .mi-format_underline:before {content: '\e765';}
1105
+ .mi-format_underlined:before {content: '\e765';}
1106
+ .mi-fort:before {content: '\eaad';}
1107
+ .mi-forum:before {content: '\e0bf';}
1108
+ .mi-forward:before {content: '\e154';}
1109
+ .mi-forward_10:before {content: '\e056';}
1110
+ .mi-forward_30:before {content: '\e057';}
1111
+ .mi-forward_5:before {content: '\e058';}
1112
+ .mi-forward_to_inbox:before {content: '\f187';}
1113
+ .mi-foundation:before {content: '\f200';}
1114
+ .mi-free_breakfast:before {content: '\eb44';}
1115
+ .mi-free_cancellation:before {content: '\e748';}
1116
+ .mi-front_hand:before {content: '\e769';}
1117
+ .mi-fullscreen:before {content: '\e5d0';}
1118
+ .mi-fullscreen_exit:before {content: '\e5d1';}
1119
+ .mi-functions:before {content: '\e24a';}
1120
+ .mi-g_mobiledata:before {content: '\f010';}
1121
+ .mi-g_translate:before {content: '\e927';}
1122
+ .mi-gamepad:before {content: '\e30f';}
1123
+ .mi-games:before {content: '\e021';}
1124
+ .mi-garage:before {content: '\f011';}
1125
+ .mi-gavel:before {content: '\e90e';}
1126
+ .mi-generating_tokens:before {content: '\e749';}
1127
+ .mi-gesture:before {content: '\e155';}
1128
+ .mi-get_app:before {content: '\e884';}
1129
+ .mi-gif:before {content: '\e908';}
1130
+ .mi-gif_box:before {content: '\e7a3';}
1131
+ .mi-girl:before {content: '\eb68';}
1132
+ .mi-gite:before {content: '\e58b';}
1133
+ .mi-golf_course:before {content: '\eb45';}
1134
+ .mi-gpp_bad:before {content: '\f012';}
1135
+ .mi-gpp_good:before {content: '\f013';}
1136
+ .mi-gpp_maybe:before {content: '\f014';}
1137
+ .mi-gps_fixed:before {content: '\e1b3';}
1138
+ .mi-gps_not_fixed:before {content: '\e1b4';}
1139
+ .mi-gps_off:before {content: '\e1b5';}
1140
+ .mi-grade:before {content: '\e885';}
1141
+ .mi-gradient:before {content: '\e3e9';}
1142
+ .mi-grading:before {content: '\ea4f';}
1143
+ .mi-grain:before {content: '\e3ea';}
1144
+ .mi-graphic_eq:before {content: '\e1b8';}
1145
+ .mi-grass:before {content: '\f205';}
1146
+ .mi-grid_3x3:before {content: '\f015';}
1147
+ .mi-grid_4x4:before {content: '\f016';}
1148
+ .mi-grid_goldenratio:before {content: '\f017';}
1149
+ .mi-grid_off:before {content: '\e3eb';}
1150
+ .mi-grid_on:before {content: '\e3ec';}
1151
+ .mi-grid_view:before {content: '\e9b0';}
1152
+ .mi-group:before {content: '\e7ef';}
1153
+ .mi-group_add:before {content: '\e7f0';}
1154
+ .mi-group_off:before {content: '\e747';}
1155
+ .mi-group_remove:before {content: '\e7ad';}
1156
+ .mi-group_work:before {content: '\e886';}
1157
+ .mi-groups:before {content: '\f233';}
1158
+ .mi-h_mobiledata:before {content: '\f018';}
1159
+ .mi-h_plus_mobiledata:before {content: '\f019';}
1160
+ .mi-hail:before {content: '\e9b1';}
1161
+ .mi-handshake:before {content: '\ebcb';}
1162
+ .mi-handyman:before {content: '\f10b';}
1163
+ .mi-hardware:before {content: '\ea59';}
1164
+ .mi-hd:before {content: '\e052';}
1165
+ .mi-hdr_auto:before {content: '\f01a';}
1166
+ .mi-hdr_auto_select:before {content: '\f01b';}
1167
+ .mi-hdr_enhanced_select:before {content: '\ef51';}
1168
+ .mi-hdr_off:before {content: '\e3ed';}
1169
+ .mi-hdr_off_select:before {content: '\f01c';}
1170
+ .mi-hdr_on:before {content: '\e3ee';}
1171
+ .mi-hdr_on_select:before {content: '\f01d';}
1172
+ .mi-hdr_plus:before {content: '\f01e';}
1173
+ .mi-hdr_strong:before {content: '\e3f1';}
1174
+ .mi-hdr_weak:before {content: '\e3f2';}
1175
+ .mi-headphones:before {content: '\f01f';}
1176
+ .mi-headphones_battery:before {content: '\f020';}
1177
+ .mi-headset:before {content: '\e310';}
1178
+ .mi-headset_mic:before {content: '\e311';}
1179
+ .mi-headset_off:before {content: '\e33a';}
1180
+ .mi-healing:before {content: '\e3f3';}
1181
+ .mi-health_and_safety:before {content: '\e1d5';}
1182
+ .mi-hearing:before {content: '\e023';}
1183
+ .mi-hearing_disabled:before {content: '\f104';}
1184
+ .mi-heart_broken:before {content: '\eac2';}
1185
+ .mi-height:before {content: '\ea16';}
1186
+ .mi-help:before {content: '\e887';}
1187
+ .mi-help_center:before {content: '\f1c0';}
1188
+ .mi-help_outline:before {content: '\e8fd';}
1189
+ .mi-hevc:before {content: '\f021';}
1190
+ .mi-hexagon:before {content: '\eb39';}
1191
+ .mi-hide_image:before {content: '\f022';}
1192
+ .mi-hide_source:before {content: '\f023';}
1193
+ .mi-high_quality:before {content: '\e024';}
1194
+ .mi-highlight:before {content: '\e25f';}
1195
+ .mi-highlight_alt:before {content: '\ef52';}
1196
+ .mi-highlight_off:before {content: '\e888';}
1197
+ .mi-highlight_remove:before {content: '\e888';}
1198
+ .mi-hiking:before {content: '\e50a';}
1199
+ .mi-history:before {content: '\e889';}
1200
+ .mi-history_edu:before {content: '\ea3e';}
1201
+ .mi-history_toggle_off:before {content: '\f17d';}
1202
+ .mi-hive:before {content: '\eaa6';}
1203
+ .mi-hls:before {content: '\eb8a';}
1204
+ .mi-hls_off:before {content: '\eb8c';}
1205
+ .mi-holiday_village:before {content: '\e58a';}
1206
+ .mi-home:before {content: '\e88a';}
1207
+ .mi-home_max:before {content: '\f024';}
1208
+ .mi-home_mini:before {content: '\f025';}
1209
+ .mi-home_repair_service:before {content: '\f100';}
1210
+ .mi-home_work:before {content: '\ea09';}
1211
+ .mi-horizontal_distribute:before {content: '\e014';}
1212
+ .mi-horizontal_rule:before {content: '\f108';}
1213
+ .mi-horizontal_split:before {content: '\e947';}
1214
+ .mi-hot_tub:before {content: '\eb46';}
1215
+ .mi-hotel:before {content: '\e53a';}
1216
+ .mi-hotel_class:before {content: '\e743';}
1217
+ .mi-hourglass_bottom:before {content: '\ea5c';}
1218
+ .mi-hourglass_disabled:before {content: '\ef53';}
1219
+ .mi-hourglass_empty:before {content: '\e88b';}
1220
+ .mi-hourglass_full:before {content: '\e88c';}
1221
+ .mi-hourglass_top:before {content: '\ea5b';}
1222
+ .mi-house:before {content: '\ea44';}
1223
+ .mi-house_siding:before {content: '\f202';}
1224
+ .mi-houseboat:before {content: '\e584';}
1225
+ .mi-how_to_reg:before {content: '\e174';}
1226
+ .mi-how_to_vote:before {content: '\e175';}
1227
+ .mi-html:before {content: '\eb7e';}
1228
+ .mi-http:before {content: '\e902';}
1229
+ .mi-https:before {content: '\e88d';}
1230
+ .mi-hub:before {content: '\e9f4';}
1231
+ .mi-hvac:before {content: '\f10e';}
1232
+ .mi-ice_skating:before {content: '\e50b';}
1233
+ .mi-icecream:before {content: '\ea69';}
1234
+ .mi-image:before {content: '\e3f4';}
1235
+ .mi-image_aspect_ratio:before {content: '\e3f5';}
1236
+ .mi-image_not_supported:before {content: '\f116';}
1237
+ .mi-image_search:before {content: '\e43f';}
1238
+ .mi-imagesearch_roller:before {content: '\e9b4';}
1239
+ .mi-import_contacts:before {content: '\e0e0';}
1240
+ .mi-import_export:before {content: '\e0c3';}
1241
+ .mi-important_devices:before {content: '\e912';}
1242
+ .mi-inbox:before {content: '\e156';}
1243
+ .mi-incomplete_circle:before {content: '\e79b';}
1244
+ .mi-indeterminate_check_box:before {content: '\e909';}
1245
+ .mi-info:before {content: '\e88e';}
1246
+ .mi-input:before {content: '\e890';}
1247
+ .mi-insert_chart:before {content: '\e24b';}
1248
+ .mi-insert_chart_outlined:before {content: '\e26a';}
1249
+ .mi-insert_comment:before {content: '\e24c';}
1250
+ .mi-insert_drive_file:before {content: '\e24d';}
1251
+ .mi-insert_emoticon:before {content: '\e24e';}
1252
+ .mi-insert_invitation:before {content: '\e24f';}
1253
+ .mi-insert_link:before {content: '\e250';}
1254
+ .mi-insert_page_break:before {content: '\eaca';}
1255
+ .mi-insert_photo:before {content: '\e251';}
1256
+ .mi-insights:before {content: '\f092';}
1257
+ .mi-install_desktop:before {content: '\eb71';}
1258
+ .mi-install_mobile:before {content: '\eb72';}
1259
+ .mi-integration_instructions:before {content: '\ef54';}
1260
+ .mi-interests:before {content: '\e7c8';}
1261
+ .mi-interpreter_mode:before {content: '\e83b';}
1262
+ .mi-inventory:before {content: '\e179';}
1263
+ .mi-inventory_2:before {content: '\e1a1';}
1264
+ .mi-invert_colors:before {content: '\e891';}
1265
+ .mi-invert_colors_off:before {content: '\e0c4';}
1266
+ .mi-invert_colors_on:before {content: '\e891';}
1267
+ .mi-ios_share:before {content: '\e6b8';}
1268
+ .mi-iron:before {content: '\e583';}
1269
+ .mi-iso:before {content: '\e3f6';}
1270
+ .mi-javascript:before {content: '\eb7c';}
1271
+ .mi-join_full:before {content: '\eaeb';}
1272
+ .mi-join_inner:before {content: '\eaf4';}
1273
+ .mi-join_left:before {content: '\eaf2';}
1274
+ .mi-join_right:before {content: '\eaea';}
1275
+ .mi-kayaking:before {content: '\e50c';}
1276
+ .mi-kebab_dining:before {content: '\e842';}
1277
+ .mi-key:before {content: '\e73c';}
1278
+ .mi-key_off:before {content: '\eb84';}
1279
+ .mi-keyboard:before {content: '\e312';}
1280
+ .mi-keyboard_alt:before {content: '\f028';}
1281
+ .mi-keyboard_arrow_down:before {content: '\e313';}
1282
+ .mi-keyboard_arrow_left:before {content: '\e314';}
1283
+ .mi-keyboard_arrow_right:before {content: '\e315';}
1284
+ .mi-keyboard_arrow_up:before {content: '\e316';}
1285
+ .mi-keyboard_backspace:before {content: '\e317';}
1286
+ .mi-keyboard_capslock:before {content: '\e318';}
1287
+ .mi-keyboard_command_key:before {content: '\eae7';}
1288
+ .mi-keyboard_control:before {content: '\eae1';}
1289
+ .mi-keyboard_control_key:before {content: '\eae6';}
1290
+ .mi-keyboard_double_arrow_down:before {content: '\ead0';}
1291
+ .mi-keyboard_double_arrow_left:before {content: '\eac3';}
1292
+ .mi-keyboard_double_arrow_right:before {content: '\eac9';}
1293
+ .mi-keyboard_double_arrow_up:before {content: '\eacf';}
1294
+ .mi-keyboard_hide:before {content: '\e31a';}
1295
+ .mi-keyboard_option_key:before {content: '\eae8';}
1296
+ .mi-keyboard_return:before {content: '\e31b';}
1297
+ .mi-keyboard_tab:before {content: '\e31c';}
1298
+ .mi-keyboard_voice:before {content: '\e31d';}
1299
+ .mi-king_bed:before {content: '\ea45';}
1300
+ .mi-kitchen:before {content: '\eb47';}
1301
+ .mi-kitesurfing:before {content: '\e50d';}
1302
+ .mi-label:before {content: '\e892';}
1303
+ .mi-label_important:before {content: '\e937';}
1304
+ .mi-label_off:before {content: '\e9b6';}
1305
+ .mi-lan:before {content: '\eb2f';}
1306
+ .mi-landscape:before {content: '\e3f7';}
1307
+ .mi-landslide:before {content: '\ebd7';}
1308
+ .mi-language:before {content: '\e894';}
1309
+ .mi-laptop:before {content: '\e31e';}
1310
+ .mi-laptop_chromebook:before {content: '\e31f';}
1311
+ .mi-laptop_mac:before {content: '\e320';}
1312
+ .mi-laptop_windows:before {content: '\e321';}
1313
+ .mi-last_page:before {content: '\e5dd';}
1314
+ .mi-launch:before {content: '\e895';}
1315
+ .mi-layers:before {content: '\e53b';}
1316
+ .mi-layers_clear:before {content: '\e53c';}
1317
+ .mi-leaderboard:before {content: '\f20c';}
1318
+ .mi-leak_add:before {content: '\e3f8';}
1319
+ .mi-leak_remove:before {content: '\e3f9';}
1320
+ .mi-leave_bags_at_home:before {content: '\f23b';}
1321
+ .mi-legend_toggle:before {content: '\f11b';}
1322
+ .mi-lens:before {content: '\e3fa';}
1323
+ .mi-lens_blur:before {content: '\f029';}
1324
+ .mi-library_add:before {content: '\e02e';}
1325
+ .mi-library_add_check:before {content: '\e9b7';}
1326
+ .mi-library_books:before {content: '\e02f';}
1327
+ .mi-library_music:before {content: '\e030';}
1328
+ .mi-light:before {content: '\f02a';}
1329
+ .mi-light_mode:before {content: '\e518';}
1330
+ .mi-lightbulb:before {content: '\e0f0';}
1331
+ .mi-line_axis:before {content: '\ea9a';}
1332
+ .mi-line_style:before {content: '\e919';}
1333
+ .mi-line_weight:before {content: '\e91a';}
1334
+ .mi-linear_scale:before {content: '\e260';}
1335
+ .mi-link:before {content: '\e157';}
1336
+ .mi-link_off:before {content: '\e16f';}
1337
+ .mi-linked_camera:before {content: '\e438';}
1338
+ .mi-liquor:before {content: '\ea60';}
1339
+ .mi-list:before {content: '\e896';}
1340
+ .mi-list_alt:before {content: '\e0ee';}
1341
+ .mi-live_help:before {content: '\e0c6';}
1342
+ .mi-live_tv:before {content: '\e639';}
1343
+ .mi-living:before {content: '\f02b';}
1344
+ .mi-local_activity:before {content: '\e53f';}
1345
+ .mi-local_airport:before {content: '\e53d';}
1346
+ .mi-local_atm:before {content: '\e53e';}
1347
+ .mi-local_attraction:before {content: '\e53f';}
1348
+ .mi-local_bar:before {content: '\e540';}
1349
+ .mi-local_cafe:before {content: '\e541';}
1350
+ .mi-local_car_wash:before {content: '\e542';}
1351
+ .mi-local_convenience_store:before {content: '\e543';}
1352
+ .mi-local_dining:before {content: '\e556';}
1353
+ .mi-local_drink:before {content: '\e544';}
1354
+ .mi-local_fire_department:before {content: '\ef55';}
1355
+ .mi-local_florist:before {content: '\e545';}
1356
+ .mi-local_gas_station:before {content: '\e546';}
1357
+ .mi-local_grocery_store:before {content: '\e547';}
1358
+ .mi-local_hospital:before {content: '\e548';}
1359
+ .mi-local_hotel:before {content: '\e549';}
1360
+ .mi-local_laundry_service:before {content: '\e54a';}
1361
+ .mi-local_library:before {content: '\e54b';}
1362
+ .mi-local_mall:before {content: '\e54c';}
1363
+ .mi-local_movies:before {content: '\e54d';}
1364
+ .mi-local_offer:before {content: '\e54e';}
1365
+ .mi-local_parking:before {content: '\e54f';}
1366
+ .mi-local_pharmacy:before {content: '\e550';}
1367
+ .mi-local_phone:before {content: '\e551';}
1368
+ .mi-local_pizza:before {content: '\e552';}
1369
+ .mi-local_play:before {content: '\e553';}
1370
+ .mi-local_police:before {content: '\ef56';}
1371
+ .mi-local_post_office:before {content: '\e554';}
1372
+ .mi-local_print_shop:before {content: '\e555';}
1373
+ .mi-local_printshop:before {content: '\e555';}
1374
+ .mi-local_restaurant:before {content: '\e556';}
1375
+ .mi-local_see:before {content: '\e557';}
1376
+ .mi-local_shipping:before {content: '\e558';}
1377
+ .mi-local_taxi:before {content: '\e559';}
1378
+ .mi-location_city:before {content: '\e7f1';}
1379
+ .mi-location_disabled:before {content: '\e1b6';}
1380
+ .mi-location_history:before {content: '\e55a';}
1381
+ .mi-location_off:before {content: '\e0c7';}
1382
+ .mi-location_on:before {content: '\e0c8';}
1383
+ .mi-location_searching:before {content: '\e1b7';}
1384
+ .mi-lock:before {content: '\e897';}
1385
+ .mi-lock_clock:before {content: '\ef57';}
1386
+ .mi-lock_open:before {content: '\e898';}
1387
+ .mi-lock_reset:before {content: '\eade';}
1388
+ .mi-login:before {content: '\ea77';}
1389
+ .mi-logo_dev:before {content: '\ead6';}
1390
+ .mi-logout:before {content: '\e9ba';}
1391
+ .mi-looks:before {content: '\e3fc';}
1392
+ .mi-looks_3:before {content: '\e3fb';}
1393
+ .mi-looks_4:before {content: '\e3fd';}
1394
+ .mi-looks_5:before {content: '\e3fe';}
1395
+ .mi-looks_6:before {content: '\e3ff';}
1396
+ .mi-looks_one:before {content: '\e400';}
1397
+ .mi-looks_two:before {content: '\e401';}
1398
+ .mi-loop:before {content: '\e028';}
1399
+ .mi-loupe:before {content: '\e402';}
1400
+ .mi-low_priority:before {content: '\e16d';}
1401
+ .mi-loyalty:before {content: '\e89a';}
1402
+ .mi-lte_mobiledata:before {content: '\f02c';}
1403
+ .mi-lte_plus_mobiledata:before {content: '\f02d';}
1404
+ .mi-luggage:before {content: '\f235';}
1405
+ .mi-lunch_dining:before {content: '\ea61';}
1406
+ .mi-mail:before {content: '\e158';}
1407
+ .mi-mail_outline:before {content: '\e0e1';}
1408
+ .mi-male:before {content: '\e58e';}
1409
+ .mi-man:before {content: '\e4eb';}
1410
+ .mi-manage_accounts:before {content: '\f02e';}
1411
+ .mi-manage_history:before {content: '\ebe7';}
1412
+ .mi-manage_search:before {content: '\f02f';}
1413
+ .mi-map:before {content: '\e55b';}
1414
+ .mi-maps_home_work:before {content: '\f030';}
1415
+ .mi-maps_ugc:before {content: '\ef58';}
1416
+ .mi-margin:before {content: '\e9bb';}
1417
+ .mi-mark_as_unread:before {content: '\e9bc';}
1418
+ .mi-mark_chat_read:before {content: '\f18b';}
1419
+ .mi-mark_chat_unread:before {content: '\f189';}
1420
+ .mi-mark_email_read:before {content: '\f18c';}
1421
+ .mi-mark_email_unread:before {content: '\f18a';}
1422
+ .mi-mark_unread_chat_alt:before {content: '\eb9d';}
1423
+ .mi-markunread:before {content: '\e159';}
1424
+ .mi-markunread_mailbox:before {content: '\e89b';}
1425
+ .mi-masks:before {content: '\f218';}
1426
+ .mi-maximize:before {content: '\e930';}
1427
+ .mi-media_bluetooth_off:before {content: '\f031';}
1428
+ .mi-media_bluetooth_on:before {content: '\f032';}
1429
+ .mi-mediation:before {content: '\efa7';}
1430
+ .mi-medical_information:before {content: '\ebed';}
1431
+ .mi-medical_services:before {content: '\f109';}
1432
+ .mi-medication:before {content: '\f033';}
1433
+ .mi-medication_liquid:before {content: '\ea87';}
1434
+ .mi-meeting_room:before {content: '\eb4f';}
1435
+ .mi-memory:before {content: '\e322';}
1436
+ .mi-menu:before {content: '\e5d2';}
1437
+ .mi-menu_book:before {content: '\ea19';}
1438
+ .mi-menu_open:before {content: '\e9bd';}
1439
+ .mi-merge:before {content: '\eb98';}
1440
+ .mi-merge_type:before {content: '\e252';}
1441
+ .mi-message:before {content: '\e0c9';}
1442
+ .mi-messenger:before {content: '\e0ca';}
1443
+ .mi-messenger_outline:before {content: '\e0cb';}
1444
+ .mi-mic:before {content: '\e029';}
1445
+ .mi-mic_external_off:before {content: '\ef59';}
1446
+ .mi-mic_external_on:before {content: '\ef5a';}
1447
+ .mi-mic_none:before {content: '\e02a';}
1448
+ .mi-mic_off:before {content: '\e02b';}
1449
+ .mi-microwave:before {content: '\f204';}
1450
+ .mi-military_tech:before {content: '\ea3f';}
1451
+ .mi-minimize:before {content: '\e931';}
1452
+ .mi-minor_crash:before {content: '\ebf1';}
1453
+ .mi-miscellaneous_services:before {content: '\f10c';}
1454
+ .mi-missed_video_call:before {content: '\e073';}
1455
+ .mi-mms:before {content: '\e618';}
1456
+ .mi-mobile_friendly:before {content: '\e200';}
1457
+ .mi-mobile_off:before {content: '\e201';}
1458
+ .mi-mobile_screen_share:before {content: '\e0e7';}
1459
+ .mi-mobiledata_off:before {content: '\f034';}
1460
+ .mi-mode:before {content: '\f097';}
1461
+ .mi-mode_comment:before {content: '\e253';}
1462
+ .mi-mode_edit:before {content: '\e254';}
1463
+ .mi-mode_edit_outline:before {content: '\f035';}
1464
+ .mi-mode_night:before {content: '\f036';}
1465
+ .mi-mode_of_travel:before {content: '\e7ce';}
1466
+ .mi-mode_standby:before {content: '\f037';}
1467
+ .mi-model_training:before {content: '\f0cf';}
1468
+ .mi-monetization_on:before {content: '\e263';}
1469
+ .mi-money:before {content: '\e57d';}
1470
+ .mi-money_off:before {content: '\e25c';}
1471
+ .mi-money_off_csred:before {content: '\f038';}
1472
+ .mi-monitor:before {content: '\ef5b';}
1473
+ .mi-monitor_heart:before {content: '\eaa2';}
1474
+ .mi-monitor_weight:before {content: '\f039';}
1475
+ .mi-monochrome_photos:before {content: '\e403';}
1476
+ .mi-mood:before {content: '\e7f2';}
1477
+ .mi-mood_bad:before {content: '\e7f3';}
1478
+ .mi-moped:before {content: '\eb28';}
1479
+ .mi-more:before {content: '\e619';}
1480
+ .mi-more_horiz:before {content: '\eae1';}
1481
+ .mi-more_time:before {content: '\ea5d';}
1482
+ .mi-more_vert:before {content: '\e5d4';}
1483
+ .mi-mosque:before {content: '\eab2';}
1484
+ .mi-motion_photos_auto:before {content: '\f03a';}
1485
+ .mi-motion_photos_off:before {content: '\e9c0';}
1486
+ .mi-motion_photos_on:before {content: '\e9c1';}
1487
+ .mi-motion_photos_pause:before {content: '\f227';}
1488
+ .mi-motion_photos_paused:before {content: '\e9c2';}
1489
+ .mi-motorcycle:before {content: '\e91b';}
1490
+ .mi-mouse:before {content: '\e323';}
1491
+ .mi-move_down:before {content: '\eb61';}
1492
+ .mi-move_to_inbox:before {content: '\e168';}
1493
+ .mi-move_up:before {content: '\eb64';}
1494
+ .mi-movie:before {content: '\e02c';}
1495
+ .mi-movie_creation:before {content: '\e404';}
1496
+ .mi-movie_filter:before {content: '\e43a';}
1497
+ .mi-moving:before {content: '\e501';}
1498
+ .mi-mp:before {content: '\e9c3';}
1499
+ .mi-multiline_chart:before {content: '\e6df';}
1500
+ .mi-multiple_stop:before {content: '\f1b9';}
1501
+ .mi-multitrack_audio:before {content: '\e1b8';}
1502
+ .mi-museum:before {content: '\ea36';}
1503
+ .mi-music_note:before {content: '\e405';}
1504
+ .mi-music_off:before {content: '\e440';}
1505
+ .mi-music_video:before {content: '\e063';}
1506
+ .mi-my_library_add:before {content: '\e02e';}
1507
+ .mi-my_library_books:before {content: '\e02f';}
1508
+ .mi-my_library_music:before {content: '\e030';}
1509
+ .mi-my_location:before {content: '\e55c';}
1510
+ .mi-nat:before {content: '\ef5c';}
1511
+ .mi-nature:before {content: '\e406';}
1512
+ .mi-nature_people:before {content: '\e407';}
1513
+ .mi-navigate_before:before {content: '\e408';}
1514
+ .mi-navigate_next:before {content: '\e409';}
1515
+ .mi-navigation:before {content: '\e55d';}
1516
+ .mi-near_me:before {content: '\e569';}
1517
+ .mi-near_me_disabled:before {content: '\f1ef';}
1518
+ .mi-nearby_error:before {content: '\f03b';}
1519
+ .mi-nearby_off:before {content: '\f03c';}
1520
+ .mi-network_cell:before {content: '\e1b9';}
1521
+ .mi-network_check:before {content: '\e640';}
1522
+ .mi-network_locked:before {content: '\e61a';}
1523
+ .mi-network_ping:before {content: '\ebca';}
1524
+ .mi-network_wifi:before {content: '\e1ba';}
1525
+ .mi-network_wifi_1_bar:before {content: '\ebe4';}
1526
+ .mi-network_wifi_2_bar:before {content: '\ebd6';}
1527
+ .mi-network_wifi_3_bar:before {content: '\ebe1';}
1528
+ .mi-new_label:before {content: '\e609';}
1529
+ .mi-new_releases:before {content: '\e031';}
1530
+ .mi-newspaper:before {content: '\eb81';}
1531
+ .mi-next_plan:before {content: '\ef5d';}
1532
+ .mi-next_week:before {content: '\e16a';}
1533
+ .mi-nfc:before {content: '\e1bb';}
1534
+ .mi-night_shelter:before {content: '\f1f1';}
1535
+ .mi-nightlife:before {content: '\ea62';}
1536
+ .mi-nightlight:before {content: '\f03d';}
1537
+ .mi-nightlight_round:before {content: '\ef5e';}
1538
+ .mi-nights_stay:before {content: '\ea46';}
1539
+ .mi-no_accounts:before {content: '\f03e';}
1540
+ .mi-no_backpack:before {content: '\f237';}
1541
+ .mi-no_cell:before {content: '\f1a4';}
1542
+ .mi-no_crash:before {content: '\ebf0';}
1543
+ .mi-no_drinks:before {content: '\f1a5';}
1544
+ .mi-no_encryption:before {content: '\e641';}
1545
+ .mi-no_encryption_gmailerrorred:before {content: '\f03f';}
1546
+ .mi-no_flash:before {content: '\f1a6';}
1547
+ .mi-no_food:before {content: '\f1a7';}
1548
+ .mi-no_luggage:before {content: '\f23b';}
1549
+ .mi-no_meals:before {content: '\f1d6';}
1550
+ .mi-no_meeting_room:before {content: '\eb4e';}
1551
+ .mi-no_photography:before {content: '\f1a8';}
1552
+ .mi-no_sim:before {content: '\e0cc';}
1553
+ .mi-no_stroller:before {content: '\f1af';}
1554
+ .mi-no_transfer:before {content: '\f1d5';}
1555
+ .mi-noise_aware:before {content: '\ebec';}
1556
+ .mi-noise_control_off:before {content: '\ebf3';}
1557
+ .mi-nordic_walking:before {content: '\e50e';}
1558
+ .mi-north:before {content: '\f1e0';}
1559
+ .mi-north_east:before {content: '\f1e1';}
1560
+ .mi-north_west:before {content: '\f1e2';}
1561
+ .mi-not_accessible:before {content: '\f0fe';}
1562
+ .mi-not_interested:before {content: '\e033';}
1563
+ .mi-not_listed_location:before {content: '\e575';}
1564
+ .mi-not_started:before {content: '\f0d1';}
1565
+ .mi-note:before {content: '\e06f';}
1566
+ .mi-note_add:before {content: '\e89c';}
1567
+ .mi-note_alt:before {content: '\f040';}
1568
+ .mi-notes:before {content: '\e26c';}
1569
+ .mi-notification_add:before {content: '\e399';}
1570
+ .mi-notification_important:before {content: '\e004';}
1571
+ .mi-notifications:before {content: '\e7f4';}
1572
+ .mi-notifications_active:before {content: '\e7f7';}
1573
+ .mi-notifications_none:before {content: '\e7f5';}
1574
+ .mi-notifications_off:before {content: '\e7f6';}
1575
+ .mi-notifications_on:before {content: '\e7f7';}
1576
+ .mi-notifications_paused:before {content: '\e7f8';}
1577
+ .mi-now_wallpaper:before {content: '\e75f';}
1578
+ .mi-now_widgets:before {content: '\e75e';}
1579
+ .mi-numbers:before {content: '\eac7';}
1580
+ .mi-offline_bolt:before {content: '\e932';}
1581
+ .mi-offline_pin:before {content: '\e90a';}
1582
+ .mi-offline_share:before {content: '\e9c5';}
1583
+ .mi-ondemand_video:before {content: '\e63a';}
1584
+ .mi-online_prediction:before {content: '\f0eb';}
1585
+ .mi-opacity:before {content: '\e91c';}
1586
+ .mi-open_in_browser:before {content: '\e89d';}
1587
+ .mi-open_in_full:before {content: '\f1ce';}
1588
+ .mi-open_in_new:before {content: '\e89e';}
1589
+ .mi-open_in_new_off:before {content: '\e4f6';}
1590
+ .mi-open_with:before {content: '\e89f';}
1591
+ .mi-other_houses:before {content: '\e58c';}
1592
+ .mi-outbond:before {content: '\f228';}
1593
+ .mi-outbound:before {content: '\e1ca';}
1594
+ .mi-outbox:before {content: '\ef5f';}
1595
+ .mi-outdoor_grill:before {content: '\ea47';}
1596
+ .mi-outlet:before {content: '\f1d4';}
1597
+ .mi-outlined_flag:before {content: '\e16e';}
1598
+ .mi-output:before {content: '\ebbe';}
1599
+ .mi-padding:before {content: '\e9c8';}
1600
+ .mi-pages:before {content: '\e7f9';}
1601
+ .mi-pageview:before {content: '\e8a0';}
1602
+ .mi-paid:before {content: '\f041';}
1603
+ .mi-palette:before {content: '\e40a';}
1604
+ .mi-pan_tool:before {content: '\e925';}
1605
+ .mi-pan_tool_alt:before {content: '\ebb9';}
1606
+ .mi-panorama:before {content: '\e40b';}
1607
+ .mi-panorama_fish_eye:before {content: '\e40c';}
1608
+ .mi-panorama_fisheye:before {content: '\e40c';}
1609
+ .mi-panorama_horizontal:before {content: '\e40d';}
1610
+ .mi-panorama_horizontal_select:before {content: '\ef60';}
1611
+ .mi-panorama_photosphere:before {content: '\e9c9';}
1612
+ .mi-panorama_photosphere_select:before {content: '\e9ca';}
1613
+ .mi-panorama_vertical:before {content: '\e40e';}
1614
+ .mi-panorama_vertical_select:before {content: '\ef61';}
1615
+ .mi-panorama_wide_angle:before {content: '\e40f';}
1616
+ .mi-panorama_wide_angle_select:before {content: '\ef62';}
1617
+ .mi-paragliding:before {content: '\e50f';}
1618
+ .mi-park:before {content: '\ea63';}
1619
+ .mi-party_mode:before {content: '\e7fa';}
1620
+ .mi-password:before {content: '\f042';}
1621
+ .mi-paste:before {content: '\f098';}
1622
+ .mi-pattern:before {content: '\f043';}
1623
+ .mi-pause:before {content: '\e034';}
1624
+ .mi-pause_circle:before {content: '\e1a2';}
1625
+ .mi-pause_circle_filled:before {content: '\e035';}
1626
+ .mi-pause_circle_outline:before {content: '\e036';}
1627
+ .mi-pause_presentation:before {content: '\e0ea';}
1628
+ .mi-payment:before {content: '\e8a1';}
1629
+ .mi-payments:before {content: '\ef63';}
1630
+ .mi-paypal:before {content: '\ea8d';}
1631
+ .mi-pedal_bike:before {content: '\eb29';}
1632
+ .mi-pending:before {content: '\ef64';}
1633
+ .mi-pending_actions:before {content: '\f1bb';}
1634
+ .mi-pentagon:before {content: '\eb50';}
1635
+ .mi-people:before {content: '\e7fb';}
1636
+ .mi-people_alt:before {content: '\ea21';}
1637
+ .mi-people_outline:before {content: '\e7fc';}
1638
+ .mi-percent:before {content: '\eb58';}
1639
+ .mi-perm_camera_mic:before {content: '\e8a2';}
1640
+ .mi-perm_contact_cal:before {content: '\e8a3';}
1641
+ .mi-perm_contact_calendar:before {content: '\e8a3';}
1642
+ .mi-perm_data_setting:before {content: '\e8a4';}
1643
+ .mi-perm_device_info:before {content: '\e8a5';}
1644
+ .mi-perm_device_information:before {content: '\e8a5';}
1645
+ .mi-perm_identity:before {content: '\e8a6';}
1646
+ .mi-perm_media:before {content: '\e8a7';}
1647
+ .mi-perm_phone_msg:before {content: '\e8a8';}
1648
+ .mi-perm_scan_wifi:before {content: '\e8a9';}
1649
+ .mi-person:before {content: '\e7fd';}
1650
+ .mi-person_add:before {content: '\e7fe';}
1651
+ .mi-person_add_alt:before {content: '\ea4d';}
1652
+ .mi-person_add_alt_1:before {content: '\ef65';}
1653
+ .mi-person_add_disabled:before {content: '\e9cb';}
1654
+ .mi-person_off:before {content: '\e510';}
1655
+ .mi-person_outline:before {content: '\e7ff';}
1656
+ .mi-person_pin:before {content: '\e55a';}
1657
+ .mi-person_pin_circle:before {content: '\e56a';}
1658
+ .mi-person_remove:before {content: '\ef66';}
1659
+ .mi-person_remove_alt_1:before {content: '\ef67';}
1660
+ .mi-person_search:before {content: '\f106';}
1661
+ .mi-personal_injury:before {content: '\e6da';}
1662
+ .mi-personal_video:before {content: '\e63b';}
1663
+ .mi-pest_control:before {content: '\f0fa';}
1664
+ .mi-pest_control_rodent:before {content: '\f0fd';}
1665
+ .mi-pets:before {content: '\e91d';}
1666
+ .mi-phishing:before {content: '\ead7';}
1667
+ .mi-phone:before {content: '\e0cd';}
1668
+ .mi-phone_android:before {content: '\e324';}
1669
+ .mi-phone_bluetooth_speaker:before {content: '\e61b';}
1670
+ .mi-phone_callback:before {content: '\e649';}
1671
+ .mi-phone_disabled:before {content: '\e9cc';}
1672
+ .mi-phone_enabled:before {content: '\e9cd';}
1673
+ .mi-phone_forwarded:before {content: '\e61c';}
1674
+ .mi-phone_in_talk:before {content: '\e61d';}
1675
+ .mi-phone_iphone:before {content: '\e325';}
1676
+ .mi-phone_locked:before {content: '\e61e';}
1677
+ .mi-phone_missed:before {content: '\e61f';}
1678
+ .mi-phone_paused:before {content: '\e620';}
1679
+ .mi-phonelink:before {content: '\e326';}
1680
+ .mi-phonelink_erase:before {content: '\e0db';}
1681
+ .mi-phonelink_lock:before {content: '\e0dc';}
1682
+ .mi-phonelink_off:before {content: '\e327';}
1683
+ .mi-phonelink_ring:before {content: '\e0dd';}
1684
+ .mi-phonelink_setup:before {content: '\e0de';}
1685
+ .mi-photo:before {content: '\e410';}
1686
+ .mi-photo_album:before {content: '\e411';}
1687
+ .mi-photo_camera:before {content: '\e412';}
1688
+ .mi-photo_camera_back:before {content: '\ef68';}
1689
+ .mi-photo_camera_front:before {content: '\ef69';}
1690
+ .mi-photo_filter:before {content: '\e43b';}
1691
+ .mi-photo_library:before {content: '\e413';}
1692
+ .mi-photo_size_select_actual:before {content: '\e432';}
1693
+ .mi-photo_size_select_large:before {content: '\e433';}
1694
+ .mi-photo_size_select_small:before {content: '\e434';}
1695
+ .mi-php:before {content: '\eb8f';}
1696
+ .mi-piano:before {content: '\e521';}
1697
+ .mi-piano_off:before {content: '\e520';}
1698
+ .mi-picture_as_pdf:before {content: '\e415';}
1699
+ .mi-picture_in_picture:before {content: '\e8aa';}
1700
+ .mi-picture_in_picture_alt:before {content: '\e911';}
1701
+ .mi-pie_chart:before {content: '\e6c4';}
1702
+ .mi-pie_chart_outline:before {content: '\f044';}
1703
+ .mi-pin:before {content: '\f045';}
1704
+ .mi-pin_drop:before {content: '\e55e';}
1705
+ .mi-pin_end:before {content: '\e767';}
1706
+ .mi-pin_invoke:before {content: '\e763';}
1707
+ .mi-pinch:before {content: '\eb38';}
1708
+ .mi-pivot_table_chart:before {content: '\e9ce';}
1709
+ .mi-pix:before {content: '\eaa3';}
1710
+ .mi-place:before {content: '\e55f';}
1711
+ .mi-plagiarism:before {content: '\ea5a';}
1712
+ .mi-play_arrow:before {content: '\e037';}
1713
+ .mi-play_circle:before {content: '\e1c4';}
1714
+ .mi-play_circle_fill:before {content: '\e038';}
1715
+ .mi-play_circle_filled:before {content: '\e038';}
1716
+ .mi-play_circle_outline:before {content: '\e039';}
1717
+ .mi-play_disabled:before {content: '\ef6a';}
1718
+ .mi-play_for_work:before {content: '\e906';}
1719
+ .mi-play_lesson:before {content: '\f047';}
1720
+ .mi-playlist_add:before {content: '\e03b';}
1721
+ .mi-playlist_add_check:before {content: '\e065';}
1722
+ .mi-playlist_add_check_circle:before {content: '\e7e6';}
1723
+ .mi-playlist_add_circle:before {content: '\e7e5';}
1724
+ .mi-playlist_play:before {content: '\e05f';}
1725
+ .mi-playlist_remove:before {content: '\eb80';}
1726
+ .mi-plumbing:before {content: '\f107';}
1727
+ .mi-plus_one:before {content: '\e800';}
1728
+ .mi-podcasts:before {content: '\f048';}
1729
+ .mi-point_of_sale:before {content: '\f17e';}
1730
+ .mi-policy:before {content: '\ea17';}
1731
+ .mi-poll:before {content: '\e801';}
1732
+ .mi-polyline:before {content: '\ebbb';}
1733
+ .mi-polymer:before {content: '\e8ab';}
1734
+ .mi-pool:before {content: '\eb48';}
1735
+ .mi-portable_wifi_off:before {content: '\e0ce';}
1736
+ .mi-portrait:before {content: '\e416';}
1737
+ .mi-post_add:before {content: '\ea20';}
1738
+ .mi-power:before {content: '\e63c';}
1739
+ .mi-power_input:before {content: '\e336';}
1740
+ .mi-power_off:before {content: '\e646';}
1741
+ .mi-power_settings_new:before {content: '\e8ac';}
1742
+ .mi-precision_manufacturing:before {content: '\f049';}
1743
+ .mi-pregnant_woman:before {content: '\e91e';}
1744
+ .mi-present_to_all:before {content: '\e0df';}
1745
+ .mi-preview:before {content: '\f1c5';}
1746
+ .mi-price_change:before {content: '\f04a';}
1747
+ .mi-price_check:before {content: '\f04b';}
1748
+ .mi-print:before {content: '\e8ad';}
1749
+ .mi-print_disabled:before {content: '\e9cf';}
1750
+ .mi-priority_high:before {content: '\e645';}
1751
+ .mi-privacy_tip:before {content: '\f0dc';}
1752
+ .mi-private_connectivity:before {content: '\e744';}
1753
+ .mi-production_quantity_limits:before {content: '\e1d1';}
1754
+ .mi-psychology:before {content: '\ea4a';}
1755
+ .mi-public:before {content: '\e80b';}
1756
+ .mi-public_off:before {content: '\f1ca';}
1757
+ .mi-publish:before {content: '\e255';}
1758
+ .mi-published_with_changes:before {content: '\f232';}
1759
+ .mi-punch_clock:before {content: '\eaa8';}
1760
+ .mi-push_pin:before {content: '\f10d';}
1761
+ .mi-qr_code:before {content: '\ef6b';}
1762
+ .mi-qr_code_2:before {content: '\e00a';}
1763
+ .mi-qr_code_scanner:before {content: '\f206';}
1764
+ .mi-query_builder:before {content: '\e8ae';}
1765
+ .mi-query_stats:before {content: '\e4fc';}
1766
+ .mi-question_answer:before {content: '\e8af';}
1767
+ .mi-question_mark:before {content: '\eb8b';}
1768
+ .mi-queue:before {content: '\e03c';}
1769
+ .mi-queue_music:before {content: '\e03d';}
1770
+ .mi-queue_play_next:before {content: '\e066';}
1771
+ .mi-quick_contacts_dialer:before {content: '\e0cf';}
1772
+ .mi-quick_contacts_mail:before {content: '\e0d0';}
1773
+ .mi-quickreply:before {content: '\ef6c';}
1774
+ .mi-quiz:before {content: '\f04c';}
1775
+ .mi-quora:before {content: '\ea98';}
1776
+ .mi-r_mobiledata:before {content: '\f04d';}
1777
+ .mi-radar:before {content: '\f04e';}
1778
+ .mi-radio:before {content: '\e03e';}
1779
+ .mi-radio_button_checked:before {content: '\e837';}
1780
+ .mi-radio_button_off:before {content: '\e836';}
1781
+ .mi-radio_button_on:before {content: '\e837';}
1782
+ .mi-radio_button_unchecked:before {content: '\e836';}
1783
+ .mi-railway_alert:before {content: '\e9d1';}
1784
+ .mi-ramen_dining:before {content: '\ea64';}
1785
+ .mi-ramp_left:before {content: '\eb9c';}
1786
+ .mi-ramp_right:before {content: '\eb96';}
1787
+ .mi-rate_review:before {content: '\e560';}
1788
+ .mi-raw_off:before {content: '\f04f';}
1789
+ .mi-raw_on:before {content: '\f050';}
1790
+ .mi-read_more:before {content: '\ef6d';}
1791
+ .mi-real_estate_agent:before {content: '\e73a';}
1792
+ .mi-receipt:before {content: '\e8b0';}
1793
+ .mi-receipt_long:before {content: '\ef6e';}
1794
+ .mi-recent_actors:before {content: '\e03f';}
1795
+ .mi-recommend:before {content: '\e9d2';}
1796
+ .mi-record_voice_over:before {content: '\e91f';}
1797
+ .mi-rectangle:before {content: '\eb54';}
1798
+ .mi-recycling:before {content: '\e760';}
1799
+ .mi-reddit:before {content: '\eaa0';}
1800
+ .mi-redeem:before {content: '\e8b1';}
1801
+ .mi-redo:before {content: '\e15a';}
1802
+ .mi-reduce_capacity:before {content: '\f21c';}
1803
+ .mi-refresh:before {content: '\e5d5';}
1804
+ .mi-remember_me:before {content: '\f051';}
1805
+ .mi-remove:before {content: '\e15b';}
1806
+ .mi-remove_circle:before {content: '\e15c';}
1807
+ .mi-remove_circle_outline:before {content: '\e15d';}
1808
+ .mi-remove_done:before {content: '\e9d3';}
1809
+ .mi-remove_from_queue:before {content: '\e067';}
1810
+ .mi-remove_moderator:before {content: '\e9d4';}
1811
+ .mi-remove_red_eye:before {content: '\e417';}
1812
+ .mi-remove_shopping_cart:before {content: '\e928';}
1813
+ .mi-reorder:before {content: '\e8fe';}
1814
+ .mi-repeat:before {content: '\e040';}
1815
+ .mi-repeat_on:before {content: '\e9d6';}
1816
+ .mi-repeat_one:before {content: '\e041';}
1817
+ .mi-repeat_one_on:before {content: '\e9d7';}
1818
+ .mi-replay:before {content: '\e042';}
1819
+ .mi-replay_10:before {content: '\e059';}
1820
+ .mi-replay_30:before {content: '\e05a';}
1821
+ .mi-replay_5:before {content: '\e05b';}
1822
+ .mi-replay_circle_filled:before {content: '\e9d8';}
1823
+ .mi-reply:before {content: '\e15e';}
1824
+ .mi-reply_all:before {content: '\e15f';}
1825
+ .mi-report:before {content: '\e160';}
1826
+ .mi-report_gmailerrorred:before {content: '\f052';}
1827
+ .mi-report_off:before {content: '\e170';}
1828
+ .mi-report_problem:before {content: '\e8b2';}
1829
+ .mi-request_page:before {content: '\f22c';}
1830
+ .mi-request_quote:before {content: '\f1b6';}
1831
+ .mi-reset_tv:before {content: '\e9d9';}
1832
+ .mi-restart_alt:before {content: '\f053';}
1833
+ .mi-restaurant:before {content: '\e56c';}
1834
+ .mi-restaurant_menu:before {content: '\e561';}
1835
+ .mi-restore:before {content: '\e8b3';}
1836
+ .mi-restore_from_trash:before {content: '\e938';}
1837
+ .mi-restore_page:before {content: '\e929';}
1838
+ .mi-reviews:before {content: '\f054';}
1839
+ .mi-rice_bowl:before {content: '\f1f5';}
1840
+ .mi-ring_volume:before {content: '\e0d1';}
1841
+ .mi-rocket:before {content: '\eba5';}
1842
+ .mi-rocket_launch:before {content: '\eb9b';}
1843
+ .mi-roller_skating:before {content: '\ebcd';}
1844
+ .mi-roofing:before {content: '\f201';}
1845
+ .mi-room:before {content: '\e8b4';}
1846
+ .mi-room_preferences:before {content: '\f1b8';}
1847
+ .mi-room_service:before {content: '\eb49';}
1848
+ .mi-rotate_90_degrees_ccw:before {content: '\e418';}
1849
+ .mi-rotate_90_degrees_cw:before {content: '\eaab';}
1850
+ .mi-rotate_left:before {content: '\e419';}
1851
+ .mi-rotate_right:before {content: '\e41a';}
1852
+ .mi-roundabout_left:before {content: '\eb99';}
1853
+ .mi-roundabout_right:before {content: '\eba3';}
1854
+ .mi-rounded_corner:before {content: '\e920';}
1855
+ .mi-route:before {content: '\eacd';}
1856
+ .mi-router:before {content: '\e328';}
1857
+ .mi-rowing:before {content: '\e921';}
1858
+ .mi-rss_feed:before {content: '\e0e5';}
1859
+ .mi-rsvp:before {content: '\f055';}
1860
+ .mi-rtt:before {content: '\e9ad';}
1861
+ .mi-rule:before {content: '\f1c2';}
1862
+ .mi-rule_folder:before {content: '\f1c9';}
1863
+ .mi-run_circle:before {content: '\ef6f';}
1864
+ .mi-running_with_errors:before {content: '\e51d';}
1865
+ .mi-rv_hookup:before {content: '\e642';}
1866
+ .mi-safety_check:before {content: '\ebef';}
1867
+ .mi-safety_divider:before {content: '\e1cc';}
1868
+ .mi-sailing:before {content: '\e502';}
1869
+ .mi-sanitizer:before {content: '\f21d';}
1870
+ .mi-satellite:before {content: '\e562';}
1871
+ .mi-satellite_alt:before {content: '\eb3a';}
1872
+ .mi-save:before {content: '\e161';}
1873
+ .mi-save_alt:before {content: '\e171';}
1874
+ .mi-save_as:before {content: '\eb60';}
1875
+ .mi-saved_search:before {content: '\ea11';}
1876
+ .mi-savings:before {content: '\e2eb';}
1877
+ .mi-scale:before {content: '\eb5f';}
1878
+ .mi-scanner:before {content: '\e329';}
1879
+ .mi-scatter_plot:before {content: '\e268';}
1880
+ .mi-schedule:before {content: '\e8b5';}
1881
+ .mi-schedule_send:before {content: '\ea0a';}
1882
+ .mi-schema:before {content: '\e4fd';}
1883
+ .mi-school:before {content: '\e80c';}
1884
+ .mi-science:before {content: '\ea4b';}
1885
+ .mi-score:before {content: '\e269';}
1886
+ .mi-scoreboard:before {content: '\ebd0';}
1887
+ .mi-screen_lock_landscape:before {content: '\e1be';}
1888
+ .mi-screen_lock_portrait:before {content: '\e1bf';}
1889
+ .mi-screen_lock_rotation:before {content: '\e1c0';}
1890
+ .mi-screen_rotation:before {content: '\e1c1';}
1891
+ .mi-screen_rotation_alt:before {content: '\ebee';}
1892
+ .mi-screen_search_desktop:before {content: '\ef70';}
1893
+ .mi-screen_share:before {content: '\e0e2';}
1894
+ .mi-screenshot:before {content: '\f056';}
1895
+ .mi-scuba_diving:before {content: '\ebce';}
1896
+ .mi-sd:before {content: '\e9dd';}
1897
+ .mi-sd_card:before {content: '\e623';}
1898
+ .mi-sd_card_alert:before {content: '\f057';}
1899
+ .mi-sd_storage:before {content: '\e1c2';}
1900
+ .mi-search:before {content: '\e8b6';}
1901
+ .mi-search_off:before {content: '\ea76';}
1902
+ .mi-security:before {content: '\e32a';}
1903
+ .mi-security_update:before {content: '\f058';}
1904
+ .mi-security_update_good:before {content: '\f059';}
1905
+ .mi-security_update_warning:before {content: '\f05a';}
1906
+ .mi-segment:before {content: '\e94b';}
1907
+ .mi-select_all:before {content: '\e162';}
1908
+ .mi-self_improvement:before {content: '\ea78';}
1909
+ .mi-sell:before {content: '\f05b';}
1910
+ .mi-send:before {content: '\e163';}
1911
+ .mi-send_and_archive:before {content: '\ea0c';}
1912
+ .mi-send_time_extension:before {content: '\eadb';}
1913
+ .mi-send_to_mobile:before {content: '\f05c';}
1914
+ .mi-sensor_door:before {content: '\f1b5';}
1915
+ .mi-sensor_window:before {content: '\f1b4';}
1916
+ .mi-sensors:before {content: '\e51e';}
1917
+ .mi-sensors_off:before {content: '\e51f';}
1918
+ .mi-sentiment_dissatisfied:before {content: '\e811';}
1919
+ .mi-sentiment_neutral:before {content: '\e812';}
1920
+ .mi-sentiment_satisfied:before {content: '\e813';}
1921
+ .mi-sentiment_satisfied_alt:before {content: '\e0ed';}
1922
+ .mi-sentiment_very_dissatisfied:before {content: '\e814';}
1923
+ .mi-sentiment_very_satisfied:before {content: '\e815';}
1924
+ .mi-set_meal:before {content: '\f1ea';}
1925
+ .mi-settings:before {content: '\e8b8';}
1926
+ .mi-settings_accessibility:before {content: '\f05d';}
1927
+ .mi-settings_applications:before {content: '\e8b9';}
1928
+ .mi-settings_backup_restore:before {content: '\e8ba';}
1929
+ .mi-settings_bluetooth:before {content: '\e8bb';}
1930
+ .mi-settings_brightness:before {content: '\e8bd';}
1931
+ .mi-settings_cell:before {content: '\e8bc';}
1932
+ .mi-settings_display:before {content: '\e8bd';}
1933
+ .mi-settings_ethernet:before {content: '\e8be';}
1934
+ .mi-settings_input_antenna:before {content: '\e8bf';}
1935
+ .mi-settings_input_component:before {content: '\e8c0';}
1936
+ .mi-settings_input_composite:before {content: '\e8c1';}
1937
+ .mi-settings_input_hdmi:before {content: '\e8c2';}
1938
+ .mi-settings_input_svideo:before {content: '\e8c3';}
1939
+ .mi-settings_overscan:before {content: '\e8c4';}
1940
+ .mi-settings_phone:before {content: '\e8c5';}
1941
+ .mi-settings_power:before {content: '\e8c6';}
1942
+ .mi-settings_remote:before {content: '\e8c7';}
1943
+ .mi-settings_suggest:before {content: '\f05e';}
1944
+ .mi-settings_system_daydream:before {content: '\e1c3';}
1945
+ .mi-settings_voice:before {content: '\e8c8';}
1946
+ .mi-severe_cold:before {content: '\ebd3';}
1947
+ .mi-share:before {content: '\e80d';}
1948
+ .mi-share_arrival_time:before {content: '\e524';}
1949
+ .mi-share_location:before {content: '\f05f';}
1950
+ .mi-shield:before {content: '\e9e0';}
1951
+ .mi-shield_moon:before {content: '\eaa9';}
1952
+ .mi-shop:before {content: '\e8c9';}
1953
+ .mi-shop_2:before {content: '\e19e';}
1954
+ .mi-shop_two:before {content: '\e8ca';}
1955
+ .mi-shopify:before {content: '\ea9d';}
1956
+ .mi-shopping_bag:before {content: '\f1cc';}
1957
+ .mi-shopping_basket:before {content: '\e8cb';}
1958
+ .mi-shopping_cart:before {content: '\e8cc';}
1959
+ .mi-shopping_cart_checkout:before {content: '\eb88';}
1960
+ .mi-short_text:before {content: '\e261';}
1961
+ .mi-shortcut:before {content: '\f060';}
1962
+ .mi-show_chart:before {content: '\e6e1';}
1963
+ .mi-shower:before {content: '\f061';}
1964
+ .mi-shuffle:before {content: '\e043';}
1965
+ .mi-shuffle_on:before {content: '\e9e1';}
1966
+ .mi-shutter_speed:before {content: '\e43d';}
1967
+ .mi-sick:before {content: '\f220';}
1968
+ .mi-sign_language:before {content: '\ebe5';}
1969
+ .mi-signal_cellular_0_bar:before {content: '\f0a8';}
1970
+ .mi-signal_cellular_4_bar:before {content: '\e1c8';}
1971
+ .mi-signal_cellular_alt:before {content: '\e202';}
1972
+ .mi-signal_cellular_alt_1_bar:before {content: '\ebdf';}
1973
+ .mi-signal_cellular_alt_2_bar:before {content: '\ebe3';}
1974
+ .mi-signal_cellular_connected_no_internet_0_bar:before {content: '\f0ac';}
1975
+ .mi-signal_cellular_connected_no_internet_4_bar:before {content: '\e1cd';}
1976
+ .mi-signal_cellular_no_sim:before {content: '\e1ce';}
1977
+ .mi-signal_cellular_nodata:before {content: '\f062';}
1978
+ .mi-signal_cellular_null:before {content: '\e1cf';}
1979
+ .mi-signal_cellular_off:before {content: '\e1d0';}
1980
+ .mi-signal_wifi_0_bar:before {content: '\f0b0';}
1981
+ .mi-signal_wifi_4_bar:before {content: '\e1d8';}
1982
+ .mi-signal_wifi_4_bar_lock:before {content: '\e1d9';}
1983
+ .mi-signal_wifi_bad:before {content: '\f063';}
1984
+ .mi-signal_wifi_connected_no_internet_4:before {content: '\f064';}
1985
+ .mi-signal_wifi_off:before {content: '\e1da';}
1986
+ .mi-signal_wifi_statusbar_4_bar:before {content: '\f065';}
1987
+ .mi-signal_wifi_statusbar_connected_no_internet_4:before {content: '\f066';}
1988
+ .mi-signal_wifi_statusbar_null:before {content: '\f067';}
1989
+ .mi-signpost:before {content: '\eb91';}
1990
+ .mi-sim_card:before {content: '\e32b';}
1991
+ .mi-sim_card_alert:before {content: '\e624';}
1992
+ .mi-sim_card_download:before {content: '\f068';}
1993
+ .mi-single_bed:before {content: '\ea48';}
1994
+ .mi-sip:before {content: '\f069';}
1995
+ .mi-skateboarding:before {content: '\e511';}
1996
+ .mi-skip_next:before {content: '\e044';}
1997
+ .mi-skip_previous:before {content: '\e045';}
1998
+ .mi-sledding:before {content: '\e512';}
1999
+ .mi-slideshow:before {content: '\e41b';}
2000
+ .mi-slow_motion_video:before {content: '\e068';}
2001
+ .mi-smart_button:before {content: '\f1c1';}
2002
+ .mi-smart_display:before {content: '\f06a';}
2003
+ .mi-smart_screen:before {content: '\f06b';}
2004
+ .mi-smart_toy:before {content: '\f06c';}
2005
+ .mi-smartphone:before {content: '\e32c';}
2006
+ .mi-smoke_free:before {content: '\eb4a';}
2007
+ .mi-smoking_rooms:before {content: '\eb4b';}
2008
+ .mi-sms:before {content: '\e625';}
2009
+ .mi-sms_failed:before {content: '\e626';}
2010
+ .mi-snapchat:before {content: '\ea6e';}
2011
+ .mi-snippet_folder:before {content: '\f1c7';}
2012
+ .mi-snooze:before {content: '\e046';}
2013
+ .mi-snowboarding:before {content: '\e513';}
2014
+ .mi-snowmobile:before {content: '\e503';}
2015
+ .mi-snowshoeing:before {content: '\e514';}
2016
+ .mi-soap:before {content: '\f1b2';}
2017
+ .mi-social_distance:before {content: '\e1cb';}
2018
+ .mi-sort:before {content: '\e164';}
2019
+ .mi-sort_by_alpha:before {content: '\e053';}
2020
+ .mi-sos:before {content: '\ebf7';}
2021
+ .mi-soup_kitchen:before {content: '\e7d3';}
2022
+ .mi-source:before {content: '\f1c4';}
2023
+ .mi-south:before {content: '\f1e3';}
2024
+ .mi-south_america:before {content: '\e7e4';}
2025
+ .mi-south_east:before {content: '\f1e4';}
2026
+ .mi-south_west:before {content: '\f1e5';}
2027
+ .mi-spa:before {content: '\eb4c';}
2028
+ .mi-space_bar:before {content: '\e256';}
2029
+ .mi-space_dashboard:before {content: '\e66b';}
2030
+ .mi-spatial_audio:before {content: '\ebeb';}
2031
+ .mi-spatial_audio_off:before {content: '\ebe8';}
2032
+ .mi-spatial_tracking:before {content: '\ebea';}
2033
+ .mi-speaker:before {content: '\e32d';}
2034
+ .mi-speaker_group:before {content: '\e32e';}
2035
+ .mi-speaker_notes:before {content: '\e8cd';}
2036
+ .mi-speaker_notes_off:before {content: '\e92a';}
2037
+ .mi-speaker_phone:before {content: '\e0d2';}
2038
+ .mi-speed:before {content: '\e9e4';}
2039
+ .mi-spellcheck:before {content: '\e8ce';}
2040
+ .mi-splitscreen:before {content: '\f06d';}
2041
+ .mi-spoke:before {content: '\e9a7';}
2042
+ .mi-sports:before {content: '\ea30';}
2043
+ .mi-sports_bar:before {content: '\f1f3';}
2044
+ .mi-sports_baseball:before {content: '\ea51';}
2045
+ .mi-sports_basketball:before {content: '\ea26';}
2046
+ .mi-sports_cricket:before {content: '\ea27';}
2047
+ .mi-sports_esports:before {content: '\ea28';}
2048
+ .mi-sports_football:before {content: '\ea29';}
2049
+ .mi-sports_golf:before {content: '\ea2a';}
2050
+ .mi-sports_gymnastics:before {content: '\ebc4';}
2051
+ .mi-sports_handball:before {content: '\ea33';}
2052
+ .mi-sports_hockey:before {content: '\ea2b';}
2053
+ .mi-sports_kabaddi:before {content: '\ea34';}
2054
+ .mi-sports_martial_arts:before {content: '\eae9';}
2055
+ .mi-sports_mma:before {content: '\ea2c';}
2056
+ .mi-sports_motorsports:before {content: '\ea2d';}
2057
+ .mi-sports_rugby:before {content: '\ea2e';}
2058
+ .mi-sports_score:before {content: '\f06e';}
2059
+ .mi-sports_soccer:before {content: '\ea2f';}
2060
+ .mi-sports_tennis:before {content: '\ea32';}
2061
+ .mi-sports_volleyball:before {content: '\ea31';}
2062
+ .mi-square:before {content: '\eb36';}
2063
+ .mi-square_foot:before {content: '\ea49';}
2064
+ .mi-ssid_chart:before {content: '\eb66';}
2065
+ .mi-stacked_bar_chart:before {content: '\e9e6';}
2066
+ .mi-stacked_line_chart:before {content: '\f22b';}
2067
+ .mi-stadium:before {content: '\eb90';}
2068
+ .mi-stairs:before {content: '\f1a9';}
2069
+ .mi-star:before {content: '\e838';}
2070
+ .mi-star_border:before {content: '\e83a';}
2071
+ .mi-star_border_purple500:before {content: '\f099';}
2072
+ .mi-star_half:before {content: '\e839';}
2073
+ .mi-star_outline:before {content: '\f06f';}
2074
+ .mi-star_purple500:before {content: '\f09a';}
2075
+ .mi-star_rate:before {content: '\f0ec';}
2076
+ .mi-stars:before {content: '\e8d0';}
2077
+ .mi-start:before {content: '\e089';}
2078
+ .mi-stay_current_landscape:before {content: '\e0d3';}
2079
+ .mi-stay_current_portrait:before {content: '\e0d4';}
2080
+ .mi-stay_primary_landscape:before {content: '\e0d5';}
2081
+ .mi-stay_primary_portrait:before {content: '\e0d6';}
2082
+ .mi-sticky_note_2:before {content: '\f1fc';}
2083
+ .mi-stop:before {content: '\e047';}
2084
+ .mi-stop_circle:before {content: '\ef71';}
2085
+ .mi-stop_screen_share:before {content: '\e0e3';}
2086
+ .mi-storage:before {content: '\e1db';}
2087
+ .mi-store:before {content: '\e8d1';}
2088
+ .mi-store_mall_directory:before {content: '\e563';}
2089
+ .mi-storefront:before {content: '\ea12';}
2090
+ .mi-storm:before {content: '\f070';}
2091
+ .mi-straight:before {content: '\eb95';}
2092
+ .mi-straighten:before {content: '\e41c';}
2093
+ .mi-stream:before {content: '\e9e9';}
2094
+ .mi-streetview:before {content: '\e56e';}
2095
+ .mi-strikethrough_s:before {content: '\e257';}
2096
+ .mi-stroller:before {content: '\f1ae';}
2097
+ .mi-style:before {content: '\e41d';}
2098
+ .mi-subdirectory_arrow_left:before {content: '\e5d9';}
2099
+ .mi-subdirectory_arrow_right:before {content: '\e5da';}
2100
+ .mi-subject:before {content: '\e8d2';}
2101
+ .mi-subscript:before {content: '\f111';}
2102
+ .mi-subscriptions:before {content: '\e064';}
2103
+ .mi-subtitles:before {content: '\e048';}
2104
+ .mi-subtitles_off:before {content: '\ef72';}
2105
+ .mi-subway:before {content: '\e56f';}
2106
+ .mi-summarize:before {content: '\f071';}
2107
+ .mi-superscript:before {content: '\f112';}
2108
+ .mi-supervised_user_circle:before {content: '\e939';}
2109
+ .mi-supervisor_account:before {content: '\e8d3';}
2110
+ .mi-support:before {content: '\ef73';}
2111
+ .mi-support_agent:before {content: '\f0e2';}
2112
+ .mi-surfing:before {content: '\e515';}
2113
+ .mi-surround_sound:before {content: '\e049';}
2114
+ .mi-swap_calls:before {content: '\e0d7';}
2115
+ .mi-swap_horiz:before {content: '\e8d4';}
2116
+ .mi-swap_horizontal_circle:before {content: '\e933';}
2117
+ .mi-swap_vert:before {content: '\e8d5';}
2118
+ .mi-swap_vert_circle:before {content: '\e8d6';}
2119
+ .mi-swap_vertical_circle:before {content: '\e8d6';}
2120
+ .mi-swipe:before {content: '\e9ec';}
2121
+ .mi-swipe_down:before {content: '\eb53';}
2122
+ .mi-swipe_down_alt:before {content: '\eb30';}
2123
+ .mi-swipe_left:before {content: '\eb59';}
2124
+ .mi-swipe_left_alt:before {content: '\eb33';}
2125
+ .mi-swipe_right:before {content: '\eb52';}
2126
+ .mi-swipe_right_alt:before {content: '\eb56';}
2127
+ .mi-swipe_up:before {content: '\eb2e';}
2128
+ .mi-swipe_up_alt:before {content: '\eb35';}
2129
+ .mi-swipe_vertical:before {content: '\eb51';}
2130
+ .mi-switch_access_shortcut:before {content: '\e7e1';}
2131
+ .mi-switch_access_shortcut_add:before {content: '\e7e2';}
2132
+ .mi-switch_account:before {content: '\e9ed';}
2133
+ .mi-switch_camera:before {content: '\e41e';}
2134
+ .mi-switch_left:before {content: '\f1d1';}
2135
+ .mi-switch_right:before {content: '\f1d2';}
2136
+ .mi-switch_video:before {content: '\e41f';}
2137
+ .mi-synagogue:before {content: '\eab0';}
2138
+ .mi-sync:before {content: '\e627';}
2139
+ .mi-sync_alt:before {content: '\ea18';}
2140
+ .mi-sync_disabled:before {content: '\e628';}
2141
+ .mi-sync_lock:before {content: '\eaee';}
2142
+ .mi-sync_problem:before {content: '\e629';}
2143
+ .mi-system_security_update:before {content: '\f072';}
2144
+ .mi-system_security_update_good:before {content: '\f073';}
2145
+ .mi-system_security_update_warning:before {content: '\f074';}
2146
+ .mi-system_update:before {content: '\e62a';}
2147
+ .mi-system_update_alt:before {content: '\e8d7';}
2148
+ .mi-system_update_tv:before {content: '\e8d7';}
2149
+ .mi-tab:before {content: '\e8d8';}
2150
+ .mi-tab_unselected:before {content: '\e8d9';}
2151
+ .mi-table_bar:before {content: '\ead2';}
2152
+ .mi-table_chart:before {content: '\e265';}
2153
+ .mi-table_restaurant:before {content: '\eac6';}
2154
+ .mi-table_rows:before {content: '\f101';}
2155
+ .mi-table_view:before {content: '\f1be';}
2156
+ .mi-tablet:before {content: '\e32f';}
2157
+ .mi-tablet_android:before {content: '\e330';}
2158
+ .mi-tablet_mac:before {content: '\e331';}
2159
+ .mi-tag:before {content: '\e9ef';}
2160
+ .mi-tag_faces:before {content: '\e420';}
2161
+ .mi-takeout_dining:before {content: '\ea74';}
2162
+ .mi-tap_and_play:before {content: '\e62b';}
2163
+ .mi-tapas:before {content: '\f1e9';}
2164
+ .mi-task:before {content: '\f075';}
2165
+ .mi-task_alt:before {content: '\e2e6';}
2166
+ .mi-taxi_alert:before {content: '\ef74';}
2167
+ .mi-telegram:before {content: '\ea6b';}
2168
+ .mi-temple_buddhist:before {content: '\eab3';}
2169
+ .mi-temple_hindu:before {content: '\eaaf';}
2170
+ .mi-terminal:before {content: '\eb8e';}
2171
+ .mi-terrain:before {content: '\e564';}
2172
+ .mi-text_decrease:before {content: '\eadd';}
2173
+ .mi-text_fields:before {content: '\e262';}
2174
+ .mi-text_format:before {content: '\e165';}
2175
+ .mi-text_increase:before {content: '\eae2';}
2176
+ .mi-text_rotate_up:before {content: '\e93a';}
2177
+ .mi-text_rotate_vertical:before {content: '\e93b';}
2178
+ .mi-text_rotation_angledown:before {content: '\e93c';}
2179
+ .mi-text_rotation_angleup:before {content: '\e93d';}
2180
+ .mi-text_rotation_down:before {content: '\e93e';}
2181
+ .mi-text_rotation_none:before {content: '\e93f';}
2182
+ .mi-text_snippet:before {content: '\f1c6';}
2183
+ .mi-textsms:before {content: '\e0d8';}
2184
+ .mi-texture:before {content: '\e421';}
2185
+ .mi-theater_comedy:before {content: '\ea66';}
2186
+ .mi-theaters:before {content: '\e8da';}
2187
+ .mi-thermostat:before {content: '\f076';}
2188
+ .mi-thermostat_auto:before {content: '\f077';}
2189
+ .mi-thumb_down:before {content: '\e8db';}
2190
+ .mi-thumb_down_alt:before {content: '\e816';}
2191
+ .mi-thumb_down_off_alt:before {content: '\e9f2';}
2192
+ .mi-thumb_up:before {content: '\e8dc';}
2193
+ .mi-thumb_up_alt:before {content: '\e817';}
2194
+ .mi-thumb_up_off_alt:before {content: '\e9f3';}
2195
+ .mi-thumbs_up_down:before {content: '\e8dd';}
2196
+ .mi-thunderstorm:before {content: '\ebdb';}
2197
+ .mi-tiktok:before {content: '\ea7e';}
2198
+ .mi-time_to_leave:before {content: '\e62c';}
2199
+ .mi-timelapse:before {content: '\e422';}
2200
+ .mi-timeline:before {content: '\e922';}
2201
+ .mi-timer:before {content: '\e425';}
2202
+ .mi-timer_10:before {content: '\e423';}
2203
+ .mi-timer_10_select:before {content: '\f07a';}
2204
+ .mi-timer_3:before {content: '\e424';}
2205
+ .mi-timer_3_select:before {content: '\f07b';}
2206
+ .mi-timer_off:before {content: '\e426';}
2207
+ .mi-tips_and_updates:before {content: '\e79a';}
2208
+ .mi-tire_repair:before {content: '\ebc8';}
2209
+ .mi-title:before {content: '\e264';}
2210
+ .mi-toc:before {content: '\e8de';}
2211
+ .mi-today:before {content: '\e8df';}
2212
+ .mi-toggle_off:before {content: '\e9f5';}
2213
+ .mi-toggle_on:before {content: '\e9f6';}
2214
+ .mi-token:before {content: '\ea25';}
2215
+ .mi-toll:before {content: '\e8e0';}
2216
+ .mi-tonality:before {content: '\e427';}
2217
+ .mi-topic:before {content: '\f1c8';}
2218
+ .mi-touch_app:before {content: '\e913';}
2219
+ .mi-tour:before {content: '\ef75';}
2220
+ .mi-toys:before {content: '\e332';}
2221
+ .mi-track_changes:before {content: '\e8e1';}
2222
+ .mi-traffic:before {content: '\e565';}
2223
+ .mi-train:before {content: '\e570';}
2224
+ .mi-tram:before {content: '\e571';}
2225
+ .mi-transfer_within_a_station:before {content: '\e572';}
2226
+ .mi-transform:before {content: '\e428';}
2227
+ .mi-transgender:before {content: '\e58d';}
2228
+ .mi-transit_enterexit:before {content: '\e579';}
2229
+ .mi-translate:before {content: '\e8e2';}
2230
+ .mi-travel_explore:before {content: '\e2db';}
2231
+ .mi-trending_down:before {content: '\e8e3';}
2232
+ .mi-trending_flat:before {content: '\e8e4';}
2233
+ .mi-trending_neutral:before {content: '\e8e4';}
2234
+ .mi-trending_up:before {content: '\e8e5';}
2235
+ .mi-trip_origin:before {content: '\e57b';}
2236
+ .mi-try:before {content: '\f07c';}
2237
+ .mi-tsunami:before {content: '\ebd8';}
2238
+ .mi-tty:before {content: '\f1aa';}
2239
+ .mi-tune:before {content: '\e429';}
2240
+ .mi-tungsten:before {content: '\f07d';}
2241
+ .mi-turn_left:before {content: '\eba6';}
2242
+ .mi-turn_right:before {content: '\ebab';}
2243
+ .mi-turn_sharp_left:before {content: '\eba7';}
2244
+ .mi-turn_sharp_right:before {content: '\ebaa';}
2245
+ .mi-turn_slight_left:before {content: '\eba4';}
2246
+ .mi-turn_slight_right:before {content: '\eb9a';}
2247
+ .mi-turned_in:before {content: '\e8e6';}
2248
+ .mi-turned_in_not:before {content: '\e8e7';}
2249
+ .mi-tv:before {content: '\e333';}
2250
+ .mi-tv_off:before {content: '\e647';}
2251
+ .mi-two_wheeler:before {content: '\e9f9';}
2252
+ .mi-u_turn_left:before {content: '\eba1';}
2253
+ .mi-u_turn_right:before {content: '\eba2';}
2254
+ .mi-umbrella:before {content: '\f1ad';}
2255
+ .mi-unarchive:before {content: '\e169';}
2256
+ .mi-undo:before {content: '\e166';}
2257
+ .mi-unfold_less:before {content: '\e5d6';}
2258
+ .mi-unfold_more:before {content: '\e5d7';}
2259
+ .mi-unpublished:before {content: '\f236';}
2260
+ .mi-unsubscribe:before {content: '\e0eb';}
2261
+ .mi-upcoming:before {content: '\f07e';}
2262
+ .mi-update:before {content: '\e923';}
2263
+ .mi-update_disabled:before {content: '\e075';}
2264
+ .mi-upgrade:before {content: '\f0fb';}
2265
+ .mi-upload:before {content: '\f09b';}
2266
+ .mi-upload_file:before {content: '\e9fc';}
2267
+ .mi-usb:before {content: '\e1e0';}
2268
+ .mi-usb_off:before {content: '\e4fa';}
2269
+ .mi-vaccines:before {content: '\e138';}
2270
+ .mi-vape_free:before {content: '\ebc6';}
2271
+ .mi-vaping_rooms:before {content: '\ebcf';}
2272
+ .mi-verified:before {content: '\ef76';}
2273
+ .mi-verified_user:before {content: '\e8e8';}
2274
+ .mi-vertical_align_bottom:before {content: '\e258';}
2275
+ .mi-vertical_align_center:before {content: '\e259';}
2276
+ .mi-vertical_align_top:before {content: '\e25a';}
2277
+ .mi-vertical_distribute:before {content: '\e076';}
2278
+ .mi-vertical_split:before {content: '\e949';}
2279
+ .mi-vibration:before {content: '\e62d';}
2280
+ .mi-video_call:before {content: '\e070';}
2281
+ .mi-video_camera_back:before {content: '\f07f';}
2282
+ .mi-video_camera_front:before {content: '\f080';}
2283
+ .mi-video_collection:before {content: '\e04a';}
2284
+ .mi-video_file:before {content: '\eb87';}
2285
+ .mi-video_label:before {content: '\e071';}
2286
+ .mi-video_library:before {content: '\e04a';}
2287
+ .mi-video_settings:before {content: '\ea75';}
2288
+ .mi-video_stable:before {content: '\f081';}
2289
+ .mi-videocam:before {content: '\e04b';}
2290
+ .mi-videocam_off:before {content: '\e04c';}
2291
+ .mi-videogame_asset:before {content: '\e338';}
2292
+ .mi-videogame_asset_off:before {content: '\e500';}
2293
+ .mi-view_agenda:before {content: '\e8e9';}
2294
+ .mi-view_array:before {content: '\e8ea';}
2295
+ .mi-view_carousel:before {content: '\e8eb';}
2296
+ .mi-view_column:before {content: '\e8ec';}
2297
+ .mi-view_comfortable:before {content: '\e42a';}
2298
+ .mi-view_comfy:before {content: '\e42a';}
2299
+ .mi-view_comfy_alt:before {content: '\eb73';}
2300
+ .mi-view_compact:before {content: '\e42b';}
2301
+ .mi-view_compact_alt:before {content: '\eb74';}
2302
+ .mi-view_cozy:before {content: '\eb75';}
2303
+ .mi-view_day:before {content: '\e8ed';}
2304
+ .mi-view_headline:before {content: '\e8ee';}
2305
+ .mi-view_in_ar:before {content: '\e9fe';}
2306
+ .mi-view_kanban:before {content: '\eb7f';}
2307
+ .mi-view_list:before {content: '\e8ef';}
2308
+ .mi-view_module:before {content: '\e8f0';}
2309
+ .mi-view_quilt:before {content: '\e8f1';}
2310
+ .mi-view_sidebar:before {content: '\f114';}
2311
+ .mi-view_stream:before {content: '\e8f2';}
2312
+ .mi-view_timeline:before {content: '\eb85';}
2313
+ .mi-view_week:before {content: '\e8f3';}
2314
+ .mi-vignette:before {content: '\e435';}
2315
+ .mi-villa:before {content: '\e586';}
2316
+ .mi-visibility:before {content: '\e8f4';}
2317
+ .mi-visibility_off:before {content: '\e8f5';}
2318
+ .mi-voice_chat:before {content: '\e62e';}
2319
+ .mi-voice_over_off:before {content: '\e94a';}
2320
+ .mi-voicemail:before {content: '\e0d9';}
2321
+ .mi-volcano:before {content: '\ebda';}
2322
+ .mi-volume_down:before {content: '\e04d';}
2323
+ .mi-volume_mute:before {content: '\e04e';}
2324
+ .mi-volume_off:before {content: '\e04f';}
2325
+ .mi-volume_up:before {content: '\e050';}
2326
+ .mi-volunteer_activism:before {content: '\ea70';}
2327
+ .mi-vpn_key:before {content: '\e0da';}
2328
+ .mi-vpn_key_off:before {content: '\eb7a';}
2329
+ .mi-vpn_lock:before {content: '\e62f';}
2330
+ .mi-vrpano:before {content: '\f082';}
2331
+ .mi-wallet_giftcard:before {content: '\e8f6';}
2332
+ .mi-wallet_membership:before {content: '\e8f7';}
2333
+ .mi-wallet_travel:before {content: '\e8f8';}
2334
+ .mi-wallpaper:before {content: '\e75f';}
2335
+ .mi-warehouse:before {content: '\ebb8';}
2336
+ .mi-warning:before {content: '\e002';}
2337
+ .mi-warning_amber:before {content: '\f083';}
2338
+ .mi-wash:before {content: '\f1b1';}
2339
+ .mi-watch:before {content: '\e334';}
2340
+ .mi-watch_later:before {content: '\e924';}
2341
+ .mi-watch_off:before {content: '\eae3';}
2342
+ .mi-water:before {content: '\f084';}
2343
+ .mi-water_damage:before {content: '\f203';}
2344
+ .mi-water_drop:before {content: '\e798';}
2345
+ .mi-waterfall_chart:before {content: '\ea00';}
2346
+ .mi-waves:before {content: '\e176';}
2347
+ .mi-waving_hand:before {content: '\e766';}
2348
+ .mi-wb_auto:before {content: '\e42c';}
2349
+ .mi-wb_cloudy:before {content: '\e42d';}
2350
+ .mi-wb_incandescent:before {content: '\e42e';}
2351
+ .mi-wb_iridescent:before {content: '\e436';}
2352
+ .mi-wb_shade:before {content: '\ea01';}
2353
+ .mi-wb_sunny:before {content: '\e430';}
2354
+ .mi-wb_twilight:before {content: '\e1c6';}
2355
+ .mi-wc:before {content: '\e63d';}
2356
+ .mi-web:before {content: '\e051';}
2357
+ .mi-web_asset:before {content: '\e069';}
2358
+ .mi-web_asset_off:before {content: '\e4f7';}
2359
+ .mi-webhook:before {content: '\eb92';}
2360
+ .mi-wechat:before {content: '\ea81';}
2361
+ .mi-weekend:before {content: '\e16b';}
2362
+ .mi-west:before {content: '\f1e6';}
2363
+ .mi-whatsapp:before {content: '\ea9c';}
2364
+ .mi-whatshot:before {content: '\e80e';}
2365
+ .mi-wheelchair_pickup:before {content: '\f1ab';}
2366
+ .mi-where_to_vote:before {content: '\e177';}
2367
+ .mi-widgets:before {content: '\e75e';}
2368
+ .mi-wifi:before {content: '\e63e';}
2369
+ .mi-wifi_1_bar:before {content: '\e4ca';}
2370
+ .mi-wifi_2_bar:before {content: '\e4d9';}
2371
+ .mi-wifi_calling:before {content: '\ef77';}
2372
+ .mi-wifi_calling_3:before {content: '\f085';}
2373
+ .mi-wifi_channel:before {content: '\eb6a';}
2374
+ .mi-wifi_find:before {content: '\eb31';}
2375
+ .mi-wifi_lock:before {content: '\e1e1';}
2376
+ .mi-wifi_off:before {content: '\e648';}
2377
+ .mi-wifi_password:before {content: '\eb6b';}
2378
+ .mi-wifi_protected_setup:before {content: '\f0fc';}
2379
+ .mi-wifi_tethering:before {content: '\e1e2';}
2380
+ .mi-wifi_tethering_error:before {content: '\f086';}
2381
+ .mi-wifi_tethering_error_rounded:before {content: '\f086';}
2382
+ .mi-wifi_tethering_off:before {content: '\f087';}
2383
+ .mi-window:before {content: '\f088';}
2384
+ .mi-wine_bar:before {content: '\f1e8';}
2385
+ .mi-woman:before {content: '\e13e';}
2386
+ .mi-woo_commerce:before {content: '\ea6d';}
2387
+ .mi-wordpress:before {content: '\ea9f';}
2388
+ .mi-work:before {content: '\e8f9';}
2389
+ .mi-work_off:before {content: '\e942';}
2390
+ .mi-work_outline:before {content: '\e943';}
2391
+ .mi-workspace_premium:before {content: '\e7af';}
2392
+ .mi-workspaces:before {content: '\e1a0';}
2393
+ .mi-wrap_text:before {content: '\e25b';}
2394
+ .mi-wrong_location:before {content: '\ef78';}
2395
+ .mi-wysiwyg:before {content: '\f1c3';}
2396
+ .mi-yard:before {content: '\f089';}
2397
+ .mi-youtube_searched_for:before {content: '\e8fa';}
2398
+ .mi-zoom_in:before {content: '\e8ff';}
2399
+ .mi-zoom_in_map:before {content: '\eb2d';}
2400
+ .mi-zoom_out:before {content: '\e900';}
2401
+ .mi-zoom_out_map:before {content: '\e56b';}
2402
+ .mi-add_call:before {content: '\e0e8';}
2403
+ .mi-assistant_navigation:before {content: '\e989';}
2404
+ .mi-block_flipped:before {content: '\ef46';}
2405
+ .mi-cloudy_snowing:before {content: '\e810';}
2406
+ .mi-drive_file_move_outline:before {content: '\e9a1';}
2407
+ .mi-filter_list_alt:before {content: '\e94e';}
2408
+ .mi-fire_hydrant:before {content: '\f1a3';}
2409
+ .mi-foggy:before {content: '\e818';}
2410
+ .mi-goat:before {content: '\10fffd';}
2411
+ .mi-home_filled:before {content: '\e9b2';}
2412
+ .mi-info_outline:before {content: '\e88f';}
2413
+ .mi-keyboard_command:before {content: '\eae0';}
2414
+ .mi-keyboard_option:before {content: '\eadf';}
2415
+ .mi-label_important_outline:before {content: '\e948';}
2416
+ .mi-label_outline:before {content: '\e893';}
2417
+ .mi-lightbulb_outline:before {content: '\e90f';}
2418
+ .mi-location_pin:before {content: '\f1db';}
2419
+ .mi-lock_outline:before {content: '\e899';}
2420
+ .mi-no_meals_ouline:before {content: '\f229';}
2421
+ .mi-outgoing_mail:before {content: '\f0d2';}
2422
+ .mi-pie_chart_outlined:before {content: '\e6c5';}
2423
+ .mi-snowing:before {content: '\e80f';}
2424
+ .mi-sunny:before {content: '\e81a';}
2425
+ .mi-sunny_snowing:before {content: '\e819';}
2426
+ .mi-volume_down_alt:before {content: '\e79c';}
2427
+ .mi-wb_twighlight:before {content: '\ea02';}
2428
+ .mi-web_stories:before {content: '\e595';}
2429
+ .mi-workspaces_filled:before {content: '\ea0d';}
2430
+ .mi-workspaces_outline:before {content: '\ea0f';}