@quasar/extras 1.11.5 → 1.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/README.md +13 -12
  2. package/bootstrap-icons/bootstrap-icons.css +212 -0
  3. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  4. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  5. package/bootstrap-icons/icons.json +1524 -0
  6. package/bootstrap-icons/index.d.ts +4 -3
  7. package/bootstrap-icons/index.js +114 -113
  8. package/eva-icons/icons.json +492 -0
  9. package/fontawesome-v5/icons.json +1613 -0
  10. package/ionicons-v6/LICENSE +21 -0
  11. package/ionicons-v6/icons.json +1334 -0
  12. package/ionicons-v6/index.d.ts +1334 -0
  13. package/ionicons-v6/index.js +1334 -0
  14. package/line-awesome/icons.json +1546 -0
  15. package/material-icons/icons.json +2048 -0
  16. package/material-icons/index.d.ts +84 -0
  17. package/material-icons/index.js +84 -0
  18. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  19. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  20. package/material-icons-outlined/icons.json +2048 -0
  21. package/material-icons-outlined/index.d.ts +84 -0
  22. package/material-icons-outlined/index.js +84 -0
  23. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  24. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  25. package/material-icons-round/icons.json +2048 -0
  26. package/material-icons-round/index.d.ts +84 -0
  27. package/material-icons-round/index.js +84 -0
  28. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  29. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  30. package/material-icons-sharp/icons.json +2048 -0
  31. package/material-icons-sharp/index.d.ts +84 -0
  32. package/material-icons-sharp/index.js +84 -0
  33. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  34. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  35. package/mdi-v6/icons.json +6597 -0
  36. package/mdi-v6/index.d.ts +101 -1
  37. package/mdi-v6/index.js +101 -1
  38. package/mdi-v6/materialdesignicons-webfont.woff +0 -0
  39. package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
  40. package/mdi-v6/mdi-v6.css +1603 -5
  41. package/package.json +10 -7
  42. package/themify/icons.json +354 -0
package/mdi-v6/mdi-v6.css CHANGED
@@ -1,4 +1,4 @@
1
- /* MaterialDesignIcons.com v6.1.95 */
1
+ /* MaterialDesignIcons.com v6.5.95 */
2
2
  @font-face {
3
3
  font-family: "Material Design Icons";
4
4
  src: url("./materialdesignicons-webfont.woff2") format("woff2"), url("./materialdesignicons-webfont.woff") format("woff");
@@ -18,7 +18,6 @@
18
18
  -moz-osx-font-smoothing: grayscale;
19
19
  }
20
20
 
21
-
22
21
  .mdi-ab-testing::before {
23
22
  content: "\F01C9";
24
23
  }
@@ -87,6 +86,14 @@
87
86
  content: "\F0B50";
88
87
  }
89
88
 
89
+ .mdi-account-arrow-down::before {
90
+ content: "\F1868";
91
+ }
92
+
93
+ .mdi-account-arrow-down-outline::before {
94
+ content: "\F1869";
95
+ }
96
+
90
97
  .mdi-account-arrow-left::before {
91
98
  content: "\F0B51";
92
99
  }
@@ -103,6 +110,14 @@
103
110
  content: "\F0B54";
104
111
  }
105
112
 
113
+ .mdi-account-arrow-up::before {
114
+ content: "\F1867";
115
+ }
116
+
117
+ .mdi-account-arrow-up-outline::before {
118
+ content: "\F186A";
119
+ }
120
+
106
121
  .mdi-account-box::before {
107
122
  content: "\F0006";
108
123
  }
@@ -267,6 +282,14 @@
267
282
  content: "\F115E";
268
283
  }
269
284
 
285
+ .mdi-account-lock-open::before {
286
+ content: "\F1960";
287
+ }
288
+
289
+ .mdi-account-lock-open-outline::before {
290
+ content: "\F1961";
291
+ }
292
+
270
293
  .mdi-account-lock-outline::before {
271
294
  content: "\F115F";
272
295
  }
@@ -427,10 +450,26 @@
427
450
  content: "\F04CB";
428
451
  }
429
452
 
453
+ .mdi-account-sync::before {
454
+ content: "\F191B";
455
+ }
456
+
457
+ .mdi-account-sync-outline::before {
458
+ content: "\F191C";
459
+ }
460
+
430
461
  .mdi-account-tie::before {
431
462
  content: "\F0CE3";
432
463
  }
433
464
 
465
+ .mdi-account-tie-hat::before {
466
+ content: "\F1898";
467
+ }
468
+
469
+ .mdi-account-tie-hat-outline::before {
470
+ content: "\F1899";
471
+ }
472
+
434
473
  .mdi-account-tie-outline::before {
435
474
  content: "\F10CA";
436
475
  }
@@ -459,10 +498,26 @@
459
498
  content: "\F0ED4";
460
499
  }
461
500
 
501
+ .mdi-account-wrench::before {
502
+ content: "\F189A";
503
+ }
504
+
505
+ .mdi-account-wrench-outline::before {
506
+ content: "\F189B";
507
+ }
508
+
462
509
  .mdi-adjust::before {
463
510
  content: "\F001A";
464
511
  }
465
512
 
513
+ .mdi-advertisements::before {
514
+ content: "\F192A";
515
+ }
516
+
517
+ .mdi-advertisements-off::before {
518
+ content: "\F192B";
519
+ }
520
+
466
521
  .mdi-air-conditioner::before {
467
522
  content: "\F001B";
468
523
  }
@@ -503,14 +558,58 @@
503
558
  content: "\F001D";
504
559
  }
505
560
 
561
+ .mdi-airplane-alert::before {
562
+ content: "\F187A";
563
+ }
564
+
565
+ .mdi-airplane-check::before {
566
+ content: "\F187B";
567
+ }
568
+
569
+ .mdi-airplane-clock::before {
570
+ content: "\F187C";
571
+ }
572
+
573
+ .mdi-airplane-cog::before {
574
+ content: "\F187D";
575
+ }
576
+
577
+ .mdi-airplane-edit::before {
578
+ content: "\F187E";
579
+ }
580
+
506
581
  .mdi-airplane-landing::before {
507
582
  content: "\F05D4";
508
583
  }
509
584
 
585
+ .mdi-airplane-marker::before {
586
+ content: "\F187F";
587
+ }
588
+
589
+ .mdi-airplane-minus::before {
590
+ content: "\F1880";
591
+ }
592
+
510
593
  .mdi-airplane-off::before {
511
594
  content: "\F001E";
512
595
  }
513
596
 
597
+ .mdi-airplane-plus::before {
598
+ content: "\F1881";
599
+ }
600
+
601
+ .mdi-airplane-remove::before {
602
+ content: "\F1882";
603
+ }
604
+
605
+ .mdi-airplane-search::before {
606
+ content: "\F1883";
607
+ }
608
+
609
+ .mdi-airplane-settings::before {
610
+ content: "\F1884";
611
+ }
612
+
514
613
  .mdi-airplane-takeoff::before {
515
614
  content: "\F05D5";
516
615
  }
@@ -683,6 +782,10 @@
683
782
  content: "\F11C3";
684
783
  }
685
784
 
785
+ .mdi-align-horizontal-distribute::before {
786
+ content: "\F1962";
787
+ }
788
+
686
789
  .mdi-align-horizontal-left::before {
687
790
  content: "\F11C2";
688
791
  }
@@ -699,6 +802,10 @@
699
802
  content: "\F11C6";
700
803
  }
701
804
 
805
+ .mdi-align-vertical-distribute::before {
806
+ content: "\F1963";
807
+ }
808
+
702
809
  .mdi-align-vertical-top::before {
703
810
  content: "\F11C7";
704
811
  }
@@ -707,6 +814,14 @@
707
814
  content: "\F06BE";
708
815
  }
709
816
 
817
+ .mdi-all-inclusive-box::before {
818
+ content: "\F188D";
819
+ }
820
+
821
+ .mdi-all-inclusive-box-outline::before {
822
+ content: "\F188E";
823
+ }
824
+
710
825
  .mdi-allergy::before {
711
826
  content: "\F1258";
712
827
  }
@@ -1731,6 +1846,14 @@
1731
1846
  content: "\F0042";
1732
1847
  }
1733
1848
 
1849
+ .mdi-arrow-bottom-left-bold-box::before {
1850
+ content: "\F1964";
1851
+ }
1852
+
1853
+ .mdi-arrow-bottom-left-bold-box-outline::before {
1854
+ content: "\F1965";
1855
+ }
1856
+
1734
1857
  .mdi-arrow-bottom-left-bold-outline::before {
1735
1858
  content: "\F09B7";
1736
1859
  }
@@ -1739,6 +1862,10 @@
1739
1862
  content: "\F09B8";
1740
1863
  }
1741
1864
 
1865
+ .mdi-arrow-bottom-left-thin::before {
1866
+ content: "\F19B6";
1867
+ }
1868
+
1742
1869
  .mdi-arrow-bottom-left-thin-circle-outline::before {
1743
1870
  content: "\F1596";
1744
1871
  }
@@ -1747,6 +1874,14 @@
1747
1874
  content: "\F0043";
1748
1875
  }
1749
1876
 
1877
+ .mdi-arrow-bottom-right-bold-box::before {
1878
+ content: "\F1966";
1879
+ }
1880
+
1881
+ .mdi-arrow-bottom-right-bold-box-outline::before {
1882
+ content: "\F1967";
1883
+ }
1884
+
1750
1885
  .mdi-arrow-bottom-right-bold-outline::before {
1751
1886
  content: "\F09B9";
1752
1887
  }
@@ -1755,6 +1890,10 @@
1755
1890
  content: "\F09BA";
1756
1891
  }
1757
1892
 
1893
+ .mdi-arrow-bottom-right-thin::before {
1894
+ content: "\F19B7";
1895
+ }
1896
+
1758
1897
  .mdi-arrow-bottom-right-thin-circle-outline::before {
1759
1898
  content: "\F1595";
1760
1899
  }
@@ -1879,6 +2018,10 @@
1879
2018
  content: "\F0046";
1880
2019
  }
1881
2020
 
2021
+ .mdi-arrow-down-thin::before {
2022
+ content: "\F19B3";
2023
+ }
2024
+
1882
2025
  .mdi-arrow-down-thin-circle-outline::before {
1883
2026
  content: "\F1599";
1884
2027
  }
@@ -1995,6 +2138,10 @@
1995
2138
  content: "\F004E";
1996
2139
  }
1997
2140
 
2141
+ .mdi-arrow-left-thin::before {
2142
+ content: "\F19B1";
2143
+ }
2144
+
1998
2145
  .mdi-arrow-left-thin-circle-outline::before {
1999
2146
  content: "\F159A";
2000
2147
  }
@@ -2007,6 +2154,14 @@
2007
2154
  content: "\F17A8";
2008
2155
  }
2009
2156
 
2157
+ .mdi-arrow-projectile::before {
2158
+ content: "\F1840";
2159
+ }
2160
+
2161
+ .mdi-arrow-projectile-multiple::before {
2162
+ content: "\F183F";
2163
+ }
2164
+
2010
2165
  .mdi-arrow-right::before {
2011
2166
  content: "\F0054";
2012
2167
  }
@@ -2071,6 +2226,10 @@
2071
2226
  content: "\F0055";
2072
2227
  }
2073
2228
 
2229
+ .mdi-arrow-right-thin::before {
2230
+ content: "\F19B0";
2231
+ }
2232
+
2074
2233
  .mdi-arrow-right-thin-circle-outline::before {
2075
2234
  content: "\F1598";
2076
2235
  }
@@ -2095,6 +2254,14 @@
2095
2254
  content: "\F005B";
2096
2255
  }
2097
2256
 
2257
+ .mdi-arrow-top-left-bold-box::before {
2258
+ content: "\F1968";
2259
+ }
2260
+
2261
+ .mdi-arrow-top-left-bold-box-outline::before {
2262
+ content: "\F1969";
2263
+ }
2264
+
2098
2265
  .mdi-arrow-top-left-bold-outline::before {
2099
2266
  content: "\F09C3";
2100
2267
  }
@@ -2111,6 +2278,10 @@
2111
2278
  content: "\F09C4";
2112
2279
  }
2113
2280
 
2281
+ .mdi-arrow-top-left-thin::before {
2282
+ content: "\F19B5";
2283
+ }
2284
+
2114
2285
  .mdi-arrow-top-left-thin-circle-outline::before {
2115
2286
  content: "\F1593";
2116
2287
  }
@@ -2119,6 +2290,14 @@
2119
2290
  content: "\F005C";
2120
2291
  }
2121
2292
 
