@quasar/extras 1.16.8 → 1.16.10

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 (53) hide show
  1. package/README.md +15 -15
  2. package/bootstrap-icons/LICENSE +1 -1
  3. package/bootstrap-icons/bootstrap-icons.css +6155 -2054
  4. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  5. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  6. package/bootstrap-icons/index.d.ts +1 -1
  7. package/bootstrap-icons/index.js +2037 -2037
  8. package/bootstrap-icons/index.mjs +2037 -2037
  9. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  10. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  11. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  12. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  13. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  14. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  15. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  16. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  17. package/fontawesome-v6/fontawesome-v6.css +5444 -2672
  18. package/fontawesome-v6/icons.json +12 -0
  19. package/fontawesome-v6/index.d.ts +13 -1
  20. package/fontawesome-v6/index.js +115 -103
  21. package/fontawesome-v6/index.mjs +115 -103
  22. package/ionicons-v7/icons.json +17 -0
  23. package/ionicons-v7/index.d.ts +18 -1
  24. package/ionicons-v7/index.js +26 -9
  25. package/ionicons-v7/index.mjs +26 -9
  26. package/material-symbols-outlined/icons.json +94 -5
  27. package/material-symbols-outlined/index.d.ts +94 -5
  28. package/material-symbols-outlined/index.js +226 -137
  29. package/material-symbols-outlined/index.mjs +226 -137
  30. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  31. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  32. package/material-symbols-rounded/icons.json +94 -5
  33. package/material-symbols-rounded/index.d.ts +94 -5
  34. package/material-symbols-rounded/index.js +655 -566
  35. package/material-symbols-rounded/index.mjs +655 -566
  36. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  37. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  38. package/material-symbols-sharp/icons.json +94 -5
  39. package/material-symbols-sharp/index.d.ts +94 -5
  40. package/material-symbols-sharp/index.js +223 -134
  41. package/material-symbols-sharp/index.mjs +223 -134
  42. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  43. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  44. package/mdi-v6/LICENSE +20 -20
  45. package/mdi-v6/license.md +20 -20
  46. package/mdi-v7/icons.json +80 -0
  47. package/mdi-v7/index.d.ts +81 -1
  48. package/mdi-v7/index.js +85 -5
  49. package/mdi-v7/index.mjs +85 -5
  50. package/mdi-v7/materialdesignicons-webfont.woff +0 -0
  51. package/mdi-v7/materialdesignicons-webfont.woff2 +0 -0
  52. package/mdi-v7/mdi-v7.css +437 -114
  53. package/package.json +8 -8
package/mdi-v7/mdi-v7.css CHANGED
@@ -1,10 +1,10 @@
1
- /* MaterialDesignIcons.com v7.3.67 */
2
-
1
+ /* MaterialDesignIcons.com v7.4.47 */
3
2
 
4
3
  @font-face {
5
4
  font-family: "Material Design Icons";
6
-
7
- src: url("./materialdesignicons-webfont.woff2") format("woff2"), url("./materialdesignicons-webfont.woff") format("woff");
5
+
6
+ src: url("./materialdesignicons-webfont.woff2") format("woff2"),
7
+ url("./materialdesignicons-webfont.woff") format("woff");
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  }
@@ -132,6 +132,14 @@
132
132
  content: "\F0006";
133
133
  }
134
134
 
135
+ .mdi-account-box-edit-outline::before {
136
+ content: "\F1CC8";
137
+ }
138
+
139
+ .mdi-account-box-minus-outline::before {
140
+ content: "\F1CC9";
141
+ }
142
+
135
143
  .mdi-account-box-multiple::before {
136
144
  content: "\F0934";
137
145
  }
@@ -144,6 +152,10 @@
144
152
  content: "\F0007";
145
153
  }
146
154
 
155
+ .mdi-account-box-plus-outline::before {
156
+ content: "\F1CCA";
157
+ }
158
+
147
159
  .mdi-account-cancel::before {
148
160
  content: "\F12DF";
149
161
  }
@@ -4148,6 +4160,10 @@
4148
4160
  content: "\F00BE";
4149
4161
  }
4150
4162
 
