material_icons 2.2.1 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3813 +0,0 @@
1
- /*
2
- * CSS File of Material icons.
3
- * CSS code based on:
4
- * https://google.github.io/material-design-icons/#icon-font-for-the-web
5
- */
6
-
7
- //= depend_on_asset "MaterialIcons-Regular.eot"
8
- //= depend_on_asset "MaterialIcons-Regular.woff2"
9
- //= depend_on_asset "MaterialIcons-Regular.woff"
10
- //= depend_on_asset "MaterialIcons-Regular.ttf"
11
-
12
- /* Use the font */
13
- @font-face {
14
- font-family: 'Material Icons';
15
- font-style: normal;
16
- font-weight: 400;
17
- src: url('<%= font_path('MaterialIcons-Regular.eot') %>'); /* For IE6-8 */
18
- src: local('Material Icons'),
19
- local('MaterialIcons-Regular'),
20
- url('<%= font_path('MaterialIcons-Regular.woff2') %>') format('woff2'),
21
- url('<%= font_path('MaterialIcons-Regular.woff') %>') format('woff'),
22
- url('<%= font_path('MaterialIcons-Regular.ttf') %>') format('truetype');
23
- }
24
-
25
- /* Base class */
26
- .material-icons,
27
- .mi {
28
- font-family: 'Material Icons';
29
- font-weight: normal;
30
- font-style: normal;
31
- font-size: 24px; /* Preferred icon size */
32
- display: inline-block;
33
- text-rendering: auto;
34
- -webkit-font-smoothing: antialiased;
35
- -moz-osx-font-smoothing: grayscale;
36
- transform: translate(0, 0);
37
- }
38
-
39
- /* Rules for sizing the icon. */
40
- .material-icons.md-18, .mi.md-18 { font-size: 18px; }
41
- .material-icons.md-24, .mi.md-24 { font-size: 24px; }
42
- .material-icons.md-36, .mi.md-36 { font-size: 36px; }
43
- .material-icons.md-48, .mi.md-48 { font-size: 48px; }
44
-
45
- /* Rules for using icons as black on a light background. */
46
- .material-icons.md-dark, .mi.md-dark { color: rgba(0, 0, 0, 0.54); }
47
- .material-icons.md-dark.md-inactive, .mi.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
48
-
49
- /* Rules for using icons as white on a dark background. */
50
- .material-icons.md-light, .mi.md-light { color: rgba(255, 255, 255, 1); }
51
- .material-icons.md-light.md-inactive, .mi.md-inactive { color: rgba(255, 255, 255, 0.3); }
52
-
53
- /* Rules to rotate items */
54
- .material-icons.r90, .mi.r90 {
55
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
56
- -webkit-transform: rotate(90deg);
57
- -ms-transform: rotate(90deg);
58
- transform: rotate(90deg);
59
- }
60
- .material-icons.r180, .mi.r180 {
61
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
62
- -webkit-transform: rotate(180deg);
63
- -ms-transform: rotate(180deg);
64
- transform: rotate(180deg);
65
- }
66
- .material-icons.r270, .mi.r270 {
67
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
68
- -webkit-transform: rotate(270deg);
69
- -ms-transform: rotate(270deg);
70
- transform: rotate(270deg);
71
- }
72
- .material-icons.flip-horizontal, .mi.flip-horizontal {
73
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
74
- -webkit-transform: scale(-1, 1);
75
- -ms-transform: scale(-1, 1);
76
- transform: scale(-1, 1);
77
- }
78
- .material-icons.flip-vertical, .mi.flip-vertical {
79
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
80
- -webkit-transform: scale(1, -1);
81
- -ms-transform: scale(1, -1);
82
- transform: scale(1, -1);
83
- }
84
-
85
- /* Unicode */
86
- .material-icons.three_d_rotation:before,
87
- .mi.three_d_rotation:before {
88
- content: '\e84d';
89
- }
90
- .material-icons.ac_unit:before,
91
- .mi.ac_unit:before {
92
- content: '\eb3b';
93
- }
94
- .material-icons.access_alarm:before,
95
- .mi.access_alarm:before {
96
- content: '\e190';
97
- }
98
- .material-icons.access_alarms:before,
99
- .mi.access_alarms:before {
100
- content: '\e191';
101
- }
102
- .material-icons.access_time:before,
103
- .mi.access_time:before {
104
- content: '\e192';
105
- }
106
- .material-icons.accessibility:before,
107
- .mi.accessibility:before {
108
- content: '\e84e';
109
- }
110
- .material-icons.accessible:before,
111
- .mi.accessible:before {
112
- content: '\e914';
113
- }
114
- .material-icons.account_balance:before,
115
- .mi.account_balance:before {
116
- content: '\e84f';
117
- }
118
- .material-icons.account_balance_wallet:before,
119
- .mi.account_balance_wallet:before {
120
- content: '\e850';
121
- }
122
- .material-icons.account_box:before,
123
- .mi.account_box:before {
124
- content: '\e851';
125
- }
126
- .material-icons.account_circle:before,
127
- .mi.account_circle:before {
128
- content: '\e853';
129
- }
130
- .material-icons.adb:before,
131
- .mi.adb:before {
132
- content: '\e60e';
133
- }
134
- .material-icons.add:before,
135
- .mi.add:before {
136
- content: '\e145';
137
- }
138
- .material-icons.add_a_photo:before,
139
- .mi.add_a_photo:before {
140
- content: '\e439';
141
- }
142
- .material-icons.add_alarm:before,
143
- .mi.add_alarm:before {
144
- content: '\e193';
145
- }
146
- .material-icons.add_alert:before,
147
- .mi.add_alert:before {
148
- content: '\e003';
149
- }
150
- .material-icons.add_box:before,
151
- .mi.add_box:before {
152
- content: '\e146';
153
- }
154
- .material-icons.add_circle:before,
155
- .mi.add_circle:before {
156
- content: '\e147';
157
- }
158
- .material-icons.add_circle_outline:before,
159
- .mi.add_circle_outline:before {
160
- content: '\e148';
161
- }
162
- .material-icons.add_location:before,
163
- .mi.add_location:before {
164
- content: '\e567';
165
- }
166
- .material-icons.add_shopping_cart:before,
167
- .mi.add_shopping_cart:before {
168
- content: '\e854';
169
- }
170
- .material-icons.add_to_photos:before,
171
- .mi.add_to_photos:before {
172
- content: '\e39d';
173
- }
174
- .material-icons.add_to_queue:before,
175
- .mi.add_to_queue:before {
176
- content: '\e05c';
177
- }
178
- .material-icons.adjust:before,
179
- .mi.adjust:before {
180
- content: '\e39e';
181
- }
182
- .material-icons.airline_seat_flat:before,
183
- .mi.airline_seat_flat:before {
184
- content: '\e630';
185
- }
186
- .material-icons.airline_seat_flat_angled:before,
187
- .mi.airline_seat_flat_angled:before {
188
- content: '\e631';
189
- }
190
- .material-icons.airline_seat_individual_suite:before,
191
- .mi.airline_seat_individual_suite:before {
192
- content: '\e632';
193
- }
194
- .material-icons.airline_seat_legroom_extra:before,
195
- .mi.airline_seat_legroom_extra:before {
196
- content: '\e633';
197
- }
198
- .material-icons.airline_seat_legroom_normal:before,
199
- .mi.airline_seat_legroom_normal:before {
200
- content: '\e634';
201
- }
202
- .material-icons.airline_seat_legroom_reduced:before,
203
- .mi.airline_seat_legroom_reduced:before {
204
- content: '\e635';
205
- }
206
- .material-icons.airline_seat_recline_extra:before,
207
- .mi.airline_seat_recline_extra:before {
208
- content: '\e636';
209
- }
210
- .material-icons.airline_seat_recline_normal:before,
211
- .mi.airline_seat_recline_normal:before {
212
- content: '\e637';
213
- }
214
- .material-icons.airplanemode_active:before,
215
- .mi.airplanemode_active:before {
216
- content: '\e195';
217
- }
218
- .material-icons.airplanemode_inactive:before,
219
- .mi.airplanemode_inactive:before {
220
- content: '\e194';
221
- }
222
- .material-icons.airplay:before,
223
- .mi.airplay:before {
224
- content: '\e055';
225
- }
226
- .material-icons.airport_shuttle:before,
227
- .mi.airport_shuttle:before {
228
- content: '\eb3c';
229
- }
230
- .material-icons.alarm:before,
231
- .mi.alarm:before {
232
- content: '\e855';
233
- }
234
- .material-icons.alarm_add:before,
235
- .mi.alarm_add:before {
236
- content: '\e856';
237
- }
238
- .material-icons.alarm_off:before,
239
- .mi.alarm_off:before {
240
- content: '\e857';
241
- }
242
- .material-icons.alarm_on:before,
243
- .mi.alarm_on:before {
244
- content: '\e858';
245
- }
246
- .material-icons.album:before,
247
- .mi.album:before {
248
- content: '\e019';
249
- }
250
- .material-icons.all_inclusive:before,
251
- .mi.all_inclusive:before {
252
- content: '\eb3d';
253
- }
254
- .material-icons.all_out:before,
255
- .mi.all_out:before {
256
- content: '\e90b';
257
- }
258
- .material-icons.android:before,
259
- .mi.android:before {
260
- content: '\e859';
261
- }
262
- .material-icons.announcement:before,
263
- .mi.announcement:before {
264
- content: '\e85a';
265
- }
266
- .material-icons.apps:before,
267
- .mi.apps:before {
268
- content: '\e5c3';
269
- }
270
- .material-icons.archive:before,
271
- .mi.archive:before {
272
- content: '\e149';
273
- }
274
- .material-icons.arrow_back:before,
275
- .mi.arrow_back:before {
276
- content: '\e5c4';
277
- }
278
- .material-icons.arrow_downward:before,
279
- .mi.arrow_downward:before {
280
- content: '\e5db';
281
- }
282
- .material-icons.arrow_drop_down:before,
283
- .mi.arrow_drop_down:before {
284
- content: '\e5c5';
285
- }
286
- .material-icons.arrow_drop_down_circle:before,
287
- .mi.arrow_drop_down_circle:before {
288
- content: '\e5c6';
289
- }
290
- .material-icons.arrow_drop_up:before,
291
- .mi.arrow_drop_up:before {
292
- content: '\e5c7';
293
- }
294
- .material-icons.arrow_forward:before,
295
- .mi.arrow_forward:before {
296
- content: '\e5c8';
297
- }
298
- .material-icons.arrow_upward:before,
299
- .mi.arrow_upward:before {
300
- content: '\e5d8';
301
- }
302
- .material-icons.art_track:before,
303
- .mi.art_track:before {
304
- content: '\e060';
305
- }
306
- .material-icons.aspect_ratio:before,
307
- .mi.aspect_ratio:before {
308
- content: '\e85b';
309
- }
310
- .material-icons.assessment:before,
311
- .mi.assessment:before {
312
- content: '\e85c';
313
- }
314
- .material-icons.assignment:before,
315
- .mi.assignment:before {
316
- content: '\e85d';
317
- }
318
- .material-icons.assignment_ind:before,
319
- .mi.assignment_ind:before {
320
- content: '\e85e';
321
- }
322
- .material-icons.assignment_late:before,
323
- .mi.assignment_late:before {
324
- content: '\e85f';
325
- }
326
- .material-icons.assignment_return:before,
327
- .mi.assignment_return:before {
328
- content: '\e860';
329
- }
330
- .material-icons.assignment_returned:before,
331
- .mi.assignment_returned:before {
332
- content: '\e861';
333
- }
334
- .material-icons.assignment_turned_in:before,
335
- .mi.assignment_turned_in:before {
336
- content: '\e862';
337
- }
338
- .material-icons.assistant:before,
339
- .mi.assistant:before {
340
- content: '\e39f';
341
- }
342
- .material-icons.assistant_photo:before,
343
- .mi.assistant_photo:before {
344
- content: '\e3a0';
345
- }
346
- .material-icons.attach_file:before,
347
- .mi.attach_file:before {
348
- content: '\e226';
349
- }
350
- .material-icons.attach_money:before,
351
- .mi.attach_money:before {
352
- content: '\e227';
353
- }
354
- .material-icons.attachment:before,
355
- .mi.attachment:before {
356
- content: '\e2bc';
357
- }
358
- .material-icons.audiotrack:before,
359
- .mi.audiotrack:before {
360
- content: '\e3a1';
361
- }
362
- .material-icons.autorenew:before,
363
- .mi.autorenew:before {
364
- content: '\e863';
365
- }
366
- .material-icons.av_timer:before,
367
- .mi.av_timer:before {
368
- content: '\e01b';
369
- }
370
- .material-icons.backspace:before,
371
- .mi.backspace:before {
372
- content: '\e14a';
373
- }
374
- .material-icons.backup:before,
375
- .mi.backup:before {
376
- content: '\e864';
377
- }
378
- .material-icons.battery_alert:before,
379
- .mi.battery_alert:before {
380
- content: '\e19c';
381
- }
382
- .material-icons.battery_charging_full:before,
383
- .mi.battery_charging_full:before {
384
- content: '\e1a3';
385
- }
386
- .material-icons.battery_full:before,
387
- .mi.battery_full:before {
388
- content: '\e1a4';
389
- }
390
- .material-icons.battery_std:before,
391
- .mi.battery_std:before {
392
- content: '\e1a5';
393
- }
394
- .material-icons.battery_unknown:before,
395
- .mi.battery_unknown:before {
396
- content: '\e1a6';
397
- }
398
- .material-icons.beach_access:before,
399
- .mi.beach_access:before {
400
- content: '\eb3e';
401
- }
402
- .material-icons.beenhere:before,
403
- .mi.beenhere:before {
404
- content: '\e52d';
405
- }
406
- .material-icons.block:before,
407
- .mi.block:before {
408
- content: '\e14b';
409
- }
410
- .material-icons.bluetooth:before,
411
- .mi.bluetooth:before {
412
- content: '\e1a7';
413
- }
414
- .material-icons.bluetooth_audio:before,
415
- .mi.bluetooth_audio:before {
416
- content: '\e60f';
417
- }
418
- .material-icons.bluetooth_connected:before,
419
- .mi.bluetooth_connected:before {
420
- content: '\e1a8';
421
- }
422
- .material-icons.bluetooth_disabled:before,
423
- .mi.bluetooth_disabled:before {
424
- content: '\e1a9';
425
- }
426
- .material-icons.bluetooth_searching:before,
427
- .mi.bluetooth_searching:before {
428
- content: '\e1aa';
429
- }
430
- .material-icons.blur_circular:before,
431
- .mi.blur_circular:before {
432
- content: '\e3a2';
433
- }
434
- .material-icons.blur_linear:before,
435
- .mi.blur_linear:before {
436
- content: '\e3a3';
437
- }
438
- .material-icons.blur_off:before,
439
- .mi.blur_off:before {
440
- content: '\e3a4';
441
- }
442
- .material-icons.blur_on:before,
443
- .mi.blur_on:before {
444
- content: '\e3a5';
445
- }
446
- .material-icons.book:before,
447
- .mi.book:before {
448
- content: '\e865';
449
- }
450
- .material-icons.bookmark:before,
451
- .mi.bookmark:before {
452
- content: '\e866';
453
- }
454
- .material-icons.bookmark_border:before,
455
- .mi.bookmark_border:before {
456
- content: '\e867';
457
- }
458
- .material-icons.border_all:before,
459
- .mi.border_all:before {
460
- content: '\e228';
461
- }
462
- .material-icons.border_bottom:before,
463
- .mi.border_bottom:before {
464
- content: '\e229';
465
- }
466
- .material-icons.border_clear:before,
467
- .mi.border_clear:before {
468
- content: '\e22a';
469
- }
470
- .material-icons.border_color:before,
471
- .mi.border_color:before {
472
- content: '\e22b';
473
- }
474
- .material-icons.border_horizontal:before,
475
- .mi.border_horizontal:before {
476
- content: '\e22c';
477
- }
478
- .material-icons.border_inner:before,
479
- .mi.border_inner:before {
480
- content: '\e22d';
481
- }
482
- .material-icons.border_left:before,
483
- .mi.border_left:before {
484
- content: '\e22e';
485
- }
486
- .material-icons.border_outer:before,
487
- .mi.border_outer:before {
488
- content: '\e22f';
489
- }
490
- .material-icons.border_right:before,
491
- .mi.border_right:before {
492
- content: '\e230';
493
- }
494
- .material-icons.border_style:before,
495
- .mi.border_style:before {
496
- content: '\e231';
497
- }
498
- .material-icons.border_top:before,
499
- .mi.border_top:before {
500
- content: '\e232';
501
- }
502
- .material-icons.border_vertical:before,
503
- .mi.border_vertical:before {
504
- content: '\e233';
505
- }
506
- .material-icons.branding_watermark:before,
507
- .mi.branding_watermark:before {
508
- content: '\e06b';
509
- }
510
- .material-icons.brightness_1:before,
511
- .mi.brightness_1:before {
512
- content: '\e3a6';
513
- }
514
- .material-icons.brightness_2:before,
515
- .mi.brightness_2:before {
516
- content: '\e3a7';
517
- }
518
- .material-icons.brightness_3:before,
519
- .mi.brightness_3:before {
520
- content: '\e3a8';
521
- }
522
- .material-icons.brightness_4:before,
523
- .mi.brightness_4:before {
524
- content: '\e3a9';
525
- }
526
- .material-icons.brightness_5:before,
527
- .mi.brightness_5:before {
528
- content: '\e3aa';
529
- }
530
- .material-icons.brightness_6:before,
531
- .mi.brightness_6:before {
532
- content: '\e3ab';
533
- }
534
- .material-icons.brightness_7:before,
535
- .mi.brightness_7:before {
536
- content: '\e3ac';
537
- }
538
- .material-icons.brightness_auto:before,
539
- .mi.brightness_auto:before {
540
- content: '\e1ab';
541
- }
542
- .material-icons.brightness_high:before,
543
- .mi.brightness_high:before {
544
- content: '\e1ac';
545
- }
546
- .material-icons.brightness_low:before,
547
- .mi.brightness_low:before {
548
- content: '\e1ad';
549
- }
550
- .material-icons.brightness_medium:before,
551
- .mi.brightness_medium:before {
552
- content: '\e1ae';
553
- }
554
- .material-icons.broken_image:before,
555
- .mi.broken_image:before {
556
- content: '\e3ad';
557
- }
558
- .material-icons.brush:before,
559
- .mi.brush:before {
560
- content: '\e3ae';
561
- }
562
- .material-icons.bubble_chart:before,
563
- .mi.bubble_chart:before {
564
- content: '\e6dd';
565
- }
566
- .material-icons.bug_report:before,
567
- .mi.bug_report:before {
568
- content: '\e868';
569
- }
570
- .material-icons.build:before,
571
- .mi.build:before {
572
- content: '\e869';
573
- }
574
- .material-icons.burst_mode:before,
575
- .mi.burst_mode:before {
576
- content: '\e43c';
577
- }
578
- .material-icons.business:before,
579
- .mi.business:before {
580
- content: '\e0af';
581
- }
582
- .material-icons.business_center:before,
583
- .mi.business_center:before {
584
- content: '\eb3f';
585
- }
586
- .material-icons.cached:before,
587
- .mi.cached:before {
588
- content: '\e86a';
589
- }
590
- .material-icons.cake:before,
591
- .mi.cake:before {
592
- content: '\e7e9';
593
- }
594
- .material-icons.call:before,
595
- .mi.call:before {
596
- content: '\e0b0';
597
- }
598
- .material-icons.call_end:before,
599
- .mi.call_end:before {
600
- content: '\e0b1';
601
- }
602
- .material-icons.call_made:before,
603
- .mi.call_made:before {
604
- content: '\e0b2';
605
- }
606
- .material-icons.call_merge:before,
607
- .mi.call_merge:before {
608
- content: '\e0b3';
609
- }
610
- .material-icons.call_missed:before,
611
- .mi.call_missed:before {
612
- content: '\e0b4';
613
- }
614
- .material-icons.call_missed_outgoing:before,
615
- .mi.call_missed_outgoing:before {
616
- content: '\e0e4';
617
- }
618
- .material-icons.call_received:before,
619
- .mi.call_received:before {
620
- content: '\e0b5';
621
- }
622
- .material-icons.call_split:before,
623
- .mi.call_split:before {
624
- content: '\e0b6';
625
- }
626
- .material-icons.call_to_action:before,
627
- .mi.call_to_action:before {
628
- content: '\e06c';
629
- }
630
- .material-icons.camera:before,
631
- .mi.camera:before {
632
- content: '\e3af';
633
- }
634
- .material-icons.camera_alt:before,
635
- .mi.camera_alt:before {
636
- content: '\e3b0';
637
- }
638
- .material-icons.camera_enhance:before,
639
- .mi.camera_enhance:before {
640
- content: '\e8fc';
641
- }
642
- .material-icons.camera_front:before,
643
- .mi.camera_front:before {
644
- content: '\e3b1';
645
- }
646
- .material-icons.camera_rear:before,
647
- .mi.camera_rear:before {
648
- content: '\e3b2';
649
- }
650
- .material-icons.camera_roll:before,
651
- .mi.camera_roll:before {
652
- content: '\e3b3';
653
- }
654
- .material-icons.cancel:before,
655
- .mi.cancel:before {
656
- content: '\e5c9';
657
- }
658
- .material-icons.card_giftcard:before,
659
- .mi.card_giftcard:before {
660
- content: '\e8f6';
661
- }
662
- .material-icons.card_membership:before,
663
- .mi.card_membership:before {
664
- content: '\e8f7';
665
- }
666
- .material-icons.card_travel:before,
667
- .mi.card_travel:before {
668
- content: '\e8f8';
669
- }
670
- .material-icons.casino:before,
671
- .mi.casino:before {
672
- content: '\eb40';
673
- }
674
- .material-icons.cast:before,
675
- .mi.cast:before {
676
- content: '\e307';
677
- }
678
- .material-icons.cast_connected:before,
679
- .mi.cast_connected:before {
680
- content: '\e308';
681
- }
682
- .material-icons.center_focus_strong:before,
683
- .mi.center_focus_strong:before {
684
- content: '\e3b4';
685
- }
686
- .material-icons.center_focus_weak:before,
687
- .mi.center_focus_weak:before {
688
- content: '\e3b5';
689
- }
690
- .material-icons.change_history:before,
691
- .mi.change_history:before {
692
- content: '\e86b';
693
- }
694
- .material-icons.chat:before,
695
- .mi.chat:before {
696
- content: '\e0b7';
697
- }
698
- .material-icons.chat_bubble:before,
699
- .mi.chat_bubble:before {
700
- content: '\e0ca';
701
- }
702
- .material-icons.chat_bubble_outline:before,
703
- .mi.chat_bubble_outline:before {
704
- content: '\e0cb';
705
- }
706
- .material-icons.check:before,
707
- .mi.check:before {
708
- content: '\e5ca';
709
- }
710
- .material-icons.check_box:before,
711
- .mi.check_box:before {
712
- content: '\e834';
713
- }
714
- .material-icons.check_box_outline_blank:before,
715
- .mi.check_box_outline_blank:before {
716
- content: '\e835';
717
- }
718
- .material-icons.check_circle:before,
719
- .mi.check_circle:before {
720
- content: '\e86c';
721
- }
722
- .material-icons.chevron_left:before,
723
- .mi.chevron_left:before {
724
- content: '\e5cb';
725
- }
726
- .material-icons.chevron_right:before,
727
- .mi.chevron_right:before {
728
- content: '\e5cc';
729
- }
730
- .material-icons.child_care:before,
731
- .mi.child_care:before {
732
- content: '\eb41';
733
- }
734
- .material-icons.child_friendly:before,
735
- .mi.child_friendly:before {
736
- content: '\eb42';
737
- }
738
- .material-icons.chrome_reader_mode:before,
739
- .mi.chrome_reader_mode:before {
740
- content: '\e86d';
741
- }
742
- .material-icons.class:before,
743
- .mi.class:before {
744
- content: '\e86e';
745
- }
746
- .material-icons.clear:before,
747
- .mi.clear:before {
748
- content: '\e14c';
749
- }
750
- .material-icons.clear_all:before,
751
- .mi.clear_all:before {
752
- content: '\e0b8';
753
- }
754
- .material-icons.close:before,
755
- .mi.close:before {
756
- content: '\e5cd';
757
- }
758
- .material-icons.closed_caption:before,
759
- .mi.closed_caption:before {
760
- content: '\e01c';
761
- }
762
- .material-icons.cloud:before,
763
- .mi.cloud:before {
764
- content: '\e2bd';
765
- }
766
- .material-icons.cloud_circle:before,
767
- .mi.cloud_circle:before {
768
- content: '\e2be';
769
- }
770
- .material-icons.cloud_done:before,
771
- .mi.cloud_done:before {
772
- content: '\e2bf';
773
- }
774
- .material-icons.cloud_download:before,
775
- .mi.cloud_download:before {
776
- content: '\e2c0';
777
- }
778
- .material-icons.cloud_off:before,
779
- .mi.cloud_off:before {
780
- content: '\e2c1';
781
- }
782
- .material-icons.cloud_queue:before,
783
- .mi.cloud_queue:before {
784
- content: '\e2c2';
785
- }
786
- .material-icons.cloud_upload:before,
787
- .mi.cloud_upload:before {
788
- content: '\e2c3';
789
- }
790
- .material-icons.code:before,
791
- .mi.code:before {
792
- content: '\e86f';
793
- }
794
- .material-icons.collections:before,
795
- .mi.collections:before {
796
- content: '\e3b6';
797
- }
798
- .material-icons.collections_bookmark:before,
799
- .mi.collections_bookmark:before {
800
- content: '\e431';
801
- }
802
- .material-icons.color_lens:before,
803
- .mi.color_lens:before {
804
- content: '\e3b7';
805
- }
806
- .material-icons.colorize:before,
807
- .mi.colorize:before {
808
- content: '\e3b8';
809
- }
810
- .material-icons.comment:before,
811
- .mi.comment:before {
812
- content: '\e0b9';
813
- }
814
- .material-icons.compare:before,
815
- .mi.compare:before {
816
- content: '\e3b9';
817
- }
818
- .material-icons.compare_arrows:before,
819
- .mi.compare_arrows:before {
820
- content: '\e915';
821
- }
822
- .material-icons.computer:before,
823
- .mi.computer:before {
824
- content: '\e30a';
825
- }
826
- .material-icons.confirmation_number:before,
827
- .mi.confirmation_number:before {
828
- content: '\e638';
829
- }
830
- .material-icons.contact_mail:before,
831
- .mi.contact_mail:before {
832
- content: '\e0d0';
833
- }
834
- .material-icons.contact_phone:before,
835
- .mi.contact_phone:before {
836
- content: '\e0cf';
837
- }
838
- .material-icons.contacts:before,
839
- .mi.contacts:before {
840
- content: '\e0ba';
841
- }
842
- .material-icons.content_copy:before,
843
- .mi.content_copy:before {
844
- content: '\e14d';
845
- }
846
- .material-icons.content_cut:before,
847
- .mi.content_cut:before {
848
- content: '\e14e';
849
- }
850
- .material-icons.content_paste:before,
851
- .mi.content_paste:before {
852
- content: '\e14f';
853
- }
854
- .material-icons.control_point:before,
855
- .mi.control_point:before {
856
- content: '\e3ba';
857
- }
858
- .material-icons.control_point_duplicate:before,
859
- .mi.control_point_duplicate:before {
860
- content: '\e3bb';
861
- }
862
- .material-icons.copyright:before,
863
- .mi.copyright:before {
864
- content: '\e90c';
865
- }
866
- .material-icons.create:before,
867
- .mi.create:before {
868
- content: '\e150';
869
- }
870
- .material-icons.create_new_folder:before,
871
- .mi.create_new_folder:before {
872
- content: '\e2cc';
873
- }
874
- .material-icons.credit_card:before,
875
- .mi.credit_card:before {
876
- content: '\e870';
877
- }
878
- .material-icons.crop:before,
879
- .mi.crop:before {
880
- content: '\e3be';
881
- }
882
- .material-icons.crop_16_9:before,
883
- .mi.crop_16_9:before {
884
- content: '\e3bc';
885
- }
886
- .material-icons.crop_3_2:before,
887
- .mi.crop_3_2:before {
888
- content: '\e3bd';
889
- }
890
- .material-icons.crop_5_4:before,
891
- .mi.crop_5_4:before {
892
- content: '\e3bf';
893
- }
894
- .material-icons.crop_7_5:before,
895
- .mi.crop_7_5:before {
896
- content: '\e3c0';
897
- }
898
- .material-icons.crop_din:before,
899
- .mi.crop_din:before {
900
- content: '\e3c1';
901
- }
902
- .material-icons.crop_free:before,
903
- .mi.crop_free:before {
904
- content: '\e3c2';
905
- }
906
- .material-icons.crop_landscape:before,
907
- .mi.crop_landscape:before {
908
- content: '\e3c3';
909
- }
910
- .material-icons.crop_original:before,
911
- .mi.crop_original:before {
912
- content: '\e3c4';
913
- }
914
- .material-icons.crop_portrait:before,
915
- .mi.crop_portrait:before {
916
- content: '\e3c5';
917
- }
918
- .material-icons.crop_rotate:before,
919
- .mi.crop_rotate:before {
920
- content: '\e437';
921
- }
922
- .material-icons.crop_square:before,
923
- .mi.crop_square:before {
924
- content: '\e3c6';
925
- }
926
- .material-icons.dashboard:before,
927
- .mi.dashboard:before {
928
- content: '\e871';
929
- }
930
- .material-icons.data_usage:before,
931
- .mi.data_usage:before {
932
- content: '\e1af';
933
- }
934
- .material-icons.date_range:before,
935
- .mi.date_range:before {
936
- content: '\e916';
937
- }
938
- .material-icons.dehaze:before,
939
- .mi.dehaze:before {
940
- content: '\e3c7';
941
- }
942
- .material-icons.delete:before,
943
- .mi.delete:before {
944
- content: '\e872';
945
- }
946
- .material-icons.delete_forever:before,
947
- .mi.delete_forever:before {
948
- content: '\e92b';
949
- }
950
- .material-icons.delete_sweep:before,
951
- .mi.delete_sweep:before {
952
- content: '\e16c';
953
- }
954
- .material-icons.description:before,
955
- .mi.description:before {
956
- content: '\e873';
957
- }
958
- .material-icons.desktop_mac:before,
959
- .mi.desktop_mac:before {
960
- content: '\e30b';
961
- }
962
- .material-icons.desktop_windows:before,
963
- .mi.desktop_windows:before {
964
- content: '\e30c';
965
- }
966
- .material-icons.details:before,
967
- .mi.details:before {
968
- content: '\e3c8';
969
- }
970
- .material-icons.developer_board:before,
971
- .mi.developer_board:before {
972
- content: '\e30d';
973
- }
974
- .material-icons.developer_mode:before,
975
- .mi.developer_mode:before {
976
- content: '\e1b0';
977
- }
978
- .material-icons.device_hub:before,
979
- .mi.device_hub:before {
980
- content: '\e335';
981
- }
982
- .material-icons.devices:before,
983
- .mi.devices:before {
984
- content: '\e1b1';
985
- }
986
- .material-icons.devices_other:before,
987
- .mi.devices_other:before {
988
- content: '\e337';
989
- }
990
- .material-icons.dialer_sip:before,
991
- .mi.dialer_sip:before {
992
- content: '\e0bb';
993
- }
994
- .material-icons.dialpad:before,
995
- .mi.dialpad:before {
996
- content: '\e0bc';
997
- }
998
- .material-icons.directions:before,
999
- .mi.directions:before {
1000
- content: '\e52e';
1001
- }
1002
- .material-icons.directions_bike:before,
1003
- .mi.directions_bike:before {
1004
- content: '\e52f';
1005
- }
1006
- .material-icons.directions_boat:before,
1007
- .mi.directions_boat:before {
1008
- content: '\e532';
1009
- }
1010
- .material-icons.directions_bus:before,
1011
- .mi.directions_bus:before {
1012
- content: '\e530';
1013
- }
1014
- .material-icons.directions_car:before,
1015
- .mi.directions_car:before {
1016
- content: '\e531';
1017
- }
1018
- .material-icons.directions_railway:before,
1019
- .mi.directions_railway:before {
1020
- content: '\e534';
1021
- }
1022
- .material-icons.directions_run:before,
1023
- .mi.directions_run:before {
1024
- content: '\e566';
1025
- }
1026
- .material-icons.directions_subway:before,
1027
- .mi.directions_subway:before {
1028
- content: '\e533';
1029
- }
1030
- .material-icons.directions_transit:before,
1031
- .mi.directions_transit:before {
1032
- content: '\e535';
1033
- }
1034
- .material-icons.directions_walk:before,
1035
- .mi.directions_walk:before {
1036
- content: '\e536';
1037
- }
1038
- .material-icons.disc_full:before,
1039
- .mi.disc_full:before {
1040
- content: '\e610';
1041
- }
1042
- .material-icons.dns:before,
1043
- .mi.dns:before {
1044
- content: '\e875';
1045
- }
1046
- .material-icons.do_not_disturb:before,
1047
- .mi.do_not_disturb:before {
1048
- content: '\e612';
1049
- }
1050
- .material-icons.do_not_disturb_alt:before,
1051
- .mi.do_not_disturb_alt:before {
1052
- content: '\e611';
1053
- }
1054
- .material-icons.do_not_disturb_off:before,
1055
- .mi.do_not_disturb_off:before {
1056
- content: '\e643';
1057
- }
1058
- .material-icons.do_not_disturb_on:before,
1059
- .mi.do_not_disturb_on:before {
1060
- content: '\e644';
1061
- }
1062
- .material-icons.dock:before,
1063
- .mi.dock:before {
1064
- content: '\e30e';
1065
- }
1066
- .material-icons.domain:before,
1067
- .mi.domain:before {
1068
- content: '\e7ee';
1069
- }
1070
- .material-icons.done:before,
1071
- .mi.done:before {
1072
- content: '\e876';
1073
- }
1074
- .material-icons.done_all:before,
1075
- .mi.done_all:before {
1076
- content: '\e877';
1077
- }
1078
- .material-icons.donut_large:before,
1079
- .mi.donut_large:before {
1080
- content: '\e917';
1081
- }
1082
- .material-icons.donut_small:before,
1083
- .mi.donut_small:before {
1084
- content: '\e918';
1085
- }
1086
- .material-icons.drafts:before,
1087
- .mi.drafts:before {
1088
- content: '\e151';
1089
- }
1090
- .material-icons.drag_handle:before,
1091
- .mi.drag_handle:before {
1092
- content: '\e25d';
1093
- }
1094
- .material-icons.drive_eta:before,
1095
- .mi.drive_eta:before {
1096
- content: '\e613';
1097
- }
1098
- .material-icons.dvr:before,
1099
- .mi.dvr:before {
1100
- content: '\e1b2';
1101
- }
1102
- .material-icons.edit:before,
1103
- .mi.edit:before {
1104
- content: '\e3c9';
1105
- }
1106
- .material-icons.edit_location:before,
1107
- .mi.edit_location:before {
1108
- content: '\e568';
1109
- }
1110
- .material-icons.eject:before,
1111
- .mi.eject:before {
1112
- content: '\e8fb';
1113
- }
1114
- .material-icons.email:before,
1115
- .mi.email:before {
1116
- content: '\e0be';
1117
- }
1118
- .material-icons.enhanced_encryption:before,
1119
- .mi.enhanced_encryption:before {
1120
- content: '\e63f';
1121
- }
1122
- .material-icons.equalizer:before,
1123
- .mi.equalizer:before {
1124
- content: '\e01d';
1125
- }
1126
- .material-icons.error:before,
1127
- .mi.error:before {
1128
- content: '\e000';
1129
- }
1130
- .material-icons.error_outline:before,
1131
- .mi.error_outline:before {
1132
- content: '\e001';
1133
- }
1134
- .material-icons.euro_symbol:before,
1135
- .mi.euro_symbol:before {
1136
- content: '\e926';
1137
- }
1138
- .material-icons.ev_station:before,
1139
- .mi.ev_station:before {
1140
- content: '\e56d';
1141
- }
1142
- .material-icons.event:before,
1143
- .mi.event:before {
1144
- content: '\e878';
1145
- }
1146
- .material-icons.event_available:before,
1147
- .mi.event_available:before {
1148
- content: '\e614';
1149
- }
1150
- .material-icons.event_busy:before,
1151
- .mi.event_busy:before {
1152
- content: '\e615';
1153
- }
1154
- .material-icons.event_note:before,
1155
- .mi.event_note:before {
1156
- content: '\e616';
1157
- }
1158
- .material-icons.event_seat:before,
1159
- .mi.event_seat:before {
1160
- content: '\e903';
1161
- }
1162
- .material-icons.exit_to_app:before,
1163
- .mi.exit_to_app:before {
1164
- content: '\e879';
1165
- }
1166
- .material-icons.expand_less:before,
1167
- .mi.expand_less:before {
1168
- content: '\e5ce';
1169
- }
1170
- .material-icons.expand_more:before,
1171
- .mi.expand_more:before {
1172
- content: '\e5cf';
1173
- }
1174
- .material-icons.explicit:before,
1175
- .mi.explicit:before {
1176
- content: '\e01e';
1177
- }
1178
- .material-icons.explore:before,
1179
- .mi.explore:before {
1180
- content: '\e87a';
1181
- }
1182
- .material-icons.exposure:before,
1183
- .mi.exposure:before {
1184
- content: '\e3ca';
1185
- }
1186
- .material-icons.exposure_neg_1:before,
1187
- .mi.exposure_neg_1:before {
1188
- content: '\e3cb';
1189
- }
1190
- .material-icons.exposure_neg_2:before,
1191
- .mi.exposure_neg_2:before {
1192
- content: '\e3cc';
1193
- }
1194
- .material-icons.exposure_plus_1:before,
1195
- .mi.exposure_plus_1:before {
1196
- content: '\e3cd';
1197
- }
1198
- .material-icons.exposure_plus_2:before,
1199
- .mi.exposure_plus_2:before {
1200
- content: '\e3ce';
1201
- }
1202
- .material-icons.exposure_zero:before,
1203
- .mi.exposure_zero:before {
1204
- content: '\e3cf';
1205
- }
1206
- .material-icons.extension:before,
1207
- .mi.extension:before {
1208
- content: '\e87b';
1209
- }
1210
- .material-icons.face:before,
1211
- .mi.face:before {
1212
- content: '\e87c';
1213
- }
1214
- .material-icons.fast_forward:before,
1215
- .mi.fast_forward:before {
1216
- content: '\e01f';
1217
- }
1218
- .material-icons.fast_rewind:before,
1219
- .mi.fast_rewind:before {
1220
- content: '\e020';
1221
- }
1222
- .material-icons.favorite:before,
1223
- .mi.favorite:before {
1224
- content: '\e87d';
1225
- }
1226
- .material-icons.favorite_border:before,
1227
- .mi.favorite_border:before {
1228
- content: '\e87e';
1229
- }
1230
- .material-icons.featured_play_list:before,
1231
- .mi.featured_play_list:before {
1232
- content: '\e06d';
1233
- }
1234
- .material-icons.featured_video:before,
1235
- .mi.featured_video:before {
1236
- content: '\e06e';
1237
- }
1238
- .material-icons.feedback:before,
1239
- .mi.feedback:before {
1240
- content: '\e87f';
1241
- }
1242
- .material-icons.fiber_dvr:before,
1243
- .mi.fiber_dvr:before {
1244
- content: '\e05d';
1245
- }
1246
- .material-icons.fiber_manual_record:before,
1247
- .mi.fiber_manual_record:before {
1248
- content: '\e061';
1249
- }
1250
- .material-icons.fiber_new:before,
1251
- .mi.fiber_new:before {
1252
- content: '\e05e';
1253
- }
1254
- .material-icons.fiber_pin:before,
1255
- .mi.fiber_pin:before {
1256
- content: '\e06a';
1257
- }
1258
- .material-icons.fiber_smart_record:before,
1259
- .mi.fiber_smart_record:before {
1260
- content: '\e062';
1261
- }
1262
- .material-icons.file_download:before,
1263
- .mi.file_download:before {
1264
- content: '\e2c4';
1265
- }
1266
- .material-icons.file_upload:before,
1267
- .mi.file_upload:before {
1268
- content: '\e2c6';
1269
- }
1270
- .material-icons.filter:before,
1271
- .mi.filter:before {
1272
- content: '\e3d3';
1273
- }
1274
- .material-icons.filter_1:before,
1275
- .mi.filter_1:before {
1276
- content: '\e3d0';
1277
- }
1278
- .material-icons.filter_2:before,
1279
- .mi.filter_2:before {
1280
- content: '\e3d1';
1281
- }
1282
- .material-icons.filter_3:before,
1283
- .mi.filter_3:before {
1284
- content: '\e3d2';
1285
- }
1286
- .material-icons.filter_4:before,
1287
- .mi.filter_4:before {
1288
- content: '\e3d4';
1289
- }
1290
- .material-icons.filter_5:before,
1291
- .mi.filter_5:before {
1292
- content: '\e3d5';
1293
- }
1294
- .material-icons.filter_6:before,
1295
- .mi.filter_6:before {
1296
- content: '\e3d6';
1297
- }
1298
- .material-icons.filter_7:before,
1299
- .mi.filter_7:before {
1300
- content: '\e3d7';
1301
- }
1302
- .material-icons.filter_8:before,
1303
- .mi.filter_8:before {
1304
- content: '\e3d8';
1305
- }
1306
- .material-icons.filter_9:before,
1307
- .mi.filter_9:before {
1308
- content: '\e3d9';
1309
- }
1310
- .material-icons.filter_9_plus:before,
1311
- .mi.filter_9_plus:before {
1312
- content: '\e3da';
1313
- }
1314
- .material-icons.filter_b_and_w:before,
1315
- .mi.filter_b_and_w:before {
1316
- content: '\e3db';
1317
- }
1318
- .material-icons.filter_center_focus:before,
1319
- .mi.filter_center_focus:before {
1320
- content: '\e3dc';
1321
- }
1322
- .material-icons.filter_drama:before,
1323
- .mi.filter_drama:before {
1324
- content: '\e3dd';
1325
- }
1326
- .material-icons.filter_frames:before,
1327
- .mi.filter_frames:before {
1328
- content: '\e3de';
1329
- }
1330
- .material-icons.filter_hdr:before,
1331
- .mi.filter_hdr:before {
1332
- content: '\e3df';
1333
- }
1334
- .material-icons.filter_list:before,
1335
- .mi.filter_list:before {
1336
- content: '\e152';
1337
- }
1338
- .material-icons.filter_none:before,
1339
- .mi.filter_none:before {
1340
- content: '\e3e0';
1341
- }
1342
- .material-icons.filter_tilt_shift:before,
1343
- .mi.filter_tilt_shift:before {
1344
- content: '\e3e2';
1345
- }
1346
- .material-icons.filter_vintage:before,
1347
- .mi.filter_vintage:before {
1348
- content: '\e3e3';
1349
- }
1350
- .material-icons.find_in_page:before,
1351
- .mi.find_in_page:before {
1352
- content: '\e880';
1353
- }
1354
- .material-icons.find_replace:before,
1355
- .mi.find_replace:before {
1356
- content: '\e881';
1357
- }
1358
- .material-icons.fingerprint:before,
1359
- .mi.fingerprint:before {
1360
- content: '\e90d';
1361
- }
1362
- .material-icons.first_page:before,
1363
- .mi.first_page:before {
1364
- content: '\e5dc';
1365
- }
1366
- .material-icons.fitness_center:before,
1367
- .mi.fitness_center:before {
1368
- content: '\eb43';
1369
- }
1370
- .material-icons.flag:before,
1371
- .mi.flag:before {
1372
- content: '\e153';
1373
- }
1374
- .material-icons.flare:before,
1375
- .mi.flare:before {
1376
- content: '\e3e4';
1377
- }
1378
- .material-icons.flash_auto:before,
1379
- .mi.flash_auto:before {
1380
- content: '\e3e5';
1381
- }
1382
- .material-icons.flash_off:before,
1383
- .mi.flash_off:before {
1384
- content: '\e3e6';
1385
- }
1386
- .material-icons.flash_on:before,
1387
- .mi.flash_on:before {
1388
- content: '\e3e7';
1389
- }
1390
- .material-icons.flight:before,
1391
- .mi.flight:before {
1392
- content: '\e539';
1393
- }
1394
- .material-icons.flight_land:before,
1395
- .mi.flight_land:before {
1396
- content: '\e904';
1397
- }
1398
- .material-icons.flight_takeoff:before,
1399
- .mi.flight_takeoff:before {
1400
- content: '\e905';
1401
- }
1402
- .material-icons.flip:before,
1403
- .mi.flip:before {
1404
- content: '\e3e8';
1405
- }
1406
- .material-icons.flip_to_back:before,
1407
- .mi.flip_to_back:before {
1408
- content: '\e882';
1409
- }
1410
- .material-icons.flip_to_front:before,
1411
- .mi.flip_to_front:before {
1412
- content: '\e883';
1413
- }
1414
- .material-icons.folder:before,
1415
- .mi.folder:before {
1416
- content: '\e2c7';
1417
- }
1418
- .material-icons.folder_open:before,
1419
- .mi.folder_open:before {
1420
- content: '\e2c8';
1421
- }
1422
- .material-icons.folder_shared:before,
1423
- .mi.folder_shared:before {
1424
- content: '\e2c9';
1425
- }
1426
- .material-icons.folder_special:before,
1427
- .mi.folder_special:before {
1428
- content: '\e617';
1429
- }
1430
- .material-icons.font_download:before,
1431
- .mi.font_download:before {
1432
- content: '\e167';
1433
- }
1434
- .material-icons.format_align_center:before,
1435
- .mi.format_align_center:before {
1436
- content: '\e234';
1437
- }
1438
- .material-icons.format_align_justify:before,
1439
- .mi.format_align_justify:before {
1440
- content: '\e235';
1441
- }
1442
- .material-icons.format_align_left:before,
1443
- .mi.format_align_left:before {
1444
- content: '\e236';
1445
- }
1446
- .material-icons.format_align_right:before,
1447
- .mi.format_align_right:before {
1448
- content: '\e237';
1449
- }
1450
- .material-icons.format_bold:before,
1451
- .mi.format_bold:before {
1452
- content: '\e238';
1453
- }
1454
- .material-icons.format_clear:before,
1455
- .mi.format_clear:before {
1456
- content: '\e239';
1457
- }
1458
- .material-icons.format_color_fill:before,
1459
- .mi.format_color_fill:before {
1460
- content: '\e23a';
1461
- }
1462
- .material-icons.format_color_reset:before,
1463
- .mi.format_color_reset:before {
1464
- content: '\e23b';
1465
- }
1466
- .material-icons.format_color_text:before,
1467
- .mi.format_color_text:before {
1468
- content: '\e23c';
1469
- }
1470
- .material-icons.format_indent_decrease:before,
1471
- .mi.format_indent_decrease:before {
1472
- content: '\e23d';
1473
- }
1474
- .material-icons.format_indent_increase:before,
1475
- .mi.format_indent_increase:before {
1476
- content: '\e23e';
1477
- }
1478
- .material-icons.format_italic:before,
1479
- .mi.format_italic:before {
1480
- content: '\e23f';
1481
- }
1482
- .material-icons.format_line_spacing:before,
1483
- .mi.format_line_spacing:before {
1484
- content: '\e240';
1485
- }
1486
- .material-icons.format_list_bulleted:before,
1487
- .mi.format_list_bulleted:before {
1488
- content: '\e241';
1489
- }
1490
- .material-icons.format_list_numbered:before,
1491
- .mi.format_list_numbered:before {
1492
- content: '\e242';
1493
- }
1494
- .material-icons.format_paint:before,
1495
- .mi.format_paint:before {
1496
- content: '\e243';
1497
- }
1498
- .material-icons.format_quote:before,
1499
- .mi.format_quote:before {
1500
- content: '\e244';
1501
- }
1502
- .material-icons.format_shapes:before,
1503
- .mi.format_shapes:before {
1504
- content: '\e25e';
1505
- }
1506
- .material-icons.format_size:before,
1507
- .mi.format_size:before {
1508
- content: '\e245';
1509
- }
1510
- .material-icons.format_strikethrough:before,
1511
- .mi.format_strikethrough:before {
1512
- content: '\e246';
1513
- }
1514
- .material-icons.format_textdirection_l_to_r:before,
1515
- .mi.format_textdirection_l_to_r:before {
1516
- content: '\e247';
1517
- }
1518
- .material-icons.format_textdirection_r_to_l:before,
1519
- .mi.format_textdirection_r_to_l:before {
1520
- content: '\e248';
1521
- }
1522
- .material-icons.format_underlined:before,
1523
- .mi.format_underlined:before {
1524
- content: '\e249';
1525
- }
1526
- .material-icons.forum:before,
1527
- .mi.forum:before {
1528
- content: '\e0bf';
1529
- }
1530
- .material-icons.forward:before,
1531
- .mi.forward:before {
1532
- content: '\e154';
1533
- }
1534
- .material-icons.forward_10:before,
1535
- .mi.forward_10:before {
1536
- content: '\e056';
1537
- }
1538
- .material-icons.forward_30:before,
1539
- .mi.forward_30:before {
1540
- content: '\e057';
1541
- }
1542
- .material-icons.forward_5:before,
1543
- .mi.forward_5:before {
1544
- content: '\e058';
1545
- }
1546
- .material-icons.free_breakfast:before,
1547
- .mi.free_breakfast:before {
1548
- content: '\eb44';
1549
- }
1550
- .material-icons.fullscreen:before,
1551
- .mi.fullscreen:before {
1552
- content: '\e5d0';
1553
- }
1554
- .material-icons.fullscreen_exit:before,
1555
- .mi.fullscreen_exit:before {
1556
- content: '\e5d1';
1557
- }
1558
- .material-icons.functions:before,
1559
- .mi.functions:before {
1560
- content: '\e24a';
1561
- }
1562
- .material-icons.g_translate:before,
1563
- .mi.g_translate:before {
1564
- content: '\e927';
1565
- }
1566
- .material-icons.gamepad:before,
1567
- .mi.gamepad:before {
1568
- content: '\e30f';
1569
- }
1570
- .material-icons.games:before,
1571
- .mi.games:before {
1572
- content: '\e021';
1573
- }
1574
- .material-icons.gavel:before,
1575
- .mi.gavel:before {
1576
- content: '\e90e';
1577
- }
1578
- .material-icons.gesture:before,
1579
- .mi.gesture:before {
1580
- content: '\e155';
1581
- }
1582
- .material-icons.get_app:before,
1583
- .mi.get_app:before {
1584
- content: '\e884';
1585
- }
1586
- .material-icons.gif:before,
1587
- .mi.gif:before {
1588
- content: '\e908';
1589
- }
1590
- .material-icons.golf_course:before,
1591
- .mi.golf_course:before {
1592
- content: '\eb45';
1593
- }
1594
- .material-icons.gps_fixed:before,
1595
- .mi.gps_fixed:before {
1596
- content: '\e1b3';
1597
- }
1598
- .material-icons.gps_not_fixed:before,
1599
- .mi.gps_not_fixed:before {
1600
- content: '\e1b4';
1601
- }
1602
- .material-icons.gps_off:before,
1603
- .mi.gps_off:before {
1604
- content: '\e1b5';
1605
- }
1606
- .material-icons.grade:before,
1607
- .mi.grade:before {
1608
- content: '\e885';
1609
- }
1610
- .material-icons.gradient:before,
1611
- .mi.gradient:before {
1612
- content: '\e3e9';
1613
- }
1614
- .material-icons.grain:before,
1615
- .mi.grain:before {
1616
- content: '\e3ea';
1617
- }
1618
- .material-icons.graphic_eq:before,
1619
- .mi.graphic_eq:before {
1620
- content: '\e1b8';
1621
- }
1622
- .material-icons.grid_off:before,
1623
- .mi.grid_off:before {
1624
- content: '\e3eb';
1625
- }
1626
- .material-icons.grid_on:before,
1627
- .mi.grid_on:before {
1628
- content: '\e3ec';
1629
- }
1630
- .material-icons.group:before,
1631
- .mi.group:before {
1632
- content: '\e7ef';
1633
- }
1634
- .material-icons.group_add:before,
1635
- .mi.group_add:before {
1636
- content: '\e7f0';
1637
- }
1638
- .material-icons.group_work:before,
1639
- .mi.group_work:before {
1640
- content: '\e886';
1641
- }
1642
- .material-icons.hd:before,
1643
- .mi.hd:before {
1644
- content: '\e052';
1645
- }
1646
- .material-icons.hdr_off:before,
1647
- .mi.hdr_off:before {
1648
- content: '\e3ed';
1649
- }
1650
- .material-icons.hdr_on:before,
1651
- .mi.hdr_on:before {
1652
- content: '\e3ee';
1653
- }
1654
- .material-icons.hdr_strong:before,
1655
- .mi.hdr_strong:before {
1656
- content: '\e3f1';
1657
- }
1658
- .material-icons.hdr_weak:before,
1659
- .mi.hdr_weak:before {
1660
- content: '\e3f2';
1661
- }
1662
- .material-icons.headset:before,
1663
- .mi.headset:before {
1664
- content: '\e310';
1665
- }
1666
- .material-icons.headset_mic:before,
1667
- .mi.headset_mic:before {
1668
- content: '\e311';
1669
- }
1670
- .material-icons.healing:before,
1671
- .mi.healing:before {
1672
- content: '\e3f3';
1673
- }
1674
- .material-icons.hearing:before,
1675
- .mi.hearing:before {
1676
- content: '\e023';
1677
- }
1678
- .material-icons.help:before,
1679
- .mi.help:before {
1680
- content: '\e887';
1681
- }
1682
- .material-icons.help_outline:before,
1683
- .mi.help_outline:before {
1684
- content: '\e8fd';
1685
- }
1686
- .material-icons.high_quality:before,
1687
- .mi.high_quality:before {
1688
- content: '\e024';
1689
- }
1690
- .material-icons.highlight:before,
1691
- .mi.highlight:before {
1692
- content: '\e25f';
1693
- }
1694
- .material-icons.highlight_off:before,
1695
- .mi.highlight_off:before {
1696
- content: '\e888';
1697
- }
1698
- .material-icons.history:before,
1699
- .mi.history:before {
1700
- content: '\e889';
1701
- }
1702
- .material-icons.home:before,
1703
- .mi.home:before {
1704
- content: '\e88a';
1705
- }
1706
- .material-icons.hot_tub:before,
1707
- .mi.hot_tub:before {
1708
- content: '\eb46';
1709
- }
1710
- .material-icons.hotel:before,
1711
- .mi.hotel:before {
1712
- content: '\e53a';
1713
- }
1714
- .material-icons.hourglass_empty:before,
1715
- .mi.hourglass_empty:before {
1716
- content: '\e88b';
1717
- }
1718
- .material-icons.hourglass_full:before,
1719
- .mi.hourglass_full:before {
1720
- content: '\e88c';
1721
- }
1722
- .material-icons.http:before,
1723
- .mi.http:before {
1724
- content: '\e902';
1725
- }
1726
- .material-icons.https:before,
1727
- .mi.https:before {
1728
- content: '\e88d';
1729
- }
1730
- .material-icons.image:before,
1731
- .mi.image:before {
1732
- content: '\e3f4';
1733
- }
1734
- .material-icons.image_aspect_ratio:before,
1735
- .mi.image_aspect_ratio:before {
1736
- content: '\e3f5';
1737
- }
1738
- .material-icons.import_contacts:before,
1739
- .mi.import_contacts:before {
1740
- content: '\e0e0';
1741
- }
1742
- .material-icons.import_export:before,
1743
- .mi.import_export:before {
1744
- content: '\e0c3';
1745
- }
1746
- .material-icons.important_devices:before,
1747
- .mi.important_devices:before {
1748
- content: '\e912';
1749
- }
1750
- .material-icons.inbox:before,
1751
- .mi.inbox:before {
1752
- content: '\e156';
1753
- }
1754
- .material-icons.indeterminate_check_box:before,
1755
- .mi.indeterminate_check_box:before {
1756
- content: '\e909';
1757
- }
1758
- .material-icons.info:before,
1759
- .mi.info:before {
1760
- content: '\e88e';
1761
- }
1762
- .material-icons.info_outline:before,
1763
- .mi.info_outline:before {
1764
- content: '\e88f';
1765
- }
1766
- .material-icons.input:before,
1767
- .mi.input:before {
1768
- content: '\e890';
1769
- }
1770
- .material-icons.insert_chart:before,
1771
- .mi.insert_chart:before {
1772
- content: '\e24b';
1773
- }
1774
- .material-icons.insert_comment:before,
1775
- .mi.insert_comment:before {
1776
- content: '\e24c';
1777
- }
1778
- .material-icons.insert_drive_file:before,
1779
- .mi.insert_drive_file:before {
1780
- content: '\e24d';
1781
- }
1782
- .material-icons.insert_emoticon:before,
1783
- .mi.insert_emoticon:before {
1784
- content: '\e24e';
1785
- }
1786
- .material-icons.insert_invitation:before,
1787
- .mi.insert_invitation:before {
1788
- content: '\e24f';
1789
- }
1790
- .material-icons.insert_link:before,
1791
- .mi.insert_link:before {
1792
- content: '\e250';
1793
- }
1794
- .material-icons.insert_photo:before,
1795
- .mi.insert_photo:before {
1796
- content: '\e251';
1797
- }
1798
- .material-icons.invert_colors:before,
1799
- .mi.invert_colors:before {
1800
- content: '\e891';
1801
- }
1802
- .material-icons.invert_colors_off:before,
1803
- .mi.invert_colors_off:before {
1804
- content: '\e0c4';
1805
- }
1806
- .material-icons.iso:before,
1807
- .mi.iso:before {
1808
- content: '\e3f6';
1809
- }
1810
- .material-icons.keyboard:before,
1811
- .mi.keyboard:before {
1812
- content: '\e312';
1813
- }
1814
- .material-icons.keyboard_arrow_down:before,
1815
- .mi.keyboard_arrow_down:before {
1816
- content: '\e313';
1817
- }
1818
- .material-icons.keyboard_arrow_left:before,
1819
- .mi.keyboard_arrow_left:before {
1820
- content: '\e314';
1821
- }
1822
- .material-icons.keyboard_arrow_right:before,
1823
- .mi.keyboard_arrow_right:before {
1824
- content: '\e315';
1825
- }
1826
- .material-icons.keyboard_arrow_up:before,
1827
- .mi.keyboard_arrow_up:before {
1828
- content: '\e316';
1829
- }
1830
- .material-icons.keyboard_backspace:before,
1831
- .mi.keyboard_backspace:before {
1832
- content: '\e317';
1833
- }
1834
- .material-icons.keyboard_capslock:before,
1835
- .mi.keyboard_capslock:before {
1836
- content: '\e318';
1837
- }
1838
- .material-icons.keyboard_hide:before,
1839
- .mi.keyboard_hide:before {
1840
- content: '\e31a';
1841
- }
1842
- .material-icons.keyboard_return:before,
1843
- .mi.keyboard_return:before {
1844
- content: '\e31b';
1845
- }
1846
- .material-icons.keyboard_tab:before,
1847
- .mi.keyboard_tab:before {
1848
- content: '\e31c';
1849
- }
1850
- .material-icons.keyboard_voice:before,
1851
- .mi.keyboard_voice:before {
1852
- content: '\e31d';
1853
- }
1854
- .material-icons.kitchen:before,
1855
- .mi.kitchen:before {
1856
- content: '\eb47';
1857
- }
1858
- .material-icons.label:before,
1859
- .mi.label:before {
1860
- content: '\e892';
1861
- }
1862
- .material-icons.label_outline:before,
1863
- .mi.label_outline:before {
1864
- content: '\e893';
1865
- }
1866
- .material-icons.landscape:before,
1867
- .mi.landscape:before {
1868
- content: '\e3f7';
1869
- }
1870
- .material-icons.language:before,
1871
- .mi.language:before {
1872
- content: '\e894';
1873
- }
1874
- .material-icons.laptop:before,
1875
- .mi.laptop:before {
1876
- content: '\e31e';
1877
- }
1878
- .material-icons.laptop_chromebook:before,
1879
- .mi.laptop_chromebook:before {
1880
- content: '\e31f';
1881
- }
1882
- .material-icons.laptop_mac:before,
1883
- .mi.laptop_mac:before {
1884
- content: '\e320';
1885
- }
1886
- .material-icons.laptop_windows:before,
1887
- .mi.laptop_windows:before {
1888
- content: '\e321';
1889
- }
1890
- .material-icons.last_page:before,
1891
- .mi.last_page:before {
1892
- content: '\e5dd';
1893
- }
1894
- .material-icons.launch:before,
1895
- .mi.launch:before {
1896
- content: '\e895';
1897
- }
1898
- .material-icons.layers:before,
1899
- .mi.layers:before {
1900
- content: '\e53b';
1901
- }
1902
- .material-icons.layers_clear:before,
1903
- .mi.layers_clear:before {
1904
- content: '\e53c';
1905
- }
1906
- .material-icons.leak_add:before,
1907
- .mi.leak_add:before {
1908
- content: '\e3f8';
1909
- }
1910
- .material-icons.leak_remove:before,
1911
- .mi.leak_remove:before {
1912
- content: '\e3f9';
1913
- }
1914
- .material-icons.lens:before,
1915
- .mi.lens:before {
1916
- content: '\e3fa';
1917
- }
1918
- .material-icons.library_add:before,
1919
- .mi.library_add:before {
1920
- content: '\e02e';
1921
- }
1922
- .material-icons.library_books:before,
1923
- .mi.library_books:before {
1924
- content: '\e02f';
1925
- }
1926
- .material-icons.library_music:before,
1927
- .mi.library_music:before {
1928
- content: '\e030';
1929
- }
1930
- .material-icons.lightbulb_outline:before,
1931
- .mi.lightbulb_outline:before {
1932
- content: '\e90f';
1933
- }
1934
- .material-icons.line_style:before,
1935
- .mi.line_style:before {
1936
- content: '\e919';
1937
- }
1938
- .material-icons.line_weight:before,
1939
- .mi.line_weight:before {
1940
- content: '\e91a';
1941
- }
1942
- .material-icons.linear_scale:before,
1943
- .mi.linear_scale:before {
1944
- content: '\e260';
1945
- }
1946
- .material-icons.link:before,
1947
- .mi.link:before {
1948
- content: '\e157';
1949
- }
1950
- .material-icons.linked_camera:before,
1951
- .mi.linked_camera:before {
1952
- content: '\e438';
1953
- }
1954
- .material-icons.list:before,
1955
- .mi.list:before {
1956
- content: '\e896';
1957
- }
1958
- .material-icons.live_help:before,
1959
- .mi.live_help:before {
1960
- content: '\e0c6';
1961
- }
1962
- .material-icons.live_tv:before,
1963
- .mi.live_tv:before {
1964
- content: '\e639';
1965
- }
1966
- .material-icons.local_activity:before,
1967
- .mi.local_activity:before {
1968
- content: '\e53f';
1969
- }
1970
- .material-icons.local_airport:before,
1971
- .mi.local_airport:before {
1972
- content: '\e53d';
1973
- }
1974
- .material-icons.local_atm:before,
1975
- .mi.local_atm:before {
1976
- content: '\e53e';
1977
- }
1978
- .material-icons.local_bar:before,
1979
- .mi.local_bar:before {
1980
- content: '\e540';
1981
- }
1982
- .material-icons.local_cafe:before,
1983
- .mi.local_cafe:before {
1984
- content: '\e541';
1985
- }
1986
- .material-icons.local_car_wash:before,
1987
- .mi.local_car_wash:before {
1988
- content: '\e542';
1989
- }
1990
- .material-icons.local_convenience_store:before,
1991
- .mi.local_convenience_store:before {
1992
- content: '\e543';
1993
- }
1994
- .material-icons.local_dining:before,
1995
- .mi.local_dining:before {
1996
- content: '\e556';
1997
- }
1998
- .material-icons.local_drink:before,
1999
- .mi.local_drink:before {
2000
- content: '\e544';
2001
- }
2002
- .material-icons.local_florist:before,
2003
- .mi.local_florist:before {
2004
- content: '\e545';
2005
- }
2006
- .material-icons.local_gas_station:before,
2007
- .mi.local_gas_station:before {
2008
- content: '\e546';
2009
- }
2010
- .material-icons.local_grocery_store:before,
2011
- .mi.local_grocery_store:before {
2012
- content: '\e547';
2013
- }
2014
- .material-icons.local_hospital:before,
2015
- .mi.local_hospital:before {
2016
- content: '\e548';
2017
- }
2018
- .material-icons.local_hotel:before,
2019
- .mi.local_hotel:before {
2020
- content: '\e549';
2021
- }
2022
- .material-icons.local_laundry_service:before,
2023
- .mi.local_laundry_service:before {
2024
- content: '\e54a';
2025
- }
2026
- .material-icons.local_library:before,
2027
- .mi.local_library:before {
2028
- content: '\e54b';
2029
- }
2030
- .material-icons.local_mall:before,
2031
- .mi.local_mall:before {
2032
- content: '\e54c';
2033
- }
2034
- .material-icons.local_movies:before,
2035
- .mi.local_movies:before {
2036
- content: '\e54d';
2037
- }
2038
- .material-icons.local_offer:before,
2039
- .mi.local_offer:before {
2040
- content: '\e54e';
2041
- }
2042
- .material-icons.local_parking:before,
2043
- .mi.local_parking:before {
2044
- content: '\e54f';
2045
- }
2046
- .material-icons.local_pharmacy:before,
2047
- .mi.local_pharmacy:before {
2048
- content: '\e550';
2049
- }
2050
- .material-icons.local_phone:before,
2051
- .mi.local_phone:before {
2052
- content: '\e551';
2053
- }
2054
- .material-icons.local_pizza:before,
2055
- .mi.local_pizza:before {
2056
- content: '\e552';
2057
- }
2058
- .material-icons.local_play:before,
2059
- .mi.local_play:before {
2060
- content: '\e553';
2061
- }
2062
- .material-icons.local_post_office:before,
2063
- .mi.local_post_office:before {
2064
- content: '\e554';
2065
- }
2066
- .material-icons.local_printshop:before,
2067
- .mi.local_printshop:before {
2068
- content: '\e555';
2069
- }
2070
- .material-icons.local_see:before,
2071
- .mi.local_see:before {
2072
- content: '\e557';
2073
- }
2074
- .material-icons.local_shipping:before,
2075
- .mi.local_shipping:before {
2076
- content: '\e558';
2077
- }
2078
- .material-icons.local_taxi:before,
2079
- .mi.local_taxi:before {
2080
- content: '\e559';
2081
- }
2082
- .material-icons.location_city:before,
2083
- .mi.location_city:before {
2084
- content: '\e7f1';
2085
- }
2086
- .material-icons.location_disabled:before,
2087
- .mi.location_disabled:before {
2088
- content: '\e1b6';
2089
- }
2090
- .material-icons.location_off:before,
2091
- .mi.location_off:before {
2092
- content: '\e0c7';
2093
- }
2094
- .material-icons.location_on:before,
2095
- .mi.location_on:before {
2096
- content: '\e0c8';
2097
- }
2098
- .material-icons.location_searching:before,
2099
- .mi.location_searching:before {
2100
- content: '\e1b7';
2101
- }
2102
- .material-icons.lock:before,
2103
- .mi.lock:before {
2104
- content: '\e897';
2105
- }
2106
- .material-icons.lock_open:before,
2107
- .mi.lock_open:before {
2108
- content: '\e898';
2109
- }
2110
- .material-icons.lock_outline:before,
2111
- .mi.lock_outline:before {
2112
- content: '\e899';
2113
- }
2114
- .material-icons.looks:before,
2115
- .mi.looks:before {
2116
- content: '\e3fc';
2117
- }
2118
- .material-icons.looks_3:before,
2119
- .mi.looks_3:before {
2120
- content: '\e3fb';
2121
- }
2122
- .material-icons.looks_4:before,
2123
- .mi.looks_4:before {
2124
- content: '\e3fd';
2125
- }
2126
- .material-icons.looks_5:before,
2127
- .mi.looks_5:before {
2128
- content: '\e3fe';
2129
- }
2130
- .material-icons.looks_6:before,
2131
- .mi.looks_6:before {
2132
- content: '\e3ff';
2133
- }
2134
- .material-icons.looks_one:before,
2135
- .mi.looks_one:before {
2136
- content: '\e400';
2137
- }
2138
- .material-icons.looks_two:before,
2139
- .mi.looks_two:before {
2140
- content: '\e401';
2141
- }
2142
- .material-icons.loop:before,
2143
- .mi.loop:before {
2144
- content: '\e028';
2145
- }
2146
- .material-icons.loupe:before,
2147
- .mi.loupe:before {
2148
- content: '\e402';
2149
- }
2150
- .material-icons.low_priority:before,
2151
- .mi.low_priority:before {
2152
- content: '\e16d';
2153
- }
2154
- .material-icons.loyalty:before,
2155
- .mi.loyalty:before {
2156
- content: '\e89a';
2157
- }
2158
- .material-icons.mail:before,
2159
- .mi.mail:before {
2160
- content: '\e158';
2161
- }
2162
- .material-icons.mail_outline:before,
2163
- .mi.mail_outline:before {
2164
- content: '\e0e1';
2165
- }
2166
- .material-icons.map:before,
2167
- .mi.map:before {
2168
- content: '\e55b';
2169
- }
2170
- .material-icons.markunread:before,
2171
- .mi.markunread:before {
2172
- content: '\e159';
2173
- }
2174
- .material-icons.markunread_mailbox:before,
2175
- .mi.markunread_mailbox:before {
2176
- content: '\e89b';
2177
- }
2178
- .material-icons.memory:before,
2179
- .mi.memory:before {
2180
- content: '\e322';
2181
- }
2182
- .material-icons.menu:before,
2183
- .mi.menu:before {
2184
- content: '\e5d2';
2185
- }
2186
- .material-icons.merge_type:before,
2187
- .mi.merge_type:before {
2188
- content: '\e252';
2189
- }
2190
- .material-icons.message:before,
2191
- .mi.message:before {
2192
- content: '\e0c9';
2193
- }
2194
- .material-icons.mic:before,
2195
- .mi.mic:before {
2196
- content: '\e029';
2197
- }
2198
- .material-icons.mic_none:before,
2199
- .mi.mic_none:before {
2200
- content: '\e02a';
2201
- }
2202
- .material-icons.mic_off:before,
2203
- .mi.mic_off:before {
2204
- content: '\e02b';
2205
- }
2206
- .material-icons.mms:before,
2207
- .mi.mms:before {
2208
- content: '\e618';
2209
- }
2210
- .material-icons.mode_comment:before,
2211
- .mi.mode_comment:before {
2212
- content: '\e253';
2213
- }
2214
- .material-icons.mode_edit:before,
2215
- .mi.mode_edit:before {
2216
- content: '\e254';
2217
- }
2218
- .material-icons.monetization_on:before,
2219
- .mi.monetization_on:before {
2220
- content: '\e263';
2221
- }
2222
- .material-icons.money_off:before,
2223
- .mi.money_off:before {
2224
- content: '\e25c';
2225
- }
2226
- .material-icons.monochrome_photos:before,
2227
- .mi.monochrome_photos:before {
2228
- content: '\e403';
2229
- }
2230
- .material-icons.mood:before,
2231
- .mi.mood:before {
2232
- content: '\e7f2';
2233
- }
2234
- .material-icons.mood_bad:before,
2235
- .mi.mood_bad:before {
2236
- content: '\e7f3';
2237
- }
2238
- .material-icons.more:before,
2239
- .mi.more:before {
2240
- content: '\e619';
2241
- }
2242
- .material-icons.more_horiz:before,
2243
- .mi.more_horiz:before {
2244
- content: '\e5d3';
2245
- }
2246
- .material-icons.more_vert:before,
2247
- .mi.more_vert:before {
2248
- content: '\e5d4';
2249
- }
2250
- .material-icons.motorcycle:before,
2251
- .mi.motorcycle:before {
2252
- content: '\e91b';
2253
- }
2254
- .material-icons.mouse:before,
2255
- .mi.mouse:before {
2256
- content: '\e323';
2257
- }
2258
- .material-icons.move_to_inbox:before,
2259
- .mi.move_to_inbox:before {
2260
- content: '\e168';
2261
- }
2262
- .material-icons.movie:before,
2263
- .mi.movie:before {
2264
- content: '\e02c';
2265
- }
2266
- .material-icons.movie_creation:before,
2267
- .mi.movie_creation:before {
2268
- content: '\e404';
2269
- }
2270
- .material-icons.movie_filter:before,
2271
- .mi.movie_filter:before {
2272
- content: '\e43a';
2273
- }
2274
- .material-icons.multiline_chart:before,
2275
- .mi.multiline_chart:before {
2276
- content: '\e6df';
2277
- }
2278
- .material-icons.music_note:before,
2279
- .mi.music_note:before {
2280
- content: '\e405';
2281
- }
2282
- .material-icons.music_video:before,
2283
- .mi.music_video:before {
2284
- content: '\e063';
2285
- }
2286
- .material-icons.my_location:before,
2287
- .mi.my_location:before {
2288
- content: '\e55c';
2289
- }
2290
- .material-icons.nature:before,
2291
- .mi.nature:before {
2292
- content: '\e406';
2293
- }
2294
- .material-icons.nature_people:before,
2295
- .mi.nature_people:before {
2296
- content: '\e407';
2297
- }
2298
- .material-icons.navigate_before:before,
2299
- .mi.navigate_before:before {
2300
- content: '\e408';
2301
- }
2302
- .material-icons.navigate_next:before,
2303
- .mi.navigate_next:before {
2304
- content: '\e409';
2305
- }
2306
- .material-icons.navigation:before,
2307
- .mi.navigation:before {
2308
- content: '\e55d';
2309
- }
2310
- .material-icons.near_me:before,
2311
- .mi.near_me:before {
2312
- content: '\e569';
2313
- }
2314
- .material-icons.network_cell:before,
2315
- .mi.network_cell:before {
2316
- content: '\e1b9';
2317
- }
2318
- .material-icons.network_check:before,
2319
- .mi.network_check:before {
2320
- content: '\e640';
2321
- }
2322
- .material-icons.network_locked:before,
2323
- .mi.network_locked:before {
2324
- content: '\e61a';
2325
- }
2326
- .material-icons.network_wifi:before,
2327
- .mi.network_wifi:before {
2328
- content: '\e1ba';
2329
- }
2330
- .material-icons.new_releases:before,
2331
- .mi.new_releases:before {
2332
- content: '\e031';
2333
- }
2334
- .material-icons.next_week:before,
2335
- .mi.next_week:before {
2336
- content: '\e16a';
2337
- }
2338
- .material-icons.nfc:before,
2339
- .mi.nfc:before {
2340
- content: '\e1bb';
2341
- }
2342
- .material-icons.no_encryption:before,
2343
- .mi.no_encryption:before {
2344
- content: '\e641';
2345
- }
2346
- .material-icons.no_sim:before,
2347
- .mi.no_sim:before {
2348
- content: '\e0cc';
2349
- }
2350
- .material-icons.not_interested:before,
2351
- .mi.not_interested:before {
2352
- content: '\e033';
2353
- }
2354
- .material-icons.note:before,
2355
- .mi.note:before {
2356
- content: '\e06f';
2357
- }
2358
- .material-icons.note_add:before,
2359
- .mi.note_add:before {
2360
- content: '\e89c';
2361
- }
2362
- .material-icons.notifications:before,
2363
- .mi.notifications:before {
2364
- content: '\e7f4';
2365
- }
2366
- .material-icons.notifications_active:before,
2367
- .mi.notifications_active:before {
2368
- content: '\e7f7';
2369
- }
2370
- .material-icons.notifications_none:before,
2371
- .mi.notifications_none:before {
2372
- content: '\e7f5';
2373
- }
2374
- .material-icons.notifications_off:before,
2375
- .mi.notifications_off:before {
2376
- content: '\e7f6';
2377
- }
2378
- .material-icons.notifications_paused:before,
2379
- .mi.notifications_paused:before {
2380
- content: '\e7f8';
2381
- }
2382
- .material-icons.offline_pin:before,
2383
- .mi.offline_pin:before {
2384
- content: '\e90a';
2385
- }
2386
- .material-icons.ondemand_video:before,
2387
- .mi.ondemand_video:before {
2388
- content: '\e63a';
2389
- }
2390
- .material-icons.opacity:before,
2391
- .mi.opacity:before {
2392
- content: '\e91c';
2393
- }
2394
- .material-icons.open_in_browser:before,
2395
- .mi.open_in_browser:before {
2396
- content: '\e89d';
2397
- }
2398
- .material-icons.open_in_new:before,
2399
- .mi.open_in_new:before {
2400
- content: '\e89e';
2401
- }
2402
- .material-icons.open_with:before,
2403
- .mi.open_with:before {
2404
- content: '\e89f';
2405
- }
2406
- .material-icons.pages:before,
2407
- .mi.pages:before {
2408
- content: '\e7f9';
2409
- }
2410
- .material-icons.pageview:before,
2411
- .mi.pageview:before {
2412
- content: '\e8a0';
2413
- }
2414
- .material-icons.palette:before,
2415
- .mi.palette:before {
2416
- content: '\e40a';
2417
- }
2418
- .material-icons.pan_tool:before,
2419
- .mi.pan_tool:before {
2420
- content: '\e925';
2421
- }
2422
- .material-icons.panorama:before,
2423
- .mi.panorama:before {
2424
- content: '\e40b';
2425
- }
2426
- .material-icons.panorama_fish_eye:before,
2427
- .mi.panorama_fish_eye:before {
2428
- content: '\e40c';
2429
- }
2430
- .material-icons.panorama_horizontal:before,
2431
- .mi.panorama_horizontal:before {
2432
- content: '\e40d';
2433
- }
2434
- .material-icons.panorama_vertical:before,
2435
- .mi.panorama_vertical:before {
2436
- content: '\e40e';
2437
- }
2438
- .material-icons.panorama_wide_angle:before,
2439
- .mi.panorama_wide_angle:before {
2440
- content: '\e40f';
2441
- }
2442
- .material-icons.party_mode:before,
2443
- .mi.party_mode:before {
2444
- content: '\e7fa';
2445
- }
2446
- .material-icons.pause:before,
2447
- .mi.pause:before {
2448
- content: '\e034';
2449
- }
2450
- .material-icons.pause_circle_filled:before,
2451
- .mi.pause_circle_filled:before {
2452
- content: '\e035';
2453
- }
2454
- .material-icons.pause_circle_outline:before,
2455
- .mi.pause_circle_outline:before {
2456
- content: '\e036';
2457
- }
2458
- .material-icons.payment:before,
2459
- .mi.payment:before {
2460
- content: '\e8a1';
2461
- }
2462
- .material-icons.people:before,
2463
- .mi.people:before {
2464
- content: '\e7fb';
2465
- }
2466
- .material-icons.people_outline:before,
2467
- .mi.people_outline:before {
2468
- content: '\e7fc';
2469
- }
2470
- .material-icons.perm_camera_mic:before,
2471
- .mi.perm_camera_mic:before {
2472
- content: '\e8a2';
2473
- }
2474
- .material-icons.perm_contact_calendar:before,
2475
- .mi.perm_contact_calendar:before {
2476
- content: '\e8a3';
2477
- }
2478
- .material-icons.perm_data_setting:before,
2479
- .mi.perm_data_setting:before {
2480
- content: '\e8a4';
2481
- }
2482
- .material-icons.perm_device_information:before,
2483
- .mi.perm_device_information:before {
2484
- content: '\e8a5';
2485
- }
2486
- .material-icons.perm_identity:before,
2487
- .mi.perm_identity:before {
2488
- content: '\e8a6';
2489
- }
2490
- .material-icons.perm_media:before,
2491
- .mi.perm_media:before {
2492
- content: '\e8a7';
2493
- }
2494
- .material-icons.perm_phone_msg:before,
2495
- .mi.perm_phone_msg:before {
2496
- content: '\e8a8';
2497
- }
2498
- .material-icons.perm_scan_wifi:before,
2499
- .mi.perm_scan_wifi:before {
2500
- content: '\e8a9';
2501
- }
2502
- .material-icons.person:before,
2503
- .mi.person:before {
2504
- content: '\e7fd';
2505
- }
2506
- .material-icons.person_add:before,
2507
- .mi.person_add:before {
2508
- content: '\e7fe';
2509
- }
2510
- .material-icons.person_outline:before,
2511
- .mi.person_outline:before {
2512
- content: '\e7ff';
2513
- }
2514
- .material-icons.person_pin:before,
2515
- .mi.person_pin:before {
2516
- content: '\e55a';
2517
- }
2518
- .material-icons.person_pin_circle:before,
2519
- .mi.person_pin_circle:before {
2520
- content: '\e56a';
2521
- }
2522
- .material-icons.personal_video:before,
2523
- .mi.personal_video:before {
2524
- content: '\e63b';
2525
- }
2526
- .material-icons.pets:before,
2527
- .mi.pets:before {
2528
- content: '\e91d';
2529
- }
2530
- .material-icons.phone:before,
2531
- .mi.phone:before {
2532
- content: '\e0cd';
2533
- }
2534
- .material-icons.phone_android:before,
2535
- .mi.phone_android:before {
2536
- content: '\e324';
2537
- }
2538
- .material-icons.phone_bluetooth_speaker:before,
2539
- .mi.phone_bluetooth_speaker:before {
2540
- content: '\e61b';
2541
- }
2542
- .material-icons.phone_forwarded:before,
2543
- .mi.phone_forwarded:before {
2544
- content: '\e61c';
2545
- }
2546
- .material-icons.phone_in_talk:before,
2547
- .mi.phone_in_talk:before {
2548
- content: '\e61d';
2549
- }
2550
- .material-icons.phone_iphone:before,
2551
- .mi.phone_iphone:before {
2552
- content: '\e325';
2553
- }
2554
- .material-icons.phone_locked:before,
2555
- .mi.phone_locked:before {
2556
- content: '\e61e';
2557
- }
2558
- .material-icons.phone_missed:before,
2559
- .mi.phone_missed:before {
2560
- content: '\e61f';
2561
- }
2562
- .material-icons.phone_paused:before,
2563
- .mi.phone_paused:before {
2564
- content: '\e620';
2565
- }
2566
- .material-icons.phonelink:before,
2567
- .mi.phonelink:before {
2568
- content: '\e326';
2569
- }
2570
- .material-icons.phonelink_erase:before,
2571
- .mi.phonelink_erase:before {
2572
- content: '\e0db';
2573
- }
2574
- .material-icons.phonelink_lock:before,
2575
- .mi.phonelink_lock:before {
2576
- content: '\e0dc';
2577
- }
2578
- .material-icons.phonelink_off:before,
2579
- .mi.phonelink_off:before {
2580
- content: '\e327';
2581
- }
2582
- .material-icons.phonelink_ring:before,
2583
- .mi.phonelink_ring:before {
2584
- content: '\e0dd';
2585
- }
2586
- .material-icons.phonelink_setup:before,
2587
- .mi.phonelink_setup:before {
2588
- content: '\e0de';
2589
- }
2590
- .material-icons.photo:before,
2591
- .mi.photo:before {
2592
- content: '\e410';
2593
- }
2594
- .material-icons.photo_album:before,
2595
- .mi.photo_album:before {
2596
- content: '\e411';
2597
- }
2598
- .material-icons.photo_camera:before,
2599
- .mi.photo_camera:before {
2600
- content: '\e412';
2601
- }
2602
- .material-icons.photo_filter:before,
2603
- .mi.photo_filter:before {
2604
- content: '\e43b';
2605
- }
2606
- .material-icons.photo_library:before,
2607
- .mi.photo_library:before {
2608
- content: '\e413';
2609
- }
2610
- .material-icons.photo_size_select_actual:before,
2611
- .mi.photo_size_select_actual:before {
2612
- content: '\e432';
2613
- }
2614
- .material-icons.photo_size_select_large:before,
2615
- .mi.photo_size_select_large:before {
2616
- content: '\e433';
2617
- }
2618
- .material-icons.photo_size_select_small:before,
2619
- .mi.photo_size_select_small:before {
2620
- content: '\e434';
2621
- }
2622
- .material-icons.picture_as_pdf:before,
2623
- .mi.picture_as_pdf:before {
2624
- content: '\e415';
2625
- }
2626
- .material-icons.picture_in_picture:before,
2627
- .mi.picture_in_picture:before {
2628
- content: '\e8aa';
2629
- }
2630
- .material-icons.picture_in_picture_alt:before,
2631
- .mi.picture_in_picture_alt:before {
2632
- content: '\e911';
2633
- }
2634
- .material-icons.pie_chart:before,
2635
- .mi.pie_chart:before {
2636
- content: '\e6c4';
2637
- }
2638
- .material-icons.pie_chart_outlined:before,
2639
- .mi.pie_chart_outlined:before {
2640
- content: '\e6c5';
2641
- }
2642
- .material-icons.pin_drop:before,
2643
- .mi.pin_drop:before {
2644
- content: '\e55e';
2645
- }
2646
- .material-icons.place:before,
2647
- .mi.place:before {
2648
- content: '\e55f';
2649
- }
2650
- .material-icons.play_arrow:before,
2651
- .mi.play_arrow:before {
2652
- content: '\e037';
2653
- }
2654
- .material-icons.play_circle_filled:before,
2655
- .mi.play_circle_filled:before {
2656
- content: '\e038';
2657
- }
2658
- .material-icons.play_circle_outline:before,
2659
- .mi.play_circle_outline:before {
2660
- content: '\e039';
2661
- }
2662
- .material-icons.play_for_work:before,
2663
- .mi.play_for_work:before {
2664
- content: '\e906';
2665
- }
2666
- .material-icons.playlist_add:before,
2667
- .mi.playlist_add:before {
2668
- content: '\e03b';
2669
- }
2670
- .material-icons.playlist_add_check:before,
2671
- .mi.playlist_add_check:before {
2672
- content: '\e065';
2673
- }
2674
- .material-icons.playlist_play:before,
2675
- .mi.playlist_play:before {
2676
- content: '\e05f';
2677
- }
2678
- .material-icons.plus_one:before,
2679
- .mi.plus_one:before {
2680
- content: '\e800';
2681
- }
2682
- .material-icons.poll:before,
2683
- .mi.poll:before {
2684
- content: '\e801';
2685
- }
2686
- .material-icons.polymer:before,
2687
- .mi.polymer:before {
2688
- content: '\e8ab';
2689
- }
2690
- .material-icons.pool:before,
2691
- .mi.pool:before {
2692
- content: '\eb48';
2693
- }
2694
- .material-icons.portable_wifi_off:before,
2695
- .mi.portable_wifi_off:before {
2696
- content: '\e0ce';
2697
- }
2698
- .material-icons.portrait:before,
2699
- .mi.portrait:before {
2700
- content: '\e416';
2701
- }
2702
- .material-icons.power:before,
2703
- .mi.power:before {
2704
- content: '\e63c';
2705
- }
2706
- .material-icons.power_input:before,
2707
- .mi.power_input:before {
2708
- content: '\e336';
2709
- }
2710
- .material-icons.power_settings_new:before,
2711
- .mi.power_settings_new:before {
2712
- content: '\e8ac';
2713
- }
2714
- .material-icons.pregnant_woman:before,
2715
- .mi.pregnant_woman:before {
2716
- content: '\e91e';
2717
- }
2718
- .material-icons.present_to_all:before,
2719
- .mi.present_to_all:before {
2720
- content: '\e0df';
2721
- }
2722
- .material-icons.print:before,
2723
- .mi.print:before {
2724
- content: '\e8ad';
2725
- }
2726
- .material-icons.priority_high:before,
2727
- .mi.priority_high:before {
2728
- content: '\e645';
2729
- }
2730
- .material-icons.public:before,
2731
- .mi.public:before {
2732
- content: '\e80b';
2733
- }
2734
- .material-icons.publish:before,
2735
- .mi.publish:before {
2736
- content: '\e255';
2737
- }
2738
- .material-icons.query_builder:before,
2739
- .mi.query_builder:before {
2740
- content: '\e8ae';
2741
- }
2742
- .material-icons.question_answer:before,
2743
- .mi.question_answer:before {
2744
- content: '\e8af';
2745
- }
2746
- .material-icons.queue:before,
2747
- .mi.queue:before {
2748
- content: '\e03c';
2749
- }
2750
- .material-icons.queue_music:before,
2751
- .mi.queue_music:before {
2752
- content: '\e03d';
2753
- }
2754
- .material-icons.queue_play_next:before,
2755
- .mi.queue_play_next:before {
2756
- content: '\e066';
2757
- }
2758
- .material-icons.radio:before,
2759
- .mi.radio:before {
2760
- content: '\e03e';
2761
- }
2762
- .material-icons.radio_button_checked:before,
2763
- .mi.radio_button_checked:before {
2764
- content: '\e837';
2765
- }
2766
- .material-icons.radio_button_unchecked:before,
2767
- .mi.radio_button_unchecked:before {
2768
- content: '\e836';
2769
- }
2770
- .material-icons.rate_review:before,
2771
- .mi.rate_review:before {
2772
- content: '\e560';
2773
- }
2774
- .material-icons.receipt:before,
2775
- .mi.receipt:before {
2776
- content: '\e8b0';
2777
- }
2778
- .material-icons.recent_actors:before,
2779
- .mi.recent_actors:before {
2780
- content: '\e03f';
2781
- }
2782
- .material-icons.record_voice_over:before,
2783
- .mi.record_voice_over:before {
2784
- content: '\e91f';
2785
- }
2786
- .material-icons.redeem:before,
2787
- .mi.redeem:before {
2788
- content: '\e8b1';
2789
- }
2790
- .material-icons.redo:before,
2791
- .mi.redo:before {
2792
- content: '\e15a';
2793
- }
2794
- .material-icons.refresh:before,
2795
- .mi.refresh:before {
2796
- content: '\e5d5';
2797
- }
2798
- .material-icons.remove:before,
2799
- .mi.remove:before {
2800
- content: '\e15b';
2801
- }
2802
- .material-icons.remove_circle:before,
2803
- .mi.remove_circle:before {
2804
- content: '\e15c';
2805
- }
2806
- .material-icons.remove_circle_outline:before,
2807
- .mi.remove_circle_outline:before {
2808
- content: '\e15d';
2809
- }
2810
- .material-icons.remove_from_queue:before,
2811
- .mi.remove_from_queue:before {
2812
- content: '\e067';
2813
- }
2814
- .material-icons.remove_red_eye:before,
2815
- .mi.remove_red_eye:before {
2816
- content: '\e417';
2817
- }
2818
- .material-icons.remove_shopping_cart:before,
2819
- .mi.remove_shopping_cart:before {
2820
- content: '\e928';
2821
- }
2822
- .material-icons.reorder:before,
2823
- .mi.reorder:before {
2824
- content: '\e8fe';
2825
- }
2826
- .material-icons.repeat:before,
2827
- .mi.repeat:before {
2828
- content: '\e040';
2829
- }
2830
- .material-icons.repeat_one:before,
2831
- .mi.repeat_one:before {
2832
- content: '\e041';
2833
- }
2834
- .material-icons.replay:before,
2835
- .mi.replay:before {
2836
- content: '\e042';
2837
- }
2838
- .material-icons.replay_10:before,
2839
- .mi.replay_10:before {
2840
- content: '\e059';
2841
- }
2842
- .material-icons.replay_30:before,
2843
- .mi.replay_30:before {
2844
- content: '\e05a';
2845
- }
2846
- .material-icons.replay_5:before,
2847
- .mi.replay_5:before {
2848
- content: '\e05b';
2849
- }
2850
- .material-icons.reply:before,
2851
- .mi.reply:before {
2852
- content: '\e15e';
2853
- }
2854
- .material-icons.reply_all:before,
2855
- .mi.reply_all:before {
2856
- content: '\e15f';
2857
- }
2858
- .material-icons.report:before,
2859
- .mi.report:before {
2860
- content: '\e160';
2861
- }
2862
- .material-icons.report_problem:before,
2863
- .mi.report_problem:before {
2864
- content: '\e8b2';
2865
- }
2866
- .material-icons.restaurant:before,
2867
- .mi.restaurant:before {
2868
- content: '\e56c';
2869
- }
2870
- .material-icons.restaurant_menu:before,
2871
- .mi.restaurant_menu:before {
2872
- content: '\e561';
2873
- }
2874
- .material-icons.restore:before,
2875
- .mi.restore:before {
2876
- content: '\e8b3';
2877
- }
2878
- .material-icons.restore_page:before,
2879
- .mi.restore_page:before {
2880
- content: '\e929';
2881
- }
2882
- .material-icons.ring_volume:before,
2883
- .mi.ring_volume:before {
2884
- content: '\e0d1';
2885
- }
2886
- .material-icons.room:before,
2887
- .mi.room:before {
2888
- content: '\e8b4';
2889
- }
2890
- .material-icons.room_service:before,
2891
- .mi.room_service:before {
2892
- content: '\eb49';
2893
- }
2894
- .material-icons.rotate_90_degrees_ccw:before,
2895
- .mi.rotate_90_degrees_ccw:before {
2896
- content: '\e418';
2897
- }
2898
- .material-icons.rotate_left:before,
2899
- .mi.rotate_left:before {
2900
- content: '\e419';
2901
- }
2902
- .material-icons.rotate_right:before,
2903
- .mi.rotate_right:before {
2904
- content: '\e41a';
2905
- }
2906
- .material-icons.rounded_corner:before,
2907
- .mi.rounded_corner:before {
2908
- content: '\e920';
2909
- }
2910
- .material-icons.router:before,
2911
- .mi.router:before {
2912
- content: '\e328';
2913
- }
2914
- .material-icons.rowing:before,
2915
- .mi.rowing:before {
2916
- content: '\e921';
2917
- }
2918
- .material-icons.rss_feed:before,
2919
- .mi.rss_feed:before {
2920
- content: '\e0e5';
2921
- }
2922
- .material-icons.rv_hookup:before,
2923
- .mi.rv_hookup:before {
2924
- content: '\e642';
2925
- }
2926
- .material-icons.satellite:before,
2927
- .mi.satellite:before {
2928
- content: '\e562';
2929
- }
2930
- .material-icons.save:before,
2931
- .mi.save:before {
2932
- content: '\e161';
2933
- }
2934
- .material-icons.scanner:before,
2935
- .mi.scanner:before {
2936
- content: '\e329';
2937
- }
2938
- .material-icons.schedule:before,
2939
- .mi.schedule:before {
2940
- content: '\e8b5';
2941
- }
2942
- .material-icons.school:before,
2943
- .mi.school:before {
2944
- content: '\e80c';
2945
- }
2946
- .material-icons.screen_lock_landscape:before,
2947
- .mi.screen_lock_landscape:before {
2948
- content: '\e1be';
2949
- }
2950
- .material-icons.screen_lock_portrait:before,
2951
- .mi.screen_lock_portrait:before {
2952
- content: '\e1bf';
2953
- }
2954
- .material-icons.screen_lock_rotation:before,
2955
- .mi.screen_lock_rotation:before {
2956
- content: '\e1c0';
2957
- }
2958
- .material-icons.screen_rotation:before,
2959
- .mi.screen_rotation:before {
2960
- content: '\e1c1';
2961
- }
2962
- .material-icons.screen_share:before,
2963
- .mi.screen_share:before {
2964
- content: '\e0e2';
2965
- }
2966
- .material-icons.sd_card:before,
2967
- .mi.sd_card:before {
2968
- content: '\e623';
2969
- }
2970
- .material-icons.sd_storage:before,
2971
- .mi.sd_storage:before {
2972
- content: '\e1c2';
2973
- }
2974
- .material-icons.search:before,
2975
- .mi.search:before {
2976
- content: '\e8b6';
2977
- }
2978
- .material-icons.security:before,
2979
- .mi.security:before {
2980
- content: '\e32a';
2981
- }
2982
- .material-icons.select_all:before,
2983
- .mi.select_all:before {
2984
- content: '\e162';
2985
- }
2986
- .material-icons.send:before,
2987
- .mi.send:before {
2988
- content: '\e163';
2989
- }
2990
- .material-icons.sentiment_dissatisfied:before,
2991
- .mi.sentiment_dissatisfied:before {
2992
- content: '\e811';
2993
- }
2994
- .material-icons.sentiment_neutral:before,
2995
- .mi.sentiment_neutral:before {
2996
- content: '\e812';
2997
- }
2998
- .material-icons.sentiment_satisfied:before,
2999
- .mi.sentiment_satisfied:before {
3000
- content: '\e813';
3001
- }
3002
- .material-icons.sentiment_very_dissatisfied:before,
3003
- .mi.sentiment_very_dissatisfied:before {
3004
- content: '\e814';
3005
- }
3006
- .material-icons.sentiment_very_satisfied:before,
3007
- .mi.sentiment_very_satisfied:before {
3008
- content: '\e815';
3009
- }
3010
- .material-icons.settings:before,
3011
- .mi.settings:before {
3012
- content: '\e8b8';
3013
- }
3014
- .material-icons.settings_applications:before,
3015
- .mi.settings_applications:before {
3016
- content: '\e8b9';
3017
- }
3018
- .material-icons.settings_backup_restore:before,
3019
- .mi.settings_backup_restore:before {
3020
- content: '\e8ba';
3021
- }
3022
- .material-icons.settings_bluetooth:before,
3023
- .mi.settings_bluetooth:before {
3024
- content: '\e8bb';
3025
- }
3026
- .material-icons.settings_brightness:before,
3027
- .mi.settings_brightness:before {
3028
- content: '\e8bd';
3029
- }
3030
- .material-icons.settings_cell:before,
3031
- .mi.settings_cell:before {
3032
- content: '\e8bc';
3033
- }
3034
- .material-icons.settings_ethernet:before,
3035
- .mi.settings_ethernet:before {
3036
- content: '\e8be';
3037
- }
3038
- .material-icons.settings_input_antenna:before,
3039
- .mi.settings_input_antenna:before {
3040
- content: '\e8bf';
3041
- }
3042
- .material-icons.settings_input_component:before,
3043
- .mi.settings_input_component:before {
3044
- content: '\e8c0';
3045
- }
3046
- .material-icons.settings_input_composite:before,
3047
- .mi.settings_input_composite:before {
3048
- content: '\e8c1';
3049
- }
3050
- .material-icons.settings_input_hdmi:before,
3051
- .mi.settings_input_hdmi:before {
3052
- content: '\e8c2';
3053
- }
3054
- .material-icons.settings_input_svideo:before,
3055
- .mi.settings_input_svideo:before {
3056
- content: '\e8c3';
3057
- }
3058
- .material-icons.settings_overscan:before,
3059
- .mi.settings_overscan:before {
3060
- content: '\e8c4';
3061
- }
3062
- .material-icons.settings_phone:before,
3063
- .mi.settings_phone:before {
3064
- content: '\e8c5';
3065
- }
3066
- .material-icons.settings_power:before,
3067
- .mi.settings_power:before {
3068
- content: '\e8c6';
3069
- }
3070
- .material-icons.settings_remote:before,
3071
- .mi.settings_remote:before {
3072
- content: '\e8c7';
3073
- }
3074
- .material-icons.settings_system_daydream:before,
3075
- .mi.settings_system_daydream:before {
3076
- content: '\e1c3';
3077
- }
3078
- .material-icons.settings_voice:before,
3079
- .mi.settings_voice:before {
3080
- content: '\e8c8';
3081
- }
3082
- .material-icons.share:before,
3083
- .mi.share:before {
3084
- content: '\e80d';
3085
- }
3086
- .material-icons.shop:before,
3087
- .mi.shop:before {
3088
- content: '\e8c9';
3089
- }
3090
- .material-icons.shop_two:before,
3091
- .mi.shop_two:before {
3092
- content: '\e8ca';
3093
- }
3094
- .material-icons.shopping_basket:before,
3095
- .mi.shopping_basket:before {
3096
- content: '\e8cb';
3097
- }
3098
- .material-icons.shopping_cart:before,
3099
- .mi.shopping_cart:before {
3100
- content: '\e8cc';
3101
- }
3102
- .material-icons.short_text:before,
3103
- .mi.short_text:before {
3104
- content: '\e261';
3105
- }
3106
- .material-icons.show_chart:before,
3107
- .mi.show_chart:before {
3108
- content: '\e6e1';
3109
- }
3110
- .material-icons.shuffle:before,
3111
- .mi.shuffle:before {
3112
- content: '\e043';
3113
- }
3114
- .material-icons.signal_cellular_4_bar:before,
3115
- .mi.signal_cellular_4_bar:before {
3116
- content: '\e1c8';
3117
- }
3118
- .material-icons.signal_cellular_connected_no_internet_4_bar:before,
3119
- .mi.signal_cellular_connected_no_internet_4_bar:before {
3120
- content: '\e1cd';
3121
- }
3122
- .material-icons.signal_cellular_no_sim:before,
3123
- .mi.signal_cellular_no_sim:before {
3124
- content: '\e1ce';
3125
- }
3126
- .material-icons.signal_cellular_null:before,
3127
- .mi.signal_cellular_null:before {
3128
- content: '\e1cf';
3129
- }
3130
- .material-icons.signal_cellular_off:before,
3131
- .mi.signal_cellular_off:before {
3132
- content: '\e1d0';
3133
- }
3134
- .material-icons.signal_wifi_4_bar:before,
3135
- .mi.signal_wifi_4_bar:before {
3136
- content: '\e1d8';
3137
- }
3138
- .material-icons.signal_wifi_4_bar_lock:before,
3139
- .mi.signal_wifi_4_bar_lock:before {
3140
- content: '\e1d9';
3141
- }
3142
- .material-icons.signal_wifi_off:before,
3143
- .mi.signal_wifi_off:before {
3144
- content: '\e1da';
3145
- }
3146
- .material-icons.sim_card:before,
3147
- .mi.sim_card:before {
3148
- content: '\e32b';
3149
- }
3150
- .material-icons.sim_card_alert:before,
3151
- .mi.sim_card_alert:before {
3152
- content: '\e624';
3153
- }
3154
- .material-icons.skip_next:before,
3155
- .mi.skip_next:before {
3156
- content: '\e044';
3157
- }
3158
- .material-icons.skip_previous:before,
3159
- .mi.skip_previous:before {
3160
- content: '\e045';
3161
- }
3162
- .material-icons.slideshow:before,
3163
- .mi.slideshow:before {
3164
- content: '\e41b';
3165
- }
3166
- .material-icons.slow_motion_video:before,
3167
- .mi.slow_motion_video:before {
3168
- content: '\e068';
3169
- }
3170
- .material-icons.smartphone:before,
3171
- .mi.smartphone:before {
3172
- content: '\e32c';
3173
- }
3174
- .material-icons.smoke_free:before,
3175
- .mi.smoke_free:before {
3176
- content: '\eb4a';
3177
- }
3178
- .material-icons.smoking_rooms:before,
3179
- .mi.smoking_rooms:before {
3180
- content: '\eb4b';
3181
- }
3182
- .material-icons.sms:before,
3183
- .mi.sms:before {
3184
- content: '\e625';
3185
- }
3186
- .material-icons.sms_failed:before,
3187
- .mi.sms_failed:before {
3188
- content: '\e626';
3189
- }
3190
- .material-icons.snooze:before,
3191
- .mi.snooze:before {
3192
- content: '\e046';
3193
- }
3194
- .material-icons.sort:before,
3195
- .mi.sort:before {
3196
- content: '\e164';
3197
- }
3198
- .material-icons.sort_by_alpha:before,
3199
- .mi.sort_by_alpha:before {
3200
- content: '\e053';
3201
- }
3202
- .material-icons.spa:before,
3203
- .mi.spa:before {
3204
- content: '\eb4c';
3205
- }
3206
- .material-icons.space_bar:before,
3207
- .mi.space_bar:before {
3208
- content: '\e256';
3209
- }
3210
- .material-icons.speaker:before,
3211
- .mi.speaker:before {
3212
- content: '\e32d';
3213
- }
3214
- .material-icons.speaker_group:before,
3215
- .mi.speaker_group:before {
3216
- content: '\e32e';
3217
- }
3218
- .material-icons.speaker_notes:before,
3219
- .mi.speaker_notes:before {
3220
- content: '\e8cd';
3221
- }
3222
- .material-icons.speaker_notes_off:before,
3223
- .mi.speaker_notes_off:before {
3224
- content: '\e92a';
3225
- }
3226
- .material-icons.speaker_phone:before,
3227
- .mi.speaker_phone:before {
3228
- content: '\e0d2';
3229
- }
3230
- .material-icons.spellcheck:before,
3231
- .mi.spellcheck:before {
3232
- content: '\e8ce';
3233
- }
3234
- .material-icons.star:before,
3235
- .mi.star:before {
3236
- content: '\e838';
3237
- }
3238
- .material-icons.star_border:before,
3239
- .mi.star_border:before {
3240
- content: '\e83a';
3241
- }
3242
- .material-icons.star_half:before,
3243
- .mi.star_half:before {
3244
- content: '\e839';
3245
- }
3246
- .material-icons.stars:before,
3247
- .mi.stars:before {
3248
- content: '\e8d0';
3249
- }
3250
- .material-icons.stay_current_landscape:before,
3251
- .mi.stay_current_landscape:before {
3252
- content: '\e0d3';
3253
- }
3254
- .material-icons.stay_current_portrait:before,
3255
- .mi.stay_current_portrait:before {
3256
- content: '\e0d4';
3257
- }
3258
- .material-icons.stay_primary_landscape:before,
3259
- .mi.stay_primary_landscape:before {
3260
- content: '\e0d5';
3261
- }
3262
- .material-icons.stay_primary_portrait:before,
3263
- .mi.stay_primary_portrait:before {
3264
- content: '\e0d6';
3265
- }
3266
- .material-icons.stop:before,
3267
- .mi.stop:before {
3268
- content: '\e047';
3269
- }
3270
- .material-icons.stop_screen_share:before,
3271
- .mi.stop_screen_share:before {
3272
- content: '\e0e3';
3273
- }
3274
- .material-icons.storage:before,
3275
- .mi.storage:before {
3276
- content: '\e1db';
3277
- }
3278
- .material-icons.store:before,
3279
- .mi.store:before {
3280
- content: '\e8d1';
3281
- }
3282
- .material-icons.store_mall_directory:before,
3283
- .mi.store_mall_directory:before {
3284
- content: '\e563';
3285
- }
3286
- .material-icons.straighten:before,
3287
- .mi.straighten:before {
3288
- content: '\e41c';
3289
- }
3290
- .material-icons.streetview:before,
3291
- .mi.streetview:before {
3292
- content: '\e56e';
3293
- }
3294
- .material-icons.strikethrough_s:before,
3295
- .mi.strikethrough_s:before {
3296
- content: '\e257';
3297
- }
3298
- .material-icons.style:before,
3299
- .mi.style:before {
3300
- content: '\e41d';
3301
- }
3302
- .material-icons.subdirectory_arrow_left:before,
3303
- .mi.subdirectory_arrow_left:before {
3304
- content: '\e5d9';
3305
- }
3306
- .material-icons.subdirectory_arrow_right:before,
3307
- .mi.subdirectory_arrow_right:before {
3308
- content: '\e5da';
3309
- }
3310
- .material-icons.subject:before,
3311
- .mi.subject:before {
3312
- content: '\e8d2';
3313
- }
3314
- .material-icons.subscriptions:before,
3315
- .mi.subscriptions:before {
3316
- content: '\e064';
3317
- }
3318
- .material-icons.subtitles:before,
3319
- .mi.subtitles:before {
3320
- content: '\e048';
3321
- }
3322
- .material-icons.subway:before,
3323
- .mi.subway:before {
3324
- content: '\e56f';
3325
- }
3326
- .material-icons.supervisor_account:before,
3327
- .mi.supervisor_account:before {
3328
- content: '\e8d3';
3329
- }
3330
- .material-icons.surround_sound:before,
3331
- .mi.surround_sound:before {
3332
- content: '\e049';
3333
- }
3334
- .material-icons.swap_calls:before,
3335
- .mi.swap_calls:before {
3336
- content: '\e0d7';
3337
- }
3338
- .material-icons.swap_horiz:before,
3339
- .mi.swap_horiz:before {
3340
- content: '\e8d4';
3341
- }
3342
- .material-icons.swap_vert:before,
3343
- .mi.swap_vert:before {
3344
- content: '\e8d5';
3345
- }
3346
- .material-icons.swap_vertical_circle:before,
3347
- .mi.swap_vertical_circle:before {
3348
- content: '\e8d6';
3349
- }
3350
- .material-icons.switch_camera:before,
3351
- .mi.switch_camera:before {
3352
- content: '\e41e';
3353
- }
3354
- .material-icons.switch_video:before,
3355
- .mi.switch_video:before {
3356
- content: '\e41f';
3357
- }
3358
- .material-icons.sync:before,
3359
- .mi.sync:before {
3360
- content: '\e627';
3361
- }
3362
- .material-icons.sync_disabled:before,
3363
- .mi.sync_disabled:before {
3364
- content: '\e628';
3365
- }
3366
- .material-icons.sync_problem:before,
3367
- .mi.sync_problem:before {
3368
- content: '\e629';
3369
- }
3370
- .material-icons.system_update:before,
3371
- .mi.system_update:before {
3372
- content: '\e62a';
3373
- }
3374
- .material-icons.system_update_alt:before,
3375
- .mi.system_update_alt:before {
3376
- content: '\e8d7';
3377
- }
3378
- .material-icons.tab:before,
3379
- .mi.tab:before {
3380
- content: '\e8d8';
3381
- }
3382
- .material-icons.tab_unselected:before,
3383
- .mi.tab_unselected:before {
3384
- content: '\e8d9';
3385
- }
3386
- .material-icons.tablet:before,
3387
- .mi.tablet:before {
3388
- content: '\e32f';
3389
- }
3390
- .material-icons.tablet_android:before,
3391
- .mi.tablet_android:before {
3392
- content: '\e330';
3393
- }
3394
- .material-icons.tablet_mac:before,
3395
- .mi.tablet_mac:before {
3396
- content: '\e331';
3397
- }
3398
- .material-icons.tag_faces:before,
3399
- .mi.tag_faces:before {
3400
- content: '\e420';
3401
- }
3402
- .material-icons.tap_and_play:before,
3403
- .mi.tap_and_play:before {
3404
- content: '\e62b';
3405
- }
3406
- .material-icons.terrain:before,
3407
- .mi.terrain:before {
3408
- content: '\e564';
3409
- }
3410
- .material-icons.text_fields:before,
3411
- .mi.text_fields:before {
3412
- content: '\e262';
3413
- }
3414
- .material-icons.text_format:before,
3415
- .mi.text_format:before {
3416
- content: '\e165';
3417
- }
3418
- .material-icons.textsms:before,
3419
- .mi.textsms:before {
3420
- content: '\e0d8';
3421
- }
3422
- .material-icons.texture:before,
3423
- .mi.texture:before {
3424
- content: '\e421';
3425
- }
3426
- .material-icons.theaters:before,
3427
- .mi.theaters:before {
3428
- content: '\e8da';
3429
- }
3430
- .material-icons.thumb_down:before,
3431
- .mi.thumb_down:before {
3432
- content: '\e8db';
3433
- }
3434
- .material-icons.thumb_up:before,
3435
- .mi.thumb_up:before {
3436
- content: '\e8dc';
3437
- }
3438
- .material-icons.thumbs_up_down:before,
3439
- .mi.thumbs_up_down:before {
3440
- content: '\e8dd';
3441
- }
3442
- .material-icons.time_to_leave:before,
3443
- .mi.time_to_leave:before {
3444
- content: '\e62c';
3445
- }
3446
- .material-icons.timelapse:before,
3447
- .mi.timelapse:before {
3448
- content: '\e422';
3449
- }
3450
- .material-icons.timeline:before,
3451
- .mi.timeline:before {
3452
- content: '\e922';
3453
- }
3454
- .material-icons.timer:before,
3455
- .mi.timer:before {
3456
- content: '\e425';
3457
- }
3458
- .material-icons.timer_10:before,
3459
- .mi.timer_10:before {
3460
- content: '\e423';
3461
- }
3462
- .material-icons.timer_3:before,
3463
- .mi.timer_3:before {
3464
- content: '\e424';
3465
- }
3466
- .material-icons.timer_off:before,
3467
- .mi.timer_off:before {
3468
- content: '\e426';
3469
- }
3470
- .material-icons.title:before,
3471
- .mi.title:before {
3472
- content: '\e264';
3473
- }
3474
- .material-icons.toc:before,
3475
- .mi.toc:before {
3476
- content: '\e8de';
3477
- }
3478
- .material-icons.today:before,
3479
- .mi.today:before {
3480
- content: '\e8df';
3481
- }
3482
- .material-icons.toll:before,
3483
- .mi.toll:before {
3484
- content: '\e8e0';
3485
- }
3486
- .material-icons.tonality:before,
3487
- .mi.tonality:before {
3488
- content: '\e427';
3489
- }
3490
- .material-icons.touch_app:before,
3491
- .mi.touch_app:before {
3492
- content: '\e913';
3493
- }
3494
- .material-icons.toys:before,
3495
- .mi.toys:before {
3496
- content: '\e332';
3497
- }
3498
- .material-icons.track_changes:before,
3499
- .mi.track_changes:before {
3500
- content: '\e8e1';
3501
- }
3502
- .material-icons.traffic:before,
3503
- .mi.traffic:before {
3504
- content: '\e565';
3505
- }
3506
- .material-icons.train:before,
3507
- .mi.train:before {
3508
- content: '\e570';
3509
- }
3510
- .material-icons.tram:before,
3511
- .mi.tram:before {
3512
- content: '\e571';
3513
- }
3514
- .material-icons.transfer_within_a_station:before,
3515
- .mi.transfer_within_a_station:before {
3516
- content: '\e572';
3517
- }
3518
- .material-icons.transform:before,
3519
- .mi.transform:before {
3520
- content: '\e428';
3521
- }
3522
- .material-icons.translate:before,
3523
- .mi.translate:before {
3524
- content: '\e8e2';
3525
- }
3526
- .material-icons.trending_down:before,
3527
- .mi.trending_down:before {
3528
- content: '\e8e3';
3529
- }
3530
- .material-icons.trending_flat:before,
3531
- .mi.trending_flat:before {
3532
- content: '\e8e4';
3533
- }
3534
- .material-icons.trending_up:before,
3535
- .mi.trending_up:before {
3536
- content: '\e8e5';
3537
- }
3538
- .material-icons.tune:before,
3539
- .mi.tune:before {
3540
- content: '\e429';
3541
- }
3542
- .material-icons.turned_in:before,
3543
- .mi.turned_in:before {
3544
- content: '\e8e6';
3545
- }
3546
- .material-icons.turned_in_not:before,
3547
- .mi.turned_in_not:before {
3548
- content: '\e8e7';
3549
- }
3550
- .material-icons.tv:before,
3551
- .mi.tv:before {
3552
- content: '\e333';
3553
- }
3554
- .material-icons.unarchive:before,
3555
- .mi.unarchive:before {
3556
- content: '\e169';
3557
- }
3558
- .material-icons.undo:before,
3559
- .mi.undo:before {
3560
- content: '\e166';
3561
- }
3562
- .material-icons.unfold_less:before,
3563
- .mi.unfold_less:before {
3564
- content: '\e5d6';
3565
- }
3566
- .material-icons.unfold_more:before,
3567
- .mi.unfold_more:before {
3568
- content: '\e5d7';
3569
- }
3570
- .material-icons.update:before,
3571
- .mi.update:before {
3572
- content: '\e923';
3573
- }
3574
- .material-icons.usb:before,
3575
- .mi.usb:before {
3576
- content: '\e1e0';
3577
- }
3578
- .material-icons.verified_user:before,
3579
- .mi.verified_user:before {
3580
- content: '\e8e8';
3581
- }
3582
- .material-icons.vertical_align_bottom:before,
3583
- .mi.vertical_align_bottom:before {
3584
- content: '\e258';
3585
- }
3586
- .material-icons.vertical_align_center:before,
3587
- .mi.vertical_align_center:before {
3588
- content: '\e259';
3589
- }
3590
- .material-icons.vertical_align_top:before,
3591
- .mi.vertical_align_top:before {
3592
- content: '\e25a';
3593
- }
3594
- .material-icons.vibration:before,
3595
- .mi.vibration:before {
3596
- content: '\e62d';
3597
- }
3598
- .material-icons.video_call:before,
3599
- .mi.video_call:before {
3600
- content: '\e070';
3601
- }
3602
- .material-icons.video_label:before,
3603
- .mi.video_label:before {
3604
- content: '\e071';
3605
- }
3606
- .material-icons.video_library:before,
3607
- .mi.video_library:before {
3608
- content: '\e04a';
3609
- }
3610
- .material-icons.videocam:before,
3611
- .mi.videocam:before {
3612
- content: '\e04b';
3613
- }
3614
- .material-icons.videocam_off:before,
3615
- .mi.videocam_off:before {
3616
- content: '\e04c';
3617
- }
3618
- .material-icons.videogame_asset:before,
3619
- .mi.videogame_asset:before {
3620
- content: '\e338';
3621
- }
3622
- .material-icons.view_agenda:before,
3623
- .mi.view_agenda:before {
3624
- content: '\e8e9';
3625
- }
3626
- .material-icons.view_array:before,
3627
- .mi.view_array:before {
3628
- content: '\e8ea';
3629
- }
3630
- .material-icons.view_carousel:before,
3631
- .mi.view_carousel:before {
3632
- content: '\e8eb';
3633
- }
3634
- .material-icons.view_column:before,
3635
- .mi.view_column:before {
3636
- content: '\e8ec';
3637
- }
3638
- .material-icons.view_comfy:before,
3639
- .mi.view_comfy:before {
3640
- content: '\e42a';
3641
- }
3642
- .material-icons.view_compact:before,
3643
- .mi.view_compact:before {
3644
- content: '\e42b';
3645
- }
3646
- .material-icons.view_day:before,
3647
- .mi.view_day:before {
3648
- content: '\e8ed';
3649
- }
3650
- .material-icons.view_headline:before,
3651
- .mi.view_headline:before {
3652
- content: '\e8ee';
3653
- }
3654
- .material-icons.view_list:before,
3655
- .mi.view_list:before {
3656
- content: '\e8ef';
3657
- }
3658
- .material-icons.view_module:before,
3659
- .mi.view_module:before {
3660
- content: '\e8f0';
3661
- }
3662
- .material-icons.view_quilt:before,
3663
- .mi.view_quilt:before {
3664
- content: '\e8f1';
3665
- }
3666
- .material-icons.view_stream:before,
3667
- .mi.view_stream:before {
3668
- content: '\e8f2';
3669
- }
3670
- .material-icons.view_week:before,
3671
- .mi.view_week:before {
3672
- content: '\e8f3';
3673
- }
3674
- .material-icons.vignette:before,
3675
- .mi.vignette:before {
3676
- content: '\e435';
3677
- }
3678
- .material-icons.visibility:before,
3679
- .mi.visibility:before {
3680
- content: '\e8f4';
3681
- }
3682
- .material-icons.visibility_off:before,
3683
- .mi.visibility_off:before {
3684
- content: '\e8f5';
3685
- }
3686
- .material-icons.voice_chat:before,
3687
- .mi.voice_chat:before {
3688
- content: '\e62e';
3689
- }
3690
- .material-icons.voicemail:before,
3691
- .mi.voicemail:before {
3692
- content: '\e0d9';
3693
- }
3694
- .material-icons.volume_down:before,
3695
- .mi.volume_down:before {
3696
- content: '\e04d';
3697
- }
3698
- .material-icons.volume_mute:before,
3699
- .mi.volume_mute:before {
3700
- content: '\e04e';
3701
- }
3702
- .material-icons.volume_off:before,
3703
- .mi.volume_off:before {
3704
- content: '\e04f';
3705
- }
3706
- .material-icons.volume_up:before,
3707
- .mi.volume_up:before {
3708
- content: '\e050';
3709
- }
3710
- .material-icons.vpn_key:before,
3711
- .mi.vpn_key:before {
3712
- content: '\e0da';
3713
- }
3714
- .material-icons.vpn_lock:before,
3715
- .mi.vpn_lock:before {
3716
- content: '\e62f';
3717
- }
3718
- .material-icons.wallpaper:before,
3719
- .mi.wallpaper:before {
3720
- content: '\e1bc';
3721
- }
3722
- .material-icons.warning:before,
3723
- .mi.warning:before {
3724
- content: '\e002';
3725
- }
3726
- .material-icons.watch:before,
3727
- .mi.watch:before {
3728
- content: '\e334';
3729
- }
3730
- .material-icons.watch_later:before,
3731
- .mi.watch_later:before {
3732
- content: '\e924';
3733
- }
3734
- .material-icons.wb_auto:before,
3735
- .mi.wb_auto:before {
3736
- content: '\e42c';
3737
- }
3738
- .material-icons.wb_cloudy:before,
3739
- .mi.wb_cloudy:before {
3740
- content: '\e42d';
3741
- }
3742
- .material-icons.wb_incandescent:before,
3743
- .mi.wb_incandescent:before {
3744
- content: '\e42e';
3745
- }
3746
- .material-icons.wb_iridescent:before,
3747
- .mi.wb_iridescent:before {
3748
- content: '\e436';
3749
- }
3750
- .material-icons.wb_sunny:before,
3751
- .mi.wb_sunny:before {
3752
- content: '\e430';
3753
- }
3754
- .material-icons.wc:before,
3755
- .mi.wc:before {
3756
- content: '\e63d';
3757
- }
3758
- .material-icons.web:before,
3759
- .mi.web:before {
3760
- content: '\e051';
3761
- }
3762
- .material-icons.web_asset:before,
3763
- .mi.web_asset:before {
3764
- content: '\e069';
3765
- }
3766
- .material-icons.weekend:before,
3767
- .mi.weekend:before {
3768
- content: '\e16b';
3769
- }
3770
- .material-icons.whatshot:before,
3771
- .mi.whatshot:before {
3772
- content: '\e80e';
3773
- }
3774
- .material-icons.widgets:before,
3775
- .mi.widgets:before {
3776
- content: '\e1bd';
3777
- }
3778
- .material-icons.wifi:before,
3779
- .mi.wifi:before {
3780
- content: '\e63e';
3781
- }
3782
- .material-icons.wifi_lock:before,
3783
- .mi.wifi_lock:before {
3784
- content: '\e1e1';
3785
- }
3786
- .material-icons.wifi_tethering:before,
3787
- .mi.wifi_tethering:before {
3788
- content: '\e1e2';
3789
- }
3790
- .material-icons.work:before,
3791
- .mi.work:before {
3792
- content: '\e8f9';
3793
- }
3794
- .material-icons.wrap_text:before,
3795
- .mi.wrap_text:before {
3796
- content: '\e25b';
3797
- }
3798
- .material-icons.youtube_searched_for:before,
3799
- .mi.youtube_searched_for:before {
3800
- content: '\e8fa';
3801
- }
3802
- .material-icons.zoom_in:before,
3803
- .mi.zoom_in:before {
3804
- content: '\e8ff';
3805
- }
3806
- .material-icons.zoom_out:before,
3807
- .mi.zoom_out:before {
3808
- content: '\e900';
3809
- }
3810
- .material-icons.zoom_out_map:before,
3811
- .mi.zoom_out_map:before {
3812
- content: '\e56b';
3813
- }