2293
+ .mdi-arrow-top-right-bold-box::before {
2294
+ content: "\F196A";
2295
+ }
2296
+
2297
+ .mdi-arrow-top-right-bold-box-outline::before {
2298
+ content: "\F196B";
2299
+ }
2300
+
2122
2301
  .mdi-arrow-top-right-bold-outline::before {
2123
2302
  content: "\F09C5";
2124
2303
  }
@@ -2135,6 +2314,10 @@
2135
2314
  content: "\F09C6";
2136
2315
  }
2137
2316
 
2317
+ .mdi-arrow-top-right-thin::before {
2318
+ content: "\F19B4";
2319
+ }
2320
+
2138
2321
  .mdi-arrow-top-right-thin-circle-outline::before {
2139
2322
  content: "\F1594";
2140
2323
  }
@@ -2287,6 +2470,10 @@
2287
2470
  content: "\F005E";
2288
2471
  }
2289
2472
 
2473
+ .mdi-arrow-up-thin::before {
2474
+ content: "\F19B2";
2475
+ }
2476
+
2290
2477
  .mdi-arrow-up-thin-circle-outline::before {
2291
2478
  content: "\F1597";
2292
2479
  }
@@ -2335,6 +2522,18 @@
2335
2522
  content: "\F0066";
2336
2523
  }
2337
2524
 
2525
+ .mdi-audio-input-rca::before {
2526
+ content: "\F186B";
2527
+ }
2528
+
2529
+ .mdi-audio-input-stereo-minijack::before {
2530
+ content: "\F186C";
2531
+ }
2532
+
2533
+ .mdi-audio-input-xlr::before {
2534
+ content: "\F186D";
2535
+ }
2536
+
2338
2537
  .mdi-audio-video::before {
2339
2538
  content: "\F093D";
2340
2539
  }
@@ -2375,6 +2574,10 @@
2375
2574
  content: "\F08C8";
2376
2575
  }
2377
2576
 
2577
+ .mdi-axe-battle::before {
2578
+ content: "\F1842";
2579
+ }
2580
+
2378
2581
  .mdi-axis::before {
2379
2582
  content: "\F0D48";
2380
2583
  }
@@ -2719,6 +2922,14 @@
2719
2922
  content: "\F0076";
2720
2923
  }
2721
2924
 
2925
+ .mdi-basket-check::before {
2926
+ content: "\F18E5";
2927
+ }
2928
+
2929
+ .mdi-basket-check-outline::before {
2930
+ content: "\F18E6";
2931
+ }
2932
+
2722
2933
  .mdi-basket-fill::before {
2723
2934
  content: "\F0077";
2724
2935
  }
@@ -3103,6 +3314,14 @@
3103
3314
  content: "\F17E9";
3104
3315
  }
3105
3316
 
3317
+ .mdi-battery-sync::before {
3318
+ content: "\F1834";
3319
+ }
3320
+
3321
+ .mdi-battery-sync-outline::before {
3322
+ content: "\F1835";
3323
+ }
3324
+
3106
3325
  .mdi-battery-unknown::before {
3107
3326
  content: "\F0091";
3108
3327
  }
@@ -3359,6 +3578,10 @@
3359
3578
  content: "\F1235";
3360
3579
  }
3361
3580
 
3581
+ .mdi-bicycle-cargo::before {
3582
+ content: "\F189C";
3583
+ }
3584
+
3362
3585
  .mdi-bicycle-electric::before {
3363
3586
  content: "\F15B4";
3364
3587
  }
@@ -3787,6 +4010,14 @@
3787
4010
  content: "\F00C0";
3788
4011
  }
3789
4012
 
4013
+ .mdi-bookmark-box-multiple::before {
4014
+ content: "\F196C";
4015
+ }
4016
+
4017
+ .mdi-bookmark-box-multiple-outline::before {
4018
+ content: "\F196D";
4019
+ }
4020
+
3790
4021
  .mdi-bookmark-check::before {
3791
4022
  content: "\F00C1";
3792
4023
  }
@@ -4023,6 +4254,10 @@
4023
4254
  content: "\F1310";
4024
4255
  }
4025
4256
 
4257
+ .mdi-bow-arrow::before {
4258
+ content: "\F1841";
4259
+ }
4260
+
4026
4261
  .mdi-bow-tie::before {
4027
4262
  content: "\F0678";
4028
4263
  }
@@ -4319,6 +4554,14 @@
4319
4554
  content: "\F0B23";
4320
4555
  }
4321
4556
 
4557
+ .mdi-bullhorn-variant::before {
4558
+ content: "\F196E";
4559
+ }
4560
+
4561
+ .mdi-bullhorn-variant-outline::before {
4562
+ content: "\F196F";
4563
+ }
4564
+
4322
4565
  .mdi-bullseye::before {
4323
4566
  content: "\F05DD";
4324
4567
  }
@@ -4363,6 +4606,10 @@
4363
4606
  content: "\F079E";
4364
4607
  }
4365
4608
 
4609
+ .mdi-bus-electric::before {
4610
+ content: "\F191D";
4611
+ }
4612
+
4366
4613
  .mdi-bus-marker::before {
4367
4614
  content: "\F1212";
4368
4615
  }
@@ -4399,6 +4646,10 @@
4399
4646
  content: "\F158A";
4400
4647
  }
4401
4648
 
4649
+ .mdi-cabin-a-frame::before {
4650
+ content: "\F188C";
4651
+ }
4652
+
4402
4653
  .mdi-cable-data::before {
4403
4654
  content: "\F1394";
4404
4655
  }
@@ -4491,6 +4742,10 @@
4491
4742
  content: "\F16E1";
4492
4743
  }
4493
4744
 
4745
+ .mdi-calendar-collapse-horizontal::before {
4746
+ content: "\F189D";
4747
+ }
4748
+
4494
4749
  .mdi-calendar-cursor::before {
4495
4750
  content: "\F157B";
4496
4751
  }
@@ -4503,6 +4758,10 @@
4503
4758
  content: "\F166C";
4504
4759
  }
4505
4760
 
4761
+ .mdi-calendar-expand-horizontal::before {
4762
+ content: "\F189E";
4763
+ }
4764
+
4506
4765
  .mdi-calendar-export::before {
4507
4766
  content: "\F0B24";
4508
4767
  }
@@ -4675,6 +4934,14 @@
4675
4934
  content: "\F0B69";
4676
4935
  }
4677
4936
 
4937
+ .mdi-camera-document::before {
4938
+ content: "\F1871";
4939
+ }
4940
+
4941
+ .mdi-camera-document-off::before {
4942
+ content: "\F1872";
4943
+ }
4944
+
4678
4945
  .mdi-camera-enhance::before {
4679
4946
  content: "\F0101";
4680
4947
  }
@@ -4711,6 +4978,14 @@
4711
4978
  content: "\F0104";
4712
4979
  }
4713
4980
 
4981
+ .mdi-camera-marker::before {
4982
+ content: "\F19A7";
4983
+ }
4984
+
4985
+ .mdi-camera-marker-outline::before {
4986
+ content: "\F19A8";
4987
+ }
4988
+
4714
4989
  .mdi-camera-metering-center::before {
4715
4990
  content: "\F07A2";
4716
4991
  }
@@ -4731,6 +5006,10 @@
4731
5006
  content: "\F05DF";
4732
5007
  }
4733
5008
 
5009
+ .mdi-camera-off-outline::before {
5010
+ content: "\F19BF";
5011
+ }
5012
+
4734
5013
  .mdi-camera-outline::before {
4735
5014
  content: "\F0D5D";
4736
5015
  }
@@ -4803,6 +5082,22 @@
4803
5082
  content: "\F05E2";
4804
5083
  }
4805
5084
 
5085
+ .mdi-candy::before {
5086
+ content: "\F1970";
5087
+ }
5088
+
5089
+ .mdi-candy-off::before {
5090
+ content: "\F1971";
5091
+ }
5092
+
5093
+ .mdi-candy-off-outline::before {
5094
+ content: "\F1972";
5095
+ }
5096
+
5097
+ .mdi-candy-outline::before {
5098
+ content: "\F1973";
5099
+ }
5100
+
4806
5101
  .mdi-candycane::before {
4807
5102
  content: "\F010A";
4808
5103
  }
@@ -4855,10 +5150,18 @@
4855
5150
  content: "\F0C48";
4856
5151
  }
4857
5152
 
5153
+ .mdi-car-brake-fluid-level::before {
5154
+ content: "\F1909";
5155
+ }
5156
+
4858
5157
  .mdi-car-brake-hold::before {
4859
5158
  content: "\F0D5E";
4860
5159
  }
4861
5160
 
5161
+ .mdi-car-brake-low-pressure::before {
5162
+ content: "\F190A";
5163
+ }
5164
+
4862
5165
  .mdi-car-brake-parking::before {
4863
5166
  content: "\F0D5F";
4864
5167
  }
@@ -4867,10 +5170,22 @@
4867
5170
  content: "\F1017";
4868
5171
  }
4869
5172
 
5173
+ .mdi-car-brake-temperature::before {
5174
+ content: "\F190B";
5175
+ }
5176
+
5177
+ .mdi-car-brake-worn-linings::before {
5178
+ content: "\F190C";
5179
+ }
5180
+
4870
5181
  .mdi-car-child-seat::before {
4871
5182
  content: "\F0FA3";
4872
5183
  }
4873
5184
 
5185
+ .mdi-car-clock::before {
5186
+ content: "\F1974";
5187
+ }
5188
+
4874
5189
  .mdi-car-clutch::before {
4875
5190
  content: "\F1018";
4876
5191
  }
@@ -4947,6 +5262,10 @@
4947
5262
  content: "\F152D";
4948
5263
  }
4949
5264
 
5265
+ .mdi-car-light-alert::before {
5266
+ content: "\F190D";
5267
+ }
5268
+
4950
5269
  .mdi-car-light-dimmed::before {
4951
5270
  content: "\F0C4A";
4952
5271
  }
@@ -4995,6 +5314,10 @@
4995
5314
  content: "\F0FA6";
4996
5315
  }
4997
5316
 
5317
+ .mdi-car-select::before {
5318
+ content: "\F1879";
5319
+ }
5320
+
4998
5321
  .mdi-car-settings::before {
4999
5322
  content: "\F13CD";
5000
5323
  }
@@ -5007,6 +5330,10 @@
5007
5330
  content: "\F07AB";
5008
5331
  }
5009
5332
 
5333
+ .mdi-car-speed-limiter::before {
5334
+ content: "\F190E";
5335
+ }
5336
+
5010
5337
  .mdi-car-sports::before {
5011
5338
  content: "\F07AC";
5012
5339
  }
@@ -5035,6 +5362,10 @@
5035
5362
  content: "\F101C";
5036
5363
  }
5037
5364
 
5365
+ .mdi-car-wireless::before {
5366
+ content: "\F1878";
5367
+ }
5368
+
5038
5369
  .mdi-car-wrench::before {
5039
5370
  content: "\F1814";
5040
5371
  }
@@ -5175,6 +5506,10 @@
5175
5506
  content: "\F08CE";
5176
5507
  }
5177
5508
 
5509
+ .mdi-cards-club-outline::before {
5510
+ content: "\F189F";
5511
+ }
5512
+
5178
5513
  .mdi-cards-diamond::before {
5179
5514
  content: "\F08CF";
5180
5515
  }
@@ -5187,18 +5522,94 @@
5187
5522
  content: "\F08D0";
5188
5523
  }
5189
5524
 
5525
+ .mdi-cards-heart-outline::before {
5526
+ content: "\F18A0";
5527
+ }
5528
+
5190
5529
  .mdi-cards-outline::before {
5191
5530
  content: "\F0639";
5192
5531
  }
5193
5532
 
5533
+ .mdi-cards-playing::before {
5534
+ content: "\F18A1";
5535
+ }
5536
+
5537
+ .mdi-cards-playing-club::before {
5538
+ content: "\F18A2";
5539
+ }
5540
+
5541
+ .mdi-cards-playing-club-multiple::before {
5542
+ content: "\F18A3";
5543
+ }
5544
+
5545
+ .mdi-cards-playing-club-multiple-outline::before {
5546
+ content: "\F18A4";
5547
+ }
5548
+
5549
+ .mdi-cards-playing-club-outline::before {
5550
+ content: "\F18A5";
5551
+ }
5552
+
5553
+ .mdi-cards-playing-diamond::before {
5554
+ content: "\F18A6";
5555
+ }
5556
+
5557
+ .mdi-cards-playing-diamond-multiple::before {
5558
+ content: "\F18A7";
5559
+ }
5560
+
5561
+ .mdi-cards-playing-diamond-multiple-outline::before {
5562
+ content: "\F18A8";
5563
+ }
5564
+
5565
+ .mdi-cards-playing-diamond-outline::before {
5566
+ content: "\F18A9";
5567
+ }
5568
+
5569
+ .mdi-cards-playing-heart::before {
5570
+ content: "\F18AA";
5571
+ }
5572
+
5573
+ .mdi-cards-playing-heart-multiple::before {
5574
+ content: "\F18AB";
5575
+ }
5576
+
5577
+ .mdi-cards-playing-heart-multiple-outline::before {
5578
+ content: "\F18AC";
5579
+ }
5580
+
5581
+ .mdi-cards-playing-heart-outline::before {
5582
+ content: "\F18AD";
5583
+ }
5584
+
5194
5585
  .mdi-cards-playing-outline::before {
5195
5586
  content: "\F063A";
5196
5587
  }