4163
+ .mdi-book-open-blank-variant-outline::before {
4164
+ content: "\F1CCB";
4165
+ }
4166
+
4151
4167
  .mdi-book-open-outline::before {
4152
4168
  content: "\F0B63";
4153
4169
  }
@@ -4164,6 +4180,10 @@
4164
4180
  content: "\F14F7";
4165
4181
  }
4166
4182
 
4183
+ .mdi-book-open-variant-outline::before {
4184
+ content: "\F1CCC";
4185
+ }
4186
+
4167
4187
  .mdi-book-outline::before {
4168
4188
  content: "\F0B64";
4169
4189
  }
@@ -6428,6 +6448,14 @@
6428
6448
  content: "\F154D";
6429
6449
  }
6430
6450
 
6451
+ .mdi-chart-box-multiple::before {
6452
+ content: "\F1CCD";
6453
+ }
6454
+
6455
+ .mdi-chart-box-multiple-outline::before {
6456
+ content: "\F1CCE";
6457
+ }
6458
+
6431
6459
  .mdi-chart-box-outline::before {
6432
6460
  content: "\F154E";
6433
6461
  }
@@ -9616,6 +9644,10 @@
9616
9644
  content: "\F01C8";
9617
9645
  }
9618
9646
 
9647
+ .mdi-diaper-outline::before {
9648
+ content: "\F1CCF";
9649
+ }
9650
+
9619
9651
  .mdi-dice-1::before {
9620
9652
  content: "\F01CA";
9621
9653
  }
@@ -10060,6 +10092,10 @@
10060
10092
  content: "\F09E9";
10061
10093
  }
10062
10094
 
10095
+ .mdi-download-multiple-outline::before {
10096
+ content: "\F1CD0";
10097
+ }
10098
+
10063
10099
  .mdi-download-network::before {
10064
10100
  content: "\F06F4";
10065
10101
  }
@@ -10776,6 +10812,10 @@
10776
10812
  content: "\F0202";
10777
10813
  }
10778
10814
 
10815
+ .mdi-ethernet-off::before {
10816
+ content: "\F1CD1";
10817
+ }
10818
+
10779
10819
  .mdi-ev-plug-ccs1::before {
10780
10820
  content: "\F1519";
10781
10821
  }
@@ -15956,6 +15996,218 @@
15956
15996
  content: "\F0E4A";
15957
15997
  }
15958
15998
 
