blob: 53ebdc4e1eea61e8fe0974ff076fd036b876b13b [file] [log] [blame]
Renovate botf591dcf2023-12-30 14:13:54 +00001/**
2 * @deprecated Use .material-icons instead of .mi
3 */
Copybara botbe50d492023-11-30 00:16:42 +01004.mi {
5 font-family: "Material Icons";
6 font-weight: normal;
7 font-style: normal;
8 font-size: 24px;
Copybara botbe50d492023-11-30 00:16:42 +01009 line-height: 1;
Copybara botbe50d492023-11-30 00:16:42 +010010 letter-spacing: normal;
Renovate botf591dcf2023-12-30 14:13:54 +000011 text-transform: none;
12 display: inline-block;
Copybara botbe50d492023-11-30 00:16:42 +010013 white-space: nowrap;
Renovate botf591dcf2023-12-30 14:13:54 +000014 word-wrap: normal;
Copybara botbe50d492023-11-30 00:16:42 +010015 direction: ltr;
Copybara botbe50d492023-11-30 00:16:42 +010016 -webkit-font-smoothing: antialiased;
Copybara botbe50d492023-11-30 00:16:42 +010017 -moz-osx-font-smoothing: grayscale;
Renovate botf591dcf2023-12-30 14:13:54 +000018 text-rendering: optimizeLegibility;
19 font-feature-settings: "liga";
Copybara botbe50d492023-11-30 00:16:42 +010020}
21
Renovate botf591dcf2023-12-30 14:13:54 +000022/**
23 * @deprecated Use .material-icons-outlined instead of .mi-outlined
24 */
25.mi-outlined {
26 font-family: "Material Icons Outlined";
27 font-weight: normal;
28 font-style: normal;
29 font-size: 24px;
30 line-height: 1;
31 letter-spacing: normal;
32 text-transform: none;
33 display: inline-block;
34 white-space: nowrap;
35 word-wrap: normal;
36 direction: ltr;
37 -webkit-font-smoothing: antialiased;
38 -moz-osx-font-smoothing: grayscale;
39 text-rendering: optimizeLegibility;
40 font-feature-settings: "liga";
41}
42
43/**
44 * @deprecated Use .material-icons-round instead of .mi-round
45 */
46.mi-round {
47 font-family: "Material Icons Round";
48 font-weight: normal;
49 font-style: normal;
50 font-size: 24px;
51 line-height: 1;
52 letter-spacing: normal;
53 text-transform: none;
54 display: inline-block;
55 white-space: nowrap;
56 word-wrap: normal;
57 direction: ltr;
58 -webkit-font-smoothing: antialiased;
59 -moz-osx-font-smoothing: grayscale;
60 text-rendering: optimizeLegibility;
61 font-feature-settings: "liga";
62}
63
64/**
65 * @deprecated Use .material-icons-sharp instead of .mi-sharp
66 */
67.mi-sharp {
68 font-family: "Material Icons Sharp";
69 font-weight: normal;
70 font-style: normal;
71 font-size: 24px;
72 line-height: 1;
73 letter-spacing: normal;
74 text-transform: none;
75 display: inline-block;
76 white-space: nowrap;
77 word-wrap: normal;
78 direction: ltr;
79 -webkit-font-smoothing: antialiased;
80 -moz-osx-font-smoothing: grayscale;
81 text-rendering: optimizeLegibility;
82 font-feature-settings: "liga";
83}
84
85/**
86 * @deprecated Use .material-icons-two-tone instead of .mi-two-tone
87 */
88.mi-two-tone {
89 font-family: "Material Icons Two Tone";
90 font-weight: normal;
91 font-style: normal;
92 font-size: 24px;
93 line-height: 1;
94 letter-spacing: normal;
95 text-transform: none;
96 display: inline-block;
97 white-space: nowrap;
98 word-wrap: normal;
99 direction: ltr;
100 -webkit-font-smoothing: antialiased;
101 -moz-osx-font-smoothing: grayscale;
102 text-rendering: optimizeLegibility;
103 font-feature-settings: "liga";
104}
105
106.mi-360::before {
107 content: "\e577";
108}
109
110.mi-10k::before {
111 content: "\e951";
112}
113
114.mi-10mp::before {
115 content: "\e952";
116}
117
118.mi-11mp::before {
119 content: "\e953";
120}
121
122.mi-12mp::before {
123 content: "\e954";
124}
125
126.mi-13mp::before {
127 content: "\e955";
128}
129
130.mi-14mp::before {
131 content: "\e956";
132}
133
134.mi-15mp::before {
135 content: "\e957";
136}
137
138.mi-16mp::before {
139 content: "\e958";
140}
141
142.mi-17mp::before {
143 content: "\e959";
144}
145
146.mi-18mp::before {
147 content: "\e95a";
148}
149
150.mi-19mp::before {
151 content: "\e95b";
152}
153
154.mi-1k::before {
155 content: "\e95c";
156}
157
158.mi-1k-plus::before {
159 content: "\e95d";
160}
161
162.mi-1x-mobiledata::before {
163 content: "\efcd";
164}
165
166.mi-20mp::before {
167 content: "\e95e";
168}
169
170.mi-21mp::before {
171 content: "\e95f";
172}
173
174.mi-22mp::before {
175 content: "\e960";
176}
177
178.mi-23mp::before {
179 content: "\e961";
180}
181
182.mi-24mp::before {
183 content: "\e962";
184}
185
186.mi-2k::before {
187 content: "\e963";
188}
189
190.mi-2k-plus::before {
191 content: "\e964";
192}
193
194.mi-2mp::before {
195 content: "\e965";
196}
197
198.mi-30fps::before {
199 content: "\efce";
200}
201
202.mi-30fps-select::before {
203 content: "\efcf";
204}
205
206.mi-3d-rotation::before {
Copybara botbe50d492023-11-30 00:16:42 +0100207 content: "\e84d";
208}
209
Renovate botf591dcf2023-12-30 14:13:54 +0000210.mi-3g-mobiledata::before {
211 content: "\efd0";
212}
213
214.mi-3k::before {
215 content: "\e966";
216}
217
218.mi-3k-plus::before {
219 content: "\e967";
220}
221
222.mi-3mp::before {
223 content: "\e968";
224}
225
226.mi-3p::before {
227 content: "\efd1";
228}
229
230.mi-4g-mobiledata::before {
231 content: "\efd2";
232}
233
234.mi-4g-plus-mobiledata::before {
235 content: "\efd3";
236}
237
238.mi-4k::before {
239 content: "\e072";
240}
241
242.mi-4k-plus::before {
243 content: "\e969";
244}
245
246.mi-4mp::before {
247 content: "\e96a";
248}
249
250.mi-5g::before {
251 content: "\ef38";
252}
253
254.mi-5k::before {
255 content: "\e96b";
256}
257
258.mi-5k-plus::before {
259 content: "\e96c";
260}
261
262.mi-5mp::before {
263 content: "\e96d";
264}
265
266.mi-60fps::before {
267 content: "\efd4";
268}
269
270.mi-60fps-select::before {
271 content: "\efd5";
272}
273
274.mi-6-ft-apart::before {
275 content: "\f21e";
276}
277
278.mi-6k::before {
279 content: "\e96e";
280}
281
282.mi-6k-plus::before {
283 content: "\e96f";
284}
285
286.mi-6mp::before {
287 content: "\e970";
288}
289
290.mi-7k::before {
291 content: "\e971";
292}
293
294.mi-7k-plus::before {
295 content: "\e972";
296}
297
298.mi-7mp::before {
299 content: "\e973";
300}
301
302.mi-8k::before {
303 content: "\e974";
304}
305
306.mi-8k-plus::before {
307 content: "\e975";
308}
309
310.mi-8mp::before {
311 content: "\e976";
312}
313
314.mi-9k::before {
315 content: "\e977";
316}
317
318.mi-9k-plus::before {
319 content: "\e978";
320}
321
322.mi-9mp::before {
323 content: "\e979";
324}
325
326.mi-ac-unit::before {
Copybara botbe50d492023-11-30 00:16:42 +0100327 content: "\eb3b";
328}
329
Renovate botf591dcf2023-12-30 14:13:54 +0000330.mi-access-alarm::before {
Copybara botbe50d492023-11-30 00:16:42 +0100331 content: "\e190";
332}
333
Renovate botf591dcf2023-12-30 14:13:54 +0000334.mi-access-alarms::before {
Copybara botbe50d492023-11-30 00:16:42 +0100335 content: "\e191";
336}
337
Renovate botf591dcf2023-12-30 14:13:54 +0000338.mi-access-time::before {
Copybara botbe50d492023-11-30 00:16:42 +0100339 content: "\e192";
340}
341
Renovate botf591dcf2023-12-30 14:13:54 +0000342.mi-access-time-filled::before {
343 content: "\efd6";
344}
345
346.mi-accessibility::before {
Copybara botbe50d492023-11-30 00:16:42 +0100347 content: "\e84e";
348}
349
Renovate botf591dcf2023-12-30 14:13:54 +0000350.mi-accessibility-new::before {
351 content: "\e92c";
352}
353
354.mi-accessible::before {
Copybara botbe50d492023-11-30 00:16:42 +0100355 content: "\e914";
356}
357
Renovate botf591dcf2023-12-30 14:13:54 +0000358.mi-accessible-forward::before {
359 content: "\e934";
360}
361
362.mi-account-balance::before {
Copybara botbe50d492023-11-30 00:16:42 +0100363 content: "\e84f";
364}
365
Renovate botf591dcf2023-12-30 14:13:54 +0000366.mi-account-balance-wallet::before {
Copybara botbe50d492023-11-30 00:16:42 +0100367 content: "\e850";
368}
369
Renovate botf591dcf2023-12-30 14:13:54 +0000370.mi-account-box::before {
Copybara botbe50d492023-11-30 00:16:42 +0100371 content: "\e851";
372}
373
Renovate botf591dcf2023-12-30 14:13:54 +0000374.mi-account-circle::before {
Copybara botbe50d492023-11-30 00:16:42 +0100375 content: "\e853";
376}
377
Renovate botf591dcf2023-12-30 14:13:54 +0000378.mi-account-tree::before {
379 content: "\e97a";
380}
381
382.mi-ad-units::before {
383 content: "\ef39";
384}
385
386.mi-adb::before {
Copybara botbe50d492023-11-30 00:16:42 +0100387 content: "\e60e";
388}
389
Renovate botf591dcf2023-12-30 14:13:54 +0000390.mi-add::before {
Copybara botbe50d492023-11-30 00:16:42 +0100391 content: "\e145";
392}
393
Renovate botf591dcf2023-12-30 14:13:54 +0000394.mi-add-a-photo::before {
Copybara botbe50d492023-11-30 00:16:42 +0100395 content: "\e439";
396}
397
Renovate botf591dcf2023-12-30 14:13:54 +0000398.mi-add-alarm::before {
Copybara botbe50d492023-11-30 00:16:42 +0100399 content: "\e193";
400}
401
Renovate botf591dcf2023-12-30 14:13:54 +0000402.mi-add-alert::before {
Copybara botbe50d492023-11-30 00:16:42 +0100403 content: "\e003";
404}
405
Renovate botf591dcf2023-12-30 14:13:54 +0000406.mi-add-box::before {
Copybara botbe50d492023-11-30 00:16:42 +0100407 content: "\e146";
408}
409
Renovate botf591dcf2023-12-30 14:13:54 +0000410.mi-add-business::before {
411 content: "\e729";
412}
413
414.mi-add-call::before {
415 content: "\e0e8";
416}
417
418.mi-add-chart::before {
419 content: "\e97b";
420}
421
422.mi-add-circle::before {
Copybara botbe50d492023-11-30 00:16:42 +0100423 content: "\e147";
424}
425
Renovate botf591dcf2023-12-30 14:13:54 +0000426.mi-add-circle-outline::before {
Copybara botbe50d492023-11-30 00:16:42 +0100427 content: "\e148";
428}
429
Renovate botf591dcf2023-12-30 14:13:54 +0000430.mi-add-comment::before {
431 content: "\e266";
432}
433
434.mi-add-ic-call::before {
435 content: "\e97c";
436}
437
438.mi-add-link::before {
439 content: "\e178";
440}
441
442.mi-add-location::before {
Copybara botbe50d492023-11-30 00:16:42 +0100443 content: "\e567";
444}
445
Renovate botf591dcf2023-12-30 14:13:54 +0000446.mi-add-location-alt::before {
447 content: "\ef3a";
448}
449
450.mi-add-moderator::before {
451 content: "\e97d";
452}
453
454.mi-add-photo-alternate::before {
455 content: "\e43e";
456}
457
458.mi-add-reaction::before {
459 content: "\e1d3";
460}
461
462.mi-add-road::before {
463 content: "\ef3b";
464}
465
466.mi-add-shopping-cart::before {
Copybara botbe50d492023-11-30 00:16:42 +0100467 content: "\e854";
468}
469
Renovate botf591dcf2023-12-30 14:13:54 +0000470.mi-add-task::before {
471 content: "\f23a";
472}
473
474.mi-add-to-drive::before {
475 content: "\e65c";
476}
477
478.mi-add-to-home-screen::before {
479 content: "\e1fe";
480}
481
482.mi-add-to-photos::before {
Copybara botbe50d492023-11-30 00:16:42 +0100483 content: "\e39d";
484}
485
Renovate botf591dcf2023-12-30 14:13:54 +0000486.mi-add-to-queue::before {
Copybara botbe50d492023-11-30 00:16:42 +0100487 content: "\e05c";
488}
489
Renovate botf591dcf2023-12-30 14:13:54 +0000490.mi-addchart::before {
491 content: "\ef3c";
492}
493
494.mi-adjust::before {
Copybara botbe50d492023-11-30 00:16:42 +0100495 content: "\e39e";
496}
497
Renovate botf591dcf2023-12-30 14:13:54 +0000498.mi-admin-panel-settings::before {
499 content: "\ef3d";
500}
501
502.mi-ads-click::before {
503 content: "\e762";
504}
505
506.mi-agriculture::before {
507 content: "\ea79";
508}
509
510.mi-air::before {
511 content: "\efd8";
512}
513
514.mi-airline-seat-flat::before {
Copybara botbe50d492023-11-30 00:16:42 +0100515 content: "\e630";
516}
517
Renovate botf591dcf2023-12-30 14:13:54 +0000518.mi-airline-seat-flat-angled::before {
Copybara botbe50d492023-11-30 00:16:42 +0100519 content: "\e631";
520}
521
Renovate botf591dcf2023-12-30 14:13:54 +0000522.mi-airline-seat-individual-suite::before {
Copybara botbe50d492023-11-30 00:16:42 +0100523 content: "\e632";
524}
525
Renovate botf591dcf2023-12-30 14:13:54 +0000526.mi-airline-seat-legroom-extra::before {
Copybara botbe50d492023-11-30 00:16:42 +0100527 content: "\e633";
528}
529
Renovate botf591dcf2023-12-30 14:13:54 +0000530.mi-airline-seat-legroom-normal::before {
Copybara botbe50d492023-11-30 00:16:42 +0100531 content: "\e634";
532}
533
Renovate botf591dcf2023-12-30 14:13:54 +0000534.mi-airline-seat-legroom-reduced::before {
Copybara botbe50d492023-11-30 00:16:42 +0100535 content: "\e635";
536}
537
Renovate botf591dcf2023-12-30 14:13:54 +0000538.mi-airline-seat-recline-extra::before {
Copybara botbe50d492023-11-30 00:16:42 +0100539 content: "\e636";
540}
541
Renovate botf591dcf2023-12-30 14:13:54 +0000542.mi-airline-seat-recline-normal::before {
Copybara botbe50d492023-11-30 00:16:42 +0100543 content: "\e637";
544}
545
Renovate botf591dcf2023-12-30 14:13:54 +0000546.mi-airline-stops::before {
547 content: "\e7d0";
548}
549
550.mi-airlines::before {
551 content: "\e7ca";
552}
553
554.mi-airplane-ticket::before {
555 content: "\efd9";
556}
557
558.mi-airplanemode-active::before {
Copybara botbe50d492023-11-30 00:16:42 +0100559 content: "\e195";
560}
561
Renovate botf591dcf2023-12-30 14:13:54 +0000562.mi-airplanemode-inactive::before {
Copybara botbe50d492023-11-30 00:16:42 +0100563 content: "\e194";
564}
565
Renovate botf591dcf2023-12-30 14:13:54 +0000566.mi-airplanemode-off::before {
567 content: "\e194";
568}
569
570.mi-airplanemode-on::before {
571 content: "\e195";
572}
573
574.mi-airplay::before {
Copybara botbe50d492023-11-30 00:16:42 +0100575 content: "\e055";
576}
577
Renovate botf591dcf2023-12-30 14:13:54 +0000578.mi-airport-shuttle::before {
Copybara botbe50d492023-11-30 00:16:42 +0100579 content: "\eb3c";
580}
581
Renovate botf591dcf2023-12-30 14:13:54 +0000582.mi-alarm::before {
Copybara botbe50d492023-11-30 00:16:42 +0100583 content: "\e855";
584}
585
Renovate botf591dcf2023-12-30 14:13:54 +0000586.mi-alarm-add::before {
Copybara botbe50d492023-11-30 00:16:42 +0100587 content: "\e856";
588}
589
Renovate botf591dcf2023-12-30 14:13:54 +0000590.mi-alarm-off::before {
Copybara botbe50d492023-11-30 00:16:42 +0100591 content: "\e857";
592}
593
Renovate botf591dcf2023-12-30 14:13:54 +0000594.mi-alarm-on::before {
Copybara botbe50d492023-11-30 00:16:42 +0100595 content: "\e858";
596}
597
Renovate botf591dcf2023-12-30 14:13:54 +0000598.mi-album::before {
Copybara botbe50d492023-11-30 00:16:42 +0100599 content: "\e019";
600}
601
Renovate botf591dcf2023-12-30 14:13:54 +0000602.mi-align-horizontal-center::before {
603 content: "\e00f";
604}
605
606.mi-align-horizontal-left::before {
607 content: "\e00d";
608}
609
610.mi-align-horizontal-right::before {
611 content: "\e010";
612}
613
614.mi-align-vertical-bottom::before {
615 content: "\e015";
616}
617
618.mi-align-vertical-center::before {
619 content: "\e011";
620}
621
622.mi-align-vertical-top::before {
623 content: "\e00c";
624}
625
626.mi-all-inbox::before {
627 content: "\e97f";
628}
629
630.mi-all-inclusive::before {
Copybara botbe50d492023-11-30 00:16:42 +0100631 content: "\eb3d";
632}
633
Renovate botf591dcf2023-12-30 14:13:54 +0000634.mi-all-out::before {
Copybara botbe50d492023-11-30 00:16:42 +0100635 content: "\e90b";
636}
637
Renovate botf591dcf2023-12-30 14:13:54 +0000638.mi-alt-route::before {
639 content: "\f184";
640}
641
642.mi-alternate-email::before {
643 content: "\e0e6";
644}
645
646.mi-amp-stories::before {
647 content: "\ea13";
648}
649
650.mi-analytics::before {
651 content: "\ef3e";
652}
653
654.mi-anchor::before {
655 content: "\f1cd";
656}
657
658.mi-android::before {
Copybara botbe50d492023-11-30 00:16:42 +0100659 content: "\e859";
660}
661
Renovate botf591dcf2023-12-30 14:13:54 +0000662.mi-animation::before {
663 content: "\e71c";
664}
665
666.mi-announcement::before {
Copybara botbe50d492023-11-30 00:16:42 +0100667 content: "\e85a";
668}
669
Renovate botf591dcf2023-12-30 14:13:54 +0000670.mi-aod::before {
671 content: "\efda";
672}
673
674.mi-apartment::before {
675 content: "\ea40";
676}
677
678.mi-api::before {
679 content: "\f1b7";
680}
681
682.mi-app-blocking::before {
683 content: "\ef3f";
684}
685
686.mi-app-registration::before {
687 content: "\ef40";
688}
689
690.mi-app-settings-alt::before {
691 content: "\ef41";
692}
693
694.mi-approval::before {
695 content: "\e982";
696}
697
698.mi-apps::before {
Copybara botbe50d492023-11-30 00:16:42 +0100699 content: "\e5c3";
700}
701
Renovate botf591dcf2023-12-30 14:13:54 +0000702.mi-apps-outage::before {
703 content: "\e7cc";
704}
705
706.mi-architecture::before {
707 content: "\ea3b";
708}
709
710.mi-archive::before {
Copybara botbe50d492023-11-30 00:16:42 +0100711 content: "\e149";
712}
713
Renovate botf591dcf2023-12-30 14:13:54 +0000714.mi-area-chart::before {
715 content: "\e770";
716}
717
718.mi-arrow-back::before {
Copybara botbe50d492023-11-30 00:16:42 +0100719 content: "\e5c4";
720}
721
Renovate botf591dcf2023-12-30 14:13:54 +0000722.mi-arrow-back-ios::before {
723 content: "\e5e0";
724}
725
726.mi-arrow-back-ios-new::before {
727 content: "\e2ea";
728}
729
730.mi-arrow-circle-down::before {
731 content: "\f181";
732}
733
734.mi-arrow-circle-up::before {
735 content: "\f182";
736}
737
738.mi-arrow-downward::before {
Copybara botbe50d492023-11-30 00:16:42 +0100739 content: "\e5db";
740}
741
Renovate botf591dcf2023-12-30 14:13:54 +0000742.mi-arrow-drop-down::before {
Copybara botbe50d492023-11-30 00:16:42 +0100743 content: "\e5c5";
744}
745
Renovate botf591dcf2023-12-30 14:13:54 +0000746.mi-arrow-drop-down-circle::before {
Copybara botbe50d492023-11-30 00:16:42 +0100747 content: "\e5c6";
748}
749
Renovate botf591dcf2023-12-30 14:13:54 +0000750.mi-arrow-drop-up::before {
Copybara botbe50d492023-11-30 00:16:42 +0100751 content: "\e5c7";
752}
753
Renovate botf591dcf2023-12-30 14:13:54 +0000754.mi-arrow-forward::before {
Copybara botbe50d492023-11-30 00:16:42 +0100755 content: "\e5c8";
756}
757
Renovate botf591dcf2023-12-30 14:13:54 +0000758.mi-arrow-forward-ios::before {
759 content: "\e5e1";
760}
761
762.mi-arrow-left::before {
763 content: "\e5de";
764}
765
766.mi-arrow-right::before {
767 content: "\e5df";
768}
769
770.mi-arrow-right-alt::before {
771 content: "\e941";
772}
773
774.mi-arrow-upward::before {
Copybara botbe50d492023-11-30 00:16:42 +0100775 content: "\e5d8";
776}
777
Renovate botf591dcf2023-12-30 14:13:54 +0000778.mi-art-track::before {
Copybara botbe50d492023-11-30 00:16:42 +0100779 content: "\e060";
780}
781
Renovate botf591dcf2023-12-30 14:13:54 +0000782.mi-article::before {
783 content: "\ef42";
784}
785
786.mi-aspect-ratio::before {
Copybara botbe50d492023-11-30 00:16:42 +0100787 content: "\e85b";
788}
789
Renovate botf591dcf2023-12-30 14:13:54 +0000790.mi-assessment::before {
Copybara botbe50d492023-11-30 00:16:42 +0100791 content: "\e85c";
792}
793
Renovate botf591dcf2023-12-30 14:13:54 +0000794.mi-assignment::before {
Copybara botbe50d492023-11-30 00:16:42 +0100795 content: "\e85d";
796}
797
Renovate botf591dcf2023-12-30 14:13:54 +0000798.mi-assignment-ind::before {
Copybara botbe50d492023-11-30 00:16:42 +0100799 content: "\e85e";
800}
801
Renovate botf591dcf2023-12-30 14:13:54 +0000802.mi-assignment-late::before {
Copybara botbe50d492023-11-30 00:16:42 +0100803 content: "\e85f";
804}
805
Renovate botf591dcf2023-12-30 14:13:54 +0000806.mi-assignment-return::before {
Copybara botbe50d492023-11-30 00:16:42 +0100807 content: "\e860";
808}
809
Renovate botf591dcf2023-12-30 14:13:54 +0000810.mi-assignment-returned::before {
Copybara botbe50d492023-11-30 00:16:42 +0100811 content: "\e861";
812}
813
Renovate botf591dcf2023-12-30 14:13:54 +0000814.mi-assignment-turned-in::before {
Copybara botbe50d492023-11-30 00:16:42 +0100815 content: "\e862";
816}
817
Renovate botf591dcf2023-12-30 14:13:54 +0000818.mi-assistant::before {
Copybara botbe50d492023-11-30 00:16:42 +0100819 content: "\e39f";
820}
821
Renovate botf591dcf2023-12-30 14:13:54 +0000822.mi-assistant-direction::before {
823 content: "\e988";
824}
825
826.mi-assistant-navigation::before {
827 content: "\e989";
828}
829
830.mi-assistant-photo::before {
Copybara botbe50d492023-11-30 00:16:42 +0100831 content: "\e3a0";
832}
833
Renovate botf591dcf2023-12-30 14:13:54 +0000834.mi-atm::before {
835 content: "\e573";
836}
837
838.mi-attach-email::before {
839 content: "\ea5e";
840}
841
842.mi-attach-file::before {
Copybara botbe50d492023-11-30 00:16:42 +0100843 content: "\e226";
844}
845
Renovate botf591dcf2023-12-30 14:13:54 +0000846.mi-attach-money::before {
Copybara botbe50d492023-11-30 00:16:42 +0100847 content: "\e227";
848}
849
Renovate botf591dcf2023-12-30 14:13:54 +0000850.mi-attachment::before {
Copybara botbe50d492023-11-30 00:16:42 +0100851 content: "\e2bc";
852}
853
Renovate botf591dcf2023-12-30 14:13:54 +0000854.mi-attractions::before {
855 content: "\ea52";
856}
857
858.mi-attribution::before {
859 content: "\efdb";
860}
861
862.mi-audiotrack::before {
Copybara botbe50d492023-11-30 00:16:42 +0100863 content: "\e3a1";
864}
865
Renovate botf591dcf2023-12-30 14:13:54 +0000866.mi-auto-awesome::before {
867 content: "\e65f";
868}
869
870.mi-auto-awesome-mosaic::before {
871 content: "\e660";
872}
873
874.mi-auto-awesome-motion::before {
875 content: "\e661";
876}
877
878.mi-auto-delete::before {
879 content: "\ea4c";
880}
881
882.mi-auto-fix-high::before {
883 content: "\e663";
884}
885
886.mi-auto-fix-normal::before {
887 content: "\e664";
888}
889
890.mi-auto-fix-off::before {
891 content: "\e665";
892}
893
894.mi-auto-graph::before {
895 content: "\e4fb";
896}
897
898.mi-auto-stories::before {
899 content: "\e666";
900}
901
902.mi-autofps-select::before {
903 content: "\efdc";
904}
905
906.mi-autorenew::before {
Copybara botbe50d492023-11-30 00:16:42 +0100907 content: "\e863";
908}
909
Renovate botf591dcf2023-12-30 14:13:54 +0000910.mi-av-timer::before {
Copybara botbe50d492023-11-30 00:16:42 +0100911 content: "\e01b";
912}
913
Renovate botf591dcf2023-12-30 14:13:54 +0000914.mi-baby-changing-station::before {
915 content: "\f19b";
916}
917
918.mi-back-hand::before {
919 content: "\e764";
920}
921
922.mi-backpack::before {
923 content: "\f19c";
924}
925
926.mi-backspace::before {
Copybara botbe50d492023-11-30 00:16:42 +0100927 content: "\e14a";
928}
929
Renovate botf591dcf2023-12-30 14:13:54 +0000930.mi-backup::before {
Copybara botbe50d492023-11-30 00:16:42 +0100931 content: "\e864";
932}
933
Renovate botf591dcf2023-12-30 14:13:54 +0000934.mi-backup-table::before {
935 content: "\ef43";
936}
937
938.mi-badge::before {
939 content: "\ea67";
940}
941
942.mi-bakery-dining::before {
943 content: "\ea53";
944}
945
946.mi-balcony::before {
947 content: "\e58f";
948}
949
950.mi-ballot::before {
951 content: "\e172";
952}
953
954.mi-bar-chart::before {
955 content: "\e26b";
956}
957
958.mi-batch-prediction::before {
959 content: "\f0f5";
960}
961
962.mi-bathroom::before {
963 content: "\efdd";
964}
965
966.mi-bathtub::before {
967 content: "\ea41";
968}
969
970.mi-battery-20::before {
971 content: "\f09c";
972}
973
974.mi-battery-30::before {
975 content: "\f09d";
976}
977
978.mi-battery-50::before {
979 content: "\f09e";
980}
981
982.mi-battery-60::before {
983 content: "\f09f";
984}
985
986.mi-battery-80::before {
987 content: "\f0a0";
988}
989
990.mi-battery-90::before {
991 content: "\f0a1";
992}
993
994.mi-battery-alert::before {
Copybara botbe50d492023-11-30 00:16:42 +0100995 content: "\e19c";
996}
997
Renovate botf591dcf2023-12-30 14:13:54 +0000998.mi-battery-charging-20::before {
999 content: "\f0a2";
1000}
1001
1002.mi-battery-charging-30::before {
1003 content: "\f0a3";
1004}
1005
1006.mi-battery-charging-50::before {
1007 content: "\f0a4";
1008}
1009
1010.mi-battery-charging-60::before {
1011 content: "\f0a5";
1012}
1013
1014.mi-battery-charging-80::before {
1015 content: "\f0a6";
1016}
1017
1018.mi-battery-charging-90::before {
1019 content: "\f0a7";
1020}
1021
1022.mi-battery-charging-full::before {
Copybara botbe50d492023-11-30 00:16:42 +01001023 content: "\e1a3";
1024}
1025
Renovate botf591dcf2023-12-30 14:13:54 +00001026.mi-battery-full::before {
Copybara botbe50d492023-11-30 00:16:42 +01001027 content: "\e1a4";
1028}
1029
Renovate botf591dcf2023-12-30 14:13:54 +00001030.mi-battery-saver::before {
1031 content: "\efde";
1032}
1033
1034.mi-battery-std::before {
Copybara botbe50d492023-11-30 00:16:42 +01001035 content: "\e1a5";
1036}
1037
Renovate botf591dcf2023-12-30 14:13:54 +00001038.mi-battery-unknown::before {
Copybara botbe50d492023-11-30 00:16:42 +01001039 content: "\e1a6";
1040}
1041
Renovate botf591dcf2023-12-30 14:13:54 +00001042.mi-beach-access::before {
Copybara botbe50d492023-11-30 00:16:42 +01001043 content: "\eb3e";
1044}
1045
Renovate botf591dcf2023-12-30 14:13:54 +00001046.mi-bed::before {
1047 content: "\efdf";
1048}
1049
1050.mi-bedroom-baby::before {
1051 content: "\efe0";
1052}
1053
1054.mi-bedroom-child::before {
1055 content: "\efe1";
1056}
1057
1058.mi-bedroom-parent::before {
1059 content: "\efe2";
1060}
1061
1062.mi-bedtime::before {
1063 content: "\ef44";
1064}
1065
1066.mi-beenhere::before {
Copybara botbe50d492023-11-30 00:16:42 +01001067 content: "\e52d";
1068}
1069
Renovate botf591dcf2023-12-30 14:13:54 +00001070.mi-bento::before {
1071 content: "\f1f4";
1072}
1073
1074.mi-bike-scooter::before {
1075 content: "\ef45";
1076}
1077
1078.mi-biotech::before {
1079 content: "\ea3a";
1080}
1081
1082.mi-blender::before {
1083 content: "\efe3";
1084}
1085
1086.mi-block::before {
Copybara botbe50d492023-11-30 00:16:42 +01001087 content: "\e14b";
1088}
1089
Renovate botf591dcf2023-12-30 14:13:54 +00001090.mi-block-flipped::before {
1091 content: "\ef46";
1092}
1093
1094.mi-bloodtype::before {
1095 content: "\efe4";
1096}
1097
1098.mi-bluetooth::before {
Copybara botbe50d492023-11-30 00:16:42 +01001099 content: "\e1a7";
1100}
1101
Renovate botf591dcf2023-12-30 14:13:54 +00001102.mi-bluetooth-audio::before {
Copybara botbe50d492023-11-30 00:16:42 +01001103 content: "\e60f";
1104}
1105
Renovate botf591dcf2023-12-30 14:13:54 +00001106.mi-bluetooth-connected::before {
Copybara botbe50d492023-11-30 00:16:42 +01001107 content: "\e1a8";
1108}
1109
Renovate botf591dcf2023-12-30 14:13:54 +00001110.mi-bluetooth-disabled::before {
Copybara botbe50d492023-11-30 00:16:42 +01001111 content: "\e1a9";
1112}
1113
Renovate botf591dcf2023-12-30 14:13:54 +00001114.mi-bluetooth-drive::before {
1115 content: "\efe5";
1116}
1117
1118.mi-bluetooth-searching::before {
Copybara botbe50d492023-11-30 00:16:42 +01001119 content: "\e1aa";
1120}
1121
Renovate botf591dcf2023-12-30 14:13:54 +00001122.mi-blur-circular::before {
Copybara botbe50d492023-11-30 00:16:42 +01001123 content: "\e3a2";
1124}
1125
Renovate botf591dcf2023-12-30 14:13:54 +00001126.mi-blur-linear::before {
Copybara botbe50d492023-11-30 00:16:42 +01001127 content: "\e3a3";
1128}
1129
Renovate botf591dcf2023-12-30 14:13:54 +00001130.mi-blur-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01001131 content: "\e3a4";
1132}
1133
Renovate botf591dcf2023-12-30 14:13:54 +00001134.mi-blur-on::before {
Copybara botbe50d492023-11-30 00:16:42 +01001135 content: "\e3a5";
1136}
1137
Renovate botf591dcf2023-12-30 14:13:54 +00001138.mi-bolt::before {
1139 content: "\ea0b";
1140}
1141
1142.mi-book::before {
Copybara botbe50d492023-11-30 00:16:42 +01001143 content: "\e865";
1144}
1145
Renovate botf591dcf2023-12-30 14:13:54 +00001146.mi-book-online::before {
1147 content: "\f217";
1148}
1149
1150.mi-bookmark::before {
Copybara botbe50d492023-11-30 00:16:42 +01001151 content: "\e866";
1152}
1153
Renovate botf591dcf2023-12-30 14:13:54 +00001154.mi-bookmark-add::before {
1155 content: "\e598";
1156}
1157
1158.mi-bookmark-added::before {
1159 content: "\e599";
1160}
1161
1162.mi-bookmark-border::before {
Copybara botbe50d492023-11-30 00:16:42 +01001163 content: "\e867";
1164}
1165
Renovate botf591dcf2023-12-30 14:13:54 +00001166.mi-bookmark-outline::before {
1167 content: "\e867";
1168}
1169
1170.mi-bookmark-remove::before {
1171 content: "\e59a";
1172}
1173
1174.mi-bookmarks::before {
1175 content: "\e98b";
1176}
1177
1178.mi-border-all::before {
Copybara botbe50d492023-11-30 00:16:42 +01001179 content: "\e228";
1180}
1181
Renovate botf591dcf2023-12-30 14:13:54 +00001182.mi-border-bottom::before {
Copybara botbe50d492023-11-30 00:16:42 +01001183 content: "\e229";
1184}
1185
Renovate botf591dcf2023-12-30 14:13:54 +00001186.mi-border-clear::before {
Copybara botbe50d492023-11-30 00:16:42 +01001187 content: "\e22a";
1188}
1189
Renovate botf591dcf2023-12-30 14:13:54 +00001190.mi-border-color::before {
Copybara botbe50d492023-11-30 00:16:42 +01001191 content: "\e22b";
1192}
1193
Renovate botf591dcf2023-12-30 14:13:54 +00001194.mi-border-horizontal::before {
Copybara botbe50d492023-11-30 00:16:42 +01001195 content: "\e22c";
1196}
1197
Renovate botf591dcf2023-12-30 14:13:54 +00001198.mi-border-inner::before {
Copybara botbe50d492023-11-30 00:16:42 +01001199 content: "\e22d";
1200}
1201
Renovate botf591dcf2023-12-30 14:13:54 +00001202.mi-border-left::before {
Copybara botbe50d492023-11-30 00:16:42 +01001203 content: "\e22e";
1204}
1205
Renovate botf591dcf2023-12-30 14:13:54 +00001206.mi-border-outer::before {
Copybara botbe50d492023-11-30 00:16:42 +01001207 content: "\e22f";
1208}
1209
Renovate botf591dcf2023-12-30 14:13:54 +00001210.mi-border-right::before {
Copybara botbe50d492023-11-30 00:16:42 +01001211 content: "\e230";
1212}
1213
Renovate botf591dcf2023-12-30 14:13:54 +00001214.mi-border-style::before {
Copybara botbe50d492023-11-30 00:16:42 +01001215 content: "\e231";
1216}
1217
Renovate botf591dcf2023-12-30 14:13:54 +00001218.mi-border-top::before {
Copybara botbe50d492023-11-30 00:16:42 +01001219 content: "\e232";
1220}
1221
Renovate botf591dcf2023-12-30 14:13:54 +00001222.mi-border-vertical::before {
Copybara botbe50d492023-11-30 00:16:42 +01001223 content: "\e233";
1224}
1225
Renovate botf591dcf2023-12-30 14:13:54 +00001226.mi-branding-watermark::before {
Copybara botbe50d492023-11-30 00:16:42 +01001227 content: "\e06b";
1228}
1229
Renovate botf591dcf2023-12-30 14:13:54 +00001230.mi-breakfast-dining::before {
1231 content: "\ea54";
1232}
1233
1234.mi-brightness-1::before {
Copybara botbe50d492023-11-30 00:16:42 +01001235 content: "\e3a6";
1236}
1237
Renovate botf591dcf2023-12-30 14:13:54 +00001238.mi-brightness-2::before {
Copybara botbe50d492023-11-30 00:16:42 +01001239 content: "\e3a7";
1240}
1241
Renovate botf591dcf2023-12-30 14:13:54 +00001242.mi-brightness-3::before {
Copybara botbe50d492023-11-30 00:16:42 +01001243 content: "\e3a8";
1244}
1245
Renovate botf591dcf2023-12-30 14:13:54 +00001246.mi-brightness-4::before {
Copybara botbe50d492023-11-30 00:16:42 +01001247 content: "\e3a9";
1248}
1249
Renovate botf591dcf2023-12-30 14:13:54 +00001250.mi-brightness-5::before {
Copybara botbe50d492023-11-30 00:16:42 +01001251 content: "\e3aa";
1252}
1253
Renovate botf591dcf2023-12-30 14:13:54 +00001254.mi-brightness-6::before {
Copybara botbe50d492023-11-30 00:16:42 +01001255 content: "\e3ab";
1256}
1257
Renovate botf591dcf2023-12-30 14:13:54 +00001258.mi-brightness-7::before {
Copybara botbe50d492023-11-30 00:16:42 +01001259 content: "\e3ac";
1260}
1261
Renovate botf591dcf2023-12-30 14:13:54 +00001262.mi-brightness-auto::before {
Copybara botbe50d492023-11-30 00:16:42 +01001263 content: "\e1ab";
1264}
1265
Renovate botf591dcf2023-12-30 14:13:54 +00001266.mi-brightness-high::before {
Copybara botbe50d492023-11-30 00:16:42 +01001267 content: "\e1ac";
1268}
1269
Renovate botf591dcf2023-12-30 14:13:54 +00001270.mi-brightness-low::before {
Copybara botbe50d492023-11-30 00:16:42 +01001271 content: "\e1ad";
1272}
1273
Renovate botf591dcf2023-12-30 14:13:54 +00001274.mi-brightness-medium::before {
Copybara botbe50d492023-11-30 00:16:42 +01001275 content: "\e1ae";
1276}
1277
Renovate botf591dcf2023-12-30 14:13:54 +00001278.mi-broken-image::before {
Copybara botbe50d492023-11-30 00:16:42 +01001279 content: "\e3ad";
1280}
1281
Renovate botf591dcf2023-12-30 14:13:54 +00001282.mi-browser-not-supported::before {
1283 content: "\ef47";
1284}
1285
1286.mi-browser-updated::before {
1287 content: "\e7cf";
1288}
1289
1290.mi-brunch-dining::before {
1291 content: "\ea73";
1292}
1293
1294.mi-brush::before {
Copybara botbe50d492023-11-30 00:16:42 +01001295 content: "\e3ae";
1296}
1297
Renovate botf591dcf2023-12-30 14:13:54 +00001298.mi-bubble-chart::before {
Copybara botbe50d492023-11-30 00:16:42 +01001299 content: "\e6dd";
1300}
1301
Renovate botf591dcf2023-12-30 14:13:54 +00001302.mi-bug-report::before {
Copybara botbe50d492023-11-30 00:16:42 +01001303 content: "\e868";
1304}
1305
Renovate botf591dcf2023-12-30 14:13:54 +00001306.mi-build::before {
Copybara botbe50d492023-11-30 00:16:42 +01001307 content: "\e869";
1308}
1309
Renovate botf591dcf2023-12-30 14:13:54 +00001310.mi-build-circle::before {
1311 content: "\ef48";
1312}
1313
1314.mi-bungalow::before {
1315 content: "\e591";
1316}
1317
1318.mi-burst-mode::before {
Copybara botbe50d492023-11-30 00:16:42 +01001319 content: "\e43c";
1320}
1321
Renovate botf591dcf2023-12-30 14:13:54 +00001322.mi-bus-alert::before {
1323 content: "\e98f";
1324}
1325
1326.mi-business::before {
Copybara botbe50d492023-11-30 00:16:42 +01001327 content: "\e0af";
1328}
1329
Renovate botf591dcf2023-12-30 14:13:54 +00001330.mi-business-center::before {
Copybara botbe50d492023-11-30 00:16:42 +01001331 content: "\eb3f";
1332}
1333
Renovate botf591dcf2023-12-30 14:13:54 +00001334.mi-cabin::before {
1335 content: "\e589";
1336}
1337
1338.mi-cable::before {
1339 content: "\efe6";
1340}
1341
1342.mi-cached::before {
Copybara botbe50d492023-11-30 00:16:42 +01001343 content: "\e86a";
1344}
1345
Renovate botf591dcf2023-12-30 14:13:54 +00001346.mi-cake::before {
Copybara botbe50d492023-11-30 00:16:42 +01001347 content: "\e7e9";
1348}
1349
Renovate botf591dcf2023-12-30 14:13:54 +00001350.mi-calculate::before {
1351 content: "\ea5f";
1352}
1353
1354.mi-calendar-today::before {
1355 content: "\e935";
1356}
1357
1358.mi-calendar-view-day::before {
1359 content: "\e936";
1360}
1361
1362.mi-calendar-view-month::before {
1363 content: "\efe7";
1364}
1365
1366.mi-calendar-view-week::before {
1367 content: "\efe8";
1368}
1369
1370.mi-call::before {
Copybara botbe50d492023-11-30 00:16:42 +01001371 content: "\e0b0";
1372}
1373
Renovate botf591dcf2023-12-30 14:13:54 +00001374.mi-call-end::before {
Copybara botbe50d492023-11-30 00:16:42 +01001375 content: "\e0b1";
1376}
1377
Renovate botf591dcf2023-12-30 14:13:54 +00001378.mi-call-made::before {
Copybara botbe50d492023-11-30 00:16:42 +01001379 content: "\e0b2";
1380}
1381
Renovate botf591dcf2023-12-30 14:13:54 +00001382.mi-call-merge::before {
Copybara botbe50d492023-11-30 00:16:42 +01001383 content: "\e0b3";
1384}
1385
Renovate botf591dcf2023-12-30 14:13:54 +00001386.mi-call-missed::before {
Copybara botbe50d492023-11-30 00:16:42 +01001387 content: "\e0b4";
1388}
1389
Renovate botf591dcf2023-12-30 14:13:54 +00001390.mi-call-missed-outgoing::before {
Copybara botbe50d492023-11-30 00:16:42 +01001391 content: "\e0e4";
1392}
1393
Renovate botf591dcf2023-12-30 14:13:54 +00001394.mi-call-received::before {
Copybara botbe50d492023-11-30 00:16:42 +01001395 content: "\e0b5";
1396}
1397
Renovate botf591dcf2023-12-30 14:13:54 +00001398.mi-call-split::before {
Copybara botbe50d492023-11-30 00:16:42 +01001399 content: "\e0b6";
1400}
1401
Renovate botf591dcf2023-12-30 14:13:54 +00001402.mi-call-to-action::before {
Copybara botbe50d492023-11-30 00:16:42 +01001403 content: "\e06c";
1404}
1405
Renovate botf591dcf2023-12-30 14:13:54 +00001406.mi-camera::before {
Copybara botbe50d492023-11-30 00:16:42 +01001407 content: "\e3af";
1408}
1409
Renovate botf591dcf2023-12-30 14:13:54 +00001410.mi-camera-alt::before {
Copybara botbe50d492023-11-30 00:16:42 +01001411 content: "\e3b0";
1412}
1413
Renovate botf591dcf2023-12-30 14:13:54 +00001414.mi-camera-enhance::before {
Copybara botbe50d492023-11-30 00:16:42 +01001415 content: "\e8fc";
1416}
1417
Renovate botf591dcf2023-12-30 14:13:54 +00001418.mi-camera-front::before {
Copybara botbe50d492023-11-30 00:16:42 +01001419 content: "\e3b1";
1420}
1421
Renovate botf591dcf2023-12-30 14:13:54 +00001422.mi-camera-indoor::before {
1423 content: "\efe9";
1424}
1425
1426.mi-camera-outdoor::before {
1427 content: "\efea";
1428}
1429
1430.mi-camera-rear::before {
Copybara botbe50d492023-11-30 00:16:42 +01001431 content: "\e3b2";
1432}
1433
Renovate botf591dcf2023-12-30 14:13:54 +00001434.mi-camera-roll::before {
Copybara botbe50d492023-11-30 00:16:42 +01001435 content: "\e3b3";
1436}
1437
Renovate botf591dcf2023-12-30 14:13:54 +00001438.mi-cameraswitch::before {
1439 content: "\efeb";
1440}
1441
1442.mi-campaign::before {
1443 content: "\ef49";
1444}
1445
1446.mi-cancel::before {
Copybara botbe50d492023-11-30 00:16:42 +01001447 content: "\e5c9";
1448}
1449
Renovate botf591dcf2023-12-30 14:13:54 +00001450.mi-cancel-presentation::before {
1451 content: "\e0e9";
1452}
1453
1454.mi-cancel-schedule-send::before {
1455 content: "\ea39";
1456}
1457
1458.mi-car-rental::before {
1459 content: "\ea55";
1460}
1461
1462.mi-car-repair::before {
1463 content: "\ea56";
1464}
1465
1466.mi-card-giftcard::before {
Copybara botbe50d492023-11-30 00:16:42 +01001467 content: "\e8f6";
1468}
1469
Renovate botf591dcf2023-12-30 14:13:54 +00001470.mi-card-membership::before {
Copybara botbe50d492023-11-30 00:16:42 +01001471 content: "\e8f7";
1472}
1473
Renovate botf591dcf2023-12-30 14:13:54 +00001474.mi-card-travel::before {
Copybara botbe50d492023-11-30 00:16:42 +01001475 content: "\e8f8";
1476}
1477
Renovate botf591dcf2023-12-30 14:13:54 +00001478.mi-carpenter::before {
1479 content: "\f1f8";
1480}
1481
1482.mi-cases::before {
1483 content: "\e992";
1484}
1485
1486.mi-casino::before {
Copybara botbe50d492023-11-30 00:16:42 +01001487 content: "\eb40";
1488}
1489
Renovate botf591dcf2023-12-30 14:13:54 +00001490.mi-cast::before {
Copybara botbe50d492023-11-30 00:16:42 +01001491 content: "\e307";
1492}
1493
Renovate botf591dcf2023-12-30 14:13:54 +00001494.mi-cast-connected::before {
Copybara botbe50d492023-11-30 00:16:42 +01001495 content: "\e308";
1496}
1497
Renovate botf591dcf2023-12-30 14:13:54 +00001498.mi-cast-for-education::before {
1499 content: "\efec";
1500}
1501
1502.mi-catching-pokemon::before {
1503 content: "\e508";
1504}
1505
1506.mi-category::before {
1507 content: "\e574";
1508}
1509
1510.mi-celebration::before {
1511 content: "\ea65";
1512}
1513
1514.mi-cell-wifi::before {
1515 content: "\e0ec";
1516}
1517
1518.mi-center-focus-strong::before {
Copybara botbe50d492023-11-30 00:16:42 +01001519 content: "\e3b4";
1520}
1521
Renovate botf591dcf2023-12-30 14:13:54 +00001522.mi-center-focus-weak::before {
Copybara botbe50d492023-11-30 00:16:42 +01001523 content: "\e3b5";
1524}
1525
Renovate botf591dcf2023-12-30 14:13:54 +00001526.mi-chair::before {
1527 content: "\efed";
1528}
1529
1530.mi-chair-alt::before {
1531 content: "\efee";
1532}
1533
1534.mi-chalet::before {
1535 content: "\e585";
1536}
1537
1538.mi-change-circle::before {
1539 content: "\e2e7";
1540}
1541
1542.mi-change-history::before {
Copybara botbe50d492023-11-30 00:16:42 +01001543 content: "\e86b";
1544}
1545
Renovate botf591dcf2023-12-30 14:13:54 +00001546.mi-charging-station::before {
1547 content: "\f19d";
1548}
1549
1550.mi-chat::before {
Copybara botbe50d492023-11-30 00:16:42 +01001551 content: "\e0b7";
1552}
1553
Renovate botf591dcf2023-12-30 14:13:54 +00001554.mi-chat-bubble::before {
Copybara botbe50d492023-11-30 00:16:42 +01001555 content: "\e0ca";
1556}
1557
Renovate botf591dcf2023-12-30 14:13:54 +00001558.mi-chat-bubble-outline::before {
Copybara botbe50d492023-11-30 00:16:42 +01001559 content: "\e0cb";
1560}
1561
Renovate botf591dcf2023-12-30 14:13:54 +00001562.mi-check::before {
Copybara botbe50d492023-11-30 00:16:42 +01001563 content: "\e5ca";
1564}
1565
Renovate botf591dcf2023-12-30 14:13:54 +00001566.mi-check-box::before {
Copybara botbe50d492023-11-30 00:16:42 +01001567 content: "\e834";
1568}
1569
Renovate botf591dcf2023-12-30 14:13:54 +00001570.mi-check-box-outline-blank::before {
Copybara botbe50d492023-11-30 00:16:42 +01001571 content: "\e835";
1572}
1573
Renovate botf591dcf2023-12-30 14:13:54 +00001574.mi-check-circle::before {
Copybara botbe50d492023-11-30 00:16:42 +01001575 content: "\e86c";
1576}
1577
Renovate botf591dcf2023-12-30 14:13:54 +00001578.mi-check-circle-outline::before {
1579 content: "\e92d";
1580}
1581
1582.mi-checklist::before {
1583 content: "\e6b1";
1584}
1585
1586.mi-checklist-rtl::before {
1587 content: "\e6b3";
1588}
1589
1590.mi-checkroom::before {
1591 content: "\f19e";
1592}
1593
1594.mi-chevron-left::before {
Copybara botbe50d492023-11-30 00:16:42 +01001595 content: "\e5cb";
1596}
1597
Renovate botf591dcf2023-12-30 14:13:54 +00001598.mi-chevron-right::before {
Copybara botbe50d492023-11-30 00:16:42 +01001599 content: "\e5cc";
1600}
1601
Renovate botf591dcf2023-12-30 14:13:54 +00001602.mi-child-care::before {
Copybara botbe50d492023-11-30 00:16:42 +01001603 content: "\eb41";
1604}
1605
Renovate botf591dcf2023-12-30 14:13:54 +00001606.mi-child-friendly::before {
Copybara botbe50d492023-11-30 00:16:42 +01001607 content: "\eb42";
1608}
1609
Renovate botf591dcf2023-12-30 14:13:54 +00001610.mi-chrome-reader-mode::before {
Copybara botbe50d492023-11-30 00:16:42 +01001611 content: "\e86d";
1612}
1613
Renovate botf591dcf2023-12-30 14:13:54 +00001614.mi-circle::before {
1615 content: "\ef4a";
1616}
1617
1618.mi-circle-notifications::before {
1619 content: "\e994";
1620}
1621
1622.mi-class::before {
Copybara botbe50d492023-11-30 00:16:42 +01001623 content: "\e86e";
1624}
1625
Renovate botf591dcf2023-12-30 14:13:54 +00001626.mi-clean-hands::before {
1627 content: "\f21f";
1628}
1629
1630.mi-cleaning-services::before {
1631 content: "\f0ff";
1632}
1633
1634.mi-clear::before {
Copybara botbe50d492023-11-30 00:16:42 +01001635 content: "\e14c";
1636}
1637
Renovate botf591dcf2023-12-30 14:13:54 +00001638.mi-clear-all::before {
Copybara botbe50d492023-11-30 00:16:42 +01001639 content: "\e0b8";
1640}
1641
Renovate botf591dcf2023-12-30 14:13:54 +00001642.mi-close::before {
Copybara botbe50d492023-11-30 00:16:42 +01001643 content: "\e5cd";
1644}
1645
Renovate botf591dcf2023-12-30 14:13:54 +00001646.mi-close-fullscreen::before {
1647 content: "\f1cf";
1648}
1649
1650.mi-closed-caption::before {
Copybara botbe50d492023-11-30 00:16:42 +01001651 content: "\e01c";
1652}
1653
Renovate botf591dcf2023-12-30 14:13:54 +00001654.mi-closed-caption-disabled::before {
1655 content: "\f1dc";
1656}
1657
1658.mi-closed-caption-off::before {
1659 content: "\e996";
1660}
1661
1662.mi-cloud::before {
Copybara botbe50d492023-11-30 00:16:42 +01001663 content: "\e2bd";
1664}
1665
Renovate botf591dcf2023-12-30 14:13:54 +00001666.mi-cloud-circle::before {
Copybara botbe50d492023-11-30 00:16:42 +01001667 content: "\e2be";
1668}
1669
Renovate botf591dcf2023-12-30 14:13:54 +00001670.mi-cloud-done::before {
Copybara botbe50d492023-11-30 00:16:42 +01001671 content: "\e2bf";
1672}
1673
Renovate botf591dcf2023-12-30 14:13:54 +00001674.mi-cloud-download::before {
Copybara botbe50d492023-11-30 00:16:42 +01001675 content: "\e2c0";
1676}
1677
Renovate botf591dcf2023-12-30 14:13:54 +00001678.mi-cloud-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01001679 content: "\e2c1";
1680}
1681
Renovate botf591dcf2023-12-30 14:13:54 +00001682.mi-cloud-queue::before {
Copybara botbe50d492023-11-30 00:16:42 +01001683 content: "\e2c2";
1684}
1685
Renovate botf591dcf2023-12-30 14:13:54 +00001686.mi-cloud-upload::before {
Copybara botbe50d492023-11-30 00:16:42 +01001687 content: "\e2c3";
1688}
1689
Renovate botf591dcf2023-12-30 14:13:54 +00001690.mi-cloudy-snowing::before {
1691 content: "\e810";
1692}
1693
1694.mi-co2::before {
1695 content: "\e7b0";
1696}
1697
1698.mi-code::before {
Copybara botbe50d492023-11-30 00:16:42 +01001699 content: "\e86f";
1700}
1701
Renovate botf591dcf2023-12-30 14:13:54 +00001702.mi-code-off::before {
1703 content: "\e4f3";
1704}
1705
1706.mi-coffee::before {
1707 content: "\efef";
1708}
1709
1710.mi-coffee-maker::before {
1711 content: "\eff0";
1712}
1713
1714.mi-collections::before {
Copybara botbe50d492023-11-30 00:16:42 +01001715 content: "\e3b6";
1716}
1717
Renovate botf591dcf2023-12-30 14:13:54 +00001718.mi-collections-bookmark::before {
Copybara botbe50d492023-11-30 00:16:42 +01001719 content: "\e431";
1720}
1721
Renovate botf591dcf2023-12-30 14:13:54 +00001722.mi-color-lens::before {
Copybara botbe50d492023-11-30 00:16:42 +01001723 content: "\e3b7";
1724}
1725
Renovate botf591dcf2023-12-30 14:13:54 +00001726.mi-colorize::before {
Copybara botbe50d492023-11-30 00:16:42 +01001727 content: "\e3b8";
1728}
1729
Renovate botf591dcf2023-12-30 14:13:54 +00001730.mi-comment::before {
Copybara botbe50d492023-11-30 00:16:42 +01001731 content: "\e0b9";
1732}
1733
Renovate botf591dcf2023-12-30 14:13:54 +00001734.mi-comment-bank::before {
1735 content: "\ea4e";
1736}
1737
1738.mi-comments-disabled::before {
1739 content: "\e7a2";
1740}
1741
1742.mi-commute::before {
1743 content: "\e940";
1744}
1745
1746.mi-compare::before {
Copybara botbe50d492023-11-30 00:16:42 +01001747 content: "\e3b9";
1748}
1749
Renovate botf591dcf2023-12-30 14:13:54 +00001750.mi-compare-arrows::before {
Copybara botbe50d492023-11-30 00:16:42 +01001751 content: "\e915";
1752}
1753
Renovate botf591dcf2023-12-30 14:13:54 +00001754.mi-compass-calibration::before {
1755 content: "\e57c";
1756}
1757
1758.mi-compost::before {
1759 content: "\e761";
1760}
1761
1762.mi-compress::before {
1763 content: "\e94d";
1764}
1765
1766.mi-computer::before {
Copybara botbe50d492023-11-30 00:16:42 +01001767 content: "\e30a";
1768}
1769
Renovate botf591dcf2023-12-30 14:13:54 +00001770.mi-confirmation-num::before {
Copybara botbe50d492023-11-30 00:16:42 +01001771 content: "\e638";
1772}
1773
Renovate botf591dcf2023-12-30 14:13:54 +00001774.mi-confirmation-number::before {
1775 content: "\e638";
1776}
1777
1778.mi-connect-without-contact::before {
1779 content: "\f223";
1780}
1781
1782.mi-connected-tv::before {
1783 content: "\e998";
1784}
1785
1786.mi-connecting-airports::before {
1787 content: "\e7c9";
1788}
1789
1790.mi-construction::before {
1791 content: "\ea3c";
1792}
1793
1794.mi-contact-mail::before {
Copybara botbe50d492023-11-30 00:16:42 +01001795 content: "\e0d0";
1796}
1797
Renovate botf591dcf2023-12-30 14:13:54 +00001798.mi-contact-page::before {
1799 content: "\f22e";
1800}
1801
1802.mi-contact-phone::before {
Copybara botbe50d492023-11-30 00:16:42 +01001803 content: "\e0cf";
1804}
1805
Renovate botf591dcf2023-12-30 14:13:54 +00001806.mi-contact-support::before {
1807 content: "\e94c";
1808}
1809
1810.mi-contactless::before {
1811 content: "\ea71";
1812}
1813
1814.mi-contacts::before {
Copybara botbe50d492023-11-30 00:16:42 +01001815 content: "\e0ba";
1816}
1817
Renovate botf591dcf2023-12-30 14:13:54 +00001818.mi-content-copy::before {
Copybara botbe50d492023-11-30 00:16:42 +01001819 content: "\e14d";
1820}
1821
Renovate botf591dcf2023-12-30 14:13:54 +00001822.mi-content-cut::before {
Copybara botbe50d492023-11-30 00:16:42 +01001823 content: "\e14e";
1824}
1825
Renovate botf591dcf2023-12-30 14:13:54 +00001826.mi-content-paste::before {
Copybara botbe50d492023-11-30 00:16:42 +01001827 content: "\e14f";
1828}
1829
Renovate botf591dcf2023-12-30 14:13:54 +00001830.mi-content-paste-off::before {
1831 content: "\e4f8";
1832}
1833
1834.mi-control-camera::before {
1835 content: "\e074";
1836}
1837
1838.mi-control-point::before {
Copybara botbe50d492023-11-30 00:16:42 +01001839 content: "\e3ba";
1840}
1841
Renovate botf591dcf2023-12-30 14:13:54 +00001842.mi-control-point-duplicate::before {
Copybara botbe50d492023-11-30 00:16:42 +01001843 content: "\e3bb";
1844}
1845
Renovate botf591dcf2023-12-30 14:13:54 +00001846.mi-copy::before {
1847 content: "\f08a";
1848}
1849
1850.mi-copy-all::before {
1851 content: "\e2ec";
1852}
1853
1854.mi-copyright::before {
Copybara botbe50d492023-11-30 00:16:42 +01001855 content: "\e90c";
1856}
1857
Renovate botf591dcf2023-12-30 14:13:54 +00001858.mi-coronavirus::before {
1859 content: "\f221";
1860}
1861
1862.mi-corporate-fare::before {
1863 content: "\f1d0";
1864}
1865
1866.mi-cottage::before {
1867 content: "\e587";
1868}
1869
1870.mi-countertops::before {
1871 content: "\f1f7";
1872}
1873
1874.mi-create::before {
Copybara botbe50d492023-11-30 00:16:42 +01001875 content: "\e150";
1876}
1877
Renovate botf591dcf2023-12-30 14:13:54 +00001878.mi-create-new-folder::before {
Copybara botbe50d492023-11-30 00:16:42 +01001879 content: "\e2cc";
1880}
1881
Renovate botf591dcf2023-12-30 14:13:54 +00001882.mi-credit-card::before {
Copybara botbe50d492023-11-30 00:16:42 +01001883 content: "\e870";
1884}
1885
Renovate botf591dcf2023-12-30 14:13:54 +00001886.mi-credit-card-off::before {
1887 content: "\e4f4";
1888}
1889
1890.mi-credit-score::before {
1891 content: "\eff1";
1892}
1893
1894.mi-crib::before {
1895 content: "\e588";
1896}
1897
1898.mi-crop::before {
Copybara botbe50d492023-11-30 00:16:42 +01001899 content: "\e3be";
1900}
1901
Renovate botf591dcf2023-12-30 14:13:54 +00001902.mi-crop-16-9::before {
Copybara botbe50d492023-11-30 00:16:42 +01001903 content: "\e3bc";
1904}
1905
Renovate botf591dcf2023-12-30 14:13:54 +00001906.mi-crop-3-2::before {
Copybara botbe50d492023-11-30 00:16:42 +01001907 content: "\e3bd";
1908}
1909
Renovate botf591dcf2023-12-30 14:13:54 +00001910.mi-crop-5-4::before {
Copybara botbe50d492023-11-30 00:16:42 +01001911 content: "\e3bf";
1912}
1913
Renovate botf591dcf2023-12-30 14:13:54 +00001914.mi-crop-7-5::before {
Copybara botbe50d492023-11-30 00:16:42 +01001915 content: "\e3c0";
1916}
1917
Renovate botf591dcf2023-12-30 14:13:54 +00001918.mi-crop-din::before {
Copybara botbe50d492023-11-30 00:16:42 +01001919 content: "\e3c1";
1920}
1921
Renovate botf591dcf2023-12-30 14:13:54 +00001922.mi-crop-free::before {
Copybara botbe50d492023-11-30 00:16:42 +01001923 content: "\e3c2";
1924}
1925
Renovate botf591dcf2023-12-30 14:13:54 +00001926.mi-crop-landscape::before {
Copybara botbe50d492023-11-30 00:16:42 +01001927 content: "\e3c3";
1928}
1929
Renovate botf591dcf2023-12-30 14:13:54 +00001930.mi-crop-original::before {
Copybara botbe50d492023-11-30 00:16:42 +01001931 content: "\e3c4";
1932}
1933
Renovate botf591dcf2023-12-30 14:13:54 +00001934.mi-crop-portrait::before {
Copybara botbe50d492023-11-30 00:16:42 +01001935 content: "\e3c5";
1936}
1937
Renovate botf591dcf2023-12-30 14:13:54 +00001938.mi-crop-rotate::before {
Copybara botbe50d492023-11-30 00:16:42 +01001939 content: "\e437";
1940}
1941
Renovate botf591dcf2023-12-30 14:13:54 +00001942.mi-crop-square::before {
Copybara botbe50d492023-11-30 00:16:42 +01001943 content: "\e3c6";
1944}
1945
Renovate botf591dcf2023-12-30 14:13:54 +00001946.mi-cruelty-free::before {
1947 content: "\e799";
1948}
1949
1950.mi-cut::before {
1951 content: "\f08b";
1952}
1953
1954.mi-dangerous::before {
1955 content: "\e99a";
1956}
1957
1958.mi-dark-mode::before {
1959 content: "\e51c";
1960}
1961
1962.mi-dashboard::before {
Copybara botbe50d492023-11-30 00:16:42 +01001963 content: "\e871";
1964}
1965
Renovate botf591dcf2023-12-30 14:13:54 +00001966.mi-dashboard-customize::before {
1967 content: "\e99b";
1968}
1969
1970.mi-data-exploration::before {
1971 content: "\e76f";
1972}
1973
1974.mi-data-saver-off::before {
1975 content: "\eff2";
1976}
1977
1978.mi-data-saver-on::before {
1979 content: "\eff3";
1980}
1981
1982.mi-data-usage::before {
Copybara botbe50d492023-11-30 00:16:42 +01001983 content: "\e1af";
1984}
1985
Renovate botf591dcf2023-12-30 14:13:54 +00001986.mi-date-range::before {
Copybara botbe50d492023-11-30 00:16:42 +01001987 content: "\e916";
1988}
1989
Renovate botf591dcf2023-12-30 14:13:54 +00001990.mi-deck::before {
1991 content: "\ea42";
1992}
1993
1994.mi-dehaze::before {
Copybara botbe50d492023-11-30 00:16:42 +01001995 content: "\e3c7";
1996}
1997
Renovate botf591dcf2023-12-30 14:13:54 +00001998.mi-delete::before {
Copybara botbe50d492023-11-30 00:16:42 +01001999 content: "\e872";
2000}
2001
Renovate botf591dcf2023-12-30 14:13:54 +00002002.mi-delete-forever::before {
Copybara botbe50d492023-11-30 00:16:42 +01002003 content: "\e92b";
2004}
2005
Renovate botf591dcf2023-12-30 14:13:54 +00002006.mi-delete-outline::before {
2007 content: "\e92e";
2008}
2009
2010.mi-delete-sweep::before {
Copybara botbe50d492023-11-30 00:16:42 +01002011 content: "\e16c";
2012}
2013
Renovate botf591dcf2023-12-30 14:13:54 +00002014.mi-delivery-dining::before {
2015 content: "\ea72";
2016}
2017
2018.mi-departure-board::before {
2019 content: "\e576";
2020}
2021
2022.mi-description::before {
Copybara botbe50d492023-11-30 00:16:42 +01002023 content: "\e873";
2024}
2025
Renovate botf591dcf2023-12-30 14:13:54 +00002026.mi-design-services::before {
2027 content: "\f10a";
2028}
2029
2030.mi-desktop-access-disabled::before {
2031 content: "\e99d";
2032}
2033
2034.mi-desktop-mac::before {
Copybara botbe50d492023-11-30 00:16:42 +01002035 content: "\e30b";
2036}
2037
Renovate botf591dcf2023-12-30 14:13:54 +00002038.mi-desktop-windows::before {
Copybara botbe50d492023-11-30 00:16:42 +01002039 content: "\e30c";
2040}
2041
Renovate botf591dcf2023-12-30 14:13:54 +00002042.mi-details::before {
Copybara botbe50d492023-11-30 00:16:42 +01002043 content: "\e3c8";
2044}
2045
Renovate botf591dcf2023-12-30 14:13:54 +00002046.mi-developer-board::before {
Copybara botbe50d492023-11-30 00:16:42 +01002047 content: "\e30d";
2048}
2049
Renovate botf591dcf2023-12-30 14:13:54 +00002050.mi-developer-board-off::before {
2051 content: "\e4ff";
2052}
2053
2054.mi-developer-mode::before {
Copybara botbe50d492023-11-30 00:16:42 +01002055 content: "\e1b0";
2056}
2057
Renovate botf591dcf2023-12-30 14:13:54 +00002058.mi-device-hub::before {
Copybara botbe50d492023-11-30 00:16:42 +01002059 content: "\e335";
2060}
2061
Renovate botf591dcf2023-12-30 14:13:54 +00002062.mi-device-thermostat::before {
2063 content: "\e1ff";
2064}
2065
2066.mi-device-unknown::before {
2067 content: "\e339";
2068}
2069
2070.mi-devices::before {
Copybara botbe50d492023-11-30 00:16:42 +01002071 content: "\e1b1";
2072}
2073
Renovate botf591dcf2023-12-30 14:13:54 +00002074.mi-devices-other::before {
Copybara botbe50d492023-11-30 00:16:42 +01002075 content: "\e337";
2076}
2077
Renovate botf591dcf2023-12-30 14:13:54 +00002078.mi-dialer-sip::before {
Copybara botbe50d492023-11-30 00:16:42 +01002079 content: "\e0bb";
2080}
2081
Renovate botf591dcf2023-12-30 14:13:54 +00002082.mi-dialpad::before {
Copybara botbe50d492023-11-30 00:16:42 +01002083 content: "\e0bc";
2084}
2085
Renovate botf591dcf2023-12-30 14:13:54 +00002086.mi-dining::before {
2087 content: "\eff4";
2088}
2089
2090.mi-dinner-dining::before {
2091 content: "\ea57";
2092}
2093
2094.mi-directions::before {
Copybara botbe50d492023-11-30 00:16:42 +01002095 content: "\e52e";
2096}
2097
Renovate botf591dcf2023-12-30 14:13:54 +00002098.mi-directions-bike::before {
Copybara botbe50d492023-11-30 00:16:42 +01002099 content: "\e52f";
2100}
2101
Renovate botf591dcf2023-12-30 14:13:54 +00002102.mi-directions-boat::before {
Copybara botbe50d492023-11-30 00:16:42 +01002103 content: "\e532";
2104}
2105
Renovate botf591dcf2023-12-30 14:13:54 +00002106.mi-directions-boat-filled::before {
2107 content: "\eff5";
2108}
2109
2110.mi-directions-bus::before {
Copybara botbe50d492023-11-30 00:16:42 +01002111 content: "\e530";
2112}
2113
Renovate botf591dcf2023-12-30 14:13:54 +00002114.mi-directions-bus-filled::before {
2115 content: "\eff6";
2116}
2117
2118.mi-directions-car::before {
Copybara botbe50d492023-11-30 00:16:42 +01002119 content: "\e531";
2120}
2121
Renovate botf591dcf2023-12-30 14:13:54 +00002122.mi-directions-car-filled::before {
2123 content: "\eff7";
2124}
2125
2126.mi-directions-ferry::before {
2127 content: "\e532";
2128}
2129
2130.mi-directions-off::before {
2131 content: "\f10f";
2132}
2133
2134.mi-directions-railway::before {
Copybara botbe50d492023-11-30 00:16:42 +01002135 content: "\e534";
2136}
2137
Renovate botf591dcf2023-12-30 14:13:54 +00002138.mi-directions-railway-filled::before {
2139 content: "\eff8";
2140}
2141
2142.mi-directions-run::before {
Copybara botbe50d492023-11-30 00:16:42 +01002143 content: "\e566";
2144}
2145
Renovate botf591dcf2023-12-30 14:13:54 +00002146.mi-directions-subway::before {
Copybara botbe50d492023-11-30 00:16:42 +01002147 content: "\e533";
2148}
2149
Renovate botf591dcf2023-12-30 14:13:54 +00002150.mi-directions-subway-filled::before {
2151 content: "\eff9";
2152}
2153
2154.mi-directions-train::before {
2155 content: "\e534";
2156}
2157
2158.mi-directions-transit::before {
Copybara botbe50d492023-11-30 00:16:42 +01002159 content: "\e535";
2160}
2161
Renovate botf591dcf2023-12-30 14:13:54 +00002162.mi-directions-transit-filled::before {
2163 content: "\effa";
2164}
2165
2166.mi-directions-walk::before {
Copybara botbe50d492023-11-30 00:16:42 +01002167 content: "\e536";
2168}
2169
Renovate botf591dcf2023-12-30 14:13:54 +00002170.mi-dirty-lens::before {
2171 content: "\ef4b";
2172}
2173
2174.mi-disabled-by-default::before {
2175 content: "\f230";
2176}
2177
2178.mi-disabled-visible::before {
2179 content: "\e76e";
2180}
2181
2182.mi-disc-full::before {
Copybara botbe50d492023-11-30 00:16:42 +01002183 content: "\e610";
2184}
2185
Renovate botf591dcf2023-12-30 14:13:54 +00002186.mi-dnd-forwardslash::before {
Copybara botbe50d492023-11-30 00:16:42 +01002187 content: "\e611";
2188}
2189
Renovate botf591dcf2023-12-30 14:13:54 +00002190.mi-dns::before {
2191 content: "\e875";
2192}
2193
2194.mi-do-disturb::before {
2195 content: "\f08c";
2196}
2197
2198.mi-do-disturb-alt::before {
2199 content: "\f08d";
2200}
2201
2202.mi-do-disturb-off::before {
2203 content: "\f08e";
2204}
2205
2206.mi-do-disturb-on::before {
2207 content: "\f08f";
2208}
2209
2210.mi-do-not-disturb::before {
2211 content: "\e612";
2212}
2213
2214.mi-do-not-disturb-alt::before {
2215 content: "\e611";
2216}
2217
2218.mi-do-not-disturb-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01002219 content: "\e643";
2220}
2221
Renovate botf591dcf2023-12-30 14:13:54 +00002222.mi-do-not-disturb-on::before {
Copybara botbe50d492023-11-30 00:16:42 +01002223 content: "\e644";
2224}
2225
Renovate botf591dcf2023-12-30 14:13:54 +00002226.mi-do-not-disturb-on-total-silence::before {
2227 content: "\effb";
2228}
2229
2230.mi-do-not-step::before {
2231 content: "\f19f";
2232}
2233
2234.mi-do-not-touch::before {
2235 content: "\f1b0";
2236}
2237
2238.mi-dock::before {
Copybara botbe50d492023-11-30 00:16:42 +01002239 content: "\e30e";
2240}
2241
Renovate botf591dcf2023-12-30 14:13:54 +00002242.mi-document-scanner::before {
2243 content: "\e5fa";
2244}
2245
2246.mi-domain::before {
Copybara botbe50d492023-11-30 00:16:42 +01002247 content: "\e7ee";
2248}
2249
Renovate botf591dcf2023-12-30 14:13:54 +00002250.mi-domain-disabled::before {
2251 content: "\e0ef";
2252}
2253
2254.mi-domain-verification::before {
2255 content: "\ef4c";
2256}
2257
2258.mi-done::before {
Copybara botbe50d492023-11-30 00:16:42 +01002259 content: "\e876";
2260}
2261
Renovate botf591dcf2023-12-30 14:13:54 +00002262.mi-done-all::before {
Copybara botbe50d492023-11-30 00:16:42 +01002263 content: "\e877";
2264}
2265
Renovate botf591dcf2023-12-30 14:13:54 +00002266.mi-done-outline::before {
2267 content: "\e92f";
2268}
2269
2270.mi-donut-large::before {
Copybara botbe50d492023-11-30 00:16:42 +01002271 content: "\e917";
2272}
2273
Renovate botf591dcf2023-12-30 14:13:54 +00002274.mi-donut-small::before {
Copybara botbe50d492023-11-30 00:16:42 +01002275 content: "\e918";
2276}
2277
Renovate botf591dcf2023-12-30 14:13:54 +00002278.mi-door-back::before {
2279 content: "\effc";
2280}
2281
2282.mi-door-front::before {
2283 content: "\effd";
2284}
2285
2286.mi-door-sliding::before {
2287 content: "\effe";
2288}
2289
2290.mi-doorbell::before {
2291 content: "\efff";
2292}
2293
2294.mi-double-arrow::before {
2295 content: "\ea50";
2296}
2297
2298.mi-downhill-skiing::before {
2299 content: "\e509";
2300}
2301
2302.mi-download::before {
2303 content: "\f090";
2304}
2305
2306.mi-download-done::before {
2307 content: "\f091";
2308}
2309
2310.mi-download-for-offline::before {
2311 content: "\f000";
2312}
2313
2314.mi-downloading::before {
2315 content: "\f001";
2316}
2317
2318.mi-drafts::before {
Copybara botbe50d492023-11-30 00:16:42 +01002319 content: "\e151";
2320}
2321
Renovate botf591dcf2023-12-30 14:13:54 +00002322.mi-drag-handle::before {
Copybara botbe50d492023-11-30 00:16:42 +01002323 content: "\e25d";
2324}
2325
Renovate botf591dcf2023-12-30 14:13:54 +00002326.mi-drag-indicator::before {
2327 content: "\e945";
2328}
2329
2330.mi-draw::before {
2331 content: "\e746";
2332}
2333
2334.mi-drive-eta::before {
Copybara botbe50d492023-11-30 00:16:42 +01002335 content: "\e613";
2336}
2337
Renovate botf591dcf2023-12-30 14:13:54 +00002338.mi-drive-file-move::before {
2339 content: "\e675";
2340}
2341
2342.mi-drive-file-move-outline::before {
2343 content: "\e9a1";
2344}
2345
2346.mi-drive-file-move-rtl::before {
2347 content: "\e76d";
2348}
2349
2350.mi-drive-file-rename-outline::before {
2351 content: "\e9a2";
2352}
2353
2354.mi-drive-folder-upload::before {
2355 content: "\e9a3";
2356}
2357
2358.mi-dry::before {
2359 content: "\f1b3";
2360}
2361
2362.mi-dry-cleaning::before {
2363 content: "\ea58";
2364}
2365
2366.mi-duo::before {
2367 content: "\e9a5";
2368}
2369
2370.mi-dvr::before {
Copybara botbe50d492023-11-30 00:16:42 +01002371 content: "\e1b2";
2372}
2373
Renovate botf591dcf2023-12-30 14:13:54 +00002374.mi-dynamic-feed::before {
2375 content: "\ea14";
2376}
2377
2378.mi-dynamic-form::before {
2379 content: "\f1bf";
2380}
2381
2382.mi-e-mobiledata::before {
2383 content: "\f002";
2384}
2385
2386.mi-earbuds::before {
2387 content: "\f003";
2388}
2389
2390.mi-earbuds-battery::before {
2391 content: "\f004";
2392}
2393
2394.mi-east::before {
2395 content: "\f1df";
2396}
2397
2398.mi-eco::before {
2399 content: "\ea35";
2400}
2401
2402.mi-edgesensor-high::before {
2403 content: "\f005";
2404}
2405
2406.mi-edgesensor-low::before {
2407 content: "\f006";
2408}
2409
2410.mi-edit::before {
Copybara botbe50d492023-11-30 00:16:42 +01002411 content: "\e3c9";
2412}
2413
Renovate botf591dcf2023-12-30 14:13:54 +00002414.mi-edit-attributes::before {
2415 content: "\e578";
2416}
2417
2418.mi-edit-calendar::before {
2419 content: "\e742";
2420}
2421
2422.mi-edit-location::before {
Copybara botbe50d492023-11-30 00:16:42 +01002423 content: "\e568";
2424}
2425
Renovate botf591dcf2023-12-30 14:13:54 +00002426.mi-edit-location-alt::before {
2427 content: "\e1c5";
2428}
2429
2430.mi-edit-note::before {
2431 content: "\e745";
2432}
2433
2434.mi-edit-notifications::before {
2435 content: "\e525";
2436}
2437
2438.mi-edit-off::before {
2439 content: "\e950";
2440}
2441
2442.mi-edit-road::before {
2443 content: "\ef4d";
2444}
2445
2446.mi-eject::before {
Copybara botbe50d492023-11-30 00:16:42 +01002447 content: "\e8fb";
2448}
2449
Renovate botf591dcf2023-12-30 14:13:54 +00002450.mi-elderly::before {
2451 content: "\f21a";
2452}
2453
2454.mi-electric-bike::before {
2455 content: "\eb1b";
2456}
2457
2458.mi-electric-car::before {
2459 content: "\eb1c";
2460}
2461
2462.mi-electric-moped::before {
2463 content: "\eb1d";
2464}
2465
2466.mi-electric-rickshaw::before {
2467 content: "\eb1e";
2468}
2469
2470.mi-electric-scooter::before {
2471 content: "\eb1f";
2472}
2473
2474.mi-electrical-services::before {
2475 content: "\f102";
2476}
2477
2478.mi-elevator::before {
2479 content: "\f1a0";
2480}
2481
2482.mi-email::before {
Copybara botbe50d492023-11-30 00:16:42 +01002483 content: "\e0be";
2484}
2485
Renovate botf591dcf2023-12-30 14:13:54 +00002486.mi-emergency::before {
2487 content: "\e1eb";
2488}
2489
2490.mi-emoji-emotions::before {
2491 content: "\ea22";
2492}
2493
2494.mi-emoji-events::before {
2495 content: "\ea23";
2496}
2497
2498.mi-emoji-flags::before {
2499 content: "\ea1a";
2500}
2501
2502.mi-emoji-food-beverage::before {
2503 content: "\ea1b";
2504}
2505
2506.mi-emoji-nature::before {
2507 content: "\ea1c";
2508}
2509
2510.mi-emoji-objects::before {
2511 content: "\ea24";
2512}
2513
2514.mi-emoji-people::before {
2515 content: "\ea1d";
2516}
2517
2518.mi-emoji-symbols::before {
2519 content: "\ea1e";
2520}
2521
2522.mi-emoji-transportation::before {
2523 content: "\ea1f";
2524}
2525
2526.mi-engineering::before {
2527 content: "\ea3d";
2528}
2529
2530.mi-enhance-photo-translate::before {
2531 content: "\e8fc";
2532}
2533
2534.mi-enhanced-encryption::before {
Copybara botbe50d492023-11-30 00:16:42 +01002535 content: "\e63f";
2536}
2537
Renovate botf591dcf2023-12-30 14:13:54 +00002538.mi-equalizer::before {
Copybara botbe50d492023-11-30 00:16:42 +01002539 content: "\e01d";
2540}
2541
Renovate botf591dcf2023-12-30 14:13:54 +00002542.mi-error::before {
Copybara botbe50d492023-11-30 00:16:42 +01002543 content: "\e000";
2544}
2545
Renovate botf591dcf2023-12-30 14:13:54 +00002546.mi-error-outline::before {
Copybara botbe50d492023-11-30 00:16:42 +01002547 content: "\e001";
2548}
2549
Renovate botf591dcf2023-12-30 14:13:54 +00002550.mi-escalator::before {
2551 content: "\f1a1";
2552}
2553
2554.mi-escalator-warning::before {
2555 content: "\f1ac";
2556}
2557
2558.mi-euro::before {
2559 content: "\ea15";
2560}
2561
2562.mi-euro-symbol::before {
Copybara botbe50d492023-11-30 00:16:42 +01002563 content: "\e926";
2564}
2565
Renovate botf591dcf2023-12-30 14:13:54 +00002566.mi-ev-station::before {
Copybara botbe50d492023-11-30 00:16:42 +01002567 content: "\e56d";
2568}
2569
Renovate botf591dcf2023-12-30 14:13:54 +00002570.mi-event::before {
Copybara botbe50d492023-11-30 00:16:42 +01002571 content: "\e878";
2572}
2573
Renovate botf591dcf2023-12-30 14:13:54 +00002574.mi-event-available::before {
Copybara botbe50d492023-11-30 00:16:42 +01002575 content: "\e614";
2576}
2577
Renovate botf591dcf2023-12-30 14:13:54 +00002578.mi-event-busy::before {
Copybara botbe50d492023-11-30 00:16:42 +01002579 content: "\e615";
2580}
2581
Renovate botf591dcf2023-12-30 14:13:54 +00002582.mi-event-note::before {
Copybara botbe50d492023-11-30 00:16:42 +01002583 content: "\e616";
2584}
2585
Renovate botf591dcf2023-12-30 14:13:54 +00002586.mi-event-seat::before {
Copybara botbe50d492023-11-30 00:16:42 +01002587 content: "\e903";
2588}
2589
Renovate botf591dcf2023-12-30 14:13:54 +00002590.mi-exit-to-app::before {
Copybara botbe50d492023-11-30 00:16:42 +01002591 content: "\e879";
2592}
2593
Renovate botf591dcf2023-12-30 14:13:54 +00002594.mi-expand::before {
2595 content: "\e94f";
2596}
2597
2598.mi-expand-circle-down::before {
2599 content: "\e7cd";
2600}
2601
2602.mi-expand-less::before {
Copybara botbe50d492023-11-30 00:16:42 +01002603 content: "\e5ce";
2604}
2605
Renovate botf591dcf2023-12-30 14:13:54 +00002606.mi-expand-more::before {
Copybara botbe50d492023-11-30 00:16:42 +01002607 content: "\e5cf";
2608}
2609
Renovate botf591dcf2023-12-30 14:13:54 +00002610.mi-explicit::before {
Copybara botbe50d492023-11-30 00:16:42 +01002611 content: "\e01e";
2612}
2613
Renovate botf591dcf2023-12-30 14:13:54 +00002614.mi-explore::before {
Copybara botbe50d492023-11-30 00:16:42 +01002615 content: "\e87a";
2616}
2617
Renovate botf591dcf2023-12-30 14:13:54 +00002618.mi-explore-off::before {
2619 content: "\e9a8";
2620}
2621
2622.mi-exposure::before {
Copybara botbe50d492023-11-30 00:16:42 +01002623 content: "\e3ca";
2624}
2625
Renovate botf591dcf2023-12-30 14:13:54 +00002626.mi-exposure-minus-1::before {
Copybara botbe50d492023-11-30 00:16:42 +01002627 content: "\e3cb";
2628}
2629
Renovate botf591dcf2023-12-30 14:13:54 +00002630.mi-exposure-minus-2::before {
Copybara botbe50d492023-11-30 00:16:42 +01002631 content: "\e3cc";
2632}
2633
Renovate botf591dcf2023-12-30 14:13:54 +00002634.mi-exposure-neg-1::before {
2635 content: "\e3cb";
2636}
2637
2638.mi-exposure-neg-2::before {
2639 content: "\e3cc";
2640}
2641
2642.mi-exposure-plus-1::before {
Copybara botbe50d492023-11-30 00:16:42 +01002643 content: "\e3cd";
2644}
2645
Renovate botf591dcf2023-12-30 14:13:54 +00002646.mi-exposure-plus-2::before {
Copybara botbe50d492023-11-30 00:16:42 +01002647 content: "\e3ce";
2648}
2649
Renovate botf591dcf2023-12-30 14:13:54 +00002650.mi-exposure-zero::before {
Copybara botbe50d492023-11-30 00:16:42 +01002651 content: "\e3cf";
2652}
2653
Renovate botf591dcf2023-12-30 14:13:54 +00002654.mi-extension::before {
Copybara botbe50d492023-11-30 00:16:42 +01002655 content: "\e87b";
2656}
2657
Renovate botf591dcf2023-12-30 14:13:54 +00002658.mi-extension-off::before {
2659 content: "\e4f5";
2660}
2661
2662.mi-face::before {
Copybara botbe50d492023-11-30 00:16:42 +01002663 content: "\e87c";
2664}
2665
Renovate botf591dcf2023-12-30 14:13:54 +00002666.mi-face-retouching-natural::before {
2667 content: "\ef4e";
2668}
2669
2670.mi-face-retouching-off::before {
2671 content: "\f007";
2672}
2673
2674.mi-face-unlock::before {
2675 content: "\f008";
2676}
2677
2678.mi-facebook::before {
2679 content: "\f234";
2680}
2681
2682.mi-fact-check::before {
2683 content: "\f0c5";
2684}
2685
2686.mi-family-restroom::before {
2687 content: "\f1a2";
2688}
2689
2690.mi-fast-forward::before {
Copybara botbe50d492023-11-30 00:16:42 +01002691 content: "\e01f";
2692}
2693
Renovate botf591dcf2023-12-30 14:13:54 +00002694.mi-fast-rewind::before {
Copybara botbe50d492023-11-30 00:16:42 +01002695 content: "\e020";
2696}
2697
Renovate botf591dcf2023-12-30 14:13:54 +00002698.mi-fastfood::before {
2699 content: "\e57a";
2700}
2701
2702.mi-favorite::before {
Copybara botbe50d492023-11-30 00:16:42 +01002703 content: "\e87d";
2704}
2705
Renovate botf591dcf2023-12-30 14:13:54 +00002706.mi-favorite-border::before {
Copybara botbe50d492023-11-30 00:16:42 +01002707 content: "\e87e";
2708}
2709
Renovate botf591dcf2023-12-30 14:13:54 +00002710.mi-favorite-outline::before {
2711 content: "\e87e";
2712}
2713
2714.mi-featured-play-list::before {
Copybara botbe50d492023-11-30 00:16:42 +01002715 content: "\e06d";
2716}
2717
Renovate botf591dcf2023-12-30 14:13:54 +00002718.mi-featured-video::before {
Copybara botbe50d492023-11-30 00:16:42 +01002719 content: "\e06e";
2720}
2721
Renovate botf591dcf2023-12-30 14:13:54 +00002722.mi-feed::before {
2723 content: "\f009";
2724}
2725
2726.mi-feedback::before {
Copybara botbe50d492023-11-30 00:16:42 +01002727 content: "\e87f";
2728}
2729
Renovate botf591dcf2023-12-30 14:13:54 +00002730.mi-female::before {
2731 content: "\e590";
2732}
2733
2734.mi-fence::before {
2735 content: "\f1f6";
2736}
2737
2738.mi-festival::before {
2739 content: "\ea68";
2740}
2741
2742.mi-fiber-dvr::before {
Copybara botbe50d492023-11-30 00:16:42 +01002743 content: "\e05d";
2744}
2745
Renovate botf591dcf2023-12-30 14:13:54 +00002746.mi-fiber-manual-record::before {
Copybara botbe50d492023-11-30 00:16:42 +01002747 content: "\e061";
2748}
2749
Renovate botf591dcf2023-12-30 14:13:54 +00002750.mi-fiber-new::before {
Copybara botbe50d492023-11-30 00:16:42 +01002751 content: "\e05e";
2752}
2753
Renovate botf591dcf2023-12-30 14:13:54 +00002754.mi-fiber-pin::before {
Copybara botbe50d492023-11-30 00:16:42 +01002755 content: "\e06a";
2756}
2757
Renovate botf591dcf2023-12-30 14:13:54 +00002758.mi-fiber-smart-record::before {
Copybara botbe50d492023-11-30 00:16:42 +01002759 content: "\e062";
2760}
2761
Renovate botf591dcf2023-12-30 14:13:54 +00002762.mi-file-copy::before {
2763 content: "\e173";
2764}
2765
2766.mi-file-download::before {
Copybara botbe50d492023-11-30 00:16:42 +01002767 content: "\e2c4";
2768}
2769
Renovate botf591dcf2023-12-30 14:13:54 +00002770.mi-file-download-done::before {
2771 content: "\e9aa";
2772}
2773
2774.mi-file-download-off::before {
2775 content: "\e4fe";
2776}
2777
2778.mi-file-present::before {
2779 content: "\ea0e";
2780}
2781
2782.mi-file-upload::before {
Copybara botbe50d492023-11-30 00:16:42 +01002783 content: "\e2c6";
2784}
2785
Renovate botf591dcf2023-12-30 14:13:54 +00002786.mi-filter::before {
Copybara botbe50d492023-11-30 00:16:42 +01002787 content: "\e3d3";
2788}
2789
Renovate botf591dcf2023-12-30 14:13:54 +00002790.mi-filter-1::before {
Copybara botbe50d492023-11-30 00:16:42 +01002791 content: "\e3d0";
2792}
2793
Renovate botf591dcf2023-12-30 14:13:54 +00002794.mi-filter-2::before {
Copybara botbe50d492023-11-30 00:16:42 +01002795 content: "\e3d1";
2796}
2797
Renovate botf591dcf2023-12-30 14:13:54 +00002798.mi-filter-3::before {
Copybara botbe50d492023-11-30 00:16:42 +01002799 content: "\e3d2";
2800}
2801
Renovate botf591dcf2023-12-30 14:13:54 +00002802.mi-filter-4::before {
Copybara botbe50d492023-11-30 00:16:42 +01002803 content: "\e3d4";
2804}
2805
Renovate botf591dcf2023-12-30 14:13:54 +00002806.mi-filter-5::before {
Copybara botbe50d492023-11-30 00:16:42 +01002807 content: "\e3d5";
2808}
2809
Renovate botf591dcf2023-12-30 14:13:54 +00002810.mi-filter-6::before {
Copybara botbe50d492023-11-30 00:16:42 +01002811 content: "\e3d6";
2812}
2813
Renovate botf591dcf2023-12-30 14:13:54 +00002814.mi-filter-7::before {
Copybara botbe50d492023-11-30 00:16:42 +01002815 content: "\e3d7";
2816}
2817
Renovate botf591dcf2023-12-30 14:13:54 +00002818.mi-filter-8::before {
Copybara botbe50d492023-11-30 00:16:42 +01002819 content: "\e3d8";
2820}
2821
Renovate botf591dcf2023-12-30 14:13:54 +00002822.mi-filter-9::before {
Copybara botbe50d492023-11-30 00:16:42 +01002823 content: "\e3d9";
2824}
2825
Renovate botf591dcf2023-12-30 14:13:54 +00002826.mi-filter-9-plus::before {
Copybara botbe50d492023-11-30 00:16:42 +01002827 content: "\e3da";
2828}
2829
Renovate botf591dcf2023-12-30 14:13:54 +00002830.mi-filter-alt::before {
2831 content: "\ef4f";
2832}
2833
2834.mi-filter-b-and-w::before {
Copybara botbe50d492023-11-30 00:16:42 +01002835 content: "\e3db";
2836}
2837
Renovate botf591dcf2023-12-30 14:13:54 +00002838.mi-filter-center-focus::before {
Copybara botbe50d492023-11-30 00:16:42 +01002839 content: "\e3dc";
2840}
2841
Renovate botf591dcf2023-12-30 14:13:54 +00002842.mi-filter-drama::before {
Copybara botbe50d492023-11-30 00:16:42 +01002843 content: "\e3dd";
2844}
2845
Renovate botf591dcf2023-12-30 14:13:54 +00002846.mi-filter-frames::before {
Copybara botbe50d492023-11-30 00:16:42 +01002847 content: "\e3de";
2848}
2849
Renovate botf591dcf2023-12-30 14:13:54 +00002850.mi-filter-hdr::before {
Copybara botbe50d492023-11-30 00:16:42 +01002851 content: "\e3df";
2852}
2853
Renovate botf591dcf2023-12-30 14:13:54 +00002854.mi-filter-list::before {
Copybara botbe50d492023-11-30 00:16:42 +01002855 content: "\e152";
2856}
2857
Renovate botf591dcf2023-12-30 14:13:54 +00002858.mi-filter-list-alt::before {
2859 content: "\e94e";
2860}
2861
2862.mi-filter-none::before {
Copybara botbe50d492023-11-30 00:16:42 +01002863 content: "\e3e0";
2864}
2865
Renovate botf591dcf2023-12-30 14:13:54 +00002866.mi-filter-tilt-shift::before {
Copybara botbe50d492023-11-30 00:16:42 +01002867 content: "\e3e2";
2868}
2869
Renovate botf591dcf2023-12-30 14:13:54 +00002870.mi-filter-vintage::before {
Copybara botbe50d492023-11-30 00:16:42 +01002871 content: "\e3e3";
2872}
2873
Renovate botf591dcf2023-12-30 14:13:54 +00002874.mi-find-in-page::before {
Copybara botbe50d492023-11-30 00:16:42 +01002875 content: "\e880";
2876}
2877
Renovate botf591dcf2023-12-30 14:13:54 +00002878.mi-find-replace::before {
Copybara botbe50d492023-11-30 00:16:42 +01002879 content: "\e881";
2880}
2881
Renovate botf591dcf2023-12-30 14:13:54 +00002882.mi-fingerprint::before {
Copybara botbe50d492023-11-30 00:16:42 +01002883 content: "\e90d";
2884}
2885
Renovate botf591dcf2023-12-30 14:13:54 +00002886.mi-fire-extinguisher::before {
2887 content: "\f1d8";
2888}
2889
2890.mi-fire-hydrant::before {
2891 content: "\f1a3";
2892}
2893
2894.mi-fireplace::before {
2895 content: "\ea43";
2896}
2897
2898.mi-first-page::before {
Copybara botbe50d492023-11-30 00:16:42 +01002899 content: "\e5dc";
2900}
2901
Renovate botf591dcf2023-12-30 14:13:54 +00002902.mi-fit-screen::before {
2903 content: "\ea10";
2904}
2905
2906.mi-fitbit::before {
2907 content: "\e82b";
2908}
2909
2910.mi-fitness-center::before {
Copybara botbe50d492023-11-30 00:16:42 +01002911 content: "\eb43";
2912}
2913
Renovate botf591dcf2023-12-30 14:13:54 +00002914.mi-flag::before {
Copybara botbe50d492023-11-30 00:16:42 +01002915 content: "\e153";
2916}
2917
Renovate botf591dcf2023-12-30 14:13:54 +00002918.mi-flaky::before {
2919 content: "\ef50";
2920}
2921
2922.mi-flare::before {
Copybara botbe50d492023-11-30 00:16:42 +01002923 content: "\e3e4";
2924}
2925
Renovate botf591dcf2023-12-30 14:13:54 +00002926.mi-flash-auto::before {
Copybara botbe50d492023-11-30 00:16:42 +01002927 content: "\e3e5";
2928}
2929
Renovate botf591dcf2023-12-30 14:13:54 +00002930.mi-flash-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01002931 content: "\e3e6";
2932}
2933
Renovate botf591dcf2023-12-30 14:13:54 +00002934.mi-flash-on::before {
Copybara botbe50d492023-11-30 00:16:42 +01002935 content: "\e3e7";
2936}
2937
Renovate botf591dcf2023-12-30 14:13:54 +00002938.mi-flashlight-off::before {
2939 content: "\f00a";
2940}
2941
2942.mi-flashlight-on::before {
2943 content: "\f00b";
2944}
2945
2946.mi-flatware::before {
2947 content: "\f00c";
2948}
2949
2950.mi-flight::before {
Copybara botbe50d492023-11-30 00:16:42 +01002951 content: "\e539";
2952}
2953
Renovate botf591dcf2023-12-30 14:13:54 +00002954.mi-flight-class::before {
2955 content: "\e7cb";
2956}
2957
2958.mi-flight-land::before {
Copybara botbe50d492023-11-30 00:16:42 +01002959 content: "\e904";
2960}
2961
Renovate botf591dcf2023-12-30 14:13:54 +00002962.mi-flight-takeoff::before {
Copybara botbe50d492023-11-30 00:16:42 +01002963 content: "\e905";
2964}
2965
Renovate botf591dcf2023-12-30 14:13:54 +00002966.mi-flip::before {
Copybara botbe50d492023-11-30 00:16:42 +01002967 content: "\e3e8";
2968}
2969
Renovate botf591dcf2023-12-30 14:13:54 +00002970.mi-flip-camera-android::before {
2971 content: "\ea37";
2972}
2973
2974.mi-flip-camera-ios::before {
2975 content: "\ea38";
2976}
2977
2978.mi-flip-to-back::before {
Copybara botbe50d492023-11-30 00:16:42 +01002979 content: "\e882";
2980}
2981
Renovate botf591dcf2023-12-30 14:13:54 +00002982.mi-flip-to-front::before {
Copybara botbe50d492023-11-30 00:16:42 +01002983 content: "\e883";
2984}
2985
Renovate botf591dcf2023-12-30 14:13:54 +00002986.mi-flourescent::before {
2987 content: "\f00d";
2988}
2989
2990.mi-flutter-dash::before {
2991 content: "\e00b";
2992}
2993
2994.mi-fmd-bad::before {
2995 content: "\f00e";
2996}
2997
2998.mi-fmd-good::before {
2999 content: "\f00f";
3000}
3001
3002.mi-foggy::before {
3003 content: "\e818";
3004}
3005
3006.mi-folder::before {
Copybara botbe50d492023-11-30 00:16:42 +01003007 content: "\e2c7";
3008}
3009
Renovate botf591dcf2023-12-30 14:13:54 +00003010.mi-folder-open::before {
Copybara botbe50d492023-11-30 00:16:42 +01003011 content: "\e2c8";
3012}
3013
Renovate botf591dcf2023-12-30 14:13:54 +00003014.mi-folder-shared::before {
Copybara botbe50d492023-11-30 00:16:42 +01003015 content: "\e2c9";
3016}
3017
Renovate botf591dcf2023-12-30 14:13:54 +00003018.mi-folder-special::before {
Copybara botbe50d492023-11-30 00:16:42 +01003019 content: "\e617";
3020}
3021
Renovate botf591dcf2023-12-30 14:13:54 +00003022.mi-follow-the-signs::before {
3023 content: "\f222";
3024}
3025
3026.mi-font-download::before {
Copybara botbe50d492023-11-30 00:16:42 +01003027 content: "\e167";
3028}
3029
Renovate botf591dcf2023-12-30 14:13:54 +00003030.mi-font-download-off::before {
3031 content: "\e4f9";
3032}
3033
3034.mi-food-bank::before {
3035 content: "\f1f2";
3036}
3037
3038.mi-format-align-center::before {
Copybara botbe50d492023-11-30 00:16:42 +01003039 content: "\e234";
3040}
3041
Renovate botf591dcf2023-12-30 14:13:54 +00003042.mi-format-align-justify::before {
Copybara botbe50d492023-11-30 00:16:42 +01003043 content: "\e235";
3044}
3045
Renovate botf591dcf2023-12-30 14:13:54 +00003046.mi-format-align-left::before {
Copybara botbe50d492023-11-30 00:16:42 +01003047 content: "\e236";
3048}
3049
Renovate botf591dcf2023-12-30 14:13:54 +00003050.mi-format-align-right::before {
Copybara botbe50d492023-11-30 00:16:42 +01003051 content: "\e237";
3052}
3053
Renovate botf591dcf2023-12-30 14:13:54 +00003054.mi-format-bold::before {
Copybara botbe50d492023-11-30 00:16:42 +01003055 content: "\e238";
3056}
3057
Renovate botf591dcf2023-12-30 14:13:54 +00003058.mi-format-clear::before {
Copybara botbe50d492023-11-30 00:16:42 +01003059 content: "\e239";
3060}
3061
Renovate botf591dcf2023-12-30 14:13:54 +00003062.mi-format-color-fill::before {
Copybara botbe50d492023-11-30 00:16:42 +01003063 content: "\e23a";
3064}
3065
Renovate botf591dcf2023-12-30 14:13:54 +00003066.mi-format-color-reset::before {
Copybara botbe50d492023-11-30 00:16:42 +01003067 content: "\e23b";
3068}
3069
Renovate botf591dcf2023-12-30 14:13:54 +00003070.mi-format-color-text::before {
Copybara botbe50d492023-11-30 00:16:42 +01003071 content: "\e23c";
3072}
3073
Renovate botf591dcf2023-12-30 14:13:54 +00003074.mi-format-indent-decrease::before {
Copybara botbe50d492023-11-30 00:16:42 +01003075 content: "\e23d";
3076}
3077
Renovate botf591dcf2023-12-30 14:13:54 +00003078.mi-format-indent-increase::before {
Copybara botbe50d492023-11-30 00:16:42 +01003079 content: "\e23e";
3080}
3081
Renovate botf591dcf2023-12-30 14:13:54 +00003082.mi-format-italic::before {
Copybara botbe50d492023-11-30 00:16:42 +01003083 content: "\e23f";
3084}
3085
Renovate botf591dcf2023-12-30 14:13:54 +00003086.mi-format-line-spacing::before {
Copybara botbe50d492023-11-30 00:16:42 +01003087 content: "\e240";
3088}
3089
Renovate botf591dcf2023-12-30 14:13:54 +00003090.mi-format-list-bulleted::before {
Copybara botbe50d492023-11-30 00:16:42 +01003091 content: "\e241";
3092}
3093
Renovate botf591dcf2023-12-30 14:13:54 +00003094.mi-format-list-numbered::before {
Copybara botbe50d492023-11-30 00:16:42 +01003095 content: "\e242";
3096}
3097
Renovate botf591dcf2023-12-30 14:13:54 +00003098.mi-format-list-numbered-rtl::before {
3099 content: "\e267";
3100}
3101
3102.mi-format-paint::before {
Copybara botbe50d492023-11-30 00:16:42 +01003103 content: "\e243";
3104}
3105
Renovate botf591dcf2023-12-30 14:13:54 +00003106.mi-format-quote::before {
Copybara botbe50d492023-11-30 00:16:42 +01003107 content: "\e244";
3108}
3109
Renovate botf591dcf2023-12-30 14:13:54 +00003110.mi-format-shapes::before {
Copybara botbe50d492023-11-30 00:16:42 +01003111 content: "\e25e";
3112}
3113
Renovate botf591dcf2023-12-30 14:13:54 +00003114.mi-format-size::before {
Copybara botbe50d492023-11-30 00:16:42 +01003115 content: "\e245";
3116}
3117
Renovate botf591dcf2023-12-30 14:13:54 +00003118.mi-format-strikethrough::before {
Copybara botbe50d492023-11-30 00:16:42 +01003119 content: "\e246";
3120}
3121
Renovate botf591dcf2023-12-30 14:13:54 +00003122.mi-format-textdirection-l-to-r::before {
Copybara botbe50d492023-11-30 00:16:42 +01003123 content: "\e247";
3124}
3125
Renovate botf591dcf2023-12-30 14:13:54 +00003126.mi-format-textdirection-r-to-l::before {
Copybara botbe50d492023-11-30 00:16:42 +01003127 content: "\e248";
3128}
3129
Renovate botf591dcf2023-12-30 14:13:54 +00003130.mi-format-underline::before {
Copybara botbe50d492023-11-30 00:16:42 +01003131 content: "\e249";
3132}
3133
Renovate botf591dcf2023-12-30 14:13:54 +00003134.mi-format-underlined::before {
3135 content: "\e249";
3136}
3137
3138.mi-forum::before {
Copybara botbe50d492023-11-30 00:16:42 +01003139 content: "\e0bf";
3140}
3141
Renovate botf591dcf2023-12-30 14:13:54 +00003142.mi-forward::before {
Copybara botbe50d492023-11-30 00:16:42 +01003143 content: "\e154";
3144}
3145
Renovate botf591dcf2023-12-30 14:13:54 +00003146.mi-forward-10::before {
Copybara botbe50d492023-11-30 00:16:42 +01003147 content: "\e056";
3148}
3149
Renovate botf591dcf2023-12-30 14:13:54 +00003150.mi-forward-30::before {
Copybara botbe50d492023-11-30 00:16:42 +01003151 content: "\e057";
3152}
3153
Renovate botf591dcf2023-12-30 14:13:54 +00003154.mi-forward-5::before {
Copybara botbe50d492023-11-30 00:16:42 +01003155 content: "\e058";
3156}
3157
Renovate botf591dcf2023-12-30 14:13:54 +00003158.mi-forward-to-inbox::before {
3159 content: "\f187";
3160}
3161
3162.mi-foundation::before {
3163 content: "\f200";
3164}
3165
3166.mi-free-breakfast::before {
Copybara botbe50d492023-11-30 00:16:42 +01003167 content: "\eb44";
3168}
3169
Renovate botf591dcf2023-12-30 14:13:54 +00003170.mi-free-cancellation::before {
3171 content: "\e748";
3172}
3173
3174.mi-front-hand::before {
3175 content: "\e769";
3176}
3177
3178.mi-fullscreen::before {
Copybara botbe50d492023-11-30 00:16:42 +01003179 content: "\e5d0";
3180}
3181
Renovate botf591dcf2023-12-30 14:13:54 +00003182.mi-fullscreen-exit::before {
Copybara botbe50d492023-11-30 00:16:42 +01003183 content: "\e5d1";
3184}
3185
Renovate botf591dcf2023-12-30 14:13:54 +00003186.mi-functions::before {
Copybara botbe50d492023-11-30 00:16:42 +01003187 content: "\e24a";
3188}
3189
Renovate botf591dcf2023-12-30 14:13:54 +00003190.mi-g-mobiledata::before {
3191 content: "\f010";
3192}
3193
3194.mi-g-translate::before {
Copybara botbe50d492023-11-30 00:16:42 +01003195 content: "\e927";
3196}
3197
Renovate botf591dcf2023-12-30 14:13:54 +00003198.mi-gamepad::before {
Copybara botbe50d492023-11-30 00:16:42 +01003199 content: "\e30f";
3200}
3201
Renovate botf591dcf2023-12-30 14:13:54 +00003202.mi-games::before {
Copybara botbe50d492023-11-30 00:16:42 +01003203 content: "\e021";
3204}
3205
Renovate botf591dcf2023-12-30 14:13:54 +00003206.mi-garage::before {
3207 content: "\f011";
3208}
3209
3210.mi-gavel::before {
Copybara botbe50d492023-11-30 00:16:42 +01003211 content: "\e90e";
3212}
3213
Renovate botf591dcf2023-12-30 14:13:54 +00003214.mi-generating-tokens::before {
3215 content: "\e749";
3216}
3217
3218.mi-gesture::before {
Copybara botbe50d492023-11-30 00:16:42 +01003219 content: "\e155";
3220}
3221
Renovate botf591dcf2023-12-30 14:13:54 +00003222.mi-get-app::before {
Copybara botbe50d492023-11-30 00:16:42 +01003223 content: "\e884";
3224}
3225
Renovate botf591dcf2023-12-30 14:13:54 +00003226.mi-gif::before {
Copybara botbe50d492023-11-30 00:16:42 +01003227 content: "\e908";
3228}
3229
Renovate botf591dcf2023-12-30 14:13:54 +00003230.mi-gif-box::before {
3231 content: "\e7a3";
3232}
3233
3234.mi-gite::before {
3235 content: "\e58b";
3236}
3237
3238.mi-goat::before {
3239 content: "\10fffd";
3240}
3241
3242.mi-golf-course::before {
Copybara botbe50d492023-11-30 00:16:42 +01003243 content: "\eb45";
3244}
3245
Renovate botf591dcf2023-12-30 14:13:54 +00003246.mi-gpp-bad::before {
3247 content: "\f012";
3248}
3249
3250.mi-gpp-good::before {
3251 content: "\f013";
3252}
3253
3254.mi-gpp-maybe::before {
3255 content: "\f014";
3256}
3257
3258.mi-gps-fixed::before {
Copybara botbe50d492023-11-30 00:16:42 +01003259 content: "\e1b3";
3260}
3261
Renovate botf591dcf2023-12-30 14:13:54 +00003262.mi-gps-not-fixed::before {
Copybara botbe50d492023-11-30 00:16:42 +01003263 content: "\e1b4";
3264}
3265
Renovate botf591dcf2023-12-30 14:13:54 +00003266.mi-gps-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01003267 content: "\e1b5";
3268}
3269
Renovate botf591dcf2023-12-30 14:13:54 +00003270.mi-grade::before {
Copybara botbe50d492023-11-30 00:16:42 +01003271 content: "\e885";
3272}
3273
Renovate botf591dcf2023-12-30 14:13:54 +00003274.mi-gradient::before {
Copybara botbe50d492023-11-30 00:16:42 +01003275 content: "\e3e9";
3276}
3277
Renovate botf591dcf2023-12-30 14:13:54 +00003278.mi-grading::before {
3279 content: "\ea4f";
3280}
3281
3282.mi-grain::before {
Copybara botbe50d492023-11-30 00:16:42 +01003283 content: "\e3ea";
3284}
3285
Renovate botf591dcf2023-12-30 14:13:54 +00003286.mi-graphic-eq::before {
Copybara botbe50d492023-11-30 00:16:42 +01003287 content: "\e1b8";
3288}
3289
Renovate botf591dcf2023-12-30 14:13:54 +00003290.mi-grass::before {
3291 content: "\f205";
3292}
3293
3294.mi-grid-3x3::before {
3295 content: "\f015";
3296}
3297
3298.mi-grid-4x4::before {
3299 content: "\f016";
3300}
3301
3302.mi-grid-goldenratio::before {
3303 content: "\f017";
3304}
3305
3306.mi-grid-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01003307 content: "\e3eb";
3308}
3309
Renovate botf591dcf2023-12-30 14:13:54 +00003310.mi-grid-on::before {
Copybara botbe50d492023-11-30 00:16:42 +01003311 content: "\e3ec";
3312}
3313
Renovate botf591dcf2023-12-30 14:13:54 +00003314.mi-grid-view::before {
3315 content: "\e9b0";
3316}
3317
3318.mi-group::before {
Copybara botbe50d492023-11-30 00:16:42 +01003319 content: "\e7ef";
3320}
3321
Renovate botf591dcf2023-12-30 14:13:54 +00003322.mi-group-add::before {
Copybara botbe50d492023-11-30 00:16:42 +01003323 content: "\e7f0";
3324}
3325
Renovate botf591dcf2023-12-30 14:13:54 +00003326.mi-group-off::before {
3327 content: "\e747";
3328}
3329
3330.mi-group-remove::before {
3331 content: "\e7ad";
3332}
3333
3334.mi-group-work::before {
Copybara botbe50d492023-11-30 00:16:42 +01003335 content: "\e886";
3336}
3337
Renovate botf591dcf2023-12-30 14:13:54 +00003338.mi-groups::before {
3339 content: "\f233";
3340}
3341
3342.mi-h-mobiledata::before {
3343 content: "\f018";
3344}
3345
3346.mi-h-plus-mobiledata::before {
3347 content: "\f019";
3348}
3349
3350.mi-hail::before {
3351 content: "\e9b1";
3352}
3353
3354.mi-handyman::before {
3355 content: "\f10b";
3356}
3357
3358.mi-hardware::before {
3359 content: "\ea59";
3360}
3361
3362.mi-hd::before {
Copybara botbe50d492023-11-30 00:16:42 +01003363 content: "\e052";
3364}
3365
Renovate botf591dcf2023-12-30 14:13:54 +00003366.mi-hdr-auto::before {
3367 content: "\f01a";
3368}
3369
3370.mi-hdr-auto-select::before {
3371 content: "\f01b";
3372}
3373
3374.mi-hdr-enhanced-select::before {
3375 content: "\ef51";
3376}
3377
3378.mi-hdr-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01003379 content: "\e3ed";
3380}
3381
Renovate botf591dcf2023-12-30 14:13:54 +00003382.mi-hdr-off-select::before {
3383 content: "\f01c";
3384}
3385
3386.mi-hdr-on::before {
Copybara botbe50d492023-11-30 00:16:42 +01003387 content: "\e3ee";
3388}
3389
Renovate botf591dcf2023-12-30 14:13:54 +00003390.mi-hdr-on-select::before {
3391 content: "\f01d";
3392}
3393
3394.mi-hdr-plus::before {
3395 content: "\f01e";
3396}
3397
3398.mi-hdr-strong::before {
Copybara botbe50d492023-11-30 00:16:42 +01003399 content: "\e3f1";
3400}
3401
Renovate botf591dcf2023-12-30 14:13:54 +00003402.mi-hdr-weak::before {
Copybara botbe50d492023-11-30 00:16:42 +01003403 content: "\e3f2";
3404}
3405
Renovate botf591dcf2023-12-30 14:13:54 +00003406.mi-headphones::before {
3407 content: "\f01f";
3408}
3409
3410.mi-headphones-battery::before {
3411 content: "\f020";
3412}
3413
3414.mi-headset::before {
Copybara botbe50d492023-11-30 00:16:42 +01003415 content: "\e310";
3416}
3417
Renovate botf591dcf2023-12-30 14:13:54 +00003418.mi-headset-mic::before {
Copybara botbe50d492023-11-30 00:16:42 +01003419 content: "\e311";
3420}
3421
Renovate botf591dcf2023-12-30 14:13:54 +00003422.mi-headset-off::before {
3423 content: "\e33a";
3424}
3425
3426.mi-healing::before {
Copybara botbe50d492023-11-30 00:16:42 +01003427 content: "\e3f3";
3428}
3429
Renovate botf591dcf2023-12-30 14:13:54 +00003430.mi-health-and-safety::before {
3431 content: "\e1d5";
3432}
3433
3434.mi-hearing::before {
Copybara botbe50d492023-11-30 00:16:42 +01003435 content: "\e023";
3436}
3437
Renovate botf591dcf2023-12-30 14:13:54 +00003438.mi-hearing-disabled::before {
3439 content: "\f104";
3440}
3441
3442.mi-height::before {
3443 content: "\ea16";
3444}
3445
3446.mi-help::before {
Copybara botbe50d492023-11-30 00:16:42 +01003447 content: "\e887";
3448}
3449
Renovate botf591dcf2023-12-30 14:13:54 +00003450.mi-help-center::before {
3451 content: "\f1c0";
3452}
3453
3454.mi-help-outline::before {
Copybara botbe50d492023-11-30 00:16:42 +01003455 content: "\e8fd";
3456}
3457
Renovate botf591dcf2023-12-30 14:13:54 +00003458.mi-hevc::before {
3459 content: "\f021";
3460}
3461
3462.mi-hide-image::before {
3463 content: "\f022";
3464}
3465
3466.mi-hide-source::before {
3467 content: "\f023";
3468}
3469
3470.mi-high-quality::before {
Copybara botbe50d492023-11-30 00:16:42 +01003471 content: "\e024";
3472}
3473
Renovate botf591dcf2023-12-30 14:13:54 +00003474.mi-highlight::before {
Copybara botbe50d492023-11-30 00:16:42 +01003475 content: "\e25f";
3476}
3477
Renovate botf591dcf2023-12-30 14:13:54 +00003478.mi-highlight-alt::before {
3479 content: "\ef52";
3480}
3481
3482.mi-highlight-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01003483 content: "\e888";
3484}
3485
Renovate botf591dcf2023-12-30 14:13:54 +00003486.mi-highlight-remove::before {
3487 content: "\e888";
3488}
3489
3490.mi-hiking::before {
3491 content: "\e50a";
3492}
3493
3494.mi-history::before {
Copybara botbe50d492023-11-30 00:16:42 +01003495 content: "\e889";
3496}
3497
Renovate botf591dcf2023-12-30 14:13:54 +00003498.mi-history-edu::before {
3499 content: "\ea3e";
3500}
3501
3502.mi-history-toggle-off::before {
3503 content: "\f17d";
3504}
3505
3506.mi-holiday-village::before {
3507 content: "\e58a";
3508}
3509
3510.mi-home::before {
Copybara botbe50d492023-11-30 00:16:42 +01003511 content: "\e88a";
3512}
3513
Renovate botf591dcf2023-12-30 14:13:54 +00003514.mi-home-filled::before {
3515 content: "\e9b2";
3516}
3517
3518.mi-home-max::before {
3519 content: "\f024";
3520}
3521
3522.mi-home-mini::before {
3523 content: "\f025";
3524}
3525
3526.mi-home-repair-service::before {
3527 content: "\f100";
3528}
3529
3530.mi-home-work::before {
3531 content: "\ea09";
3532}
3533
3534.mi-horizontal-distribute::before {
3535 content: "\e014";
3536}
3537
3538.mi-horizontal-rule::before {
3539 content: "\f108";
3540}
3541
3542.mi-horizontal-split::before {
3543 content: "\e947";
3544}
3545
3546.mi-hot-tub::before {
Copybara botbe50d492023-11-30 00:16:42 +01003547 content: "\eb46";
3548}
3549
Renovate botf591dcf2023-12-30 14:13:54 +00003550.mi-hotel::before {
Copybara botbe50d492023-11-30 00:16:42 +01003551 content: "\e53a";
3552}
3553
Renovate botf591dcf2023-12-30 14:13:54 +00003554.mi-hotel-class::before {
3555 content: "\e743";
3556}
3557
3558.mi-hourglass-bottom::before {
3559 content: "\ea5c";
3560}
3561
3562.mi-hourglass-disabled::before {
3563 content: "\ef53";
3564}
3565
3566.mi-hourglass-empty::before {
Copybara botbe50d492023-11-30 00:16:42 +01003567 content: "\e88b";
3568}
3569
Renovate botf591dcf2023-12-30 14:13:54 +00003570.mi-hourglass-full::before {
Copybara botbe50d492023-11-30 00:16:42 +01003571 content: "\e88c";
3572}
3573
Renovate botf591dcf2023-12-30 14:13:54 +00003574.mi-hourglass-top::before {
3575 content: "\ea5b";
3576}
3577
3578.mi-house::before {
3579 content: "\ea44";
3580}
3581
3582.mi-house-siding::before {
3583 content: "\f202";
3584}
3585
3586.mi-houseboat::before {
3587 content: "\e584";
3588}
3589
3590.mi-how-to-reg::before {
3591 content: "\e174";
3592}
3593
3594.mi-how-to-vote::before {
3595 content: "\e175";
3596}
3597
3598.mi-http::before {
Copybara botbe50d492023-11-30 00:16:42 +01003599 content: "\e902";
3600}
3601
Renovate botf591dcf2023-12-30 14:13:54 +00003602.mi-https::before {
Copybara botbe50d492023-11-30 00:16:42 +01003603 content: "\e88d";
3604}
3605
Renovate botf591dcf2023-12-30 14:13:54 +00003606.mi-hvac::before {
3607 content: "\f10e";
3608}
3609
3610.mi-ice-skating::before {
3611 content: "\e50b";
3612}
3613
3614.mi-icecream::before {
3615 content: "\ea69";
3616}
3617
3618.mi-image::before {
Copybara botbe50d492023-11-30 00:16:42 +01003619 content: "\e3f4";
3620}
3621
Renovate botf591dcf2023-12-30 14:13:54 +00003622.mi-image-aspect-ratio::before {
Copybara botbe50d492023-11-30 00:16:42 +01003623 content: "\e3f5";
3624}
3625
Renovate botf591dcf2023-12-30 14:13:54 +00003626.mi-image-not-supported::before {
3627 content: "\f116";
3628}
3629
3630.mi-image-search::before {
3631 content: "\e43f";
3632}
3633
3634.mi-imagesearch-roller::before {
3635 content: "\e9b4";
3636}
3637
3638.mi-import-contacts::before {
Copybara botbe50d492023-11-30 00:16:42 +01003639 content: "\e0e0";
3640}
3641
Renovate botf591dcf2023-12-30 14:13:54 +00003642.mi-import-export::before {
Copybara botbe50d492023-11-30 00:16:42 +01003643 content: "\e0c3";
3644}
3645
Renovate botf591dcf2023-12-30 14:13:54 +00003646.mi-important-devices::before {
Copybara botbe50d492023-11-30 00:16:42 +01003647 content: "\e912";
3648}
3649
Renovate botf591dcf2023-12-30 14:13:54 +00003650.mi-inbox::before {
Copybara botbe50d492023-11-30 00:16:42 +01003651 content: "\e156";
3652}
3653
Renovate botf591dcf2023-12-30 14:13:54 +00003654.mi-incomplete-circle::before {
3655 content: "\e79b";
3656}
3657
3658.mi-indeterminate-check-box::before {
Copybara botbe50d492023-11-30 00:16:42 +01003659 content: "\e909";
3660}
3661
Renovate botf591dcf2023-12-30 14:13:54 +00003662.mi-info::before {
Copybara botbe50d492023-11-30 00:16:42 +01003663 content: "\e88e";
3664}
3665
Renovate botf591dcf2023-12-30 14:13:54 +00003666.mi-info-outline::before {
Copybara botbe50d492023-11-30 00:16:42 +01003667 content: "\e88f";
3668}
3669
Renovate botf591dcf2023-12-30 14:13:54 +00003670.mi-input::before {
Copybara botbe50d492023-11-30 00:16:42 +01003671 content: "\e890";
3672}
3673
Renovate botf591dcf2023-12-30 14:13:54 +00003674.mi-insert-chart::before {
Copybara botbe50d492023-11-30 00:16:42 +01003675 content: "\e24b";
3676}
3677
Renovate botf591dcf2023-12-30 14:13:54 +00003678.mi-insert-chart-outlined::before {
3679 content: "\e26a";
3680}
3681
3682.mi-insert-comment::before {
Copybara botbe50d492023-11-30 00:16:42 +01003683 content: "\e24c";
3684}
3685
Renovate botf591dcf2023-12-30 14:13:54 +00003686.mi-insert-drive-file::before {
Copybara botbe50d492023-11-30 00:16:42 +01003687 content: "\e24d";
3688}
3689
Renovate botf591dcf2023-12-30 14:13:54 +00003690.mi-insert-emoticon::before {
Copybara botbe50d492023-11-30 00:16:42 +01003691 content: "\e24e";
3692}
3693
Renovate botf591dcf2023-12-30 14:13:54 +00003694.mi-insert-invitation::before {
Copybara botbe50d492023-11-30 00:16:42 +01003695 content: "\e24f";
3696}
3697
Renovate botf591dcf2023-12-30 14:13:54 +00003698.mi-insert-link::before {
Copybara botbe50d492023-11-30 00:16:42 +01003699 content: "\e250";
3700}
3701
Renovate botf591dcf2023-12-30 14:13:54 +00003702.mi-insert-photo::before {
Copybara botbe50d492023-11-30 00:16:42 +01003703 content: "\e251";
3704}
3705
Renovate botf591dcf2023-12-30 14:13:54 +00003706.mi-insights::before {
3707 content: "\f092";
3708}
3709
3710.mi-integration-instructions::before {
3711 content: "\ef54";
3712}
3713
3714.mi-interests::before {
3715 content: "\e7c8";
3716}
3717
3718.mi-interpreter-mode::before {
3719 content: "\e83b";
3720}
3721
3722.mi-inventory::before {
3723 content: "\e179";
3724}
3725
3726.mi-inventory-2::before {
3727 content: "\e1a1";
3728}
3729
3730.mi-invert-colors::before {
Copybara botbe50d492023-11-30 00:16:42 +01003731 content: "\e891";
3732}
3733
Renovate botf591dcf2023-12-30 14:13:54 +00003734.mi-invert-colors-off::before {
Copybara botbe50d492023-11-30 00:16:42 +01003735 content: "\e0c4";
3736}
3737
Renovate botf591dcf2023-12-30 14:13:54 +00003738.mi-invert-colors-on::before {
3739 content: "\e891";
3740}
3741
3742.mi-ios-share::before {
3743 content: "\e6b8";
3744}
3745
3746.mi-iron::before {
3747 content: "\e583";
3748}
3749
3750.mi-iso::before {
Copybara botbe50d492023-11-30 00:16:42 +01003751 content: "\e3f6";
3752}
3753
Renovate botf591dcf2023-12-30 14:13:54 +00003754.mi-kayaking::before {
3755 content: "\e50c";
3756}
3757
3758.mi-kebab-dining::before {
3759 content: "\e842";
3760}
3761
3762.mi-keyboard::before {
Copybara botbe50d492023-11-30 00:16:42 +01003763 content: "\e312";
3764}
3765
Renovate botf591dcf2023-12-30 14:13:54 +00003766.mi-keyboard-alt::before {
3767 content: "\f028";
3768}
3769
3770.mi-keyboard-arrow-down::before {
Copybara botbe50d492023-11-30 00:16:42 +01003771 content: "\e313";
3772}
3773
Renovate botf591dcf2023-12-30 14:13:54 +00003774.mi-keyboard-arrow-left::before {
Copybara botbe50d492023-11-30 00:16:42 +01003775 content: "\e314";
3776}
3777
Renovate botf591dcf2023-12-30 14:13:54 +00003778.mi-keyboard-arrow-right::before {
Copybara botbe50d492023-11-30 00:16:42 +01003779 content: "\e315";
3780}
3781
Renovate botf591dcf2023-12-30 14:13:54 +00003782.mi-keyboard-arrow-up::before {
Copybara botbe50d492023-11-30 00:16:42 +01003783 content: "\e316";
3784}
3785
Renovate botf591dcf2023-12-30 14:13:54 +00003786.mi-keyboard-backspace::before {
Copybara botbe50d492023-11-30 00:16:42 +01003787 content: "\e317";
3788}
3789
Renovate botf591dcf2023-12-30 14:13:54 +00003790.mi-keyboard-capslock::before {
Copybara botbe50d492023-11-30 00:16:42 +01003791 content: "\e318";
3792}
3793
Renovate botf591dcf2023-12-30 14:13:54 +00003794.mi-keyboard-control::before {
Copybara botbe50d492023-11-30 00:16:42 +01003795 content: "\e5d3";
3796}
3797
Renovate botf591dcf2023-12-30 14:13:54 +00003798.mi-keyboard-hide::before {
3799 content: "\e31a";
Copybara botbe50d492023-11-30 00:16:42 +01003800}
3801
Renovate botf591dcf2023-12-30 14:13:54 +00003802.mi-keyboard-return::before {
3803 content: "\e31b";
Copybara botbe50d492023-11-30 00:16:42 +01003804}
3805
Renovate botf591dcf2023-12-30 14:13:54 +00003806.mi-keyboard-tab::before {
3807 content: "\e31c";
Copybara botbe50d492023-11-30 00:16:42 +01003808}
3809
Renovate botf591dcf2023-12-30 14:13:54 +00003810.mi-keyboard-voice::before {
3811 content: "\e31d";
Copybara botbe50d492023-11-30 00:16:42 +01003812}
3813
Renovate botf591dcf2023-12-30 14:13:54 +00003814.mi-king-bed::before {
3815 content: "\ea45";
Copybara botbe50d492023-11-30 00:16:42 +01003816}
3817
Renovate botf591dcf2023-12-30 14:13:54 +00003818.mi-kitchen::before {
3819 content: "\eb47";
Copybara botbe50d492023-11-30 00:16:42 +01003820}
3821
Renovate botf591dcf2023-12-30 14:13:54 +00003822.mi-kitesurfing::before {
3823 content: "\e50d";
Copybara botbe50d492023-11-30 00:16:42 +01003824}
3825
Renovate botf591dcf2023-12-30 14:13:54 +00003826.mi-label::before {
3827 content: "\e892";
Copybara botbe50d492023-11-30 00:16:42 +01003828}
3829
Renovate botf591dcf2023-12-30 14:13:54 +00003830.mi-label-important::before {
3831 content: "\e937";
Copybara botbe50d492023-11-30 00:16:42 +01003832}
3833
Renovate botf591dcf2023-12-30 14:13:54 +00003834.mi-label-important-outline::before {
3835 content: "\e948";
Copybara botbe50d492023-11-30 00:16:42 +01003836}
3837
Renovate botf591dcf2023-12-30 14:13:54 +00003838.mi-label-off::before {
3839 content: "\e9b6";
Copybara botbe50d492023-11-30 00:16:42 +01003840}
3841
Renovate botf591dcf2023-12-30 14:13:54 +00003842.mi-label-outline::before {
3843 content: "\e893";
Copybara botbe50d492023-11-30 00:16:42 +01003844}
3845
Renovate botf591dcf2023-12-30 14:13:54 +00003846.mi-landscape::before {
3847 content: "\e3f7";
Copybara botbe50d492023-11-30 00:16:42 +01003848}
3849
Renovate botf591dcf2023-12-30 14:13:54 +00003850.mi-language::before {
3851 content: "\e894";
Copybara botbe50d492023-11-30 00:16:42 +01003852}
3853
Renovate botf591dcf2023-12-30 14:13:54 +00003854.mi-laptop::before {
3855 content: "\e31e";
Copybara botbe50d492023-11-30 00:16:42 +01003856}
3857
Renovate botf591dcf2023-12-30 14:13:54 +00003858.mi-laptop-chromebook::before {
3859 content: "\e31f";
Copybara botbe50d492023-11-30 00:16:42 +01003860}
3861
Renovate botf591dcf2023-12-30 14:13:54 +00003862.mi-laptop-mac::before {
3863 content: "\e320";
Copybara botbe50d492023-11-30 00:16:42 +01003864}
3865
Renovate botf591dcf2023-12-30 14:13:54 +00003866.mi-laptop-windows::before {
3867 content: "\e321";
Copybara botbe50d492023-11-30 00:16:42 +01003868}
3869
Renovate botf591dcf2023-12-30 14:13:54 +00003870.mi-last-page::before {
3871 content: "\e5dd";
Copybara botbe50d492023-11-30 00:16:42 +01003872}
3873
Renovate botf591dcf2023-12-30 14:13:54 +00003874.mi-launch::before {
3875 content: "\e895";
Copybara botbe50d492023-11-30 00:16:42 +01003876}
3877
Renovate botf591dcf2023-12-30 14:13:54 +00003878.mi-layers::before {
3879 content: "\e53b";
Copybara botbe50d492023-11-30 00:16:42 +01003880}
3881
Renovate botf591dcf2023-12-30 14:13:54 +00003882.mi-layers-clear::before {
3883 content: "\e53c";
Copybara botbe50d492023-11-30 00:16:42 +01003884}
3885
Renovate botf591dcf2023-12-30 14:13:54 +00003886.mi-leaderboard::before {
3887 content: "\f20c";
Copybara botbe50d492023-11-30 00:16:42 +01003888}
3889
Renovate botf591dcf2023-12-30 14:13:54 +00003890.mi-leak-add::before {
3891 content: "\e3f8";
Copybara botbe50d492023-11-30 00:16:42 +01003892}
3893
Renovate botf591dcf2023-12-30 14:13:54 +00003894.mi-leak-remove::before {
3895 content: "\e3f9";
3896}
3897
3898.mi-leave-bags-at-home::before {
3899 content: "\f21b";
3900}
3901
3902.mi-legend-toggle::before {
3903 content: "\f11b";
3904}
3905
3906.mi-lens::before {
3907 content: "\e3fa";
3908}
3909
3910.mi-lens-blur::before {
3911 content: "\f029";
3912}
3913
3914.mi-library-add::before {
3915 content: "\e02e";
3916}
3917
3918.mi-library-add-check::before {
3919 content: "\e9b7";
3920}
3921
3922.mi-library-books::before {
3923 content: "\e02f";
3924}
3925
3926.mi-library-music::before {
3927 content: "\e030";
3928}
3929
3930.mi-light::before {
3931 content: "\f02a";
3932}
3933
3934.mi-light-mode::before {
3935 content: "\e518";
3936}
3937
3938.mi-lightbulb::before {
3939 content: "\e0f0";
3940}
3941
3942.mi-lightbulb-outline::before {
3943 content: "\e90f";
3944}
3945
3946.mi-line-style::before {
3947 content: "\e919";
3948}
3949
3950.mi-line-weight::before {
3951 content: "\e91a";
3952}
3953
3954.mi-linear-scale::before {
3955 content: "\e260";
3956}
3957
3958.mi-link::before {
3959 content: "\e157";
3960}
3961
3962.mi-link-off::before {
3963 content: "\e16f";
3964}
3965
3966.mi-linked-camera::before {
3967 content: "\e438";
Copybara botbe50d492023-11-30 00:16:42 +01003968}
3969
Renovate botf591dcf2023-12-30 14:13:54 +00003970.mi-liquor::before {
3971 content: "\ea60";
Copybara botbe50d492023-11-30 00:16:42 +01003972}
3973
Renovate botf591dcf2023-12-30 14:13:54 +00003974.mi-list::before {
3975 content: "\e896";
Copybara botbe50d492023-11-30 00:16:42 +01003976}
3977
Renovate botf591dcf2023-12-30 14:13:54 +00003978.mi-list-alt::before {
3979 content: "\e0ee";
Copybara botbe50d492023-11-30 00:16:42 +01003980}
3981
Renovate botf591dcf2023-12-30 14:13:54 +00003982.mi-live-help::before {
3983 content: "\e0c6";
Copybara botbe50d492023-11-30 00:16:42 +01003984}
3985
Renovate botf591dcf2023-12-30 14:13:54 +00003986.mi-live-tv::before {
3987 content: "\e639";
Copybara botbe50d492023-11-30 00:16:42 +01003988}
3989
Renovate botf591dcf2023-12-30 14:13:54 +00003990.mi-living::before {
3991 content: "\f02b";
Copybara botbe50d492023-11-30 00:16:42 +01003992}
3993
Renovate botf591dcf2023-12-30 14:13:54 +00003994.mi-local-activity::before {
3995 content: "\e53f";
Copybara botbe50d492023-11-30 00:16:42 +01003996}
3997
Renovate botf591dcf2023-12-30 14:13:54 +00003998.mi-local-airport::before {
3999 content: "\e53d";
Copybara botbe50d492023-11-30 00:16:42 +01004000}
4001
Renovate botf591dcf2023-12-30 14:13:54 +00004002.mi-local-atm::before {
4003 content: "\e53e";
Copybara botbe50d492023-11-30 00:16:42 +01004004}
4005
Renovate botf591dcf2023-12-30 14:13:54 +00004006.mi-local-attraction::before {
4007 content: "\e53f";
Copybara botbe50d492023-11-30 00:16:42 +01004008}
4009
Renovate botf591dcf2023-12-30 14:13:54 +00004010.mi-local-bar::before {
4011 content: "\e540";
Copybara botbe50d492023-11-30 00:16:42 +01004012}
4013
Renovate botf591dcf2023-12-30 14:13:54 +00004014.mi-local-cafe::before {
4015 content: "\e541";
Copybara botbe50d492023-11-30 00:16:42 +01004016}
4017
Renovate botf591dcf2023-12-30 14:13:54 +00004018.mi-local-car-wash::before {
4019 content: "\e542";
Copybara botbe50d492023-11-30 00:16:42 +01004020}
4021
Renovate botf591dcf2023-12-30 14:13:54 +00004022.mi-local-convenience-store::before {
4023 content: "\e543";
Copybara botbe50d492023-11-30 00:16:42 +01004024}
4025
Renovate botf591dcf2023-12-30 14:13:54 +00004026.mi-local-dining::before {
4027 content: "\e556";
Copybara botbe50d492023-11-30 00:16:42 +01004028}
4029
Renovate botf591dcf2023-12-30 14:13:54 +00004030.mi-local-drink::before {
4031 content: "\e544";
Copybara botbe50d492023-11-30 00:16:42 +01004032}
4033
Renovate botf591dcf2023-12-30 14:13:54 +00004034.mi-local-fire-department::before {
4035 content: "\ef55";
Copybara botbe50d492023-11-30 00:16:42 +01004036}
4037
Renovate botf591dcf2023-12-30 14:13:54 +00004038.mi-local-florist::before {
4039 content: "\e545";
Copybara botbe50d492023-11-30 00:16:42 +01004040}
4041
Renovate botf591dcf2023-12-30 14:13:54 +00004042.mi-local-gas-station::before {
4043 content: "\e546";
Copybara botbe50d492023-11-30 00:16:42 +01004044}
4045
Renovate botf591dcf2023-12-30 14:13:54 +00004046.mi-local-grocery-store::before {
4047 content: "\e547";
Copybara botbe50d492023-11-30 00:16:42 +01004048}
4049
Renovate botf591dcf2023-12-30 14:13:54 +00004050.mi-local-hospital::before {
4051 content: "\e548";
Copybara botbe50d492023-11-30 00:16:42 +01004052}
4053
Renovate botf591dcf2023-12-30 14:13:54 +00004054.mi-local-hotel::before {
4055 content: "\e549";
Copybara botbe50d492023-11-30 00:16:42 +01004056}
4057
Renovate botf591dcf2023-12-30 14:13:54 +00004058.mi-local-laundry-service::before {
4059 content: "\e54a";
Copybara botbe50d492023-11-30 00:16:42 +01004060}
4061
Renovate botf591dcf2023-12-30 14:13:54 +00004062.mi-local-library::before {
4063 content: "\e54b";
Copybara botbe50d492023-11-30 00:16:42 +01004064}
4065
Renovate botf591dcf2023-12-30 14:13:54 +00004066.mi-local-mall::before {
4067 content: "\e54c";
Copybara botbe50d492023-11-30 00:16:42 +01004068}
4069
Renovate botf591dcf2023-12-30 14:13:54 +00004070.mi-local-movies::before {
4071 content: "\e54d";
Copybara botbe50d492023-11-30 00:16:42 +01004072}
4073
Renovate botf591dcf2023-12-30 14:13:54 +00004074.mi-local-offer::before {
4075 content: "\e54e";
Copybara botbe50d492023-11-30 00:16:42 +01004076}
4077
Renovate botf591dcf2023-12-30 14:13:54 +00004078.mi-local-parking::before {
4079 content: "\e54f";
Copybara botbe50d492023-11-30 00:16:42 +01004080}
4081
Renovate botf591dcf2023-12-30 14:13:54 +00004082.mi-local-pharmacy::before {
4083 content: "\e550";
Copybara botbe50d492023-11-30 00:16:42 +01004084}
4085
Renovate botf591dcf2023-12-30 14:13:54 +00004086.mi-local-phone::before {
4087 content: "\e551";
Copybara botbe50d492023-11-30 00:16:42 +01004088}
4089
Renovate botf591dcf2023-12-30 14:13:54 +00004090.mi-local-pizza::before {
4091 content: "\e552";
Copybara botbe50d492023-11-30 00:16:42 +01004092}
4093
Renovate botf591dcf2023-12-30 14:13:54 +00004094.mi-local-play::before {
4095 content: "\e553";
Copybara botbe50d492023-11-30 00:16:42 +01004096}
4097
Renovate botf591dcf2023-12-30 14:13:54 +00004098.mi-local-police::before {
4099 content: "\ef56";
Copybara botbe50d492023-11-30 00:16:42 +01004100}
4101
Renovate botf591dcf2023-12-30 14:13:54 +00004102.mi-local-post-office::before {
4103 content: "\e554";
Copybara botbe50d492023-11-30 00:16:42 +01004104}
4105
Renovate botf591dcf2023-12-30 14:13:54 +00004106.mi-local-print-shop::before {
4107 content: "\e555";
Copybara botbe50d492023-11-30 00:16:42 +01004108}
4109
Renovate botf591dcf2023-12-30 14:13:54 +00004110.mi-local-printshop::before {
4111 content: "\e555";
Copybara botbe50d492023-11-30 00:16:42 +01004112}
4113
Renovate botf591dcf2023-12-30 14:13:54 +00004114.mi-local-restaurant::before {
4115 content: "\e556";
Copybara botbe50d492023-11-30 00:16:42 +01004116}
4117
Renovate botf591dcf2023-12-30 14:13:54 +00004118.mi-local-see::before {
4119 content: "\e557";
Copybara botbe50d492023-11-30 00:16:42 +01004120}
4121
Renovate botf591dcf2023-12-30 14:13:54 +00004122.mi-local-shipping::before {
4123 content: "\e558";
Copybara botbe50d492023-11-30 00:16:42 +01004124}
4125
Renovate botf591dcf2023-12-30 14:13:54 +00004126.mi-local-taxi::before {
4127 content: "\e559";
Copybara botbe50d492023-11-30 00:16:42 +01004128}
4129
Renovate botf591dcf2023-12-30 14:13:54 +00004130.mi-location-city::before {
4131 content: "\e7f1";
Copybara botbe50d492023-11-30 00:16:42 +01004132}
4133
Renovate botf591dcf2023-12-30 14:13:54 +00004134.mi-location-disabled::before {
4135 content: "\e1b6";
Copybara botbe50d492023-11-30 00:16:42 +01004136}
4137
Renovate botf591dcf2023-12-30 14:13:54 +00004138.mi-location-history::before {
Copybara botbe50d492023-11-30 00:16:42 +01004139 content: "\e55a";
4140}
4141
Renovate botf591dcf2023-12-30 14:13:54 +00004142.mi-location-off::before {
4143 content: "\e0c7";
Copybara botbe50d492023-11-30 00:16:42 +01004144}
4145
Renovate botf591dcf2023-12-30 14:13:54 +00004146.mi-location-on::before {
4147 content: "\e0c8";
Copybara botbe50d492023-11-30 00:16:42 +01004148}
4149
Renovate botf591dcf2023-12-30 14:13:54 +00004150.mi-location-pin::before {
4151 content: "\f1db";
Copybara botbe50d492023-11-30 00:16:42 +01004152}
4153
Renovate botf591dcf2023-12-30 14:13:54 +00004154.mi-location-searching::before {
4155 content: "\e1b7";
Copybara botbe50d492023-11-30 00:16:42 +01004156}
4157
Renovate botf591dcf2023-12-30 14:13:54 +00004158.mi-lock::before {
4159 content: "\e897";
Copybara botbe50d492023-11-30 00:16:42 +01004160}
4161
Renovate botf591dcf2023-12-30 14:13:54 +00004162.mi-lock-clock::before {
4163 content: "\ef57";
Copybara botbe50d492023-11-30 00:16:42 +01004164}
4165
Renovate botf591dcf2023-12-30 14:13:54 +00004166.mi-lock-open::before {
4167 content: "\e898";
Copybara botbe50d492023-11-30 00:16:42 +01004168}
4169
Renovate botf591dcf2023-12-30 14:13:54 +00004170.mi-lock-outline::before {
4171 content: "\e899";
Copybara botbe50d492023-11-30 00:16:42 +01004172}
4173
Renovate botf591dcf2023-12-30 14:13:54 +00004174.mi-login::before {
4175 content: "\ea77";
Copybara botbe50d492023-11-30 00:16:42 +01004176}
4177
Renovate botf591dcf2023-12-30 14:13:54 +00004178.mi-logout::before {
4179 content: "\e9ba";
Copybara botbe50d492023-11-30 00:16:42 +01004180}
4181
Renovate botf591dcf2023-12-30 14:13:54 +00004182.mi-looks::before {
4183 content: "\e3fc";
Copybara botbe50d492023-11-30 00:16:42 +01004184}
4185
Renovate botf591dcf2023-12-30 14:13:54 +00004186.mi-looks-3::before {
4187 content: "\e3fb";
Copybara botbe50d492023-11-30 00:16:42 +01004188}
4189
Renovate botf591dcf2023-12-30 14:13:54 +00004190.mi-looks-4::before {
4191 content: "\e3fd";
Copybara botbe50d492023-11-30 00:16:42 +01004192}
4193
Renovate botf591dcf2023-12-30 14:13:54 +00004194.mi-looks-5::before {
4195 content: "\e3fe";
Copybara botbe50d492023-11-30 00:16:42 +01004196}
4197
Renovate botf591dcf2023-12-30 14:13:54 +00004198.mi-looks-6::before {
4199 content: "\e3ff";
Copybara botbe50d492023-11-30 00:16:42 +01004200}
4201
Renovate botf591dcf2023-12-30 14:13:54 +00004202.mi-looks-one::before {
4203 content: "\e400";
Copybara botbe50d492023-11-30 00:16:42 +01004204}
4205
Renovate botf591dcf2023-12-30 14:13:54 +00004206.mi-looks-two::before {
4207 content: "\e401";
Copybara botbe50d492023-11-30 00:16:42 +01004208}
4209
Renovate botf591dcf2023-12-30 14:13:54 +00004210.mi-loop::before {
4211 content: "\e028";
Copybara botbe50d492023-11-30 00:16:42 +01004212}
4213
Renovate botf591dcf2023-12-30 14:13:54 +00004214.mi-loupe::before {
4215 content: "\e402";
Copybara botbe50d492023-11-30 00:16:42 +01004216}
4217
Renovate botf591dcf2023-12-30 14:13:54 +00004218.mi-low-priority::before {
4219 content: "\e16d";
Copybara botbe50d492023-11-30 00:16:42 +01004220}
4221
Renovate botf591dcf2023-12-30 14:13:54 +00004222.mi-loyalty::before {
4223 content: "\e89a";
Copybara botbe50d492023-11-30 00:16:42 +01004224}
4225
Renovate botf591dcf2023-12-30 14:13:54 +00004226.mi-lte-mobiledata::before {
4227 content: "\f02c";
Copybara botbe50d492023-11-30 00:16:42 +01004228}
4229
Renovate botf591dcf2023-12-30 14:13:54 +00004230.mi-lte-plus-mobiledata::before {
4231 content: "\f02d";
Copybara botbe50d492023-11-30 00:16:42 +01004232}
4233
Renovate botf591dcf2023-12-30 14:13:54 +00004234.mi-luggage::before {
4235 content: "\f235";
Copybara botbe50d492023-11-30 00:16:42 +01004236}
4237
Renovate botf591dcf2023-12-30 14:13:54 +00004238.mi-lunch-dining::before {
4239 content: "\ea61";
Copybara botbe50d492023-11-30 00:16:42 +01004240}
4241
Renovate botf591dcf2023-12-30 14:13:54 +00004242.mi-mail::before {
4243 content: "\e158";
Copybara botbe50d492023-11-30 00:16:42 +01004244}
4245
Renovate botf591dcf2023-12-30 14:13:54 +00004246.mi-mail-outline::before {
4247 content: "\e0e1";
Copybara botbe50d492023-11-30 00:16:42 +01004248}
4249
Renovate botf591dcf2023-12-30 14:13:54 +00004250.mi-male::before {
4251 content: "\e58e";
Copybara botbe50d492023-11-30 00:16:42 +01004252}
4253
Renovate botf591dcf2023-12-30 14:13:54 +00004254.mi-manage-accounts::before {
4255 content: "\f02e";
Copybara botbe50d492023-11-30 00:16:42 +01004256}
4257
Renovate botf591dcf2023-12-30 14:13:54 +00004258.mi-manage-search::before {
4259 content: "\f02f";
Copybara botbe50d492023-11-30 00:16:42 +01004260}
4261
Renovate botf591dcf2023-12-30 14:13:54 +00004262.mi-map::before {
4263 content: "\e55b";
Copybara botbe50d492023-11-30 00:16:42 +01004264}
4265
Renovate botf591dcf2023-12-30 14:13:54 +00004266.mi-maps-home-work::before {
4267 content: "\f030";
Copybara botbe50d492023-11-30 00:16:42 +01004268}
4269
Renovate botf591dcf2023-12-30 14:13:54 +00004270.mi-maps-ugc::before {
4271 content: "\ef58";
Copybara botbe50d492023-11-30 00:16:42 +01004272}
4273
Renovate botf591dcf2023-12-30 14:13:54 +00004274.mi-margin::before {
4275 content: "\e9bb";
Copybara botbe50d492023-11-30 00:16:42 +01004276}
4277
Renovate botf591dcf2023-12-30 14:13:54 +00004278.mi-mark-as-unread::before {
4279 content: "\e9bc";
Copybara botbe50d492023-11-30 00:16:42 +01004280}
4281
Renovate botf591dcf2023-12-30 14:13:54 +00004282.mi-mark-chat-read::before {
4283 content: "\f18b";
Copybara botbe50d492023-11-30 00:16:42 +01004284}
4285
Renovate botf591dcf2023-12-30 14:13:54 +00004286.mi-mark-chat-unread::before {
4287 content: "\f189";
Copybara botbe50d492023-11-30 00:16:42 +01004288}
4289
Renovate botf591dcf2023-12-30 14:13:54 +00004290.mi-mark-email-read::before {
4291 content: "\f18c";
Copybara botbe50d492023-11-30 00:16:42 +01004292}
4293
Renovate botf591dcf2023-12-30 14:13:54 +00004294.mi-mark-email-unread::before {
4295 content: "\f18a";
Copybara botbe50d492023-11-30 00:16:42 +01004296}
4297
Renovate botf591dcf2023-12-30 14:13:54 +00004298.mi-markunread::before {
4299 content: "\e159";
Copybara botbe50d492023-11-30 00:16:42 +01004300}
4301
Renovate botf591dcf2023-12-30 14:13:54 +00004302.mi-markunread-mailbox::before {
4303 content: "\e89b";
Copybara botbe50d492023-11-30 00:16:42 +01004304}
4305
Renovate botf591dcf2023-12-30 14:13:54 +00004306.mi-masks::before {
4307 content: "\f218";
Copybara botbe50d492023-11-30 00:16:42 +01004308}
4309
Renovate botf591dcf2023-12-30 14:13:54 +00004310.mi-maximize::before {
4311 content: "\e930";
Copybara botbe50d492023-11-30 00:16:42 +01004312}
4313
Renovate botf591dcf2023-12-30 14:13:54 +00004314.mi-media-bluetooth-off::before {
4315 content: "\f031";
Copybara botbe50d492023-11-30 00:16:42 +01004316}
4317
Renovate botf591dcf2023-12-30 14:13:54 +00004318.mi-media-bluetooth-on::before {
4319 content: "\f032";
Copybara botbe50d492023-11-30 00:16:42 +01004320}
4321
Renovate botf591dcf2023-12-30 14:13:54 +00004322.mi-mediation::before {
4323 content: "\efa7";
Copybara botbe50d492023-11-30 00:16:42 +01004324}
4325
Renovate botf591dcf2023-12-30 14:13:54 +00004326.mi-medical-services::before {
4327 content: "\f109";
Copybara botbe50d492023-11-30 00:16:42 +01004328}
4329
Renovate botf591dcf2023-12-30 14:13:54 +00004330.mi-medication::before {
4331 content: "\f033";
Copybara botbe50d492023-11-30 00:16:42 +01004332}
4333
Renovate botf591dcf2023-12-30 14:13:54 +00004334.mi-meeting-room::before {
4335 content: "\eb4f";
Copybara botbe50d492023-11-30 00:16:42 +01004336}
4337
Renovate botf591dcf2023-12-30 14:13:54 +00004338.mi-memory::before {
4339 content: "\e322";
Copybara botbe50d492023-11-30 00:16:42 +01004340}
4341
Renovate botf591dcf2023-12-30 14:13:54 +00004342.mi-menu::before {
4343 content: "\e5d2";
Copybara botbe50d492023-11-30 00:16:42 +01004344}
4345
Renovate botf591dcf2023-12-30 14:13:54 +00004346.mi-menu-book::before {
4347 content: "\ea19";
Copybara botbe50d492023-11-30 00:16:42 +01004348}
4349
Renovate botf591dcf2023-12-30 14:13:54 +00004350.mi-menu-open::before {
4351 content: "\e9bd";
Copybara botbe50d492023-11-30 00:16:42 +01004352}
4353
Renovate botf591dcf2023-12-30 14:13:54 +00004354.mi-merge-type::before {
4355 content: "\e252";
Copybara botbe50d492023-11-30 00:16:42 +01004356}
4357
Renovate botf591dcf2023-12-30 14:13:54 +00004358.mi-message::before {
4359 content: "\e0c9";
Copybara botbe50d492023-11-30 00:16:42 +01004360}
4361
Renovate botf591dcf2023-12-30 14:13:54 +00004362.mi-messenger::before {
4363 content: "\e0ca";
Copybara botbe50d492023-11-30 00:16:42 +01004364}
4365
Renovate botf591dcf2023-12-30 14:13:54 +00004366.mi-messenger-outline::before {
4367 content: "\e0cb";
Copybara botbe50d492023-11-30 00:16:42 +01004368}
4369
Renovate botf591dcf2023-12-30 14:13:54 +00004370.mi-mic::before {
4371 content: "\e029";
Copybara botbe50d492023-11-30 00:16:42 +01004372}
4373
Renovate botf591dcf2023-12-30 14:13:54 +00004374.mi-mic-external-off::before {
4375 content: "\ef59";
Copybara botbe50d492023-11-30 00:16:42 +01004376}
4377
Renovate botf591dcf2023-12-30 14:13:54 +00004378.mi-mic-external-on::before {
4379 content: "\ef5a";
Copybara botbe50d492023-11-30 00:16:42 +01004380}
4381
Renovate botf591dcf2023-12-30 14:13:54 +00004382.mi-mic-none::before {
4383 content: "\e02a";
Copybara botbe50d492023-11-30 00:16:42 +01004384}
4385
Renovate botf591dcf2023-12-30 14:13:54 +00004386.mi-mic-off::before {
4387 content: "\e02b";
Copybara botbe50d492023-11-30 00:16:42 +01004388}
4389
Renovate botf591dcf2023-12-30 14:13:54 +00004390.mi-microwave::before {
4391 content: "\f204";
Copybara botbe50d492023-11-30 00:16:42 +01004392}
4393
Renovate botf591dcf2023-12-30 14:13:54 +00004394.mi-military-tech::before {
4395 content: "\ea3f";
Copybara botbe50d492023-11-30 00:16:42 +01004396}
4397
Renovate botf591dcf2023-12-30 14:13:54 +00004398.mi-minimize::before {
4399 content: "\e931";
Copybara botbe50d492023-11-30 00:16:42 +01004400}
4401
Renovate botf591dcf2023-12-30 14:13:54 +00004402.mi-miscellaneous-services::before {
4403 content: "\f10c";
Copybara botbe50d492023-11-30 00:16:42 +01004404}
4405
Renovate botf591dcf2023-12-30 14:13:54 +00004406.mi-missed-video-call::before {
4407 content: "\e073";
Copybara botbe50d492023-11-30 00:16:42 +01004408}
4409
Renovate botf591dcf2023-12-30 14:13:54 +00004410.mi-mms::before {
4411 content: "\e618";
Copybara botbe50d492023-11-30 00:16:42 +01004412}
4413
Renovate botf591dcf2023-12-30 14:13:54 +00004414.mi-mobile-friendly::before {
4415 content: "\e200";
Copybara botbe50d492023-11-30 00:16:42 +01004416}
4417
Renovate botf591dcf2023-12-30 14:13:54 +00004418.mi-mobile-off::before {
4419 content: "\e201";
Copybara botbe50d492023-11-30 00:16:42 +01004420}
4421
Renovate botf591dcf2023-12-30 14:13:54 +00004422.mi-mobile-screen-share::before {
4423 content: "\e0e7";
Copybara botbe50d492023-11-30 00:16:42 +01004424}
4425
Renovate botf591dcf2023-12-30 14:13:54 +00004426.mi-mobiledata-off::before {
4427 content: "\f034";
Copybara botbe50d492023-11-30 00:16:42 +01004428}
4429
Renovate botf591dcf2023-12-30 14:13:54 +00004430.mi-mode::before {
4431 content: "\f097";
Copybara botbe50d492023-11-30 00:16:42 +01004432}
4433
Renovate botf591dcf2023-12-30 14:13:54 +00004434.mi-mode-comment::before {
4435 content: "\e253";
Copybara botbe50d492023-11-30 00:16:42 +01004436}
4437
Renovate botf591dcf2023-12-30 14:13:54 +00004438.mi-mode-edit::before {
4439 content: "\e254";
Copybara botbe50d492023-11-30 00:16:42 +01004440}
4441
Renovate botf591dcf2023-12-30 14:13:54 +00004442.mi-mode-edit-outline::before {
4443 content: "\f035";
Copybara botbe50d492023-11-30 00:16:42 +01004444}
4445
Renovate botf591dcf2023-12-30 14:13:54 +00004446.mi-mode-night::before {
4447 content: "\f036";
Copybara botbe50d492023-11-30 00:16:42 +01004448}
4449
Renovate botf591dcf2023-12-30 14:13:54 +00004450.mi-mode-of-travel::before {
4451 content: "\e7ce";
Copybara botbe50d492023-11-30 00:16:42 +01004452}
4453
Renovate botf591dcf2023-12-30 14:13:54 +00004454.mi-mode-standby::before {
4455 content: "\f037";
Copybara botbe50d492023-11-30 00:16:42 +01004456}
4457
Renovate botf591dcf2023-12-30 14:13:54 +00004458.mi-model-training::before {
4459 content: "\f0cf";
Copybara botbe50d492023-11-30 00:16:42 +01004460}
4461
Renovate botf591dcf2023-12-30 14:13:54 +00004462.mi-monetization-on::before {
4463 content: "\e263";
Copybara botbe50d492023-11-30 00:16:42 +01004464}
4465
Renovate botf591dcf2023-12-30 14:13:54 +00004466.mi-money::before {
4467 content: "\e57d";
Copybara botbe50d492023-11-30 00:16:42 +01004468}
4469
Renovate botf591dcf2023-12-30 14:13:54 +00004470.mi-money-off::before {
4471 content: "\e25c";
Copybara botbe50d492023-11-30 00:16:42 +01004472}
4473
Renovate botf591dcf2023-12-30 14:13:54 +00004474.mi-money-off-csred::before {
4475 content: "\f038";
Copybara botbe50d492023-11-30 00:16:42 +01004476}
4477
Renovate botf591dcf2023-12-30 14:13:54 +00004478.mi-monitor::before {
4479 content: "\ef5b";
Copybara botbe50d492023-11-30 00:16:42 +01004480}
4481
Renovate botf591dcf2023-12-30 14:13:54 +00004482.mi-monitor-weight::before {
4483 content: "\f039";
Copybara botbe50d492023-11-30 00:16:42 +01004484}
4485
Renovate botf591dcf2023-12-30 14:13:54 +00004486.mi-monochrome-photos::before {
4487 content: "\e403";
Copybara botbe50d492023-11-30 00:16:42 +01004488}
4489
Renovate botf591dcf2023-12-30 14:13:54 +00004490.mi-mood::before {
4491 content: "\e7f2";
Copybara botbe50d492023-11-30 00:16:42 +01004492}
4493
Renovate botf591dcf2023-12-30 14:13:54 +00004494.mi-mood-bad::before {
4495 content: "\e7f3";
Copybara botbe50d492023-11-30 00:16:42 +01004496}
4497
Renovate botf591dcf2023-12-30 14:13:54 +00004498.mi-moped::before {
4499 content: "\eb28";
Copybara botbe50d492023-11-30 00:16:42 +01004500}
4501
Renovate botf591dcf2023-12-30 14:13:54 +00004502.mi-more::before {
4503 content: "\e619";
Copybara botbe50d492023-11-30 00:16:42 +01004504}
4505
Renovate botf591dcf2023-12-30 14:13:54 +00004506.mi-more-horiz::before {
4507 content: "\e5d3";
Copybara botbe50d492023-11-30 00:16:42 +01004508}
4509
Renovate botf591dcf2023-12-30 14:13:54 +00004510.mi-more-time::before {
4511 content: "\ea5d";
Copybara botbe50d492023-11-30 00:16:42 +01004512}
4513
Renovate botf591dcf2023-12-30 14:13:54 +00004514.mi-more-vert::before {
4515 content: "\e5d4";
Copybara botbe50d492023-11-30 00:16:42 +01004516}
4517
Renovate botf591dcf2023-12-30 14:13:54 +00004518.mi-motion-photos-auto::before {
4519 content: "\f03a";
Copybara botbe50d492023-11-30 00:16:42 +01004520}
4521
Renovate botf591dcf2023-12-30 14:13:54 +00004522.mi-motion-photos-off::before {
4523 content: "\e9c0";
Copybara botbe50d492023-11-30 00:16:42 +01004524}
4525
Renovate botf591dcf2023-12-30 14:13:54 +00004526.mi-motion-photos-on::before {
4527 content: "\e9c1";
Copybara botbe50d492023-11-30 00:16:42 +01004528}
4529
Renovate botf591dcf2023-12-30 14:13:54 +00004530.mi-motion-photos-pause::before {
4531 content: "\f227";
Copybara botbe50d492023-11-30 00:16:42 +01004532}
4533
Renovate botf591dcf2023-12-30 14:13:54 +00004534.mi-motion-photos-paused::before {
4535 content: "\e9c2";
Copybara botbe50d492023-11-30 00:16:42 +01004536}
4537
Renovate botf591dcf2023-12-30 14:13:54 +00004538.mi-motorcycle::before {
4539 content: "\e91b";
Copybara botbe50d492023-11-30 00:16:42 +01004540}
4541
Renovate botf591dcf2023-12-30 14:13:54 +00004542.mi-mouse::before {
4543 content: "\e323";
Copybara botbe50d492023-11-30 00:16:42 +01004544}
4545
Renovate botf591dcf2023-12-30 14:13:54 +00004546.mi-move-to-inbox::before {
4547 content: "\e168";
Copybara botbe50d492023-11-30 00:16:42 +01004548}
4549
Renovate botf591dcf2023-12-30 14:13:54 +00004550.mi-movie::before {
4551 content: "\e02c";
Copybara botbe50d492023-11-30 00:16:42 +01004552}
4553
Renovate botf591dcf2023-12-30 14:13:54 +00004554.mi-movie-creation::before {
4555 content: "\e404";
Copybara botbe50d492023-11-30 00:16:42 +01004556}
4557
Renovate botf591dcf2023-12-30 14:13:54 +00004558.mi-movie-filter::before {
4559 content: "\e43a";
Copybara botbe50d492023-11-30 00:16:42 +01004560}
4561
Renovate botf591dcf2023-12-30 14:13:54 +00004562.mi-moving::before {
4563 content: "\e501";
Copybara botbe50d492023-11-30 00:16:42 +01004564}
4565
Renovate botf591dcf2023-12-30 14:13:54 +00004566.mi-mp::before {
4567 content: "\e9c3";
Copybara botbe50d492023-11-30 00:16:42 +01004568}
4569
Renovate botf591dcf2023-12-30 14:13:54 +00004570.mi-multiline-chart::before {
4571 content: "\e6df";
Copybara botbe50d492023-11-30 00:16:42 +01004572}
4573
Renovate botf591dcf2023-12-30 14:13:54 +00004574.mi-multiple-stop::before {
4575 content: "\f1b9";
Copybara botbe50d492023-11-30 00:16:42 +01004576}
4577
Renovate botf591dcf2023-12-30 14:13:54 +00004578.mi-multitrack-audio::before {
4579 content: "\e1b8";
Copybara botbe50d492023-11-30 00:16:42 +01004580}
4581
Renovate botf591dcf2023-12-30 14:13:54 +00004582.mi-museum::before {
4583 content: "\ea36";
Copybara botbe50d492023-11-30 00:16:42 +01004584}
4585
Renovate botf591dcf2023-12-30 14:13:54 +00004586.mi-music-note::before {
4587 content: "\e405";
Copybara botbe50d492023-11-30 00:16:42 +01004588}
4589
Renovate botf591dcf2023-12-30 14:13:54 +00004590.mi-music-off::before {
4591 content: "\e440";
Copybara botbe50d492023-11-30 00:16:42 +01004592}
4593
Renovate botf591dcf2023-12-30 14:13:54 +00004594.mi-music-video::before {
4595 content: "\e063";
Copybara botbe50d492023-11-30 00:16:42 +01004596}
4597
Renovate botf591dcf2023-12-30 14:13:54 +00004598.mi-my-library-add::before {
4599 content: "\e02e";
Copybara botbe50d492023-11-30 00:16:42 +01004600}
4601
Renovate botf591dcf2023-12-30 14:13:54 +00004602.mi-my-library-books::before {
4603 content: "\e02f";
Copybara botbe50d492023-11-30 00:16:42 +01004604}
4605
Renovate botf591dcf2023-12-30 14:13:54 +00004606.mi-my-library-music::before {
4607 content: "\e030";
Copybara botbe50d492023-11-30 00:16:42 +01004608}
4609
Renovate botf591dcf2023-12-30 14:13:54 +00004610.mi-my-location::before {
4611 content: "\e55c";
Copybara botbe50d492023-11-30 00:16:42 +01004612}
4613
Renovate botf591dcf2023-12-30 14:13:54 +00004614.mi-nat::before {
4615 content: "\ef5c";
Copybara botbe50d492023-11-30 00:16:42 +01004616}
4617
Renovate botf591dcf2023-12-30 14:13:54 +00004618.mi-nature::before {
4619 content: "\e406";
Copybara botbe50d492023-11-30 00:16:42 +01004620}
4621
Renovate botf591dcf2023-12-30 14:13:54 +00004622.mi-nature-people::before {
4623 content: "\e407";
Copybara botbe50d492023-11-30 00:16:42 +01004624}
4625
Renovate botf591dcf2023-12-30 14:13:54 +00004626.mi-navigate-before::before {
4627 content: "\e408";
Copybara botbe50d492023-11-30 00:16:42 +01004628}
4629
Renovate botf591dcf2023-12-30 14:13:54 +00004630.mi-navigate-next::before {
4631 content: "\e409";
Copybara botbe50d492023-11-30 00:16:42 +01004632}
4633
Renovate botf591dcf2023-12-30 14:13:54 +00004634.mi-navigation::before {
4635 content: "\e55d";
Copybara botbe50d492023-11-30 00:16:42 +01004636}
4637
Renovate botf591dcf2023-12-30 14:13:54 +00004638.mi-near-me::before {
4639 content: "\e569";
Copybara botbe50d492023-11-30 00:16:42 +01004640}
4641
Renovate botf591dcf2023-12-30 14:13:54 +00004642.mi-near-me-disabled::before {
4643 content: "\f1ef";
Copybara botbe50d492023-11-30 00:16:42 +01004644}
4645
Renovate botf591dcf2023-12-30 14:13:54 +00004646.mi-nearby-error::before {
4647 content: "\f03b";
Copybara botbe50d492023-11-30 00:16:42 +01004648}
4649
Renovate botf591dcf2023-12-30 14:13:54 +00004650.mi-nearby-off::before {
4651 content: "\f03c";
Copybara botbe50d492023-11-30 00:16:42 +01004652}
4653
Renovate botf591dcf2023-12-30 14:13:54 +00004654.mi-network-cell::before {
4655 content: "\e1b9";
Copybara botbe50d492023-11-30 00:16:42 +01004656}
4657
Renovate botf591dcf2023-12-30 14:13:54 +00004658.mi-network-check::before {
4659 content: "\e640";
Copybara botbe50d492023-11-30 00:16:42 +01004660}
4661
Renovate botf591dcf2023-12-30 14:13:54 +00004662.mi-network-locked::before {
4663 content: "\e61a";
Copybara botbe50d492023-11-30 00:16:42 +01004664}
4665
Renovate botf591dcf2023-12-30 14:13:54 +00004666.mi-network-wifi::before {
4667 content: "\e1ba";
Copybara botbe50d492023-11-30 00:16:42 +01004668}
4669
Renovate botf591dcf2023-12-30 14:13:54 +00004670.mi-new-label::before {
4671 content: "\e609";
Copybara botbe50d492023-11-30 00:16:42 +01004672}
4673
Renovate botf591dcf2023-12-30 14:13:54 +00004674.mi-new-releases::before {
4675 content: "\e031";
Copybara botbe50d492023-11-30 00:16:42 +01004676}
4677
Renovate botf591dcf2023-12-30 14:13:54 +00004678.mi-next-plan::before {
4679 content: "\ef5d";
Copybara botbe50d492023-11-30 00:16:42 +01004680}
4681
Renovate botf591dcf2023-12-30 14:13:54 +00004682.mi-next-week::before {
4683 content: "\e16a";
Copybara botbe50d492023-11-30 00:16:42 +01004684}
4685
Renovate botf591dcf2023-12-30 14:13:54 +00004686.mi-nfc::before {
4687 content: "\e1bb";
Copybara botbe50d492023-11-30 00:16:42 +01004688}
4689
Renovate botf591dcf2023-12-30 14:13:54 +00004690.mi-night-shelter::before {
4691 content: "\f1f1";
Copybara botbe50d492023-11-30 00:16:42 +01004692}
4693
Renovate botf591dcf2023-12-30 14:13:54 +00004694.mi-nightlife::before {
4695 content: "\ea62";
Copybara botbe50d492023-11-30 00:16:42 +01004696}
4697
Renovate botf591dcf2023-12-30 14:13:54 +00004698.mi-nightlight::before {
4699 content: "\f03d";
Copybara botbe50d492023-11-30 00:16:42 +01004700}
4701
Renovate botf591dcf2023-12-30 14:13:54 +00004702.mi-nightlight-round::before {
4703 content: "\ef5e";
Copybara botbe50d492023-11-30 00:16:42 +01004704}
4705
Renovate botf591dcf2023-12-30 14:13:54 +00004706.mi-nights-stay::before {
4707 content: "\ea46";
Copybara botbe50d492023-11-30 00:16:42 +01004708}
4709
Renovate botf591dcf2023-12-30 14:13:54 +00004710.mi-no-accounts::before {
4711 content: "\f03e";
Copybara botbe50d492023-11-30 00:16:42 +01004712}
4713
Renovate botf591dcf2023-12-30 14:13:54 +00004714.mi-no-backpack::before {
4715 content: "\f237";
Copybara botbe50d492023-11-30 00:16:42 +01004716}
4717
Renovate botf591dcf2023-12-30 14:13:54 +00004718.mi-no-cell::before {
4719 content: "\f1a4";
Copybara botbe50d492023-11-30 00:16:42 +01004720}
4721
Renovate botf591dcf2023-12-30 14:13:54 +00004722.mi-no-drinks::before {
4723 content: "\f1a5";
Copybara botbe50d492023-11-30 00:16:42 +01004724}
4725
Renovate botf591dcf2023-12-30 14:13:54 +00004726.mi-no-encryption::before {
4727 content: "\e641";
Copybara botbe50d492023-11-30 00:16:42 +01004728}
4729
Renovate botf591dcf2023-12-30 14:13:54 +00004730.mi-no-encryption-gmailerrorred::before {
4731 content: "\f03f";
Copybara botbe50d492023-11-30 00:16:42 +01004732}
4733
Renovate botf591dcf2023-12-30 14:13:54 +00004734.mi-no-flash::before {
4735 content: "\f1a6";
Copybara botbe50d492023-11-30 00:16:42 +01004736}
4737
Renovate botf591dcf2023-12-30 14:13:54 +00004738.mi-no-food::before {
4739 content: "\f1a7";
Copybara botbe50d492023-11-30 00:16:42 +01004740}
4741
Renovate botf591dcf2023-12-30 14:13:54 +00004742.mi-no-luggage::before {
4743 content: "\f23b";
Copybara botbe50d492023-11-30 00:16:42 +01004744}
4745
Renovate botf591dcf2023-12-30 14:13:54 +00004746.mi-no-meals::before {
4747 content: "\f1d6";
Copybara botbe50d492023-11-30 00:16:42 +01004748}
4749
Renovate botf591dcf2023-12-30 14:13:54 +00004750.mi-no-meals-ouline::before {
4751 content: "\f229";
Copybara botbe50d492023-11-30 00:16:42 +01004752}
4753
Renovate botf591dcf2023-12-30 14:13:54 +00004754.mi-no-meeting-room::before {
4755 content: "\eb4e";
Copybara botbe50d492023-11-30 00:16:42 +01004756}
4757
Renovate botf591dcf2023-12-30 14:13:54 +00004758.mi-no-photography::before {
4759 content: "\f1a8";
Copybara botbe50d492023-11-30 00:16:42 +01004760}
4761
Renovate botf591dcf2023-12-30 14:13:54 +00004762.mi-no-sim::before {
4763 content: "\e0cc";
Copybara botbe50d492023-11-30 00:16:42 +01004764}
4765
Renovate botf591dcf2023-12-30 14:13:54 +00004766.mi-no-stroller::before {
4767 content: "\f1af";
Copybara botbe50d492023-11-30 00:16:42 +01004768}
4769
Renovate botf591dcf2023-12-30 14:13:54 +00004770.mi-no-transfer::before {
4771 content: "\f1d5";
Copybara botbe50d492023-11-30 00:16:42 +01004772}
4773
Renovate botf591dcf2023-12-30 14:13:54 +00004774.mi-nordic-walking::before {
4775 content: "\e50e";
Copybara botbe50d492023-11-30 00:16:42 +01004776}
4777
Renovate botf591dcf2023-12-30 14:13:54 +00004778.mi-north::before {
4779 content: "\f1e0";
Copybara botbe50d492023-11-30 00:16:42 +01004780}
4781
Renovate botf591dcf2023-12-30 14:13:54 +00004782.mi-north-east::before {
4783 content: "\f1e1";
Copybara botbe50d492023-11-30 00:16:42 +01004784}
4785
Renovate botf591dcf2023-12-30 14:13:54 +00004786.mi-north-west::before {
4787 content: "\f1e2";
Copybara botbe50d492023-11-30 00:16:42 +01004788}
4789
Renovate botf591dcf2023-12-30 14:13:54 +00004790.mi-not-accessible::before {
4791 content: "\f0fe";
Copybara botbe50d492023-11-30 00:16:42 +01004792}
4793
Renovate botf591dcf2023-12-30 14:13:54 +00004794.mi-not-interested::before {
4795 content: "\e033";
Copybara botbe50d492023-11-30 00:16:42 +01004796}
4797
Renovate botf591dcf2023-12-30 14:13:54 +00004798.mi-not-listed-location::before {
4799 content: "\e575";
Copybara botbe50d492023-11-30 00:16:42 +01004800}
4801
Renovate botf591dcf2023-12-30 14:13:54 +00004802.mi-not-started::before {
4803 content: "\f0d1";
Copybara botbe50d492023-11-30 00:16:42 +01004804}
4805
Renovate botf591dcf2023-12-30 14:13:54 +00004806.mi-note::before {
4807 content: "\e06f";
Copybara botbe50d492023-11-30 00:16:42 +01004808}
4809
Renovate botf591dcf2023-12-30 14:13:54 +00004810.mi-note-add::before {
4811 content: "\e89c";
Copybara botbe50d492023-11-30 00:16:42 +01004812}
4813
Renovate botf591dcf2023-12-30 14:13:54 +00004814.mi-note-alt::before {
4815 content: "\f040";
Copybara botbe50d492023-11-30 00:16:42 +01004816}
4817
Renovate botf591dcf2023-12-30 14:13:54 +00004818.mi-notes::before {
4819 content: "\e26c";
Copybara botbe50d492023-11-30 00:16:42 +01004820}
4821
Renovate botf591dcf2023-12-30 14:13:54 +00004822.mi-notification-add::before {
4823 content: "\e399";
Copybara botbe50d492023-11-30 00:16:42 +01004824}
4825
Renovate botf591dcf2023-12-30 14:13:54 +00004826.mi-notification-important::before {
4827 content: "\e004";
Copybara botbe50d492023-11-30 00:16:42 +01004828}
4829
Renovate botf591dcf2023-12-30 14:13:54 +00004830.mi-notifications::before {
4831 content: "\e7f4";
Copybara botbe50d492023-11-30 00:16:42 +01004832}
4833
Renovate botf591dcf2023-12-30 14:13:54 +00004834.mi-notifications-active::before {
4835 content: "\e7f7";
Copybara botbe50d492023-11-30 00:16:42 +01004836}
4837
Renovate botf591dcf2023-12-30 14:13:54 +00004838.mi-notifications-none::before {
4839 content: "\e7f5";
Copybara botbe50d492023-11-30 00:16:42 +01004840}
4841
Renovate botf591dcf2023-12-30 14:13:54 +00004842.mi-notifications-off::before {
4843 content: "\e7f6";
Copybara botbe50d492023-11-30 00:16:42 +01004844}
4845
Renovate botf591dcf2023-12-30 14:13:54 +00004846.mi-notifications-on::before {
4847 content: "\e7f7";
Copybara botbe50d492023-11-30 00:16:42 +01004848}
4849
Renovate botf591dcf2023-12-30 14:13:54 +00004850.mi-notifications-paused::before {
4851 content: "\e7f8";
Copybara botbe50d492023-11-30 00:16:42 +01004852}
4853
Renovate botf591dcf2023-12-30 14:13:54 +00004854.mi-now-wallpaper::before {
Copybara botbe50d492023-11-30 00:16:42 +01004855 content: "\e1bc";
4856}
4857
Renovate botf591dcf2023-12-30 14:13:54 +00004858.mi-now-widgets::before {
Copybara botbe50d492023-11-30 00:16:42 +01004859 content: "\e1bd";
4860}
4861
Renovate botf591dcf2023-12-30 14:13:54 +00004862.mi-offline-bolt::before {
4863 content: "\e932";
4864}
4865
4866.mi-offline-pin::before {
4867 content: "\e90a";
4868}
4869
4870.mi-offline-share::before {
4871 content: "\e9c5";
4872}
4873
4874.mi-ondemand-video::before {
4875 content: "\e63a";
4876}
4877
4878.mi-online-prediction::before {
4879 content: "\f0eb";
4880}
4881
4882.mi-opacity::before {
4883 content: "\e91c";
4884}
4885
4886.mi-open-in-browser::before {
4887 content: "\e89d";
4888}
4889
4890.mi-open-in-full::before {
4891 content: "\f1ce";
4892}
4893
4894.mi-open-in-new::before {
4895 content: "\e89e";
4896}
4897
4898.mi-open-in-new-off::before {
4899 content: "\e4f6";
4900}
4901
4902.mi-open-with::before {
4903 content: "\e89f";
4904}
4905
4906.mi-other-houses::before {
4907 content: "\e58c";
4908}
4909
4910.mi-outbond::before {
4911 content: "\f228";
4912}
4913
4914.mi-outbound::before {
4915 content: "\e1ca";
4916}
4917
4918.mi-outbox::before {
4919 content: "\ef5f";
4920}
4921
4922.mi-outdoor-grill::before {
4923 content: "\ea47";
4924}
4925
4926.mi-outgoing-mail::before {
4927 content: "\f0d2";
4928}
4929
4930.mi-outlet::before {
4931 content: "\f1d4";
4932}
4933
4934.mi-outlined-flag::before {
4935 content: "\e16e";
4936}
4937
4938.mi-padding::before {
4939 content: "\e9c8";
4940}
4941
4942.mi-pages::before {
4943 content: "\e7f9";
4944}
4945
4946.mi-pageview::before {
4947 content: "\e8a0";
4948}
4949
4950.mi-paid::before {
4951 content: "\f041";
4952}
4953
4954.mi-palette::before {
4955 content: "\e40a";
4956}
4957
4958.mi-pan-tool::before {
4959 content: "\e925";
4960}
4961
4962.mi-panorama::before {
4963 content: "\e40b";
4964}
4965
4966.mi-panorama-fish-eye::before {
4967 content: "\e40c";
4968}
4969
4970.mi-panorama-fisheye::before {
4971 content: "\e40c";
4972}
4973
4974.mi-panorama-horizontal::before {
4975 content: "\e40d";
4976}
4977
4978.mi-panorama-horizontal-select::before {
4979 content: "\ef60";
4980}
4981
4982.mi-panorama-photosphere::before {
4983 content: "\e9c9";
4984}
4985
4986.mi-panorama-photosphere-select::before {
4987 content: "\e9ca";
4988}
4989
4990.mi-panorama-vertical::before {
4991 content: "\e40e";
4992}
4993
4994.mi-panorama-vertical-select::before {
4995 content: "\ef61";
4996}
4997
4998.mi-panorama-wide-angle::before {
4999 content: "\e40f";
5000}
5001
5002.mi-panorama-wide-angle-select::before {
5003 content: "\ef62";
5004}
5005
5006.mi-paragliding::before {
5007 content: "\e50f";
5008}
5009
5010.mi-park::before {
5011 content: "\ea63";
5012}
5013
5014.mi-party-mode::before {
5015 content: "\e7fa";
5016}
5017
5018.mi-password::before {
5019 content: "\f042";
5020}
5021
5022.mi-paste::before {
5023 content: "\f098";
5024}
5025
5026.mi-pattern::before {
5027 content: "\f043";
5028}
5029
5030.mi-pause::before {
5031 content: "\e034";
5032}
5033
5034.mi-pause-circle::before {
5035 content: "\e1a2";
5036}
5037
5038.mi-pause-circle-filled::before {
5039 content: "\e035";
5040}
5041
5042.mi-pause-circle-outline::before {
5043 content: "\e036";
5044}
5045
5046.mi-pause-presentation::before {
5047 content: "\e0ea";
5048}
5049
5050.mi-payment::before {
5051 content: "\e8a1";
5052}
5053
5054.mi-payments::before {
5055 content: "\ef63";
5056}
5057
5058.mi-pedal-bike::before {
5059 content: "\eb29";
5060}
5061
5062.mi-pending::before {
5063 content: "\ef64";
5064}
5065
5066.mi-pending-actions::before {
5067 content: "\f1bb";
5068}
5069
5070.mi-people::before {
5071 content: "\e7fb";
5072}
5073
5074.mi-people-alt::before {
5075 content: "\ea21";
5076}
5077
5078.mi-people-outline::before {
5079 content: "\e7fc";
5080}
5081
5082.mi-perm-camera-mic::before {
5083 content: "\e8a2";
5084}
5085
5086.mi-perm-contact-cal::before {
5087 content: "\e8a3";
5088}
5089
5090.mi-perm-contact-calendar::before {
5091 content: "\e8a3";
5092}
5093
5094.mi-perm-data-setting::before {
5095 content: "\e8a4";
5096}
5097
5098.mi-perm-device-info::before {
5099 content: "\e8a5";
5100}
5101
5102.mi-perm-device-information::before {
5103 content: "\e8a5";
5104}
5105
5106.mi-perm-identity::before {
5107 content: "\e8a6";
5108}
5109
5110.mi-perm-media::before {
5111 content: "\e8a7";
5112}
5113
5114.mi-perm-phone-msg::before {
5115 content: "\e8a8";
5116}
5117
5118.mi-perm-scan-wifi::before {
5119 content: "\e8a9";
5120}
5121
5122.mi-person::before {
5123 content: "\e7fd";
5124}
5125
5126.mi-person-add::before {
5127 content: "\e7fe";
5128}
5129
5130.mi-person-add-alt::before {
5131 content: "\ea4d";
5132}
5133
5134.mi-person-add-alt-1::before {
5135 content: "\ef65";
5136}
5137
5138.mi-person-add-disabled::before {
5139 content: "\e9cb";
5140}
5141
5142.mi-person-off::before {
5143 content: "\e510";
5144}
5145
5146.mi-person-outline::before {
5147 content: "\e7ff";
5148}
5149
5150.mi-person-pin::before {
5151 content: "\e55a";
5152}
5153
5154.mi-person-pin-circle::before {
5155 content: "\e56a";
5156}
5157
5158.mi-person-remove::before {
5159 content: "\ef66";
5160}
5161
5162.mi-person-remove-alt-1::before {
5163 content: "\ef67";
5164}
5165
5166.mi-person-search::before {
5167 content: "\f106";
5168}
5169
5170.mi-personal-injury::before {
5171 content: "\e6da";
5172}
5173
5174.mi-personal-video::before {
5175 content: "\e63b";
5176}
5177
5178.mi-pest-control::before {
5179 content: "\f0fa";
5180}
5181
5182.mi-pest-control-rodent::before {
5183 content: "\f0fd";
5184}
5185
5186.mi-pets::before {
5187 content: "\e91d";
5188}
5189
5190.mi-phone::before {
5191 content: "\e0cd";
5192}
5193
5194.mi-phone-android::before {
5195 content: "\e324";
5196}
5197
5198.mi-phone-bluetooth-speaker::before {
5199 content: "\e61b";
5200}
5201
5202.mi-phone-callback::before {
5203 content: "\e649";
5204}
5205
5206.mi-phone-disabled::before {
5207 content: "\e9cc";
5208}
5209
5210.mi-phone-enabled::before {
5211 content: "\e9cd";
5212}
5213
5214.mi-phone-forwarded::before {
5215 content: "\e61c";
5216}
5217
5218.mi-phone-in-talk::before {
5219 content: "\e61d";
5220}
5221
5222.mi-phone-iphone::before {
5223 content: "\e325";
5224}
5225
5226.mi-phone-locked::before {
5227 content: "\e61e";
5228}
5229
5230.mi-phone-missed::before {
5231 content: "\e61f";
5232}
5233
5234.mi-phone-paused::before {
5235 content: "\e620";
5236}
5237
5238.mi-phonelink::before {
5239 content: "\e326";
5240}
5241
5242.mi-phonelink-erase::before {
5243 content: "\e0db";
5244}
5245
5246.mi-phonelink-lock::before {
5247 content: "\e0dc";
5248}
5249
5250.mi-phonelink-off::before {
5251 content: "\e327";
5252}
5253
5254.mi-phonelink-ring::before {
5255 content: "\e0dd";
5256}
5257
5258.mi-phonelink-setup::before {
5259 content: "\e0de";
5260}
5261
5262.mi-photo::before {
5263 content: "\e410";
5264}
5265
5266.mi-photo-album::before {
5267 content: "\e411";
5268}
5269
5270.mi-photo-camera::before {
5271 content: "\e412";
5272}
5273
5274.mi-photo-camera-back::before {
5275 content: "\ef68";
5276}
5277
5278.mi-photo-camera-front::before {
5279 content: "\ef69";
5280}
5281
5282.mi-photo-filter::before {
5283 content: "\e43b";
5284}
5285
5286.mi-photo-library::before {
5287 content: "\e413";
5288}
5289
5290.mi-photo-size-select-actual::before {
5291 content: "\e432";
5292}
5293
5294.mi-photo-size-select-large::before {
5295 content: "\e433";
5296}
5297
5298.mi-photo-size-select-small::before {
5299 content: "\e434";
5300}
5301
5302.mi-piano::before {
5303 content: "\e521";
5304}
5305
5306.mi-piano-off::before {
5307 content: "\e520";
5308}
5309
5310.mi-picture-as-pdf::before {
5311 content: "\e415";
5312}
5313
5314.mi-picture-in-picture::before {
5315 content: "\e8aa";
5316}
5317
5318.mi-picture-in-picture-alt::before {
5319 content: "\e911";
5320}
5321
5322.mi-pie-chart::before {
5323 content: "\e6c4";
5324}
5325
5326.mi-pie-chart-outline::before {
5327 content: "\f044";
5328}
5329
5330.mi-pie-chart-outlined::before {
5331 content: "\e6c5";
5332}
5333
5334.mi-pin::before {
5335 content: "\f045";
5336}
5337
5338.mi-pin-drop::before {
5339 content: "\e55e";
5340}
5341
5342.mi-pin-end::before {
5343 content: "\e767";
5344}
5345
5346.mi-pin-invoke::before {
5347 content: "\e763";
5348}
5349
5350.mi-pivot-table-chart::before {
5351 content: "\e9ce";
5352}
5353
5354.mi-place::before {
5355 content: "\e55f";
5356}
5357
5358.mi-plagiarism::before {
5359 content: "\ea5a";
5360}
5361
5362.mi-play-arrow::before {
5363 content: "\e037";
5364}
5365
5366.mi-play-circle::before {
5367 content: "\e1c4";
5368}
5369
5370.mi-play-circle-fill::before {
5371 content: "\e038";
5372}
5373
5374.mi-play-circle-filled::before {
5375 content: "\e038";
5376}
5377
5378.mi-play-circle-outline::before {
5379 content: "\e039";
5380}
5381
5382.mi-play-disabled::before {
5383 content: "\ef6a";
5384}
5385
5386.mi-play-for-work::before {
5387 content: "\e906";
5388}
5389
5390.mi-play-lesson::before {
5391 content: "\f047";
5392}
5393
5394.mi-playlist-add::before {
5395 content: "\e03b";
5396}
5397
5398.mi-playlist-add-check::before {
5399 content: "\e065";
5400}
5401
5402.mi-playlist-add-check-circle::before {
5403 content: "\e7e6";
5404}
5405
5406.mi-playlist-add-circle::before {
5407 content: "\e7e5";
5408}
5409
5410.mi-playlist-play::before {
5411 content: "\e05f";
5412}
5413
5414.mi-plumbing::before {
5415 content: "\f107";
5416}
5417
5418.mi-plus-one::before {
5419 content: "\e800";
5420}
5421
5422.mi-podcasts::before {
5423 content: "\f048";
5424}
5425
5426.mi-point-of-sale::before {
5427 content: "\f17e";
5428}
5429
5430.mi-policy::before {
5431 content: "\ea17";
5432}
5433
5434.mi-poll::before {
5435 content: "\e801";
5436}
5437
5438.mi-polymer::before {
5439 content: "\e8ab";
5440}
5441
5442.mi-pool::before {
5443 content: "\eb48";
5444}
5445
5446.mi-portable-wifi-off::before {
5447 content: "\e0ce";
5448}
5449
5450.mi-portrait::before {
5451 content: "\e416";
5452}
5453
5454.mi-post-add::before {
5455 content: "\ea20";
5456}
5457
5458.mi-power::before {
5459 content: "\e63c";
5460}
5461
5462.mi-power-input::before {
5463 content: "\e336";
5464}
5465
5466.mi-power-off::before {
5467 content: "\e646";
5468}
5469
5470.mi-power-settings-new::before {
5471 content: "\e8ac";
5472}
5473
5474.mi-precision-manufacturing::before {
5475 content: "\f049";
5476}
5477
5478.mi-pregnant-woman::before {
5479 content: "\e91e";
5480}
5481
5482.mi-present-to-all::before {
5483 content: "\e0df";
5484}
5485
5486.mi-preview::before {
5487 content: "\f1c5";
5488}
5489
5490.mi-price-change::before {
5491 content: "\f04a";
5492}
5493
5494.mi-price-check::before {
5495 content: "\f04b";
5496}
5497
5498.mi-print::before {
5499 content: "\e8ad";
5500}
5501
5502.mi-print-disabled::before {
5503 content: "\e9cf";
5504}
5505
5506.mi-priority-high::before {
5507 content: "\e645";
5508}
5509
5510.mi-privacy-tip::before {
5511 content: "\f0dc";
5512}
5513
5514.mi-private-connectivity::before {
5515 content: "\e744";
5516}
5517
5518.mi-production-quantity-limits::before {
5519 content: "\e1d1";
5520}
5521
5522.mi-psychology::before {
5523 content: "\ea4a";
5524}
5525
5526.mi-public::before {
5527 content: "\e80b";
5528}
5529
5530.mi-public-off::before {
5531 content: "\f1ca";
5532}
5533
5534.mi-publish::before {
5535 content: "\e255";
5536}
5537
5538.mi-published-with-changes::before {
5539 content: "\f232";
5540}
5541
5542.mi-push-pin::before {
5543 content: "\f10d";
5544}
5545
5546.mi-qr-code::before {
5547 content: "\ef6b";
5548}
5549
5550.mi-qr-code-2::before {
5551 content: "\e00a";
5552}
5553
5554.mi-qr-code-scanner::before {
5555 content: "\f206";
5556}
5557
5558.mi-query-builder::before {
5559 content: "\e8ae";
5560}
5561
5562.mi-query-stats::before {
5563 content: "\e4fc";
5564}
5565
5566.mi-question-answer::before {
5567 content: "\e8af";
5568}
5569
5570.mi-queue::before {
5571 content: "\e03c";
5572}
5573
5574.mi-queue-music::before {
5575 content: "\e03d";
5576}
5577
5578.mi-queue-play-next::before {
5579 content: "\e066";
5580}
5581
5582.mi-quick-contacts-dialer::before {
5583 content: "\e0cf";
5584}
5585
5586.mi-quick-contacts-mail::before {
5587 content: "\e0d0";
5588}
5589
5590.mi-quickreply::before {
5591 content: "\ef6c";
5592}
5593
5594.mi-quiz::before {
5595 content: "\f04c";
5596}
5597
5598.mi-r-mobiledata::before {
5599 content: "\f04d";
5600}
5601
5602.mi-radar::before {
5603 content: "\f04e";
5604}
5605
5606.mi-radio::before {
5607 content: "\e03e";
5608}
5609
5610.mi-radio-button-checked::before {
5611 content: "\e837";
5612}
5613
5614.mi-radio-button-off::before {
5615 content: "\e836";
5616}
5617
5618.mi-radio-button-on::before {
5619 content: "\e837";
5620}
5621
5622.mi-radio-button-unchecked::before {
5623 content: "\e836";
5624}
5625
5626.mi-railway-alert::before {
5627 content: "\e9d1";
5628}
5629
5630.mi-ramen-dining::before {
5631 content: "\ea64";
5632}
5633
5634.mi-rate-review::before {
5635 content: "\e560";
5636}
5637
5638.mi-raw-off::before {
5639 content: "\f04f";
5640}
5641
5642.mi-raw-on::before {
5643 content: "\f050";
5644}
5645
5646.mi-read-more::before {
5647 content: "\ef6d";
5648}
5649
5650.mi-real-estate-agent::before {
5651 content: "\e73a";
5652}
5653
5654.mi-receipt::before {
5655 content: "\e8b0";
5656}
5657
5658.mi-receipt-long::before {
5659 content: "\ef6e";
5660}
5661
5662.mi-recent-actors::before {
5663 content: "\e03f";
5664}
5665
5666.mi-recommend::before {
5667 content: "\e9d2";
5668}
5669
5670.mi-record-voice-over::before {
5671 content: "\e91f";
5672}
5673
5674.mi-recycling::before {
5675 content: "\e760";
5676}
5677
5678.mi-redeem::before {
5679 content: "\e8b1";
5680}
5681
5682.mi-redo::before {
5683 content: "\e15a";
5684}
5685
5686.mi-reduce-capacity::before {
5687 content: "\f21c";
5688}
5689
5690.mi-refresh::before {
5691 content: "\e5d5";
5692}
5693
5694.mi-remember-me::before {
5695 content: "\f051";
5696}
5697
5698.mi-remove::before {
5699 content: "\e15b";
5700}
5701
5702.mi-remove-circle::before {
5703 content: "\e15c";
5704}
5705
5706.mi-remove-circle-outline::before {
5707 content: "\e15d";
5708}
5709
5710.mi-remove-done::before {
5711 content: "\e9d3";
5712}
5713
5714.mi-remove-from-queue::before {
5715 content: "\e067";
5716}
5717
5718.mi-remove-moderator::before {
5719 content: "\e9d4";
5720}
5721
5722.mi-remove-red-eye::before {
5723 content: "\e417";
5724}
5725
5726.mi-remove-shopping-cart::before {
5727 content: "\e928";
5728}
5729
5730.mi-reorder::before {
5731 content: "\e8fe";
5732}
5733
5734.mi-repeat::before {
5735 content: "\e040";
5736}
5737
5738.mi-repeat-on::before {
5739 content: "\e9d6";
5740}
5741
5742.mi-repeat-one::before {
5743 content: "\e041";
5744}
5745
5746.mi-repeat-one-on::before {
5747 content: "\e9d7";
5748}
5749
5750.mi-replay::before {
5751 content: "\e042";
5752}
5753
5754.mi-replay-10::before {
5755 content: "\e059";
5756}
5757
5758.mi-replay-30::before {
5759 content: "\e05a";
5760}
5761
5762.mi-replay-5::before {
5763 content: "\e05b";
5764}
5765
5766.mi-replay-circle-filled::before {
5767 content: "\e9d8";
5768}
5769
5770.mi-reply::before {
5771 content: "\e15e";
5772}
5773
5774.mi-reply-all::before {
5775 content: "\e15f";
5776}
5777
5778.mi-report::before {
5779 content: "\e160";
5780}
5781
5782.mi-report-gmailerrorred::before {
5783 content: "\f052";
5784}
5785
5786.mi-report-off::before {
5787 content: "\e170";
5788}
5789
5790.mi-report-problem::before {
5791 content: "\e8b2";
5792}
5793
5794.mi-request-page::before {
5795 content: "\f22c";
5796}
5797
5798.mi-request-quote::before {
5799 content: "\f1b6";
5800}
5801
5802.mi-reset-tv::before {
5803 content: "\e9d9";
5804}
5805
5806.mi-restart-alt::before {
5807 content: "\f053";
5808}
5809
5810.mi-restaurant::before {
5811 content: "\e56c";
5812}
5813
5814.mi-restaurant-menu::before {
5815 content: "\e561";
5816}
5817
5818.mi-restore::before {
5819 content: "\e8b3";
5820}
5821
5822.mi-restore-from-trash::before {
5823 content: "\e938";
5824}
5825
5826.mi-restore-page::before {
5827 content: "\e929";
5828}
5829
5830.mi-reviews::before {
5831 content: "\f054";
5832}
5833
5834.mi-rice-bowl::before {
5835 content: "\f1f5";
5836}
5837
5838.mi-ring-volume::before {
5839 content: "\e0d1";
5840}
5841
5842.mi-roofing::before {
5843 content: "\f201";
5844}
5845
5846.mi-room::before {
5847 content: "\e8b4";
5848}
5849
5850.mi-room-preferences::before {
5851 content: "\f1b8";
5852}
5853
5854.mi-room-service::before {
5855 content: "\eb49";
5856}
5857
5858.mi-rotate-90-degrees-ccw::before {
5859 content: "\e418";
5860}
5861
5862.mi-rotate-left::before {
5863 content: "\e419";
5864}
5865
5866.mi-rotate-right::before {
5867 content: "\e41a";
5868}
5869
5870.mi-rounded-corner::before {
5871 content: "\e920";
5872}
5873
5874.mi-router::before {
5875 content: "\e328";
5876}
5877
5878.mi-rowing::before {
5879 content: "\e921";
5880}
5881
5882.mi-rss-feed::before {
5883 content: "\e0e5";
5884}
5885
5886.mi-rsvp::before {
5887 content: "\f055";
5888}
5889
5890.mi-rtt::before {
5891 content: "\e9ad";
5892}
5893
5894.mi-rule::before {
5895 content: "\f1c2";
5896}
5897
5898.mi-rule-folder::before {
5899 content: "\f1c9";
5900}
5901
5902.mi-run-circle::before {
5903 content: "\ef6f";
5904}
5905
5906.mi-running-with-errors::before {
5907 content: "\e51d";
5908}
5909
5910.mi-rv-hookup::before {
5911 content: "\e642";
5912}
5913
5914.mi-safety-divider::before {
5915 content: "\e1cc";
5916}
5917
5918.mi-sailing::before {
5919 content: "\e502";
5920}
5921
5922.mi-sanitizer::before {
5923 content: "\f21d";
5924}
5925
5926.mi-satellite::before {
5927 content: "\e562";
5928}
5929
5930.mi-save::before {
5931 content: "\e161";
5932}
5933
5934.mi-save-alt::before {
5935 content: "\e171";
5936}
5937
5938.mi-saved-search::before {
5939 content: "\ea11";
5940}
5941
5942.mi-savings::before {
5943 content: "\e2eb";
5944}
5945
5946.mi-scanner::before {
5947 content: "\e329";
5948}
5949
5950.mi-scatter-plot::before {
5951 content: "\e268";
5952}
5953
5954.mi-schedule::before {
5955 content: "\e8b5";
5956}
5957
5958.mi-schedule-send::before {
5959 content: "\ea0a";
5960}
5961
5962.mi-schema::before {
5963 content: "\e4fd";
5964}
5965
5966.mi-school::before {
5967 content: "\e80c";
5968}
5969
5970.mi-science::before {
5971 content: "\ea4b";
5972}
5973
5974.mi-score::before {
5975 content: "\e269";
5976}
5977
5978.mi-screen-lock-landscape::before {
5979 content: "\e1be";
5980}
5981
5982.mi-screen-lock-portrait::before {
5983 content: "\e1bf";
5984}
5985
5986.mi-screen-lock-rotation::before {
5987 content: "\e1c0";
5988}
5989
5990.mi-screen-rotation::before {
5991 content: "\e1c1";
5992}
5993
5994.mi-screen-search-desktop::before {
5995 content: "\ef70";
5996}
5997
5998.mi-screen-share::before {
5999 content: "\e0e2";
6000}
6001
6002.mi-screenshot::before {
6003 content: "\f056";
6004}
6005
6006.mi-sd::before {
6007 content: "\e9dd";
6008}
6009
6010.mi-sd-card::before {
6011 content: "\e623";
6012}
6013
6014.mi-sd-card-alert::before {
6015 content: "\f057";
6016}
6017
6018.mi-sd-storage::before {
6019 content: "\e1c2";
6020}
6021
6022.mi-search::before {
6023 content: "\e8b6";
6024}
6025
6026.mi-search-off::before {
6027 content: "\ea76";
6028}
6029
6030.mi-security::before {
6031 content: "\e32a";
6032}
6033
6034.mi-security-update::before {
6035 content: "\f058";
6036}
6037
6038.mi-security-update-good::before {
6039 content: "\f059";
6040}
6041
6042.mi-security-update-warning::before {
6043 content: "\f05a";
6044}
6045
6046.mi-segment::before {
6047 content: "\e94b";
6048}
6049
6050.mi-select-all::before {
6051 content: "\e162";
6052}
6053
6054.mi-self-improvement::before {
6055 content: "\ea78";
6056}
6057
6058.mi-sell::before {
6059 content: "\f05b";
6060}
6061
6062.mi-send::before {
6063 content: "\e163";
6064}
6065
6066.mi-send-and-archive::before {
6067 content: "\ea0c";
6068}
6069
6070.mi-send-to-mobile::before {
6071 content: "\f05c";
6072}
6073
6074.mi-sensor-door::before {
6075 content: "\f1b5";
6076}
6077
6078.mi-sensor-window::before {
6079 content: "\f1b4";
6080}
6081
6082.mi-sensors::before {
6083 content: "\e51e";
6084}
6085
6086.mi-sensors-off::before {
6087 content: "\e51f";
6088}
6089
6090.mi-sentiment-dissatisfied::before {
6091 content: "\e811";
6092}
6093
6094.mi-sentiment-neutral::before {
6095 content: "\e812";
6096}
6097
6098.mi-sentiment-satisfied::before {
6099 content: "\e813";
6100}
6101
6102.mi-sentiment-satisfied-alt::before {
6103 content: "\e0ed";
6104}
6105
6106.mi-sentiment-very-dissatisfied::before {
6107 content: "\e814";
6108}
6109
6110.mi-sentiment-very-satisfied::before {
6111 content: "\e815";
6112}
6113
6114.mi-set-meal::before {
6115 content: "\f1ea";
6116}
6117
6118.mi-settings::before {
6119 content: "\e8b8";
6120}
6121
6122.mi-settings-accessibility::before {
6123 content: "\f05d";
6124}
6125
6126.mi-settings-applications::before {
6127 content: "\e8b9";
6128}
6129
6130.mi-settings-backup-restore::before {
6131 content: "\e8ba";
6132}
6133
6134.mi-settings-bluetooth::before {
6135 content: "\e8bb";
6136}
6137
6138.mi-settings-brightness::before {
6139 content: "\e8bd";
6140}
6141
6142.mi-settings-cell::before {
6143 content: "\e8bc";
6144}
6145
6146.mi-settings-display::before {
6147 content: "\e8bd";
6148}
6149
6150.mi-settings-ethernet::before {
6151 content: "\e8be";
6152}
6153
6154.mi-settings-input-antenna::before {
6155 content: "\e8bf";
6156}
6157
6158.mi-settings-input-component::before {
6159 content: "\e8c0";
6160}
6161
6162.mi-settings-input-composite::before {
6163 content: "\e8c1";
6164}
6165
6166.mi-settings-input-hdmi::before {
6167 content: "\e8c2";
6168}
6169
6170.mi-settings-input-svideo::before {
6171 content: "\e8c3";
6172}
6173
6174.mi-settings-overscan::before {
6175 content: "\e8c4";
6176}
6177
6178.mi-settings-phone::before {
6179 content: "\e8c5";
6180}
6181
6182.mi-settings-power::before {
6183 content: "\e8c6";
6184}
6185
6186.mi-settings-remote::before {
6187 content: "\e8c7";
6188}
6189
6190.mi-settings-suggest::before {
6191 content: "\f05e";
6192}
6193
6194.mi-settings-system-daydream::before {
6195 content: "\e1c3";
6196}
6197
6198.mi-settings-voice::before {
6199 content: "\e8c8";
6200}
6201
6202.mi-share::before {
6203 content: "\e80d";
6204}
6205
6206.mi-share-arrival-time::before {
6207 content: "\e524";
6208}
6209
6210.mi-share-location::before {
6211 content: "\f05f";
6212}
6213
6214.mi-shield::before {
6215 content: "\e9e0";
6216}
6217
6218.mi-shop::before {
6219 content: "\e8c9";
6220}
6221
6222.mi-shop-2::before {
6223 content: "\e19e";
6224}
6225
6226.mi-shop-two::before {
6227 content: "\e8ca";
6228}
6229
6230.mi-shopping-bag::before {
6231 content: "\f1cc";
6232}
6233
6234.mi-shopping-basket::before {
6235 content: "\e8cb";
6236}
6237
6238.mi-shopping-cart::before {
6239 content: "\e8cc";
6240}
6241
6242.mi-short-text::before {
6243 content: "\e261";
6244}
6245
6246.mi-shortcut::before {
6247 content: "\f060";
6248}
6249
6250.mi-show-chart::before {
6251 content: "\e6e1";
6252}
6253
6254.mi-shower::before {
6255 content: "\f061";
6256}
6257
6258.mi-shuffle::before {
6259 content: "\e043";
6260}
6261
6262.mi-shuffle-on::before {
6263 content: "\e9e1";
6264}
6265
6266.mi-shutter-speed::before {
6267 content: "\e43d";
6268}
6269
6270.mi-sick::before {
6271 content: "\f220";
6272}
6273
6274.mi-signal-cellular-0-bar::before {
6275 content: "\f0a8";
6276}
6277
6278.mi-signal-cellular-1-bar::before {
6279 content: "\f0a9";
6280}
6281
6282.mi-signal-cellular-2-bar::before {
6283 content: "\f0aa";
6284}
6285
6286.mi-signal-cellular-3-bar::before {
6287 content: "\f0ab";
6288}
6289
6290.mi-signal-cellular-4-bar::before {
6291 content: "\e1c8";
6292}
6293
6294.mi-signal-cellular-alt::before {
6295 content: "\e202";
6296}
6297
6298.mi-signal-cellular-connected-no-internet-0-bar::before {
6299 content: "\f0ac";
6300}
6301
6302.mi-signal-cellular-connected-no-internet-1-bar::before {
6303 content: "\f0ad";
6304}
6305
6306.mi-signal-cellular-connected-no-internet-2-bar::before {
6307 content: "\f0ae";
6308}
6309
6310.mi-signal-cellular-connected-no-internet-3-bar::before {
6311 content: "\f0af";
6312}
6313
6314.mi-signal-cellular-connected-no-internet-4-bar::before {
6315 content: "\e1cd";
6316}
6317
6318.mi-signal-cellular-no-sim::before {
6319 content: "\e1ce";
6320}
6321
6322.mi-signal-cellular-nodata::before {
6323 content: "\f062";
6324}
6325
6326.mi-signal-cellular-null::before {
6327 content: "\e1cf";
6328}
6329
6330.mi-signal-cellular-off::before {
6331 content: "\e1d0";
6332}
6333
6334.mi-signal-wifi-0-bar::before {
6335 content: "\f0b0";
6336}
6337
6338.mi-signal-wifi-1-bar::before {
6339 content: "\f0b1";
6340}
6341
6342.mi-signal-wifi-1-bar-lock::before {
6343 content: "\f0b2";
6344}
6345
6346.mi-signal-wifi-2-bar::before {
6347 content: "\f0b3";
6348}
6349
6350.mi-signal-wifi-2-bar-lock::before {
6351 content: "\f0b4";
6352}
6353
6354.mi-signal-wifi-3-bar::before {
6355 content: "\f0b5";
6356}
6357
6358.mi-signal-wifi-3-bar-lock::before {
6359 content: "\f0b6";
6360}
6361
6362.mi-signal-wifi-4-bar::before {
6363 content: "\e1d8";
6364}
6365
6366.mi-signal-wifi-4-bar-lock::before {
6367 content: "\e1d9";
6368}
6369
6370.mi-signal-wifi-bad::before {
6371 content: "\f063";
6372}
6373
6374.mi-signal-wifi-connected-no-internet-0::before {
6375 content: "\f0f2";
6376}
6377
6378.mi-signal-wifi-connected-no-internet-1::before {
6379 content: "\f0ee";
6380}
6381
6382.mi-signal-wifi-connected-no-internet-2::before {
6383 content: "\f0f1";
6384}
6385
6386.mi-signal-wifi-connected-no-internet-3::before {
6387 content: "\f0ed";
6388}
6389
6390.mi-signal-wifi-connected-no-internet-4::before {
6391 content: "\f064";
6392}
6393
6394.mi-signal-wifi-off::before {
6395 content: "\e1da";
6396}
6397
6398.mi-signal-wifi-statusbar-1-bar::before {
6399 content: "\f0e6";
6400}
6401
6402.mi-signal-wifi-statusbar-2-bar::before {
6403 content: "\f0f0";
6404}
6405
6406.mi-signal-wifi-statusbar-3-bar::before {
6407 content: "\f0ea";
6408}
6409
6410.mi-signal-wifi-statusbar-4-bar::before {
6411 content: "\f065";
6412}
6413
6414.mi-signal-wifi-statusbar-connected-no-internet::before {
6415 content: "\f0f8";
6416}
6417
6418.mi-signal-wifi-statusbar-connected-no-internet-1::before {
6419 content: "\f0e9";
6420}
6421
6422.mi-signal-wifi-statusbar-connected-no-internet-2::before {
6423 content: "\f0f7";
6424}
6425
6426.mi-signal-wifi-statusbar-connected-no-internet-3::before {
6427 content: "\f0e8";
6428}
6429
6430.mi-signal-wifi-statusbar-connected-no-internet-4::before {
6431 content: "\f066";
6432}
6433
6434.mi-signal-wifi-statusbar-not-connected::before {
6435 content: "\f0ef";
6436}
6437
6438.mi-signal-wifi-statusbar-null::before {
6439 content: "\f067";
6440}
6441
6442.mi-sim-card::before {
6443 content: "\e32b";
6444}
6445
6446.mi-sim-card-alert::before {
6447 content: "\e624";
6448}
6449
6450.mi-sim-card-download::before {
6451 content: "\f068";
6452}
6453
6454.mi-single-bed::before {
6455 content: "\ea48";
6456}
6457
6458.mi-sip::before {
6459 content: "\f069";
6460}
6461
6462.mi-skateboarding::before {
6463 content: "\e511";
6464}
6465
6466.mi-skip-next::before {
6467 content: "\e044";
6468}
6469
6470.mi-skip-previous::before {
6471 content: "\e045";
6472}
6473
6474.mi-sledding::before {
6475 content: "\e512";
6476}
6477
6478.mi-slideshow::before {
6479 content: "\e41b";
6480}
6481
6482.mi-slow-motion-video::before {
6483 content: "\e068";
6484}
6485
6486.mi-smart-button::before {
6487 content: "\f1c1";
6488}
6489
6490.mi-smart-display::before {
6491 content: "\f06a";
6492}
6493
6494.mi-smart-screen::before {
6495 content: "\f06b";
6496}
6497
6498.mi-smart-toy::before {
6499 content: "\f06c";
6500}
6501
6502.mi-smartphone::before {
6503 content: "\e32c";
6504}
6505
6506.mi-smoke-free::before {
6507 content: "\eb4a";
6508}
6509
6510.mi-smoking-rooms::before {
6511 content: "\eb4b";
6512}
6513
6514.mi-sms::before {
6515 content: "\e625";
6516}
6517
6518.mi-sms-failed::before {
6519 content: "\e626";
6520}
6521
6522.mi-snippet-folder::before {
6523 content: "\f1c7";
6524}
6525
6526.mi-snooze::before {
6527 content: "\e046";
6528}
6529
6530.mi-snowboarding::before {
6531 content: "\e513";
6532}
6533
6534.mi-snowing::before {
6535 content: "\e80f";
6536}
6537
6538.mi-snowmobile::before {
6539 content: "\e503";
6540}
6541
6542.mi-snowshoeing::before {
6543 content: "\e514";
6544}
6545
6546.mi-soap::before {
6547 content: "\f1b2";
6548}
6549
6550.mi-social-distance::before {
6551 content: "\e1cb";
6552}
6553
6554.mi-sort::before {
6555 content: "\e164";
6556}
6557
6558.mi-sort-by-alpha::before {
6559 content: "\e053";
6560}
6561
6562.mi-soup-kitchen::before {
6563 content: "\e7d3";
6564}
6565
6566.mi-source::before {
6567 content: "\f1c4";
6568}
6569
6570.mi-south::before {
6571 content: "\f1e3";
6572}
6573
6574.mi-south-america::before {
6575 content: "\e7e4";
6576}
6577
6578.mi-south-east::before {
6579 content: "\f1e4";
6580}
6581
6582.mi-south-west::before {
6583 content: "\f1e5";
6584}
6585
6586.mi-spa::before {
6587 content: "\eb4c";
6588}
6589
6590.mi-space-bar::before {
6591 content: "\e256";
6592}
6593
6594.mi-space-dashboard::before {
6595 content: "\e66b";
6596}
6597
6598.mi-speaker::before {
6599 content: "\e32d";
6600}
6601
6602.mi-speaker-group::before {
6603 content: "\e32e";
6604}
6605
6606.mi-speaker-notes::before {
6607 content: "\e8cd";
6608}
6609
6610.mi-speaker-notes-off::before {
6611 content: "\e92a";
6612}
6613
6614.mi-speaker-phone::before {
6615 content: "\e0d2";
6616}
6617
6618.mi-speed::before {
6619 content: "\e9e4";
6620}
6621
6622.mi-spellcheck::before {
6623 content: "\e8ce";
6624}
6625
6626.mi-splitscreen::before {
6627 content: "\f06d";
6628}
6629
6630.mi-sports::before {
6631 content: "\ea30";
6632}
6633
6634.mi-sports-bar::before {
6635 content: "\f1f3";
6636}
6637
6638.mi-sports-baseball::before {
6639 content: "\ea51";
6640}
6641
6642.mi-sports-basketball::before {
6643 content: "\ea26";
6644}
6645
6646.mi-sports-cricket::before {
6647 content: "\ea27";
6648}
6649
6650.mi-sports-esports::before {
6651 content: "\ea28";
6652}
6653
6654.mi-sports-football::before {
6655 content: "\ea29";
6656}
6657
6658.mi-sports-golf::before {
6659 content: "\ea2a";
6660}
6661
6662.mi-sports-handball::before {
6663 content: "\ea33";
6664}
6665
6666.mi-sports-hockey::before {
6667 content: "\ea2b";
6668}
6669
6670.mi-sports-kabaddi::before {
6671 content: "\ea34";
6672}
6673
6674.mi-sports-mma::before {
6675 content: "\ea2c";
6676}
6677
6678.mi-sports-motorsports::before {
6679 content: "\ea2d";
6680}
6681
6682.mi-sports-rugby::before {
6683 content: "\ea2e";
6684}
6685
6686.mi-sports-score::before {
6687 content: "\f06e";
6688}
6689
6690.mi-sports-soccer::before {
6691 content: "\ea2f";
6692}
6693
6694.mi-sports-tennis::before {
6695 content: "\ea32";
6696}
6697
6698.mi-sports-volleyball::before {
6699 content: "\ea31";
6700}
6701
6702.mi-square-foot::before {
6703 content: "\ea49";
6704}
6705
6706.mi-stacked-bar-chart::before {
6707 content: "\e9e6";
6708}
6709
6710.mi-stacked-line-chart::before {
6711 content: "\f22b";
6712}
6713
6714.mi-stairs::before {
6715 content: "\f1a9";
6716}
6717
6718.mi-star::before {
6719 content: "\e838";
6720}
6721
6722.mi-star-border::before {
6723 content: "\e83a";
6724}
6725
6726.mi-star-border-purple500::before {
6727 content: "\f099";
6728}
6729
6730.mi-star-half::before {
6731 content: "\e839";
6732}
6733
6734.mi-star-outline::before {
6735 content: "\f06f";
6736}
6737
6738.mi-star-purple500::before {
6739 content: "\f09a";
6740}
6741
6742.mi-star-rate::before {
6743 content: "\f0ec";
6744}
6745
6746.mi-stars::before {
6747 content: "\e8d0";
6748}
6749
6750.mi-stay-current-landscape::before {
6751 content: "\e0d3";
6752}
6753
6754.mi-stay-current-portrait::before {
6755 content: "\e0d4";
6756}
6757
6758.mi-stay-primary-landscape::before {
6759 content: "\e0d5";
6760}
6761
6762.mi-stay-primary-portrait::before {
6763 content: "\e0d6";
6764}
6765
6766.mi-sticky-note-2::before {
6767 content: "\f1fc";
6768}
6769
6770.mi-stop::before {
6771 content: "\e047";
6772}
6773
6774.mi-stop-circle::before {
6775 content: "\ef71";
6776}
6777
6778.mi-stop-screen-share::before {
6779 content: "\e0e3";
6780}
6781
6782.mi-storage::before {
6783 content: "\e1db";
6784}
6785
6786.mi-store::before {
6787 content: "\e8d1";
6788}
6789
6790.mi-store-mall-directory::before {
6791 content: "\e563";
6792}
6793
6794.mi-storefront::before {
6795 content: "\ea12";
6796}
6797
6798.mi-storm::before {
6799 content: "\f070";
6800}
6801
6802.mi-straighten::before {
6803 content: "\e41c";
6804}
6805
6806.mi-stream::before {
6807 content: "\e9e9";
6808}
6809
6810.mi-streetview::before {
6811 content: "\e56e";
6812}
6813
6814.mi-strikethrough-s::before {
6815 content: "\e257";
6816}
6817
6818.mi-stroller::before {
6819 content: "\f1ae";
6820}
6821
6822.mi-style::before {
6823 content: "\e41d";
6824}
6825
6826.mi-subdirectory-arrow-left::before {
6827 content: "\e5d9";
6828}
6829
6830.mi-subdirectory-arrow-right::before {
6831 content: "\e5da";
6832}
6833
6834.mi-subject::before {
6835 content: "\e8d2";
6836}
6837
6838.mi-subscript::before {
6839 content: "\f111";
6840}
6841
6842.mi-subscriptions::before {
6843 content: "\e064";
6844}
6845
6846.mi-subtitles::before {
6847 content: "\e048";
6848}
6849
6850.mi-subtitles-off::before {
6851 content: "\ef72";
6852}
6853
6854.mi-subway::before {
6855 content: "\e56f";
6856}
6857
6858.mi-summarize::before {
6859 content: "\f071";
6860}
6861
6862.mi-sunny::before {
6863 content: "\e81a";
6864}
6865
6866.mi-sunny-snowing::before {
6867 content: "\e819";
6868}
6869
6870.mi-superscript::before {
6871 content: "\f112";
6872}
6873
6874.mi-supervised-user-circle::before {
6875 content: "\e939";
6876}
6877
6878.mi-supervisor-account::before {
6879 content: "\e8d3";
6880}
6881
6882.mi-support::before {
6883 content: "\ef73";
6884}
6885
6886.mi-support-agent::before {
6887 content: "\f0e2";
6888}
6889
6890.mi-surfing::before {
6891 content: "\e515";
6892}
6893
6894.mi-surround-sound::before {
6895 content: "\e049";
6896}
6897
6898.mi-swap-calls::before {
6899 content: "\e0d7";
6900}
6901
6902.mi-swap-horiz::before {
6903 content: "\e8d4";
6904}
6905
6906.mi-swap-horizontal-circle::before {
6907 content: "\e933";
6908}
6909
6910.mi-swap-vert::before {
6911 content: "\e8d5";
6912}
6913
6914.mi-swap-vert-circle::before {
6915 content: "\e8d6";
6916}
6917
6918.mi-swap-vertical-circle::before {
6919 content: "\e8d6";
6920}
6921
6922.mi-swipe::before {
6923 content: "\e9ec";
6924}
6925
6926.mi-switch-access-shortcut::before {
6927 content: "\e7e1";
6928}
6929
6930.mi-switch-access-shortcut-add::before {
6931 content: "\e7e2";
6932}
6933
6934.mi-switch-account::before {
6935 content: "\e9ed";
6936}
6937
6938.mi-switch-camera::before {
6939 content: "\e41e";
6940}
6941
6942.mi-switch-left::before {
6943 content: "\f1d1";
6944}
6945
6946.mi-switch-right::before {
6947 content: "\f1d2";
6948}
6949
6950.mi-switch-video::before {
6951 content: "\e41f";
6952}
6953
6954.mi-sync::before {
6955 content: "\e627";
6956}
6957
6958.mi-sync-alt::before {
6959 content: "\ea18";
6960}
6961
6962.mi-sync-disabled::before {
6963 content: "\e628";
6964}
6965
6966.mi-sync-problem::before {
6967 content: "\e629";
6968}
6969
6970.mi-system-security-update::before {
6971 content: "\f072";
6972}
6973
6974.mi-system-security-update-good::before {
6975 content: "\f073";
6976}
6977
6978.mi-system-security-update-warning::before {
6979 content: "\f074";
6980}
6981
6982.mi-system-update::before {
6983 content: "\e62a";
6984}
6985
6986.mi-system-update-alt::before {
6987 content: "\e8d7";
6988}
6989
6990.mi-system-update-tv::before {
6991 content: "\e8d7";
6992}
6993
6994.mi-tab::before {
6995 content: "\e8d8";
6996}
6997
6998.mi-tab-unselected::before {
6999 content: "\e8d9";
7000}
7001
7002.mi-table-chart::before {
7003 content: "\e265";
7004}
7005
7006.mi-table-rows::before {
7007 content: "\f101";
7008}
7009
7010.mi-table-view::before {
7011 content: "\f1be";
7012}
7013
7014.mi-tablet::before {
7015 content: "\e32f";
7016}
7017
7018.mi-tablet-android::before {
7019 content: "\e330";
7020}
7021
7022.mi-tablet-mac::before {
7023 content: "\e331";
7024}
7025
7026.mi-tag::before {
7027 content: "\e9ef";
7028}
7029
7030.mi-tag-faces::before {
7031 content: "\e420";
7032}
7033
7034.mi-takeout-dining::before {
7035 content: "\ea74";
7036}
7037
7038.mi-tap-and-play::before {
7039 content: "\e62b";
7040}
7041
7042.mi-tapas::before {
7043 content: "\f1e9";
7044}
7045
7046.mi-task::before {
7047 content: "\f075";
7048}
7049
7050.mi-task-alt::before {
7051 content: "\e2e6";
7052}
7053
7054.mi-taxi-alert::before {
7055 content: "\ef74";
7056}
7057
7058.mi-terrain::before {
7059 content: "\e564";
7060}
7061
7062.mi-text-fields::before {
7063 content: "\e262";
7064}
7065
7066.mi-text-format::before {
7067 content: "\e165";
7068}
7069
7070.mi-text-rotate-up::before {
7071 content: "\e93a";
7072}
7073
7074.mi-text-rotate-vertical::before {
7075 content: "\e93b";
7076}
7077
7078.mi-text-rotation-angledown::before {
7079 content: "\e93c";
7080}
7081
7082.mi-text-rotation-angleup::before {
7083 content: "\e93d";
7084}
7085
7086.mi-text-rotation-down::before {
7087 content: "\e93e";
7088}
7089
7090.mi-text-rotation-none::before {
7091 content: "\e93f";
7092}
7093
7094.mi-text-snippet::before {
7095 content: "\f1c6";
7096}
7097
7098.mi-textsms::before {
7099 content: "\e0d8";
7100}
7101
7102.mi-texture::before {
7103 content: "\e421";
7104}
7105
7106.mi-theater-comedy::before {
7107 content: "\ea66";
7108}
7109
7110.mi-theaters::before {
7111 content: "\e8da";
7112}
7113
7114.mi-thermostat::before {
7115 content: "\f076";
7116}
7117
7118.mi-thermostat-auto::before {
7119 content: "\f077";
7120}
7121
7122.mi-thumb-down::before {
7123 content: "\e8db";
7124}
7125
7126.mi-thumb-down-alt::before {
7127 content: "\e816";
7128}
7129
7130.mi-thumb-down-off-alt::before {
7131 content: "\e9f2";
7132}
7133
7134.mi-thumb-up::before {
7135 content: "\e8dc";
7136}
7137
7138.mi-thumb-up-alt::before {
7139 content: "\e817";
7140}
7141
7142.mi-thumb-up-off-alt::before {
7143 content: "\e9f3";
7144}
7145
7146.mi-thumbs-up-down::before {
7147 content: "\e8dd";
7148}
7149
7150.mi-time-to-leave::before {
7151 content: "\e62c";
7152}
7153
7154.mi-timelapse::before {
7155 content: "\e422";
7156}
7157
7158.mi-timeline::before {
7159 content: "\e922";
7160}
7161
7162.mi-timer::before {
7163 content: "\e425";
7164}
7165
7166.mi-timer-10::before {
7167 content: "\e423";
7168}
7169
7170.mi-timer-10-select::before {
7171 content: "\f07a";
7172}
7173
7174.mi-timer-3::before {
7175 content: "\e424";
7176}
7177
7178.mi-timer-3-select::before {
7179 content: "\f07b";
7180}
7181
7182.mi-timer-off::before {
7183 content: "\e426";
7184}
7185
7186.mi-tips-and-updates::before {
7187 content: "\e79a";
7188}
7189
7190.mi-title::before {
7191 content: "\e264";
7192}
7193
7194.mi-toc::before {
7195 content: "\e8de";
7196}
7197
7198.mi-today::before {
7199 content: "\e8df";
7200}
7201
7202.mi-toggle-off::before {
7203 content: "\e9f5";
7204}
7205
7206.mi-toggle-on::before {
7207 content: "\e9f6";
7208}
7209
7210.mi-toll::before {
7211 content: "\e8e0";
7212}
7213
7214.mi-tonality::before {
7215 content: "\e427";
7216}
7217
7218.mi-topic::before {
7219 content: "\f1c8";
7220}
7221
7222.mi-touch-app::before {
7223 content: "\e913";
7224}
7225
7226.mi-tour::before {
7227 content: "\ef75";
7228}
7229
7230.mi-toys::before {
7231 content: "\e332";
7232}
7233
7234.mi-track-changes::before {
7235 content: "\e8e1";
7236}
7237
7238.mi-traffic::before {
7239 content: "\e565";
7240}
7241
7242.mi-train::before {
7243 content: "\e570";
7244}
7245
7246.mi-tram::before {
7247 content: "\e571";
7248}
7249
7250.mi-transfer-within-a-station::before {
7251 content: "\e572";
7252}
7253
7254.mi-transform::before {
7255 content: "\e428";
7256}
7257
7258.mi-transgender::before {
7259 content: "\e58d";
7260}
7261
7262.mi-transit-enterexit::before {
7263 content: "\e579";
7264}
7265
7266.mi-translate::before {
7267 content: "\e8e2";
7268}
7269
7270.mi-travel-explore::before {
7271 content: "\e2db";
7272}
7273
7274.mi-trending-down::before {
7275 content: "\e8e3";
7276}
7277
7278.mi-trending-flat::before {
7279 content: "\e8e4";
7280}
7281
7282.mi-trending-neutral::before {
7283 content: "\e8e4";
7284}
7285
7286.mi-trending-up::before {
7287 content: "\e8e5";
7288}
7289
7290.mi-trip-origin::before {
7291 content: "\e57b";
7292}
7293
7294.mi-try::before {
7295 content: "\f07c";
7296}
7297
7298.mi-tty::before {
7299 content: "\f1aa";
7300}
7301
7302.mi-tune::before {
7303 content: "\e429";
7304}
7305
7306.mi-tungsten::before {
7307 content: "\f07d";
7308}
7309
7310.mi-turned-in::before {
7311 content: "\e8e6";
7312}
7313
7314.mi-turned-in-not::before {
7315 content: "\e8e7";
7316}
7317
7318.mi-tv::before {
7319 content: "\e333";
7320}
7321
7322.mi-tv-off::before {
7323 content: "\e647";
7324}
7325
7326.mi-two-wheeler::before {
7327 content: "\e9f9";
7328}
7329
7330.mi-umbrella::before {
7331 content: "\f1ad";
7332}
7333
7334.mi-unarchive::before {
7335 content: "\e169";
7336}
7337
7338.mi-undo::before {
7339 content: "\e166";
7340}
7341
7342.mi-unfold-less::before {
7343 content: "\e5d6";
7344}
7345
7346.mi-unfold-more::before {
7347 content: "\e5d7";
7348}
7349
7350.mi-unpublished::before {
7351 content: "\f236";
7352}
7353
7354.mi-unsubscribe::before {
7355 content: "\e0eb";
7356}
7357
7358.mi-upcoming::before {
7359 content: "\f07e";
7360}
7361
7362.mi-update::before {
7363 content: "\e923";
7364}
7365
7366.mi-update-disabled::before {
7367 content: "\e075";
7368}
7369
7370.mi-upgrade::before {
7371 content: "\f0fb";
7372}
7373
7374.mi-upload::before {
7375 content: "\f09b";
7376}
7377
7378.mi-upload-file::before {
7379 content: "\e9fc";
7380}
7381
7382.mi-usb::before {
7383 content: "\e1e0";
7384}
7385
7386.mi-usb-off::before {
7387 content: "\e4fa";
7388}
7389
7390.mi-vaccines::before {
7391 content: "\e138";
7392}
7393
7394.mi-verified::before {
7395 content: "\ef76";
7396}
7397
7398.mi-verified-user::before {
7399 content: "\e8e8";
7400}
7401
7402.mi-vertical-align-bottom::before {
7403 content: "\e258";
7404}
7405
7406.mi-vertical-align-center::before {
7407 content: "\e259";
7408}
7409
7410.mi-vertical-align-top::before {
7411 content: "\e25a";
7412}
7413
7414.mi-vertical-distribute::before {
7415 content: "\e076";
7416}
7417
7418.mi-vertical-split::before {
7419 content: "\e949";
7420}
7421
7422.mi-vibration::before {
7423 content: "\e62d";
7424}
7425
7426.mi-video-call::before {
7427 content: "\e070";
7428}
7429
7430.mi-video-camera-back::before {
7431 content: "\f07f";
7432}
7433
7434.mi-video-camera-front::before {
7435 content: "\f080";
7436}
7437
7438.mi-video-collection::before {
7439 content: "\e04a";
7440}
7441
7442.mi-video-label::before {
7443 content: "\e071";
7444}
7445
7446.mi-video-library::before {
7447 content: "\e04a";
7448}
7449
7450.mi-video-settings::before {
7451 content: "\ea75";
7452}
7453
7454.mi-video-stable::before {
7455 content: "\f081";
7456}
7457
7458.mi-videocam::before {
7459 content: "\e04b";
7460}
7461
7462.mi-videocam-off::before {
7463 content: "\e04c";
7464}
7465
7466.mi-videogame-asset::before {
7467 content: "\e338";
7468}
7469
7470.mi-videogame-asset-off::before {
7471 content: "\e500";
7472}
7473
7474.mi-view-agenda::before {
7475 content: "\e8e9";
7476}
7477
7478.mi-view-array::before {
7479 content: "\e8ea";
7480}
7481
7482.mi-view-carousel::before {
7483 content: "\e8eb";
7484}
7485
7486.mi-view-column::before {
7487 content: "\e8ec";
7488}
7489
7490.mi-view-comfortable::before {
7491 content: "\e42a";
7492}
7493
7494.mi-view-comfy::before {
7495 content: "\e42a";
7496}
7497
7498.mi-view-compact::before {
7499 content: "\e42b";
7500}
7501
7502.mi-view-day::before {
7503 content: "\e8ed";
7504}
7505
7506.mi-view-headline::before {
7507 content: "\e8ee";
7508}
7509
7510.mi-view-in-ar::before {
7511 content: "\e9fe";
7512}
7513
7514.mi-view-list::before {
7515 content: "\e8ef";
7516}
7517
7518.mi-view-module::before {
7519 content: "\e8f0";
7520}
7521
7522.mi-view-quilt::before {
7523 content: "\e8f1";
7524}
7525
7526.mi-view-sidebar::before {
7527 content: "\f114";
7528}
7529
7530.mi-view-stream::before {
7531 content: "\e8f2";
7532}
7533
7534.mi-view-week::before {
7535 content: "\e8f3";
7536}
7537
7538.mi-vignette::before {
7539 content: "\e435";
7540}
7541
7542.mi-villa::before {
7543 content: "\e586";
7544}
7545
7546.mi-visibility::before {
7547 content: "\e8f4";
7548}
7549
7550.mi-visibility-off::before {
7551 content: "\e8f5";
7552}
7553
7554.mi-voice-chat::before {
7555 content: "\e62e";
7556}
7557
7558.mi-voice-over-off::before {
7559 content: "\e94a";
7560}
7561
7562.mi-voicemail::before {
7563 content: "\e0d9";
7564}
7565
7566.mi-volume-down::before {
7567 content: "\e04d";
7568}
7569
7570.mi-volume-down-alt::before {
7571 content: "\e79c";
7572}
7573
7574.mi-volume-mute::before {
7575 content: "\e04e";
7576}
7577
7578.mi-volume-off::before {
7579 content: "\e04f";
7580}
7581
7582.mi-volume-up::before {
7583 content: "\e050";
7584}
7585
7586.mi-volunteer-activism::before {
7587 content: "\ea70";
7588}
7589
7590.mi-vpn-key::before {
7591 content: "\e0da";
7592}
7593
7594.mi-vpn-lock::before {
7595 content: "\e62f";
7596}
7597
7598.mi-vrpano::before {
7599 content: "\f082";
7600}
7601
7602.mi-wallet-giftcard::before {
7603 content: "\e8f6";
7604}
7605
7606.mi-wallet-membership::before {
7607 content: "\e8f7";
7608}
7609
7610.mi-wallet-travel::before {
7611 content: "\e8f8";
7612}
7613
7614.mi-wallpaper::before {
7615 content: "\e1bc";
7616}
7617
7618.mi-warning::before {
7619 content: "\e002";
7620}
7621
7622.mi-warning-amber::before {
7623 content: "\f083";
7624}
7625
7626.mi-wash::before {
7627 content: "\f1b1";
7628}
7629
7630.mi-watch::before {
7631 content: "\e334";
7632}
7633
7634.mi-watch-later::before {
7635 content: "\e924";
7636}
7637
7638.mi-water::before {
7639 content: "\f084";
7640}
7641
7642.mi-water-damage::before {
7643 content: "\f203";
7644}
7645
7646.mi-water-drop::before {
7647 content: "\e798";
7648}
7649
7650.mi-waterfall-chart::before {
7651 content: "\ea00";
7652}
7653
7654.mi-waves::before {
7655 content: "\e176";
7656}
7657
7658.mi-waving-hand::before {
7659 content: "\e766";
7660}
7661
7662.mi-wb-auto::before {
7663 content: "\e42c";
7664}
7665
7666.mi-wb-cloudy::before {
7667 content: "\e42d";
7668}
7669
7670.mi-wb-incandescent::before {
7671 content: "\e42e";
7672}
7673
7674.mi-wb-iridescent::before {
7675 content: "\e436";
7676}
7677
7678.mi-wb-shade::before {
7679 content: "\ea01";
7680}
7681
7682.mi-wb-sunny::before {
7683 content: "\e430";
7684}
7685
7686.mi-wb-twighlight::before {
7687 content: "\ea02";
7688}
7689
7690.mi-wb-twilight::before {
7691 content: "\e1c6";
7692}
7693
7694.mi-wc::before {
7695 content: "\e63d";
7696}
7697
7698.mi-web::before {
7699 content: "\e051";
7700}
7701
7702.mi-web-asset::before {
7703 content: "\e069";
7704}
7705
7706.mi-web-asset-off::before {
7707 content: "\e4f7";
7708}
7709
7710.mi-web-stories::before {
7711 content: "\e595";
7712}
7713
7714.mi-weekend::before {
7715 content: "\e16b";
7716}
7717
7718.mi-west::before {
7719 content: "\f1e6";
7720}
7721
7722.mi-whatshot::before {
7723 content: "\e80e";
7724}
7725
7726.mi-wheelchair-pickup::before {
7727 content: "\f1ab";
7728}
7729
7730.mi-where-to-vote::before {
7731 content: "\e177";
7732}
7733
7734.mi-widgets::before {
7735 content: "\e1bd";
7736}
7737
7738.mi-wifi::before {
Copybara botbe50d492023-11-30 00:16:42 +01007739 content: "\e63e";
7740}
7741
Renovate botf591dcf2023-12-30 14:13:54 +00007742.mi-wifi-calling::before {
7743 content: "\ef77";
7744}
7745
7746.mi-wifi-calling-1::before {
7747 content: "\f0e7";
7748}
7749
7750.mi-wifi-calling-2::before {
7751 content: "\f0f6";
7752}
7753
7754.mi-wifi-calling-3::before {
7755 content: "\f085";
7756}
7757
7758.mi-wifi-lock::before {
Copybara botbe50d492023-11-30 00:16:42 +01007759 content: "\e1e1";
7760}
7761
Renovate botf591dcf2023-12-30 14:13:54 +00007762.mi-wifi-off::before {
7763 content: "\e648";
7764}
7765
7766.mi-wifi-protected-setup::before {
7767 content: "\f0fc";
7768}
7769
7770.mi-wifi-tethering::before {
Copybara botbe50d492023-11-30 00:16:42 +01007771 content: "\e1e2";
7772}
7773
Renovate botf591dcf2023-12-30 14:13:54 +00007774.mi-wifi-tethering-error-rounded::before {
7775 content: "\f086";
7776}
7777
7778.mi-wifi-tethering-off::before {
7779 content: "\f087";
7780}
7781
7782.mi-window::before {
7783 content: "\f088";
7784}
7785
7786.mi-wine-bar::before {
7787 content: "\f1e8";
7788}
7789
7790.mi-work::before {
Copybara botbe50d492023-11-30 00:16:42 +01007791 content: "\e8f9";
7792}
7793
Renovate botf591dcf2023-12-30 14:13:54 +00007794.mi-work-off::before {
7795 content: "\e942";
7796}
7797
7798.mi-work-outline::before {
7799 content: "\e943";
7800}
7801
7802.mi-workspace-premium::before {
7803 content: "\e7af";
7804}
7805
7806.mi-workspaces::before {
7807 content: "\e1a0";
7808}
7809
7810.mi-workspaces-filled::before {
7811 content: "\ea0d";
7812}
7813
7814.mi-workspaces-outline::before {
7815 content: "\ea0f";
7816}
7817
7818.mi-wrap-text::before {
Copybara botbe50d492023-11-30 00:16:42 +01007819 content: "\e25b";
7820}
7821
Renovate botf591dcf2023-12-30 14:13:54 +00007822.mi-wrong-location::before {
7823 content: "\ef78";
7824}
7825
7826.mi-wysiwyg::before {
7827 content: "\f1c3";
7828}
7829
7830.mi-yard::before {
7831 content: "\f089";
7832}
7833
7834.mi-youtube-searched-for::before {
Copybara botbe50d492023-11-30 00:16:42 +01007835 content: "\e8fa";
7836}
7837
Renovate botf591dcf2023-12-30 14:13:54 +00007838.mi-zoom-in::before {
Copybara botbe50d492023-11-30 00:16:42 +01007839 content: "\e8ff";
7840}
7841
Renovate botf591dcf2023-12-30 14:13:54 +00007842.mi-zoom-out::before {
Copybara botbe50d492023-11-30 00:16:42 +01007843 content: "\e900";
7844}
7845
Renovate botf591dcf2023-12-30 14:13:54 +00007846.mi-zoom-out-map::before {
Copybara botbe50d492023-11-30 00:16:42 +01007847 content: "\e56b";
7848}