5197
5588
 
5589
+ .mdi-cards-playing-spade::before {
5590
+ content: "\F18AE";
5591
+ }
5592
+
5593
+ .mdi-cards-playing-spade-multiple::before {
5594
+ content: "\F18AF";
5595
+ }
5596
+
5597
+ .mdi-cards-playing-spade-multiple-outline::before {
5598
+ content: "\F18B0";
5599
+ }
5600
+
5601
+ .mdi-cards-playing-spade-outline::before {
5602
+ content: "\F18B1";
5603
+ }
5604
+
5198
5605
  .mdi-cards-spade::before {
5199
5606
  content: "\F08D1";
5200
5607
  }
5201
5608
 
5609
+ .mdi-cards-spade-outline::before {
5610
+ content: "\F18B2";
5611
+ }
5612
+
5202
5613
  .mdi-cards-variant::before {
5203
5614
  content: "\F06C7";
5204
5615
  }
@@ -5227,6 +5638,10 @@
5227
5638
  content: "\F15EA";
5228
5639
  }
5229
5640
 
5641
+ .mdi-cart-heart::before {
5642
+ content: "\F18E0";
5643
+ }
5644
+
5230
5645
  .mdi-cart-minus::before {
5231
5646
  content: "\F0D68";
5232
5647
  }
@@ -5267,6 +5682,10 @@
5267
5682
  content: "\F14EE";
5268
5683
  }
5269
5684
 
5685
+ .mdi-cash-fast::before {
5686
+ content: "\F185C";
5687
+ }
5688
+
5270
5689
  .mdi-cash-lock::before {
5271
5690
  content: "\F14EA";
5272
5691
  }
@@ -5347,6 +5766,10 @@
5347
5766
  content: "\F07AE";
5348
5767
  }
5349
5768
 
5769
+ .mdi-cctv-off::before {
5770
+ content: "\F185F";
5771
+ }
5772
+
5350
5773
  .mdi-ceiling-fan::before {
5351
5774
  content: "\F1797";
5352
5775
  }
@@ -5359,6 +5782,14 @@
5359
5782
  content: "\F0769";
5360
5783
  }
5361
5784
 
5785
+ .mdi-ceiling-light-multiple::before {
5786
+ content: "\F18DD";
5787
+ }
5788
+
5789
+ .mdi-ceiling-light-multiple-outline::before {
5790
+ content: "\F18DE";
5791
+ }
5792
+
5362
5793
  .mdi-ceiling-light-outline::before {
5363
5794
  content: "\F17C7";
5364
5795
  }
@@ -5411,6 +5842,10 @@
5411
5842
  content: "\F094F";
5412
5843
  }
5413
5844
 
5845
+ .mdi-cellphone-marker::before {
5846
+ content: "\F183A";
5847
+ }
5848
+
5414
5849
  .mdi-cellphone-message::before {
5415
5850
  content: "\F08D3";
5416
5851
  }
@@ -5607,6 +6042,10 @@
5607
6042
  content: "\F0E94";
5608
6043
  }
5609
6044
 
6045
+ .mdi-chart-waterfall::before {
6046
+ content: "\F1918";
6047
+ }
6048
+
5610
6049
  .mdi-chat::before {
5611
6050
  content: "\F0B79";
5612
6051
  }
@@ -5775,6 +6214,10 @@
5775
6214
  content: "\F0134";
5776
6215
  }
5777
6216
 
6217
+ .mdi-checkbox-marked-circle-plus-outline::before {
6218
+ content: "\F1927";
6219
+ }
6220
+
5778
6221
  .mdi-checkbox-marked-outline::before {
5779
6222
  content: "\F0135";
5780
6223
  }
@@ -6091,6 +6534,10 @@
6091
6534
  content: "\F10D3";
6092
6535
  }
6093
6536
 
6537
+ .mdi-circle-opacity::before {
6538
+ content: "\F1853";
6539
+ }
6540
+
6094
6541
  .mdi-circle-outline::before {
6095
6542
  content: "\F0766";
6096
6543
  }
@@ -6335,6 +6782,14 @@
6335
6782
  content: "\F014D";
6336
6783
  }
6337
6784
 
6785
+ .mdi-clipboard-text-clock::before {
6786
+ content: "\F18F9";
6787
+ }
6788
+
6789
+ .mdi-clipboard-text-clock-outline::before {
6790
+ content: "\F18FA";
6791
+ }
6792
+
6338
6793
  .mdi-clipboard-text-multiple::before {
6339
6794
  content: "\F126B";
6340
6795
  }
@@ -6399,6 +6854,14 @@
6399
6854
  content: "\F0E97";
6400
6855
  }
6401
6856
 
6857
+ .mdi-clock-edit::before {
6858
+ content: "\F19BA";
6859
+ }
6860
+
6861
+ .mdi-clock-edit-outline::before {
6862
+ content: "\F19BB";
6863
+ }
6864
+
6402
6865
  .mdi-clock-end::before {
6403
6866
  content: "\F0151";
6404
6867
  }
@@ -6411,6 +6874,14 @@
6411
6874
  content: "\F0153";
6412
6875
  }
6413
6876
 
6877
+ .mdi-clock-minus::before {
6878
+ content: "\F1863";
6879
+ }
6880
+
6881
+ .mdi-clock-minus-outline::before {
6882
+ content: "\F1864";
6883
+ }
6884
+
6414
6885
  .mdi-clock-out::before {
6415
6886
  content: "\F0154";
6416
6887
  }
@@ -6419,6 +6890,22 @@
6419
6890
  content: "\F0150";
6420
6891
  }
6421
6892
 
6893
+ .mdi-clock-plus::before {
6894
+ content: "\F1861";
6895
+ }
6896
+
6897
+ .mdi-clock-plus-outline::before {
6898
+ content: "\F1862";
6899
+ }
6900
+
6901
+ .mdi-clock-remove::before {
6902
+ content: "\F1865";
6903
+ }
6904
+
6905
+ .mdi-clock-remove-outline::before {
6906
+ content: "\F1866";
6907
+ }
6908
+
6422
6909
  .mdi-clock-start::before {
6423
6910
  content: "\F0155";
6424
6911
  }
@@ -6771,6 +7258,14 @@
6771
7258
  content: "\F109F";
6772
7259
  }
6773
7260
 
7261
+ .mdi-coffee-maker-check::before {
7262
+ content: "\F1931";
7263
+ }
7264
+
7265
+ .mdi-coffee-maker-check-outline::before {
7266
+ content: "\F1932";
7267
+ }
7268
+
6774
7269
  .mdi-coffee-maker-outline::before {
6775
7270
  content: "\F181B";
6776
7271
  }
@@ -6827,6 +7322,22 @@
6827
7322
  content: "\F08BB";
6828
7323
  }
6829
7324
 
7325
+ .mdi-cog-pause::before {
7326
+ content: "\F1933";
7327
+ }
7328
+
7329
+ .mdi-cog-pause-outline::before {
7330
+ content: "\F1934";
7331
+ }
7332
+
7333
+ .mdi-cog-play::before {
7334
+ content: "\F1935";
7335
+ }
7336
+
7337
+ .mdi-cog-play-outline::before {
7338
+ content: "\F1936";
7339
+ }
7340
+
6830
7341
  .mdi-cog-refresh::before {
6831
7342
  content: "\F145E";
6832
7343
  }
@@ -6835,6 +7346,14 @@
6835
7346
  content: "\F145F";
6836
7347
  }
6837
7348
 
7349
+ .mdi-cog-stop::before {
7350
+ content: "\F1937";
7351
+ }
7352
+
7353
+ .mdi-cog-stop-outline::before {
7354
+ content: "\F1938";
7355
+ }
7356
+
6838
7357
  .mdi-cog-sync::before {
6839
7358
  content: "\F1460";
6840
7359
  }
@@ -7067,6 +7586,10 @@
7067
7586
  content: "\F1492";
7068
7587
  }
7069
7588
 
7589
+ .mdi-compare-remove::before {
7590
+ content: "\F18B3";
7591
+ }
7592
+
7070
7593
  .mdi-compare-vertical::before {
7071
7594
  content: "\F1493";
7072
7595
  }
@@ -7091,6 +7614,14 @@
7091
7614
  content: "\F1382";
7092
7615
  }
7093
7616
 
7617
+ .mdi-cone::before {
7618
+ content: "\F194C";
7619
+ }
7620
+
7621
+ .mdi-cone-off::before {
7622
+ content: "\F194D";
7623
+ }
7624
+
7094
7625
  .mdi-connection::before {
7095
7626
  content: "\F1616";
7096
7627
  }
@@ -7183,6 +7714,14 @@
7183
7714
  content: "\F0F44";
7184
7715
  }
7185
7716
 
7717
+ .mdi-content-save-check::before {
7718
+ content: "\F18EA";
7719
+ }
7720
+
7721
+ .mdi-content-save-check-outline::before {
7722
+ content: "\F18EB";
7723
+ }
7724
+
7186
7725
  .mdi-content-save-cog::before {
7187
7726
  content: "\F145B";
7188
7727
  }
@@ -7355,6 +7894,10 @@
7355
7894
  content: "\F03C8";
7356
7895
  }
7357
7896
 
7897
+ .mdi-copyleft::before {
7898
+ content: "\F1939";
7899
+ }
7900
+
7358
7901
  .mdi-copyright::before {
7359
7902
  content: "\F05E6";
7360
7903
  }
@@ -7391,6 +7934,10 @@
7391
7934
  content: "\F019A";
7392
7935
  }
7393
7936
 
7937
+ .mdi-cow-off::before {
7938
+ content: "\F18FC";
7939
+ }
7940
+
7394
7941
  .mdi-cpu-32-bit::before {
7395
7942
  content: "\F0EDF";
7396
7943
  }
@@ -7399,6 +7946,14 @@
7399
7946
  content: "\F0EE0";
7400
7947
  }
7401
7948
 
7949
+ .mdi-cradle::before {
7950
+ content: "\F198B";
7951
+ }
7952
+
7953
+ .mdi-cradle-outline::before {
7954
+ content: "\F1991";
7955
+ }
7956
+
7402
7957
  .mdi-crane::before {
7403
7958
  content: "\F0862";
7404
7959
  }
@@ -7423,6 +7978,14 @@
7423
7978
  content: "\F13D1";
7424
7979
  }
7425
7980
 
7981
+ .mdi-credit-card-chip::before {
7982
+ content: "\F190F";
7983
+ }
7984
+
7985
+ .mdi-credit-card-chip-outline::before {
7986
+ content: "\F1910";
7987
+ }
7988
+
7426
7989
  .mdi-credit-card-clock::before {
7427
7990
  content: "\F0EE1";
7428
7991
  }
@@ -7439,6 +8002,22 @@
7439
8002
  content: "\F17D8";
7440
8003
  }
7441
8004
 
8005
+ .mdi-credit-card-fast::before {
8006
+ content: "\F1911";
8007
+ }
8008
+
8009
+ .mdi-credit-card-fast-outline::before {
8010
+ content: "\F1912";
8011
+ }
8012
+
8013
+ .mdi-credit-card-lock::before {
8014
+ content: "\F18E7";
8015
+ }
8016
+
8017
+ .mdi-credit-card-lock-outline::before {
8018
+ content: "\F18E8";
8019
+ }
8020
+
7442
8021
  .mdi-credit-card-marker::before {
7443
8022
  content: "\F06A8";
7444
8023
  }
@@ -7615,6 +8194,10 @@
7615
8194
  content: "\F1136";
7616
8195
  }
7617
8196
 
8197
+ .mdi-crowd::before {
8198
+ content: "\F1975";
8199
+ }
8200
+
7618
8201
  .mdi-crown::before {
7619
8202
  content: "\F01A5";
7620
8203
  }
@@ -7775,6 +8358,10 @@
7775
8358
  content: "\F01B1";
7776
8359
  }
7777
8360
 