15999
+ .mdi-invoice::before {
16000
+ content: "\F1CD2";
16001
+ }
16002
+
16003
+ .mdi-invoice-arrow-left::before {
16004
+ content: "\F1CD3";
16005
+ }
16006
+
16007
+ .mdi-invoice-arrow-left-outline::before {
16008
+ content: "\F1CD4";
16009
+ }
16010
+
16011
+ .mdi-invoice-arrow-right::before {
16012
+ content: "\F1CD5";
16013
+ }
16014
+
16015
+ .mdi-invoice-arrow-right-outline::before {
16016
+ content: "\F1CD6";
16017
+ }
16018
+
16019
+ .mdi-invoice-check::before {
16020
+ content: "\F1CD7";
16021
+ }
16022
+
16023
+ .mdi-invoice-check-outline::before {
16024
+ content: "\F1CD8";
16025
+ }
16026
+
16027
+ .mdi-invoice-clock::before {
16028
+ content: "\F1CD9";
16029
+ }
16030
+
16031
+ .mdi-invoice-clock-outline::before {
16032
+ content: "\F1CDA";
16033
+ }
16034
+
16035
+ .mdi-invoice-edit::before {
16036
+ content: "\F1CDB";
16037
+ }
16038
+
16039
+ .mdi-invoice-edit-outline::before {
16040
+ content: "\F1CDC";
16041
+ }
16042
+
16043
+ .mdi-invoice-export-outline::before {
16044
+ content: "\F1CDD";
16045
+ }
16046
+
16047
+ .mdi-invoice-fast::before {
16048
+ content: "\F1CDE";
16049
+ }
16050
+
16051
+ .mdi-invoice-fast-outline::before {
16052
+ content: "\F1CDF";
16053
+ }
16054
+
16055
+ .mdi-invoice-import::before {
16056
+ content: "\F1CE0";
16057
+ }
16058
+
16059
+ .mdi-invoice-import-outline::before {
16060
+ content: "\F1CE1";
16061
+ }
16062
+
16063
+ .mdi-invoice-list::before {
16064
+ content: "\F1CE2";
16065
+ }
16066
+
16067
+ .mdi-invoice-list-outline::before {
16068
+ content: "\F1CE3";
16069
+ }
16070
+
16071
+ .mdi-invoice-minus::before {
16072
+ content: "\F1CE4";
16073
+ }
16074
+
16075
+ .mdi-invoice-minus-outline::before {
16076
+ content: "\F1CE5";
16077
+ }
16078
+
16079
+ .mdi-invoice-multiple::before {
16080
+ content: "\F1CE6";
16081
+ }
16082
+
16083
+ .mdi-invoice-multiple-outline::before {
16084
+ content: "\F1CE7";
16085
+ }
16086
+
16087
+ .mdi-invoice-outline::before {
16088
+ content: "\F1CE8";
16089
+ }
16090
+
16091
+ .mdi-invoice-plus::before {
16092
+ content: "\F1CE9";
16093
+ }
16094
+
16095
+ .mdi-invoice-plus-outline::before {
16096
+ content: "\F1CEA";
16097
+ }
16098
+
16099
+ .mdi-invoice-remove::before {
16100
+ content: "\F1CEB";
16101
+ }
16102
+
16103
+ .mdi-invoice-remove-outline::before {
16104
+ content: "\F1CEC";
16105
+ }
16106
+
16107
+ .mdi-invoice-send::before {
16108
+ content: "\F1CED";
16109
+ }
16110
+
16111
+ .mdi-invoice-send-outline::before {
16112
+ content: "\F1CEE";
16113
+ }
16114
+
16115
+ .mdi-invoice-text::before {
16116
+ content: "\F1CEF";
16117
+ }
16118
+
16119
+ .mdi-invoice-text-arrow-left::before {
16120
+ content: "\F1CF0";
16121
+ }
16122
+
16123
+ .mdi-invoice-text-arrow-left-outline::before {
16124
+ content: "\F1CF1";
16125
+ }
16126
+
16127
+ .mdi-invoice-text-arrow-right::before {
16128
+ content: "\F1CF2";
16129
+ }
16130
+
16131
+ .mdi-invoice-text-arrow-right-outline::before {
16132
+ content: "\F1CF3";
16133
+ }
16134
+
16135
+ .mdi-invoice-text-check::before {
16136
+ content: "\F1CF4";
16137
+ }
16138
+
16139
+ .mdi-invoice-text-check-outline::before {
16140
+ content: "\F1CF5";
16141
+ }
16142
+
16143
+ .mdi-invoice-text-clock::before {
16144
+ content: "\F1CF6";
16145
+ }
16146
+
16147
+ .mdi-invoice-text-clock-outline::before {
16148
+ content: "\F1CF7";
16149
+ }
16150
+
16151
+ .mdi-invoice-text-edit::before {
16152
+ content: "\F1CF8";
16153
+ }
16154
+
16155
+ .mdi-invoice-text-edit-outline::before {
16156
+ content: "\F1CF9";
16157
+ }
16158
+
16159
+ .mdi-invoice-text-fast::before {
16160
+ content: "\F1CFA";
16161
+ }
16162
+
16163
+ .mdi-invoice-text-fast-outline::before {
16164
+ content: "\F1CFB";
16165
+ }
16166
+
16167
+ .mdi-invoice-text-minus::before {
16168
+ content: "\F1CFC";
16169
+ }
16170
+
16171
+ .mdi-invoice-text-minus-outline::before {
16172
+ content: "\F1CFD";
16173
+ }
16174
+
16175
+ .mdi-invoice-text-multiple::before {
16176
+ content: "\F1CFE";
16177
+ }
16178
+
16179
+ .mdi-invoice-text-multiple-outline::before {
16180
+ content: "\F1CFF";
16181
+ }
16182
+
16183
+ .mdi-invoice-text-outline::before {
16184
+ content: "\F1D00";
16185
+ }
16186
+
16187
+ .mdi-invoice-text-plus::before {
16188
+ content: "\F1D01";
16189
+ }
16190
+
16191
+ .mdi-invoice-text-plus-outline::before {
16192
+ content: "\F1D02";
16193
+ }
16194
+
16195
+ .mdi-invoice-text-remove::before {
16196
+ content: "\F1D03";
16197
+ }
16198
+
16199
+ .mdi-invoice-text-remove-outline::before {
16200
+ content: "\F1D04";
16201
+ }
16202
+
16203
+ .mdi-invoice-text-send::before {
16204
+ content: "\F1D05";
16205
+ }
16206
+
16207
+ .mdi-invoice-text-send-outline::before {
16208
+ content: "\F1D06";
16209
+ }
16210
+
15959
16211
  .mdi-iobroker::before {
15960
16212
  content: "\F12E8";
15961
16213
  }