8361
+ .mdi-currency-rupee::before {
8362
+ content: "\F1976";
8363
+ }
8364
+
7778
8365
  .mdi-currency-sign::before {
7779
8366
  content: "\F07BE";
7780
8367
  }
@@ -7839,6 +8426,22 @@
7839
8426
  content: "\F05E7";
7840
8427
  }
7841
8428
 
8429
+ .mdi-curtains::before {
8430
+ content: "\F1846";
8431
+ }
8432
+
8433
+ .mdi-curtains-closed::before {
8434
+ content: "\F1847";
8435
+ }
8436
+
8437
+ .mdi-cylinder::before {
8438
+ content: "\F194E";
8439
+ }
8440
+
8441
+ .mdi-cylinder-off::before {
8442
+ content: "\F194F";
8443
+ }
8444
+
7842
8445
  .mdi-dance-ballroom::before {
7843
8446
  content: "\F15FB";
7844
8447
  }
@@ -7955,6 +8558,22 @@
7955
8558
  content: "\F162C";
7956
8559
  }
7957
8560
 
8561
+ .mdi-database-eye::before {
8562
+ content: "\F191F";
8563
+ }
8564
+
8565
+ .mdi-database-eye-off::before {
8566
+ content: "\F1920";
8567
+ }
8568
+
8569
+ .mdi-database-eye-off-outline::before {
8570
+ content: "\F1921";
8571
+ }
8572
+
8573
+ .mdi-database-eye-outline::before {
8574
+ content: "\F1922";
8575
+ }
8576
+
7958
8577
  .mdi-database-import::before {
7959
8578
  content: "\F095D";
7960
8579
  }
@@ -8447,6 +9066,14 @@
8447
9066
  content: "\F11CD";
8448
9067
  }
8449
9068
 
9069
+ .mdi-diversify::before {
9070
+ content: "\F1877";
9071
+ }
9072
+
9073
+ .mdi-diving::before {
9074
+ content: "\F1977";
9075
+ }
9076
+
8450
9077
  .mdi-diving-flippers::before {
8451
9078
  content: "\F0DBF";
8452
9079
  }
@@ -8551,6 +9178,10 @@
8551
9178
  content: "\F0E9E";
8552
9179
  }
8553
9180
 
9181
+ .mdi-dolphin::before {
9182
+ content: "\F18B4";
9183
+ }
9184
+
8554
9185
  .mdi-domain::before {
8555
9186
  content: "\F01D7";
8556
9187
  }
@@ -8619,6 +9250,10 @@
8619
9250
  content: "\F0AAE";
8620
9251
  }
8621
9252
 
9253
+ .mdi-dots-circle::before {
9254
+ content: "\F1978";
9255
+ }
9256
+
8622
9257
  .mdi-dots-grid::before {
8623
9258
  content: "\F15FC";
8624
9259
  }
@@ -8743,6 +9378,10 @@
8743
9378
  content: "\F0F49";
8744
9379
  }
8745
9380
 
9381
+ .mdi-draw-pen::before {
9382
+ content: "\F19B9";
9383
+ }
9384
+
8746
9385
  .mdi-drawing::before {
8747
9386
  content: "\F01DE";
8748
9387
  }
@@ -8791,6 +9430,22 @@
8791
9430
  content: "\F0A45";
8792
9431
  }
8793
9432
 
9433
+ .mdi-earbuds::before {
9434
+ content: "\F184F";
9435
+ }
9436
+
9437
+ .mdi-earbuds-off::before {
9438
+ content: "\F1850";
9439
+ }
9440
+
9441
+ .mdi-earbuds-off-outline::before {
9442
+ content: "\F1851";
9443
+ }
9444
+
9445
+ .mdi-earbuds-outline::before {
9446
+ content: "\F1852";
9447
+ }
9448
+
8794
9449
  .mdi-earth::before {
8795
9450
  content: "\F01E7";
8796
9451
  }
@@ -8843,6 +9498,10 @@
8843
9498
  content: "\F0AB0";
8844
9499
  }
8845
9500
 
9501
+ .mdi-egg-fried::before {
9502
+ content: "\F184A";
9503
+ }
9504
+
8846
9505
  .mdi-egg-off::before {
8847
9506
  content: "\F13F0";
8848
9507
  }
@@ -8907,6 +9566,18 @@
8907
9566
  content: "\F1381";
8908
9567
  }
8909
9568
 
9569
+ .mdi-elevator-passenger-off::before {
9570
+ content: "\F1979";
9571
+ }
9572
+
9573
+ .mdi-elevator-passenger-off-outline::before {
9574
+ content: "\F197A";
9575
+ }
9576
+
9577
+ .mdi-elevator-passenger-outline::before {
9578
+ content: "\F197B";
9579
+ }
9580
+
8910
9581
  .mdi-elevator-up::before {
8911
9582
  content: "\F12C1";
8912
9583
  }
@@ -8951,6 +9622,14 @@
8951
9622
  content: "\F0EE4";
8952
9623
  }
8953
9624
 
9625
+ .mdi-email-fast::before {
9626
+ content: "\F186F";
9627
+ }
9628
+
9629
+ .mdi-email-fast-outline::before {
9630
+ content: "\F1870";
9631
+ }
9632
+
8954
9633
  .mdi-email-lock::before {
8955
9634
  content: "\F01F1";
8956
9635
  }
@@ -9031,6 +9710,14 @@
9031
9710
  content: "\F1662";
9032
9711
  }
9033
9712
 
9713
+ .mdi-email-seal::before {
9714
+ content: "\F195B";
9715
+ }
9716
+
9717
+ .mdi-email-seal-outline::before {
9718
+ content: "\F195C";
9719
+ }
9720
+
9034
9721
  .mdi-email-search::before {
9035
9722
  content: "\F0961";
9036
9723
  }
@@ -9383,6 +10070,22 @@
9383
10070
  content: "\F0208";
9384
10071
  }
9385
10072
 
10073
+ .mdi-eye-arrow-left::before {
10074
+ content: "\F18FD";
10075
+ }
10076
+
10077
+ .mdi-eye-arrow-left-outline::before {
10078
+ content: "\F18FE";
10079
+ }
10080
+
10081
+ .mdi-eye-arrow-right::before {
10082
+ content: "\F18FF";
10083
+ }
10084
+
10085
+ .mdi-eye-arrow-right-outline::before {
10086
+ content: "\F1900";
10087
+ }
10088
+
9386
10089
  .mdi-eye-check::before {
9387
10090
  content: "\F0D04";
9388
10091
  }
@@ -9427,6 +10130,14 @@
9427
10130
  content: "\F086C";
9428
10131
  }
9429
10132
 
10133
+ .mdi-eye-refresh::before {
10134
+ content: "\F197C";
10135
+ }
10136
+
10137
+ .mdi-eye-refresh-outline::before {
10138
+ content: "\F197D";
10139
+ }
10140
+
9430
10141
  .mdi-eye-remove::before {
9431
10142
  content: "\F15E3";
9432
10143
  }
@@ -9603,6 +10314,10 @@
9603
10314
  content: "\F0D71";
9604
10315
  }
9605
10316
 
10317
+ .mdi-fast-forward-15::before {
10318
+ content: "\F193A";
10319
+ }
10320
+
9606
10321
  .mdi-fast-forward-30::before {
9607
10322
  content: "\F0D06";
9608
10323
  }
@@ -9867,10 +10582,34 @@
9867
10582
  content: "\F1773";
9868
10583
  }
9869
10584
 
10585
+ .mdi-file-image-minus::before {
10586
+ content: "\F193B";
10587
+ }
10588
+
10589
+ .mdi-file-image-minus-outline::before {
10590
+ content: "\F193C";
10591
+ }
10592
+
9870
10593
  .mdi-file-image-outline::before {
9871
10594
  content: "\F0EB0";
9872
10595
  }
9873
10596
 
10597
+ .mdi-file-image-plus::before {
10598
+ content: "\F193D";
10599
+ }
10600
+
10601
+ .mdi-file-image-plus-outline::before {
10602
+ content: "\F193E";
10603
+ }
10604
+
10605
+ .mdi-file-image-remove::before {
10606
+ content: "\F193F";
10607
+ }
10608
+
10609
+ .mdi-file-image-remove-outline::before {
10610
+ content: "\F1940";
10611
+ }
10612
+
9874
10613
  .mdi-file-import::before {
9875
10614
  content: "\F0220";
9876
10615
  }
@@ -10059,6 +10798,10 @@
10059
10798
  content: "\F107A";
10060
10799
  }
10061
10800
 
10801
+ .mdi-file-sign::before {
10802
+ content: "\F19C3";
10803
+ }
10804
+
10062
10805
  .mdi-file-star::before {
10063
10806
  content: "\F103A";
10064
10807
  }
@@ -10179,6 +10922,14 @@
10179
10922
  content: "\F0232";
10180
10923
  }
10181
10924
 
10925
+ .mdi-filter-check::before {
10926
+ content: "\F18EC";
10927
+ }
10928
+
10929
+ .mdi-filter-check-outline::before {
10930
+ content: "\F18ED";
10931
+ }
10932
+
10182
10933
  .mdi-filter-menu::before {
10183
10934
  content: "\F10E5";
10184
10935
  }
@@ -10343,6 +11094,14 @@
10343
11094
  content: "\F0EF6";
10344
11095
  }
10345
11096
 
11097
+ .mdi-fit-to-screen::before {
11098
+ content: "\F18F4";
11099
+ }
11100
+
11101
+ .mdi-fit-to-screen-outline::before {
11102
+ content: "\F18F5";
11103
+ }
11104
+
10346
11105
  .mdi-flag::before {
10347
11106
  content: "\F023B";
10348
11107
  }
@@ -10359,6 +11118,14 @@
10359
11118
  content: "\F10B2";
10360
11119
  }
10361
11120
 
11121
+ .mdi-flag-off::before {
11122
+ content: "\F18EE";
11123
+ }
11124
+
11125
+ .mdi-flag-off-outline::before {
11126
+ content: "\F18EF";
11127
+ }
11128
+
10362
11129
  .mdi-flag-outline::before {
10363
11130
  content: "\F023D";
10364
11131
  }
@@ -10599,6 +11366,14 @@
10599
11366
  content: "\F09F0";
10600
11367
  }
10601
11368
 
11369
+ .mdi-flower-pollen::before {
11370
+ content: "\F1885";
11371
+ }
11372
+
11373
+ .mdi-flower-pollen-outline::before {
11374
+ content: "\F1886";
11375
+ }
11376
+
10602
11377
  .mdi-flower-poppy::before {
10603
11378
  content: "\F0D08";
10604
11379
  }
@@ -10647,6 +11422,14 @@
10647
11422
  content: "\F0DCD";
10648
11423
  }
10649
11424
 
11425
+ .mdi-folder-check::before {
11426
+ content: "\F197E";
11427
+ }
11428
+
11429
+ .mdi-folder-check-outline::before {
11430
+ content: "\F197F";
11431
+ }
11432
+
10650
11433
  .mdi-folder-clock::before {
10651
11434
  content: "\F0ABA";
10652
11435
  }
@@ -10967,6 +11750,10 @@
10967
11750
  content: "\F1572";
10968
11751
  }
10969
11752
 
11753
+ .mdi-food-hot-dog::before {
11754
+ content: "\F184B";
11755
+ }
11756
+
10970
11757
  .mdi-food-kosher::before {
10971
11758
  content: "\F1573";
10972
11759
  }
@@ -10975,6 +11762,14 @@
10975
11762
  content: "\F05F3";
10976
11763
  }
10977
11764
 
11765
+ .mdi-food-off-outline::before {
11766
+ content: "\F1915";
11767
+ }
11768
+
11769
+ .mdi-food-outline::before {
11770
+ content: "\F1916";
11771
+ }
11772
+
10978
11773
  .mdi-food-steak::before {
10979
11774
  content: "\F146A";
10980
11775
  }
@@ -10983,6 +11778,14 @@
10983
11778
  content: "\F146B";
10984
11779
  }
10985
11780
 
11781
+ .mdi-food-takeout-box::before {
11782
+ content: "\F1836";
11783
+ }
11784
+
11785
+ .mdi-food-takeout-box-outline::before {
11786
+ content: "\F1837";
11787
+ }
11788
+
10986
11789
  .mdi-food-turkey::before {
10987
11790
  content: "\F171C";
10988
11791
  }
@@ -11011,6 +11814,10 @@
11011
11814
  content: "\F025F";
11012
11815
  }
11013
11816
 
11817
+ .mdi-forest::before {
11818
+ content: "\F1897";
11819
+ }
11820
+
11014
11821
  .mdi-forklift::before {
11015
11822
  content: "\F07C9";
11016
11823
  }
@@ -11215,6 +12022,10 @@
11215
12022
  content: "\F0FB9";
11216
12023
  }
11217
12024
 
12025
+ .mdi-format-letter-spacing::before {
12026
+ content: "\F1956";
12027
+ }
12028
+
11218
12029
  .mdi-format-letter-starts-with::before {
11219
12030
  content: "\F0FBA";
11220
12031
  }
@@ -11255,6 +12066,10 @@
11255
12066
  content: "\F0756";
11256
12067
  }
11257
12068
 
12069
+ .mdi-format-list-group::before {
12070
+ content: "\F1860";
12071
+ }
12072
+
11258
12073
  .mdi-format-list-numbered::before {
11259
12074
  content: "\F027B";
11260
12075
  }
@@ -11275,6 +12090,10 @@
11275
12090
  content: "\F06D7";
11276
12091
  }
11277
12092
 
12093
+ .mdi-format-page-split::before {
12094
+ content: "\F1917";
12095
+ }
12096
+
11278
12097
  .mdi-format-paint::before {
11279
12098
  content: "\F027C";
11280
12099
  }
@@ -11403,6 +12222,10 @@
11403
12222
  content: "\F0287";
11404
12223
  }
11405
12224
 
12225
+ .mdi-format-underline-wavy::before {
12226
+ content: "\F18E9";
12227
+ }
12228
+
11406
12229
  .mdi-format-vertical-align-bottom::before {
11407
12230
  content: "\F0621";
11408
12231
  }
@@ -11459,10 +12282,18 @@
11459
12282
  content: "\F0D13";
11460
12283
  }
11461
12284
 
12285
+ .mdi-fraction-one-half::before {
12286
+ content: "\F1992";
12287
+ }
12288
+
11462
12289
  .mdi-freebsd::before {
11463
12290
  content: "\F08E0";
11464
12291
  }
11465
12292
 
12293
+ .mdi-french-fries::before {
12294
+ content: "\F1957";
12295
+ }
12296
+
11466
12297
  .mdi-frequently-asked-questions::before {
11467
12298
  content: "\F0EB4";
11468
12299
  }
@@ -11583,6 +12414,10 @@
11583
12414
  content: "\F07CA";
11584
12415
  }
11585
12416
 
12417
+ .mdi-fuel-cell::before {
12418
+ content: "\F18B5";
12419
+ }
12420
+
11586
12421
  .mdi-fullscreen::before {
11587
12422
  content: "\F0293";
11588
12423
  }
@@ -11659,6 +12494,10 @@
11659
12494
  content: "\F0E3A";
11660
12495
  }
11661
12496
 
12497
+ .mdi-gamepad-outline::before {
12498
+ content: "\F1919";
12499
+ }
12500
+
11662
12501
  .mdi-gamepad-right::before {
11663
12502
  content: "\F0E3B";
11664
12503
  }
@@ -11999,6 +12838,10 @@
11999
12838
  content: "\F02A5";
12000
12839
  }
12001
12840
 
12841
+ .mdi-glass-fragile::before {
12842
+ content: "\F1873";
12843
+ }
12844
+
12002
12845
  .mdi-glass-mug::before {
12003
12846
  content: "\F02A6";
12004
12847
  }
@@ -12355,6 +13198,10 @@
12355
13198
  content: "\F1322";
12356
13199
  }
12357
13200
 
13201
+ .mdi-hammer-sickle::before {
13202
+ content: "\F1887";
13203
+ }
13204
+
12358
13205
  .mdi-hammer-wrench::before {
12359
13206
  content: "\F1323";
12360
13207
  }
@@ -12391,6 +13238,26 @@
12391
13238
  content: "\F182D";
12392
13239
  }
12393
13240
 
13241
+ .mdi-hand-clap::before {
13242
+ content: "\F194B";
13243
+ }
13244
+
13245
+ .mdi-hand-coin::before {
13246
+ content: "\F188F";
13247
+ }
13248
+
13249
+ .mdi-hand-coin-outline::before {
13250
+ content: "\F1890";
13251
+ }
13252
+
13253
+ .mdi-hand-extended::before {
13254
+ content: "\F18B6";
13255
+ }
13256
+
13257
+ .mdi-hand-extended-outline::before {
13258
+ content: "\F18B7";
13259
+ }
13260
+
12394
13261
  .mdi-hand-front-left::before {
12395
13262
  content: "\F182B";
12396
13263
  }
@@ -12923,6 +13790,14 @@
12923
13790
  content: "\F07D1";
12924
13791
  }
12925
13792
 
13793
+ .mdi-home-battery::before {
13794
+ content: "\F1901";
13795
+ }
13796
+
13797
+ .mdi-home-battery-outline::before {
13798
+ content: "\F1902";
13799
+ }
13800
+
12926
13801
  .mdi-home-circle::before {
12927
13802
  content: "\F07D2";
12928
13803
  }
@@ -12995,6 +13870,18 @@
12995
13870
  content: "\F0DD4";
12996
13871
  }
12997
13872
 
13873
+ .mdi-home-group-minus::before {
13874
+ content: "\F19C1";
13875
+ }
13876
+
13877
+ .mdi-home-group-plus::before {
13878
+ content: "\F19C0";
13879
+ }
13880
+
13881
+ .mdi-home-group-remove::before {
13882
+ content: "\F19C2";
13883
+ }
13884
+
12998
13885
  .mdi-home-heart::before {
12999
13886
  content: "\F0827";
13000
13887
  }
@@ -13011,6 +13898,14 @@
13011
13898
  content: "\F1252";
13012
13899
  }
13013
13900
 
13901
+ .mdi-home-lightning-bolt::before {
13902
+ content: "\F1903";
13903
+ }
13904
+
13905
+ .mdi-home-lightning-bolt-outline::before {
13906
+ content: "\F1904";
13907
+ }
13908
+
13014
13909
  .mdi-home-lock::before {
13015
13910
  content: "\F08EB";
13016
13911
  }
@@ -13127,6 +14022,10 @@
13127
14022
  content: "\F15C1";
13128
14023
  }
13129
14024
 
14025
+ .mdi-horse-variant-fast::before {
14026
+ content: "\F186E";
14027
+ }
14028
+
13130
14029
  .mdi-horseshoe::before {
13131
14030
  content: "\F0A58";
13132
14031
  }
@@ -13191,6 +14090,10 @@
13191
14090
  content: "\F02E7";
13192
14091
  }
13193
14092
 
14093
+ .mdi-human-dolly::before {
14094
+ content: "\F1980";
14095
+ }
14096
+
13194
14097
  .mdi-human-edit::before {
13195
14098
  content: "\F14E8";
13196
14099
  }
@@ -13279,6 +14182,10 @@
13279
14182
  content: "\F0A5E";
13280
14183
  }
13281
14184
 
14185
+ .mdi-human-non-binary::before {
14186
+ content: "\F1848";
14187
+ }
14188
+
13282
14189
  .mdi-human-pregnant::before {
13283
14190
  content: "\F05CF";
13284
14191
  }
@@ -13295,6 +14202,10 @@
13295
14202
  content: "\F138D";
13296
14203
  }
13297
14204
 
14205
+ .mdi-human-white-cane::before {
14206
+ content: "\F1981";
14207
+ }
14208
+
13298
14209
  .mdi-humble-bundle::before {
13299
14210
  content: "\F0744";
13300
14211
  }
@@ -13319,6 +14230,10 @@
13319
14230
  content: "\F12E5";
13320
14231
  }
13321
14232
 
14233
+ .mdi-hydrogen-station::before {
14234
+ content: "\F1894";
14235
+ }
14236
+
13322
14237
  .mdi-ice-cream::before {
13323
14238
  content: "\F082A";
13324
14239
  }
@@ -13567,6 +14482,10 @@
13567
14482
  content: "\F0075";
13568
14483
  }
13569
14484
 
14485
+ .mdi-induction::before {
14486
+ content: "\F184C";
14487
+ }
14488
+
13570
14489
  .mdi-infinity::before {
13571
14490
  content: "\F06E4";
13572
14491
  }
@@ -13599,6 +14518,10 @@
13599
14518
  content: "\F104E";
13600
14519
  }
13601
14520
 
14521
+ .mdi-integrated-circuit-chip::before {
14522
+ content: "\F1913";
14523
+ }
14524
+
13602
14525
  .mdi-invert-colors::before {
13603
14526
  content: "\F0301";
13604
14527
  }
@@ -13623,6 +14546,10 @@
13623
14546
  content: "\F0C90";
13624
14547
  }
13625
14548
 
14549
+ .mdi-ip-outline::before {
14550
+ content: "\F1982";
14551
+ }
14552
+
13626
14553
  .mdi-ipod::before {
13627
14554
  content: "\F0C91";
13628
14555
  }
@@ -13631,6 +14558,10 @@
13631
14558
  content: "\F1824";
13632
14559
  }
13633
14560
 
14561
+ .mdi-iron-board::before {
14562
+ content: "\F1838";
14563
+ }
14564
+
13634
14565
  .mdi-iron-outline::before {
13635
14566
  content: "\F1825";
13636
14567
  }
@@ -13739,6 +14670,14 @@
13739
14670
  content: "\F0306";
13740
14671
  }
13741
14672
 
14673
+ .mdi-key-alert::before {
14674
+ content: "\F1983";
14675
+ }
14676
+
14677
+ .mdi-key-alert-outline::before {
14678
+ content: "\F1984";
14679
+ }
14680
+
13742
14681
  .mdi-key-arrow-right::before {
13743
14682
  content: "\F1312";
13744
14683
  }
@@ -13903,6 +14842,14 @@
13903
14842
  content: "\F0745";
13904
14843
  }
13905
14844
 
14845
+ .mdi-kite::before {
14846
+ content: "\F1985";
14847
+ }
14848
+
14849
+ .mdi-kite-outline::before {
14850
+ content: "\F1986";
14851
+ }
14852
+
13906
14853
  .mdi-kitesurfing::before {
13907
14854
  content: "\F1744";
13908
14855
  }
@@ -14151,6 +15098,10 @@
14151
15098
  content: "\F0328";
14152
15099
  }
14153
15100
 
15101
+ .mdi-layers-edit::before {
15102
+ content: "\F1892";
15103
+ }
15104
+
14154
15105
  .mdi-layers-minus::before {
14155
15106
  content: "\F0E4C";
14156
15107
  }
@@ -14199,6 +15150,14 @@
14199
15150
  content: "\F032A";
14200
15151
  }
14201
15152
 
15153
+ .mdi-leaf-circle::before {
15154
+ content: "\F1905";
15155
+ }
15156
+
15157
+ .mdi-leaf-circle-outline::before {
15158
+ content: "\F1906";
15159
+ }
15160
+
14202
15161
  .mdi-leaf-maple::before {
14203
15162
  content: "\F0C93";
14204
15163
  }
@@ -14279,6 +15238,14 @@
14279
15238
  content: "\F087E";
14280
15239
  }
14281
15240
 
15241
+ .mdi-light-flood-down::before {
15242
+ content: "\F1987";
15243
+ }
15244
+
15245
+ .mdi-light-flood-up::before {
15246
+ content: "\F1988";
15247
+ }
15248
+
14282
15249
  .mdi-light-recessed::before {
14283
15250
  content: "\F179B";
14284
15251
  }
@@ -14491,6 +15458,10 @@
14491
15458
  content: "\F1826";
14492
15459
  }
14493
15460
 
15461
+ .mdi-liquor::before {
15462
+ content: "\F191E";
15463
+ }
15464
+
14494
15465
  .mdi-list-status::before {
14495
15466
  content: "\F15AB";
14496
15467
  }
@@ -14703,6 +15674,10 @@
14703
15674
  content: "\F1084";
14704
15675
  }
14705
15676
 
15677
+ .mdi-mace::before {
15678
+ content: "\F1843";
15679
+ }
15680
+
14706
15681
  .mdi-magazine-pistol::before {
14707
15682
  content: "\F0324";
14708
15683
  }
@@ -14711,6 +15686,10 @@
14711
15686
  content: "\F0323";
14712
15687
  }
14713
15688
 
15689
+ .mdi-magic-staff::before {
15690
+ content: "\F1844";
15691
+ }
15692
+
14714
15693
  .mdi-magnet::before {
14715
15694
  content: "\F0347";
14716
15695
  }
@@ -14727,6 +15706,10 @@
14727
15706
  content: "\F0980";
14728
15707
  }
14729
15708
 
15709
+ .mdi-magnify-expand::before {
15710
+ content: "\F1874";
15711
+ }
15712
+
14730
15713
  .mdi-magnify-minus::before {
14731
15714
  content: "\F034A";
14732
15715
  }
@@ -14831,6 +15814,14 @@
14831
15814
  content: "\F034E";
14832
15815
  }