@@ -18504,6 +18756,14 @@
18504
18756
  content: "\F098B";
18505
18757
  }
18506
18758
 
18759
+ .mdi-mouse-left-click::before {
18760
+ content: "\F1D07";
18761
+ }
18762
+
18763
+ .mdi-mouse-left-click-outline::before {
18764
+ content: "\F1D08";
18765
+ }
18766
+
18507
18767
  .mdi-mouse-move-down::before {
18508
18768
  content: "\F1550";
18509
18769
  }
@@ -18520,6 +18780,22 @@
18520
18780
  content: "\F037E";
18521
18781
  }
18522
18782
 
18783
+ .mdi-mouse-outline::before {
18784
+ content: "\F1D09";
18785
+ }
18786
+
18787
+ .mdi-mouse-right-click::before {
18788
+ content: "\F1D0A";
18789
+ }
18790
+
18791
+ .mdi-mouse-right-click-outline::before {
18792
+ content: "\F1D0B";
18793
+ }
18794
+
18795
+ .mdi-mouse-scroll-wheel::before {
18796
+ content: "\F1D0C";
18797
+ }
18798
+
18523
18799
  .mdi-mouse-variant::before {
18524
18800
  content: "\F037F";
18525
18801
  }
@@ -21668,6 +21944,10 @@
21668
21944
  content: "\F1C3D";
21669
21945
  }
21670
21946
 
21947
+ .mdi-progress-tag::before {
21948
+ content: "\F1D0D";
21949
+ }
21950
+
21671
21951
  .mdi-progress-upload::before {
21672
21952
  content: "\F0998";
21673
21953
  }
@@ -25644,6 +25924,10 @@
25644
25924
  content: "\F0FE2";
25645
25925
  }
25646
25926
 
25927
+ .mdi-swap-horizontal-hidden::before {
25928
+ content: "\F1D0E";
25929
+ }
25930
+
25647
25931
  .mdi-swap-horizontal-variant::before {
25648
25932
  content: "\F08C1";
25649
25933
  }
@@ -27700,6 +27984,10 @@
27700
27984
  content: "\F054B";
27701
27985
  }
27702
27986
 
27987
+ .mdi-underwear-outline::before {
27988
+ content: "\F1D0F";
27989
+ }
27990
+
27703
27991
  .mdi-undo::before {
27704
27992
  content: "\F054C";
27705
27993
  }
@@ -27760,6 +28048,22 @@
27760
28048
  content: "\F0552";
27761
28049
  }
27762
28050
 
28051
+ .mdi-upload-box::before {
28052
+ content: "\F1D10";
28053
+ }
28054
+
28055
+ .mdi-upload-box-outline::before {
28056
+ content: "\F1D11";
28057
+ }
28058
+
28059
+ .mdi-upload-circle::before {
28060
+ content: "\F1D12";
28061
+ }
28062
+
28063
+ .mdi-upload-circle-outline::before {
28064
+ content: "\F1D13";
28065
+ }
28066
+
27763
28067
  .mdi-upload-lock::before {
27764
28068
  content: "\F1373";
27765
28069
  }
@@ -27772,6 +28076,10 @@
27772
28076
  content: "\F083D";
27773
28077
  }
27774
28078
 
28079
+ .mdi-upload-multiple-outline::before {
28080
+ content: "\F1D14";
28081
+ }
28082
+
27775
28083
  .mdi-upload-network::before {
27776
28084
  content: "\F06F6";
27777
28085
  }