14833
15816
 
15817
+ .mdi-map-marker-account::before {
15818
+ content: "\F18E3";
15819
+ }
15820
+
15821
+ .mdi-map-marker-account-outline::before {
15822
+ content: "\F18E4";
15823
+ }
15824
+
14834
15825
  .mdi-map-marker-alert::before {
14835
15826
  content: "\F0F05";
14836
15827
  }
@@ -15155,6 +16146,14 @@
15155
16146
  content: "\F12F5";
15156
16147
  }
15157
16148
 
16149
+ .mdi-message-badge::before {
16150
+ content: "\F1941";
16151
+ }
16152
+
16153
+ .mdi-message-badge-outline::before {
16154
+ content: "\F1942";
16155
+ }
16156
+
15158
16157
  .mdi-message-bookmark::before {
15159
16158
  content: "\F15AC";
15160
16159
  }
@@ -15347,6 +16346,14 @@
15347
16346
  content: "\F08B4";
15348
16347
  }
15349
16348
 
16349
+ .mdi-microphone-question::before {
16350
+ content: "\F1989";
16351
+ }
16352
+
16353
+ .mdi-microphone-question-outline::before {
16354
+ content: "\F198A";
16355
+ }
16356
+
15350
16357
  .mdi-microphone-settings::before {
15351
16358
  content: "\F036F";
15352
16359
  }
@@ -15671,6 +16678,10 @@
15671
16678
  content: "\F1104";
15672
16679
  }
15673
16680
 
16681
+ .mdi-monitor-small::before {
16682
+ content: "\F1876";
16683
+ }
16684
+
15674
16685
  .mdi-monitor-speaker::before {
15675
16686
  content: "\F0F5F";
15676
16687
  }
@@ -16043,6 +17054,10 @@
16043
17054
  content: "\F098C";
16044
17055
  }
16045
17056
 
17057
+ .mdi-multicast::before {
17058
+ content: "\F1893";
17059
+ }
17060
+
16046
17061
  .mdi-multiplication::before {
16047
17062
  content: "\F0382";
16048
17063
  }
@@ -16251,6 +17266,14 @@
16251
17266
  content: "\F1607";
16252
17267
  }
16253
17268
 
17269
+ .mdi-navigation-variant::before {
17270
+ content: "\F18F0";
17271
+ }
17272
+
17273
+ .mdi-navigation-variant-outline::before {
17274
+ content: "\F18F1";
17275
+ }
17276
+
16254
17277
  .mdi-near-me::before {
16255
17278
  content: "\F05CD";
16256
17279
  }
@@ -16315,6 +17338,10 @@
16315
17338
  content: "\F08FB";
16316
17339
  }
16317
17340
 
17341
+ .mdi-network-strength-4-cog::before {
17342
+ content: "\F191A";
17343
+ }
17344
+
16318
17345
  .mdi-network-strength-off::before {
16319
17346
  content: "\F08FC";
16320
17347
  }
@@ -16335,6 +17362,10 @@
16335
17362
  content: "\F0395";
16336
17363
  }
16337
17364
 
17365
+ .mdi-newspaper-check::before {
17366
+ content: "\F1943";
17367
+ }
17368
+
16338
17369
  .mdi-newspaper-minus::before {
16339
17370
  content: "\F0F0C";
16340
17371
  }
@@ -16343,6 +17374,10 @@
16343
17374
  content: "\F0F0D";
16344
17375
  }
16345
17376
 
17377
+ .mdi-newspaper-remove::before {
17378
+ content: "\F1944";
17379
+ }
17380
+
16346
17381
  .mdi-newspaper-variant::before {
16347
17382
  content: "\F1001";
16348
17383
  }
@@ -16967,6 +18002,14 @@
16967
18002
  content: "\F0775";
16968
18003
  }
16969
18004
 
18005
+ .mdi-octahedron::before {
18006
+ content: "\F1950";
18007
+ }
18008
+
18009
+ .mdi-octahedron-off::before {
18010
+ content: "\F1951";
18011
+ }
18012
+
16970
18013
  .mdi-odnoklassniki::before {
16971
18014
  content: "\F03C5";
16972
18015
  }
@@ -16979,6 +18022,14 @@
16979
18022
  content: "\F0991";
16980
18023
  }
16981
18024
 
18025
+ .mdi-office-building-cog::before {
18026
+ content: "\F1949";
18027
+ }
18028
+
18029
+ .mdi-office-building-cog-outline::before {
18030
+ content: "\F194A";
18031
+ }
18032
+
16982
18033
  .mdi-office-building-marker::before {
16983
18034
  content: "\F1520";
16984
18035
  }
@@ -17243,6 +18294,10 @@
17243
18294
  content: "\F135C";
17244
18295
  }
17245
18296
 
18297
+ .mdi-palette-swatch-variant::before {
18298
+ content: "\F195A";
18299
+ }
18300
+
17246
18301
  .mdi-palm-tree::before {
17247
18302
  content: "\F1055";
17248
18303
  }
@@ -17308,14 +18363,46 @@
17308
18363
  }
17309
18364
 
17310
18365
  .mdi-panorama-horizontal::before {
18366
+ content: "\F1928";
18367
+ }
18368
+
18369
+ .mdi-panorama-horizontal-outline::before {
17311
18370
  content: "\F03DE";
17312
18371
  }
17313
18372
 
18373
+ .mdi-panorama-outline::before {
18374
+ content: "\F198C";
18375
+ }
18376
+
18377
+ .mdi-panorama-sphere::before {
18378
+ content: "\F198D";
18379
+ }
18380
+
18381
+ .mdi-panorama-sphere-outline::before {
18382
+ content: "\F198E";
18383
+ }
18384
+
18385
+ .mdi-panorama-variant::before {
18386
+ content: "\F198F";
18387
+ }
18388
+
18389
+ .mdi-panorama-variant-outline::before {
18390
+ content: "\F1990";
18391
+ }
18392
+
17314
18393
  .mdi-panorama-vertical::before {
18394
+ content: "\F1929";
18395
+ }
18396
+
18397
+ .mdi-panorama-vertical-outline::before {
17315
18398
  content: "\F03DF";
17316
18399
  }
17317
18400
 
17318
18401
  .mdi-panorama-wide-angle::before {
18402
+ content: "\F195F";
18403
+ }
18404
+
18405
+ .mdi-panorama-wide-angle-outline::before {
17319
18406
  content: "\F03E0";
17320
18407
  }
17321
18408
 
@@ -17727,8 +18814,16 @@
17727
18814
  content: "\F0659";
17728
18815
  }
17729
18816
 
17730
- .mdi-phone-plus-outline::before {
17731
- content: "\F119B";
18817
+ .mdi-phone-plus-outline::before {
18818
+ content: "\F119B";
18819
+ }
18820
+
18821
+ .mdi-phone-refresh::before {
18822
+ content: "\F1993";
18823
+ }
18824
+
18825
+ .mdi-phone-refresh-outline::before {
18826
+ content: "\F1994";
17732
18827
  }
17733
18828
 
17734
18829
  .mdi-phone-remove::before {
@@ -17771,6 +18866,14 @@
17771
18866
  content: "\F119D";
17772
18867
  }
17773
18868
 
18869
+ .mdi-phone-sync::before {
18870
+ content: "\F1995";
18871
+ }
18872
+
18873
+ .mdi-phone-sync-outline::before {
18874
+ content: "\F1996";
18875
+ }
18876
+
17774
18877
  .mdi-phone-voip::before {
17775
18878
  content: "\F03FE";
17776
18879
  }
@@ -17903,6 +19006,10 @@
17903
19006
  content: "\F0889";
17904
19007
  }
17905
19008
 
19009
+ .mdi-pipe-valve::before {
19010
+ content: "\F184D";
19011
+ }
19012
+
17906
19013
  .mdi-pipe-wrench::before {
17907
19014
  content: "\F1354";
17908
19015
  }
@@ -18019,6 +19126,10 @@
18019
19126
  content: "\F06BA";
18020
19127
  }
18021
19128
 
19129
+ .mdi-pliers::before {
19130
+ content: "\F19A4";
19131
+ }
19132
+
18022
19133
  .mdi-plus::before {
18023
19134
  content: "\F0415";
18024
19135
  }
@@ -18131,6 +19242,10 @@
18131
19242
  content: "\F1168";
18132
19243
  }
18133
19244
 
19245
+ .mdi-police-station::before {
19246
+ content: "\F1839";
19247
+ }
19248
+
18134
19249
  .mdi-poll::before {
18135
19250
  content: "\F041F";
18136
19251
  }
@@ -18323,6 +19438,14 @@
18323
19438
  content: "\F11C1";
18324
19439
  }
18325
19440
 
19441
+ .mdi-printer-3d-nozzle-heat::before {
19442
+ content: "\F18B8";
19443
+ }
19444
+
19445
+ .mdi-printer-3d-nozzle-heat-outline::before {
19446
+ content: "\F18B9";
19447
+ }
19448
+
18326
19449
  .mdi-printer-3d-nozzle-outline::before {
18327
19450
  content: "\F0E5C";
18328
19451
  }
@@ -18471,6 +19594,10 @@
18471
19594
  content: "\F06A7";
18472
19595
  }
18473
19596
 
19597
+ .mdi-publish-off::before {
19598
+ content: "\F1945";
19599
+ }
19600
+
18474
19601
  .mdi-pulse::before {
18475
19602
  content: "\F0430";
18476
19603
  }
@@ -18555,6 +19682,14 @@
18555
19682
  content: "\F14DB";
18556
19683
  }
18557
19684
 
19685
+ .mdi-pyramid::before {
19686
+ content: "\F1952";
19687
+ }
19688
+
19689
+ .mdi-pyramid-off::before {
19690
+ content: "\F1953";
19691
+ }
19692
+
18558
19693
  .mdi-qi::before {
18559
19694
  content: "\F0999";
18560
19695
  }
@@ -18663,6 +19798,14 @@
18663
19798
  content: "\F043C";
18664
19799
  }
18665
19800
 
19801
+ .mdi-radioactive-circle::before {
19802
+ content: "\F185D";
19803
+ }
19804
+
19805
+ .mdi-radioactive-circle-outline::before {
19806
+ content: "\F185E";
19807
+ }
19808
+
18666
19809
  .mdi-radioactive-off::before {
18667
19810
  content: "\F0EC1";
18668
19811
  }
@@ -18731,6 +19874,14 @@
18731
19874
  content: "\F0445";
18732
19875
  }
18733
19876
 
19877
+ .mdi-razor-double-edge::before {
19878
+ content: "\F1997";
19879
+ }
19880
+
19881
+ .mdi-razor-single-edge::before {
19882
+ content: "\F1998";
19883
+ }
19884
+
18734
19885
  .mdi-react::before {
18735
19886
  content: "\F0708";
18736
19887
  }
@@ -18807,6 +19958,10 @@
18807
19958
  content: "\F0450";
18808
19959
  }
18809
19960
 
19961
+ .mdi-refresh-auto::before {
19962
+ content: "\F18F2";
19963
+ }
19964
+
18810
19965
  .mdi-refresh-circle::before {
18811
19966
  content: "\F1377";
18812
19967
  }
@@ -19107,6 +20262,10 @@
19107
20262
  content: "\F0D2A";
19108
20263
  }
19109
20264
 
20265
+ .mdi-rewind-15::before {
20266
+ content: "\F1946";
20267
+ }
20268
+
19110
20269
  .mdi-rewind-30::before {
19111
20270
  content: "\F0D96";
19112
20271
  }
@@ -19355,6 +20514,10 @@
19355
20514
  content: "\F0D97";
19356
20515
  }
19357
20516
 
20517
+ .mdi-rotate-360::before {
20518
+ content: "\F1999";
20519
+ }
20520
+
19358
20521
  .mdi-rotate-3d::before {
19359
20522
  content: "\F0EC7";
19360
20523
  }
@@ -19551,6 +20714,10 @@
19551
20714
  content: "\F105A";
19552
20715
  }
19553
20716
 
20717
+ .mdi-scale-unbalanced::before {
20718
+ content: "\F19B8";
20719
+ }
20720
+
19554
20721
  .mdi-scan-helper::before {
19555
20722
  content: "\F13D8";
19556
20723
  }
@@ -19571,6 +20738,14 @@
19571
20738
  content: "\F0ECA";
19572
20739
  }
19573
20740
 
20741
+ .mdi-scent::before {
20742
+ content: "\F1958";
20743
+ }
20744
+
20745
+ .mdi-scent-off::before {
20746
+ content: "\F1959";
20747
+ }
20748
+
19574
20749
  .mdi-school::before {
19575
20750
  content: "\F0474";
19576
20751
  }
@@ -20071,6 +21246,10 @@
20071
21246
  content: "\F1514";
20072
21247
  }
20073
21248
 
21249
+ .mdi-shark::before {
21250
+ content: "\F18BA";
21251
+ }
21252
+
20074
21253
  .mdi-shark-fin::before {
20075
21254
  content: "\F1673";
20076
21255
  }
@@ -20079,6 +21258,10 @@
20079
21258
  content: "\F1674";
20080
21259
  }
20081
21260
 
21261
+ .mdi-shark-off::before {
21262
+ content: "\F18BB";
21263
+ }
21264
+
20082
21265
  .mdi-sheep::before {
20083
21266
  content: "\F0CC6";
20084
21267
  }
@@ -20147,6 +21330,14 @@
20147
21330
  content: "\F0CCA";
20148
21331
  }
20149
21332
 
21333
+ .mdi-shield-crown::before {
21334
+ content: "\F18BC";
21335
+ }
21336
+
21337
+ .mdi-shield-crown-outline::before {
21338
+ content: "\F18BD";
21339
+ }
21340
+
20150
21341
  .mdi-shield-edit::before {
20151
21342
  content: "\F11A0";
20152
21343
  }
@@ -20191,6 +21382,14 @@
20191
21382
  content: "\F099D";
20192
21383
  }
20193
21384
 
21385
+ .mdi-shield-lock-open::before {
21386
+ content: "\F199A";
21387
+ }
21388
+
21389
+ .mdi-shield-lock-open-outline::before {
21390
+ content: "\F199B";
21391
+ }
21392
+
20194
21393
  .mdi-shield-lock-outline::before {
20195
21394
  content: "\F0CCC";
20196
21395
  }
@@ -20259,6 +21458,14 @@
20259
21458
  content: "\F105E";
20260
21459
  }
20261
21460
 
21461
+ .mdi-shield-sword::before {
21462
+ content: "\F18BE";
21463
+ }
21464
+
21465
+ .mdi-shield-sword-outline::before {
21466
+ content: "\F18BF";
21467
+ }
21468
+
20262
21469
  .mdi-shield-sync::before {
20263
21470
  content: "\F11A2";
20264
21471
  }
@@ -20275,6 +21482,10 @@
20275
21482
  content: "\F0833";
20276
21483
  }
20277
21484
 
21485
+ .mdi-shipping-pallet::before {
21486
+ content: "\F184E";
21487
+ }
21488
+
20278
21489
  .mdi-shoe-ballet::before {
20279
21490
  content: "\F15CA";
20280
21491
  }
@@ -20355,6 +21566,10 @@
20355
21566
  content: "\F137F";
20356
21567
  }
20357
21568
 
21569
+ .mdi-sickle::before {
21570
+ content: "\F18C0";
21571
+ }
21572
+
20358
21573
  .mdi-sigma::before {
20359
21574
  content: "\F04A0";
20360
21575
  }
@@ -20535,6 +21750,10 @@
20535
21750
  content: "\F04AA";
20536
21751
  }
20537
21752
 
21753
+ .mdi-sitemap-outline::before {
21754
+ content: "\F199C";
21755
+ }
21756
+
20538
21757
  .mdi-size-l::before {
20539
21758
  content: "\F13A6";
20540
21759
  }
@@ -20731,6 +21950,14 @@
20731
21950
  content: "\F10BD";
20732
21951
  }
20733
21952
 
21953
+ .mdi-smart-card-off::before {
21954
+ content: "\F18F7";
21955
+ }
21956
+
21957
+ .mdi-smart-card-off-outline::before {
21958
+ content: "\F18F8";
21959
+ }
21960
+
20734
21961
  .mdi-smart-card-outline::before {
20735
21962
  content: "\F10BE";
20736
21963
  }
@@ -20755,6 +21982,14 @@
20755
21982
  content: "\F0392";
20756
21983
  }
20757
21984
 
21985
+ .mdi-smoke-detector-alert::before {
21986
+ content: "\F192E";
21987
+ }
21988
+
21989
+ .mdi-smoke-detector-alert-outline::before {
21990
+ content: "\F192F";
21991
+ }
21992
+
20758
21993
  .mdi-smoke-detector-off::before {
20759
21994
  content: "\F1809";
20760
21995
  }
@@ -20771,6 +22006,10 @@
20771
22006
  content: "\F180B";
20772
22007
  }
20773
22008
 
22009
+ .mdi-smoke-detector-variant-alert::before {
22010
+ content: "\F1930";
22011
+ }
22012
+
20774
22013
  .mdi-smoke-detector-variant-off::before {
20775
22014
  content: "\F180C";
20776
22015
  }
@@ -21135,6 +22374,10 @@
21135
22374
  content: "\F071F";
21136
22375
  }
21137
22376
 
22377
+ .mdi-spear::before {
22378
+ content: "\F1845";
22379
+ }
22380
+
21138
22381
  .mdi-speedometer::before {
21139
22382
  content: "\F04C5";
21140
22383
  }
@@ -21151,6 +22394,14 @@
21151
22394
  content: "\F04C6";
21152
22395
  }
21153
22396
 
22397
+ .mdi-sphere::before {
22398
+ content: "\F1954";
22399
+ }
22400
+
22401
+ .mdi-sphere-off::before {
22402
+ content: "\F1955";
22403
+ }
22404
+
21154
22405
  .mdi-spider::before {
21155
22406
  content: "\F11EA";
21156
22407
  }
@@ -21195,6 +22446,10 @@
21195
22446
  content: "\F105F";
21196
22447
  }
21197
22448
 
22449
+ .mdi-sprinkler-fire::before {
22450
+ content: "\F199D";
22451
+ }
22452
+
21198
22453
  .mdi-sprinkler-variant::before {
21199
22454
  content: "\F1060";
21200
22455
  }
@@ -21235,6 +22490,10 @@
21235
22490
  content: "\F12EF";
21236
22491
  }
21237
22492
 
22493
+ .mdi-square-opacity::before {
22494
+ content: "\F1854";
22495
+ }
22496
+
21238
22497
  .mdi-square-outline::before {
21239
22498
  content: "\F0763";
21240
22499
  }
@@ -21555,6 +22814,14 @@
21555
22814
  content: "\F1093";
21556
22815
  }
21557
22816
 
22817
+ .mdi-stool::before {
22818
+ content: "\F195D";
22819
+ }
22820
+
22821
+ .mdi-stool-outline::before {
22822
+ content: "\F195E";
22823
+ }
22824
+
21558
22825
  .mdi-stop::before {
21559
22826
  content: "\F04DB";
21560
22827
  }
@@ -21575,10 +22842,70 @@
21575
22842
  content: "\F04DD";
21576
22843
  }
21577
22844
 
22845
+ .mdi-store-alert::before {
22846
+ content: "\F18C1";
22847
+ }
22848
+
22849
+ .mdi-store-alert-outline::before {
22850
+ content: "\F18C2";
22851
+ }
22852
+
22853
+ .mdi-store-check::before {
22854
+ content: "\F18C3";
22855
+ }
22856
+
22857
+ .mdi-store-check-outline::before {
22858
+ content: "\F18C4";
22859
+ }
22860
+
22861
+ .mdi-store-clock::before {
22862
+ content: "\F18C5";
22863
+ }
22864
+
22865
+ .mdi-store-clock-outline::before {
22866
+ content: "\F18C6";
22867
+ }
22868
+
22869
+ .mdi-store-cog::before {
22870
+ content: "\F18C7";
22871
+ }
22872
+
22873
+ .mdi-store-cog-outline::before {
22874
+ content: "\F18C8";
22875
+ }
22876
+
22877
+ .mdi-store-edit::before {
22878
+ content: "\F18C9";
22879
+ }
22880
+
22881
+ .mdi-store-edit-outline::before {
22882
+ content: "\F18CA";
22883
+ }
22884
+
22885
+ .mdi-store-marker::before {
22886
+ content: "\F18CB";
22887
+ }
22888
+
22889
+ .mdi-store-marker-outline::before {
22890
+ content: "\F18CC";
22891
+ }
22892
+
21578
22893
  .mdi-store-minus::before {
21579
22894
  content: "\F165E";
21580
22895
  }
21581
22896
 
22897
+ .mdi-store-minus-outline::before {
22898
+ content: "\F18CD";
22899
+ }
22900
+
22901
+ .mdi-store-off::before {
22902
+ content: "\F18CE";
22903
+ }
22904
+
22905
+ .mdi-store-off-outline::before {
22906
+ content: "\F18CF";
22907
+ }
22908
+
21582
22909
  .mdi-store-outline::before {
21583
22910
  content: "\F1361";
21584
22911
  }
@@ -21587,10 +22914,34 @@
21587
22914
  content: "\F165F";
21588
22915
  }
21589
22916
 
22917
+ .mdi-store-plus-outline::before {
22918
+ content: "\F18D0";
22919
+ }
22920
+
21590
22921
  .mdi-store-remove::before {
21591
22922
  content: "\F1660";
21592
22923
  }
21593
22924
 
22925
+ .mdi-store-remove-outline::before {
22926
+ content: "\F18D1";
22927
+ }
22928
+
22929
+ .mdi-store-search::before {
22930
+ content: "\F18D2";
22931
+ }
22932
+
22933
+ .mdi-store-search-outline::before {
22934
+ content: "\F18D3";
22935
+ }
22936
+
22937
+ .mdi-store-settings::before {
22938
+ content: "\F18D4";
22939
+ }
22940
+
22941
+ .mdi-store-settings-outline::before {
22942
+ content: "\F18D5";
22943
+ }
22944
+
21594
22945
  .mdi-storefront::before {
21595
22946
  content: "\F07C7";
21596
22947
  }
@@ -21659,10 +23010,22 @@
21659
23010
  content: "\F0786";
21660
23011
  }
21661
23012
 
23013
+ .mdi-sun-compass::before {
23014
+ content: "\F19A5";
23015
+ }
23016
+
21662
23017
  .mdi-sun-snowflake::before {
21663
23018
  content: "\F1796";
21664
23019
  }
21665
23020
 
23021
+ .mdi-sun-thermometer::before {
23022
+ content: "\F18D6";
23023
+ }
23024
+
23025
+ .mdi-sun-thermometer-outline::before {
23026
+ content: "\F18D7";
23027
+ }
23028
+
21666
23029
  .mdi-sun-wireless::before {
21667
23030
  content: "\F17FE";
21668
23031
  }
@@ -21823,6 +23186,10 @@
21823
23186
  content: "\F0B4C";
21824
23187
  }
21825
23188
 
23189
+ .mdi-tab-search::before {
23190
+ content: "\F199E";
23191
+ }
23192
+
21826
23193
  .mdi-tab-unselected::before {
21827
23194
  content: "\F04EA";
21828
23195
  }
@@ -21975,6 +23342,10 @@
21975
23342
  content: "\F1743";
21976
23343
  }
21977
23344
 
23345
+ .mdi-table-pivot::before {
23346
+ content: "\F183C";
23347
+ }
23348
+
21978
23349
  .mdi-table-plus::before {
21979
23350
  content: "\F0A75";
21980
23351
  }
@@ -22143,6 +23514,14 @@
22143
23514
  content: "\F1223";
22144
23515
  }
22145
23516
 
23517
+ .mdi-tag-search::before {
23518
+ content: "\F1907";
23519
+ }
23520
+
23521
+ .mdi-tag-search-outline::before {
23522
+ content: "\F1908";
23523
+ }
23524
+
22146
23525
  .mdi-tag-text::before {
22147
23526
  content: "\F1224";
22148
23527
  }
@@ -22203,6 +23582,10 @@
22203
23582
  content: "\F0500";
22204
23583
  }
22205
23584
 
23585
+ .mdi-teddy-bear::before {
23586
+ content: "\F18FB";
23587
+ }
23588
+
22206
23589
  .mdi-telescope::before {
22207
23590
  content: "\F0B4E";
22208
23591
  }
@@ -22411,6 +23794,10 @@
22411
23794
  content: "\F0E01";
22412
23795
  }
22413
23796
 
23797
+ .mdi-thermometer-bluetooth::before {
23798
+ content: "\F1895";
23799
+ }
23800
+
22414
23801
  .mdi-thermometer-chevron-down::before {
22415
23802
  content: "\F0E02";
22416
23803
  }
@@ -22479,6 +23866,10 @@
22479
23866
  content: "\F0515";
22480
23867
  }
22481
23868
 
23869
+ .mdi-thumbs-up-down-outline::before {
23870
+ content: "\F1914";
23871
+ }
23872
+
22482
23873
  .mdi-ticket::before {
22483
23874
  content: "\F0516";
22484
23875
  }