@@ -28824,6 +29132,18 @@
28824
29132
  content: "\F067E";
28825
29133
  }
28826
29134
 
29135
+ .mdi-weather-moonset::before {
29136
+ content: "\F1D15";
29137
+ }
29138
+
29139
+ .mdi-weather-moonset-down::before {
29140
+ content: "\F1D16";
29141
+ }
29142
+
29143
+ .mdi-weather-moonset-up::before {
29144
+ content: "\F1D17";
29145
+ }
29146
+
28827
29147
  .mdi-weather-night::before {
28828
29148
  content: "\F0594";
28829
29149
  }
@@ -29493,19 +29813,23 @@
29493
29813
  visibility: hidden;
29494
29814
  }
29495
29815
 
29496
- .mdi-18px.mdi-set, .mdi-18px.mdi:before {
29816
+ .mdi-18px.mdi-set,
29817
+ .mdi-18px.mdi:before {
29497
29818
  font-size: 18px;
29498
29819
  }
29499
29820
 
29500
- .mdi-24px.mdi-set, .mdi-24px.mdi:before {
29821
+ .mdi-24px.mdi-set,
29822
+ .mdi-24px.mdi:before {
29501
29823
  font-size: 24px;
29502
29824
  }
29503
29825
 
29504
- .mdi-36px.mdi-set, .mdi-36px.mdi:before {
29826
+ .mdi-36px.mdi-set,
29827
+ .mdi-36px.mdi:before {
29505
29828
  font-size: 36px;
29506
29829
  }
29507
29830
 
29508
- .mdi-48px.mdi-set, .mdi-48px.mdi:before {
29831
+ .mdi-48px.mdi-set,
29832
+ .mdi-48px.mdi:before {
29509
29833
  font-size: 48px;
29510
29834
  }
29511
29835
 
@@ -29526,21 +29850,21 @@
29526
29850
  }
29527
29851
 
29528
29852
  .mdi-rotate-45 {
29529
- /*
29530
- // Not included in production
29531
- &.mdi-flip-h:before {
29532
- -webkit-transform: scaleX(-1) rotate(45deg);
29533
- transform: scaleX(-1) rotate(45deg);
29534
- filter: FlipH;
29535
- -ms-filter: "FlipH";
29536
- }
29537
- &.mdi-flip-v:before {
29538
- -webkit-transform: scaleY(-1) rotate(45deg);
29539
- -ms-transform: rotate(45deg);
29540
- transform: scaleY(-1) rotate(45deg);
29541
- filter: FlipV;
29542
- -ms-filter: "FlipV";
29543
- }
29853
+ /*
29854
+ // Not included in production
29855
+ &.mdi-flip-h:before {
29856
+ -webkit-transform: scaleX(-1) rotate(45deg);
29857
+ transform: scaleX(-1) rotate(45deg);
29858
+ filter: FlipH;
29859
+ -ms-filter: "FlipH";
29860
+ }
29861
+ &.mdi-flip-v:before {
29862
+ -webkit-transform: scaleY(-1) rotate(45deg);
29863
+ -ms-transform: rotate(45deg);
29864
+ transform: scaleY(-1) rotate(45deg);
29865
+ filter: FlipV;
29866
+ -ms-filter: "FlipV";
29867
+ }
29544
29868
  */
29545
29869
  }
29546
29870
 
@@ -29551,21 +29875,21 @@
29551
29875
  }
29552
29876
 
29553
29877
  .mdi-rotate-90 {
29554
- /*
29555
- // Not included in production
29556
- &.mdi-flip-h:before {
29557
- -webkit-transform: scaleX(-1) rotate(90deg);
29558
- transform: scaleX(-1) rotate(90deg);
29559
- filter: FlipH;
29560
- -ms-filter: "FlipH";
29561
- }
29562
- &.mdi-flip-v:before {
29563
- -webkit-transform: scaleY(-1) rotate(90deg);
29564
- -ms-transform: rotate(90deg);
29565
- transform: scaleY(-1) rotate(90deg);
29566
- filter: FlipV;
29567
- -ms-filter: "FlipV";
29568
- }
29878
+ /*
29879
+ // Not included in production
29880
+ &.mdi-flip-h:before {
29881
+ -webkit-transform: scaleX(-1) rotate(90deg);
29882
+ transform: scaleX(-1) rotate(90deg);
29883
+ filter: FlipH;
29884
+ -ms-filter: "FlipH";
29885
+ }
29886
+ &.mdi-flip-v:before {
29887
+ -webkit-transform: scaleY(-1) rotate(90deg);
29888
+ -ms-transform: rotate(90deg);
29889
+ transform: scaleY(-1) rotate(90deg);
29890
+ filter: FlipV;
29891
+ -ms-filter: "FlipV";
29892
+ }
29569
29893
  */
29570
29894
  }
29571
29895
 
@@ -29576,21 +29900,21 @@
29576
29900
  }
29577
29901
 
29578
29902
  .mdi-rotate-135 {
29579
- /*
29580
- // Not included in production
29581
- &.mdi-flip-h:before {
29582
- -webkit-transform: scaleX(-1) rotate(135deg);
29583
- transform: scaleX(-1) rotate(135deg);
29584
- filter: FlipH;
29585
- -ms-filter: "FlipH";
29586
- }
29587
- &.mdi-flip-v:before {
29588
- -webkit-transform: scaleY(-1) rotate(135deg);
29589
- -ms-transform: rotate(135deg);
29590
- transform: scaleY(-1) rotate(135deg);
29591
- filter: FlipV;
29592
- -ms-filter: "FlipV";
29593
- }
29903
+ /*
29904
+ // Not included in production
29905
+ &.mdi-flip-h:before {
29906
+ -webkit-transform: scaleX(-1) rotate(135deg);
29907
+ transform: scaleX(-1) rotate(135deg);
29908
+ filter: FlipH;
29909
+ -ms-filter: "FlipH";
29910
+ }
29911
+ &.mdi-flip-v:before {
29912
+ -webkit-transform: scaleY(-1) rotate(135deg);
29913
+ -ms-transform: rotate(135deg);
29914
+ transform: scaleY(-1) rotate(135deg);
29915
+ filter: FlipV;
29916
+ -ms-filter: "FlipV";
29917
+ }
29594
29918
  */
29595
29919
  }
29596
29920
 
@@ -29601,21 +29925,21 @@
29601
29925
  }
29602
29926
 
29603
29927
  .mdi-rotate-180 {
29604
- /*
29605
- // Not included in production
29606
- &.mdi-flip-h:before {
29607
- -webkit-transform: scaleX(-1) rotate(180deg);
29608
- transform: scaleX(-1) rotate(180deg);
29609
- filter: FlipH;
29610
- -ms-filter: "FlipH";
29611
- }
29612
- &.mdi-flip-v:before {
29613
- -webkit-transform: scaleY(-1) rotate(180deg);
29614
- -ms-transform: rotate(180deg);
29615
- transform: scaleY(-1) rotate(180deg);
29616
- filter: FlipV;
29617
- -ms-filter: "FlipV";
29618
- }
29928
+ /*
29929
+ // Not included in production
29930
+ &.mdi-flip-h:before {
29931
+ -webkit-transform: scaleX(-1) rotate(180deg);
29932
+ transform: scaleX(-1) rotate(180deg);
29933
+ filter: FlipH;
29934
+ -ms-filter: "FlipH";
29935
+ }
29936
+ &.mdi-flip-v:before {
29937
+ -webkit-transform: scaleY(-1) rotate(180deg);
29938
+ -ms-transform: rotate(180deg);
29939
+ transform: scaleY(-1) rotate(180deg);
29940
+ filter: FlipV;
29941
+ -ms-filter: "FlipV";
29942
+ }
29619
29943
  */
29620
29944
  }
29621
29945
 
@@ -29626,21 +29950,21 @@
29626
29950
  }
29627
29951
 