@@ -22515,6 +23906,10 @@
22515
23906
  content: "\F0725";
22516
23907
  }
22517
23908
 
23909
+ .mdi-tilde-off::before {
23910
+ content: "\F18F3";
23911
+ }
23912
+
22518
23913
  .mdi-timelapse::before {
22519
23914
  content: "\F051A";
22520
23915
  }
@@ -22603,6 +23998,14 @@
22603
23998
  content: "\F051D";
22604
23999
  }
22605
24000
 
24001
+ .mdi-timer-cog::before {
24002
+ content: "\F1925";
24003
+ }
24004
+
24005
+ .mdi-timer-cog-outline::before {
24006
+ content: "\F1926";
24007
+ }
24008
+
22606
24009
  .mdi-timer-off::before {
22607
24010
  content: "\F13AC";
22608
24011
  }
@@ -22619,6 +24022,10 @@
22619
24022
  content: "\F051F";
22620
24023
  }
22621
24024
 
24025
+ .mdi-timer-sand-complete::before {
24026
+ content: "\F199F";
24027
+ }
24028
+
22622
24029
  .mdi-timer-sand-empty::before {
22623
24030
  content: "\F06AD";
22624
24031
  }
@@ -22627,10 +24034,26 @@
22627
24034
  content: "\F078C";
22628
24035
  }
22629
24036
 
24037
+ .mdi-timer-sand-paused::before {
24038
+ content: "\F19A0";
24039
+ }
24040
+
24041
+ .mdi-timer-settings::before {
24042
+ content: "\F1923";
24043
+ }
24044
+
24045
+ .mdi-timer-settings-outline::before {
24046
+ content: "\F1924";
24047
+ }
24048
+
22630
24049
  .mdi-timetable::before {
22631
24050
  content: "\F0520";
22632
24051
  }
22633
24052
 
24053
+ .mdi-tire::before {
24054
+ content: "\F1896";
24055
+ }
24056
+
22634
24057
  .mdi-toaster::before {
22635
24058
  content: "\F1063";
22636
24059
  }
@@ -22683,6 +24106,10 @@
22683
24106
  content: "\F000C";
22684
24107
  }
22685
24108
 
24109
+ .mdi-tooltip-cellphone::before {
24110
+ content: "\F183B";
24111
+ }
24112
+
22686
24113
  .mdi-tooltip-check::before {
22687
24114
  content: "\F155C";
22688
24115
  }
@@ -22791,6 +24218,10 @@
22791
24218
  content: "\F0682";
22792
24219
  }
22793
24220
 
24221
+ .mdi-town-hall::before {
24222
+ content: "\F1875";
24223
+ }
24224
+
22794
24225
  .mdi-toy-brick::before {
22795
24226
  content: "\F1288";
22796
24227
  }
@@ -22983,6 +24414,14 @@
22983
24414
  content: "\F0D3E";
22984
24415
  }
22985
24416
 
24417
+ .mdi-transmission-tower-export::before {
24418
+ content: "\F192C";
24419
+ }
24420
+
24421
+ .mdi-transmission-tower-import::before {
24422
+ content: "\F192D";
24423
+ }
24424
+
22986
24425
  .mdi-trash-can::before {
22987
24426
  content: "\F0A79";
22988
24427
  }
@@ -23095,6 +24534,10 @@
23095
24534
  content: "\F053D";
23096
24535
  }
23097
24536
 
24537
+ .mdi-truck-cargo-container::before {
24538
+ content: "\F18D8";
24539
+ }
24540
+
23098
24541
  .mdi-truck-check::before {
23099
24542
  content: "\F0CD4";
23100
24543
  }
@@ -23119,10 +24562,42 @@
23119
24562
  content: "\F129C";
23120
24563
  }
23121
24564
 
24565
+ .mdi-truck-flatbed::before {
24566
+ content: "\F1891";
24567
+ }
24568
+
24569
+ .mdi-truck-minus::before {
24570
+ content: "\F19AE";
24571
+ }
24572
+
24573
+ .mdi-truck-minus-outline::before {
24574
+ content: "\F19BD";
24575
+ }
24576
+
23122
24577
  .mdi-truck-outline::before {
23123
24578
  content: "\F129D";
23124
24579
  }
23125
24580
 
24581
+ .mdi-truck-plus::before {
24582
+ content: "\F19AD";
24583
+ }
24584
+
24585
+ .mdi-truck-plus-outline::before {
24586
+ content: "\F19BC";
24587
+ }
24588
+
24589
+ .mdi-truck-remove::before {
24590
+ content: "\F19AF";
24591
+ }
24592
+
24593
+ .mdi-truck-remove-outline::before {
24594
+ content: "\F19BE";
24595
+ }
24596
+
24597
+ .mdi-truck-snowflake::before {
24598
+ content: "\F19A6";
24599
+ }
24600
+
23126
24601
  .mdi-truck-trailer::before {
23127
24602
  content: "\F0727";
23128
24603
  }
@@ -23175,6 +24650,14 @@
23175
24650
  content: "\F1543";
23176
24651
  }
23177
24652
 
24653
+ .mdi-tunnel::before {
24654
+ content: "\F183D";
24655
+ }
24656
+
24657
+ .mdi-tunnel-outline::before {
24658
+ content: "\F183E";
24659
+ }
24660
+
23178
24661
  .mdi-turkey::before {
23179
24662
  content: "\F171B";
23180
24663
  }
@@ -23235,6 +24718,14 @@
23235
24718
  content: "\F054A";
23236
24719
  }
23237
24720
 
24721
+ .mdi-umbrella-beach::before {
24722
+ content: "\F188A";
24723
+ }
24724
+
24725
+ .mdi-umbrella-beach-outline::before {
24726
+ content: "\F188B";
24727
+ }
24728
+
23238
24729
  .mdi-umbrella-closed::before {
23239
24730
  content: "\F09B0";
23240
24731
  }
@@ -23359,6 +24850,14 @@
23359
24850
  content: "\F11F0";
23360
24851
  }
23361
24852
 
24853
+ .mdi-vacuum::before {
24854
+ content: "\F19A1";
24855
+ }
24856
+
24857
+ .mdi-vacuum-outline::before {
24858
+ content: "\F19A2";
24859
+ }
24860
+
23362
24861
  .mdi-valve::before {
23363
24862
  content: "\F1066";
23364
24863
  }
@@ -23463,6 +24962,10 @@
23463
24962
  content: "\F0560";
23464
24963
  }
23465
24964
 
24965
+ .mdi-vector-polygon-variant::before {
24966
+ content: "\F1856";
24967
+ }
24968
+
23466
24969
  .mdi-vector-polyline::before {
23467
24970
  content: "\F0561";
23468
24971
  }
@@ -23499,6 +25002,30 @@
23499
25002
  content: "\F0001";
23500
25003
  }
23501
25004
 
25005
+ .mdi-vector-square-close::before {
25006
+ content: "\F1857";
25007
+ }
25008
+
25009
+ .mdi-vector-square-edit::before {
25010
+ content: "\F18D9";
25011
+ }
25012
+
25013
+ .mdi-vector-square-minus::before {
25014
+ content: "\F18DA";
25015
+ }
25016
+
25017
+ .mdi-vector-square-open::before {
25018
+ content: "\F1858";
25019
+ }
25020
+
25021
+ .mdi-vector-square-plus::before {
25022
+ content: "\F18DB";
25023
+ }
25024
+
25025
+ .mdi-vector-square-remove::before {
25026
+ content: "\F18DC";
25027
+ }
25028
+
23502
25029
  .mdi-vector-triangle::before {
23503
25030
  content: "\F0563";
23504
25031
  }
@@ -23587,6 +25114,14 @@
23587
25114
  content: "\F0842";
23588
25115
  }
23589
25116
 
25117
+ .mdi-video-marker::before {
25118
+ content: "\F19A9";
25119
+ }
25120
+
25121
+ .mdi-video-marker-outline::before {
25122
+ content: "\F19AA";
25123
+ }
25124
+
23590
25125
  .mdi-video-minus::before {
23591
25126
  content: "\F09B2";
23592
25127
  }
@@ -23691,6 +25226,14 @@
23691
25226
  content: "\F056E";
23692
25227
  }
23693
25228
 
25229
+ .mdi-view-dashboard-edit::before {
25230
+ content: "\F1947";
25231
+ }
25232
+
25233
+ .mdi-view-dashboard-edit-outline::before {
25234
+ content: "\F1948";
25235
+ }
25236
+
23694
25237
  .mdi-view-dashboard-outline::before {
23695
25238
  content: "\F0A1D";
23696
25239
  }
@@ -23711,6 +25254,14 @@
23711
25254
  content: "\F148A";
23712
25255
  }
23713
25256
 
25257
+ .mdi-view-gallery::before {
25258
+ content: "\F1888";
25259
+ }
25260
+
25261
+ .mdi-view-gallery-outline::before {
25262
+ content: "\F1889";
25263
+ }
25264
+
23714
25265
  .mdi-view-grid::before {
23715
25266
  content: "\F0570";
23716
25267
  }
@@ -23811,6 +25362,14 @@
23811
25362
  content: "\F13B6";
23812
25363
  }
23813
25364
 
25365
+ .mdi-virus-off::before {
25366
+ content: "\F18E1";
25367
+ }
25368
+
25369
+ .mdi-virus-off-outline::before {
25370
+ content: "\F18E2";
25371
+ }
25372
+
23814
25373
  .mdi-virus-outline::before {
23815
25374
  content: "\F13B7";
23816
25375
  }
@@ -24079,6 +25638,10 @@
24079
25638
  content: "\F1508";
24080
25639
  }
24081
25640
 
25641
+ .mdi-water-opacity::before {
25642
+ content: "\F1855";
25643
+ }
25644
+
24082
25645
  .mdi-water-outline::before {
24083
25646
  content: "\F0E0A";
24084
25647
  }
@@ -24131,6 +25694,10 @@
24131
25694
  content: "\F106C";
24132
25695
  }
24133
25696
 
25697
+ .mdi-waterfall::before {
25698
+ content: "\F1849";
25699
+ }
25700
+
24134
25701
  .mdi-watering-can::before {
24135
25702
  content: "\F1481";
24136
25703
  }
@@ -24155,6 +25722,18 @@
24155
25722
  content: "\F078D";
24156
25723
  }
24157
25724
 
25725
+ .mdi-waves-arrow-left::before {
25726
+ content: "\F1859";
25727
+ }
25728
+
25729
+ .mdi-waves-arrow-right::before {
25730
+ content: "\F185A";
25731
+ }
25732
+
25733
+ .mdi-waves-arrow-up::before {
25734
+ content: "\F185B";
25735
+ }
25736
+
24158
25737
  .mdi-waze::before {
24159
25738
  content: "\F0BDE";
24160
25739
  }
@@ -24171,6 +25750,10 @@
24171
25750
  content: "\F0E6E";
24172
25751
  }
24173
25752
 
25753
+ .mdi-weather-cloudy-clock::before {
25754
+ content: "\F18F6";
25755
+ }
25756
+
24174
25757
  .mdi-weather-fog::before {
24175
25758
  content: "\F0591";
24176
25759
  }
@@ -24595,6 +26178,14 @@
24595
26178
  content: "\F0DA5";
24596
26179
  }
24597
26180
 
26181
+ .mdi-wind-turbine-alert::before {
26182
+ content: "\F19AB";
26183
+ }
26184
+
26185
+ .mdi-wind-turbine-check::before {
26186
+ content: "\F19AC";
26187
+ }
26188
+
24598
26189
  .mdi-window-close::before {
24599
26190
  content: "\F05AD";
24600
26191
  }
@@ -24651,6 +26242,10 @@
24651
26242
  content: "\F0DA6";
24652
26243
  }
24653
26244
 
26245
+ .mdi-wiper-wash-alert::before {
26246
+ content: "\F18DF";
26247
+ }
26248
+
24654
26249
  .mdi-wizard-hat::before {
24655
26250
  content: "\F1477";
24656
26251
  }
@@ -24671,6 +26266,10 @@
24671
26266
  content: "\F05B7";
24672
26267
  }
24673
26268
 
26269
+ .mdi-wrench-clock::before {
26270
+ content: "\F19A3";
26271
+ }
26272
+
24674
26273
  .mdi-wrench-outline::before {
24675
26274
  content: "\F0BE0";
24676
26275
  }
@@ -24835,7 +26434,6 @@
24835
26434
  .mdi-light.mdi-inactive:before {
24836
26435
  color: rgba(255, 255, 255, 0.3);
24837
26436
  }
24838
-
24839
26437
  .mdi-rotate-45:before {
24840
26438
  -webkit-transform: rotate(45deg);
24841
26439
  -ms-transform: rotate(45deg);