29628
29952
  .mdi-rotate-225 {
29629
- /*
29630
- // Not included in production
29631
- &.mdi-flip-h:before {
29632
- -webkit-transform: scaleX(-1) rotate(225deg);
29633
- transform: scaleX(-1) rotate(225deg);
29634
- filter: FlipH;
29635
- -ms-filter: "FlipH";
29636
- }
29637
- &.mdi-flip-v:before {
29638
- -webkit-transform: scaleY(-1) rotate(225deg);
29639
- -ms-transform: rotate(225deg);
29640
- transform: scaleY(-1) rotate(225deg);
29641
- filter: FlipV;
29642
- -ms-filter: "FlipV";
29643
- }
29953
+ /*
29954
+ // Not included in production
29955
+ &.mdi-flip-h:before {
29956
+ -webkit-transform: scaleX(-1) rotate(225deg);
29957
+ transform: scaleX(-1) rotate(225deg);
29958
+ filter: FlipH;
29959
+ -ms-filter: "FlipH";
29960
+ }
29961
+ &.mdi-flip-v:before {
29962
+ -webkit-transform: scaleY(-1) rotate(225deg);
29963
+ -ms-transform: rotate(225deg);
29964
+ transform: scaleY(-1) rotate(225deg);
29965
+ filter: FlipV;
29966
+ -ms-filter: "FlipV";
29967
+ }
29644
29968
  */
29645
29969
  }
29646
29970
 
@@ -29651,21 +29975,21 @@
29651
29975
  }
29652
29976
 
29653
29977
  .mdi-rotate-270 {
29654
- /*
29655
- // Not included in production
29656
- &.mdi-flip-h:before {
29657
- -webkit-transform: scaleX(-1) rotate(270deg);
29658
- transform: scaleX(-1) rotate(270deg);
29659
- filter: FlipH;
29660
- -ms-filter: "FlipH";
29661
- }
29662
- &.mdi-flip-v:before {
29663
- -webkit-transform: scaleY(-1) rotate(270deg);
29664
- -ms-transform: rotate(270deg);
29665
- transform: scaleY(-1) rotate(270deg);
29666
- filter: FlipV;
29667
- -ms-filter: "FlipV";
29668
- }
29978
+ /*
29979
+ // Not included in production
29980
+ &.mdi-flip-h:before {
29981
+ -webkit-transform: scaleX(-1) rotate(270deg);
29982
+ transform: scaleX(-1) rotate(270deg);
29983
+ filter: FlipH;
29984
+ -ms-filter: "FlipH";
29985
+ }
29986
+ &.mdi-flip-v:before {
29987
+ -webkit-transform: scaleY(-1) rotate(270deg);
29988
+ -ms-transform: rotate(270deg);
29989
+ transform: scaleY(-1) rotate(270deg);
29990
+ filter: FlipV;
29991
+ -ms-filter: "FlipV";
29992
+ }
29669
29993
  */
29670
29994
  }
29671
29995
 
@@ -29676,21 +30000,21 @@
29676
30000
  }
29677
30001
 
29678
30002
  .mdi-rotate-315 {
29679
- /*
29680
- // Not included in production
29681
- &.mdi-flip-h:before {
29682
- -webkit-transform: scaleX(-1) rotate(315deg);
29683
- transform: scaleX(-1) rotate(315deg);
29684
- filter: FlipH;
29685
- -ms-filter: "FlipH";
29686
- }
29687
- &.mdi-flip-v:before {
29688
- -webkit-transform: scaleY(-1) rotate(315deg);
29689
- -ms-transform: rotate(315deg);
29690
- transform: scaleY(-1) rotate(315deg);
29691
- filter: FlipV;
29692
- -ms-filter: "FlipV";
29693
- }
30003
+ /*
30004
+ // Not included in production
30005
+ &.mdi-flip-h:before {
30006
+ -webkit-transform: scaleX(-1) rotate(315deg);
30007
+ transform: scaleX(-1) rotate(315deg);
30008
+ filter: FlipH;
30009
+ -ms-filter: "FlipH";
30010
+ }
30011
+ &.mdi-flip-v:before {
30012
+ -webkit-transform: scaleY(-1) rotate(315deg);
30013
+ -ms-transform: rotate(315deg);
30014
+ transform: scaleY(-1) rotate(315deg);
30015
+ filter: FlipV;
30016
+ -ms-filter: "FlipV";
30017
+ }
29694
30018
  */
29695
30019
  }
29696
30020
 
@@ -29740,4 +30064,3 @@
29740
30064
  transform: rotate(359deg);
29741
30065
  }
29742
30066
  }
29743
-