@quasar/extras 1.16.6 → 1.16.8
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.
- package/README.md +8 -8
- package/bootstrap-icons/{LICENSE.md → LICENSE} +1 -1
- package/bootstrap-icons/bootstrap-icons.css +104 -5
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/icons.json +97 -0
- package/bootstrap-icons/index.d.ts +98 -1
- package/bootstrap-icons/index.js +102 -5
- package/bootstrap-icons/index.mjs +102 -5
- package/eva-icons/eva-icons.css +9 -3
- package/ionicons-v7/index.d.ts +1 -1
- package/ionicons-v7/index.js +1 -1
- package/ionicons-v7/index.mjs +1 -1
- package/line-awesome/line-awesome.css +8 -3
- package/material-icons-outlined/index.js +1 -1
- package/material-icons-outlined/index.mjs +1 -1
- package/material-icons-round/index.js +1 -1
- package/material-icons-round/index.mjs +1 -1
- package/material-symbols-outlined/icons.json +140 -2
- package/material-symbols-outlined/index.d.ts +140 -2
- package/material-symbols-outlined/index.js +281 -143
- package/material-symbols-outlined/index.mjs +281 -143
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +140 -2
- package/material-symbols-rounded/index.d.ts +140 -2
- package/material-symbols-rounded/index.js +577 -439
- package/material-symbols-rounded/index.mjs +577 -439
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +140 -2
- package/material-symbols-sharp/index.d.ts +140 -2
- package/material-symbols-sharp/index.js +351 -213
- package/material-symbols-sharp/index.mjs +351 -213
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/mdi-v6/LICENSE +20 -20
- package/mdi-v6/license.md +20 -20
- package/mdi-v7/icons.json +71 -0
- package/mdi-v7/index.d.ts +72 -1
- package/mdi-v7/index.js +82 -11
- package/mdi-v7/index.mjs +82 -11
- package/mdi-v7/materialdesignicons-webfont.woff +0 -0
- package/mdi-v7/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v7/mdi-v7.css +1197 -110
- package/package.json +8 -8
- package/themify/themify.css +4 -1
package/mdi-v7/mdi-v7.css
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
/* MaterialDesignIcons.com v7.
|
|
1
|
+
/* MaterialDesignIcons.com v7.3.67 */
|
|
2
|
+
|
|
3
|
+
|
|
2
4
|
@font-face {
|
|
3
5
|
font-family: "Material Design Icons";
|
|
6
|
+
|
|
4
7
|
src: url("./materialdesignicons-webfont.woff2") format("woff2"), url("./materialdesignicons-webfont.woff") format("woff");
|
|
5
8
|
font-weight: normal;
|
|
6
9
|
font-style: normal;
|
|
7
|
-
font-display: block;
|
|
8
10
|
}
|
|
9
11
|
|
|
10
12
|
.mdi:before,
|
|
@@ -258,6 +260,22 @@
|
|
|
258
260
|
content: "\F127B";
|
|
259
261
|
}
|
|
260
262
|
|
|
263
|
+
.mdi-account-file::before {
|
|
264
|
+
content: "\F1CA7";
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.mdi-account-file-outline::before {
|
|
268
|
+
content: "\F1CA8";
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.mdi-account-file-text::before {
|
|
272
|
+
content: "\F1CA9";
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.mdi-account-file-text-outline::before {
|
|
276
|
+
content: "\F1CAA";
|
|
277
|
+
}
|
|
278
|
+
|
|
261
279
|
.mdi-account-filter::before {
|
|
262
280
|
content: "\F0936";
|
|
263
281
|
}
|
|
@@ -502,6 +520,14 @@
|
|
|
502
520
|
content: "\F191C";
|
|
503
521
|
}
|
|
504
522
|
|
|
523
|
+
.mdi-account-tag::before {
|
|
524
|
+
content: "\F1C1B";
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.mdi-account-tag-outline::before {
|
|
528
|
+
content: "\F1C1C";
|
|
529
|
+
}
|
|
530
|
+
|
|
505
531
|
.mdi-account-tie::before {
|
|
506
532
|
content: "\F0CE3";
|
|
507
533
|
}
|
|
@@ -2202,6 +2228,14 @@
|
|
|
2202
2228
|
content: "\F17A8";
|
|
2203
2229
|
}
|
|
2204
2230
|
|
|
2231
|
+
.mdi-arrow-oscillating::before {
|
|
2232
|
+
content: "\F1C91";
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
.mdi-arrow-oscillating-off::before {
|
|
2236
|
+
content: "\F1C92";
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2205
2239
|
.mdi-arrow-projectile::before {
|
|
2206
2240
|
content: "\F1840";
|
|
2207
2241
|
}
|
|
@@ -2630,6 +2664,10 @@
|
|
|
2630
2664
|
content: "\F0850";
|
|
2631
2665
|
}
|
|
2632
2666
|
|
|
2667
|
+
.mdi-aurora::before {
|
|
2668
|
+
content: "\F1BB9";
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2633
2671
|
.mdi-auto-download::before {
|
|
2634
2672
|
content: "\F137E";
|
|
2635
2673
|
}
|
|
@@ -2638,6 +2676,10 @@
|
|
|
2638
2676
|
content: "\F0068";
|
|
2639
2677
|
}
|
|
2640
2678
|
|
|
2679
|
+
.mdi-auto-mode::before {
|
|
2680
|
+
content: "\F1C20";
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2641
2683
|
.mdi-auto-upload::before {
|
|
2642
2684
|
content: "\F0069";
|
|
2643
2685
|
}
|
|
@@ -2878,6 +2920,14 @@
|
|
|
2878
2920
|
content: "\F0E13";
|
|
2879
2921
|
}
|
|
2880
2922
|
|
|
2923
|
+
.mdi-bag-personal-plus::before {
|
|
2924
|
+
content: "\F1CA4";
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.mdi-bag-personal-plus-outline::before {
|
|
2928
|
+
content: "\F1CA5";
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2881
2931
|
.mdi-bag-personal-tag::before {
|
|
2882
2932
|
content: "\F1B0C";
|
|
2883
2933
|
}
|
|
@@ -2942,6 +2992,14 @@
|
|
|
2942
2992
|
content: "\F1655";
|
|
2943
2993
|
}
|
|
2944
2994
|
|
|
2995
|
+
.mdi-bank-circle::before {
|
|
2996
|
+
content: "\F1C03";
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
.mdi-bank-circle-outline::before {
|
|
3000
|
+
content: "\F1C04";
|
|
3001
|
+
}
|
|
3002
|
+
|
|
2945
3003
|
.mdi-bank-minus::before {
|
|
2946
3004
|
content: "\F0DB0";
|
|
2947
3005
|
}
|
|
@@ -3026,6 +3084,10 @@
|
|
|
3026
3084
|
content: "\F15ED";
|
|
3027
3085
|
}
|
|
3028
3086
|
|
|
3087
|
+
.mdi-baseball-outline::before {
|
|
3088
|
+
content: "\F1C5A";
|
|
3089
|
+
}
|
|
3090
|
+
|
|
3029
3091
|
.mdi-bash::before {
|
|
3030
3092
|
content: "\F1183";
|
|
3031
3093
|
}
|
|
@@ -3690,6 +3752,14 @@
|
|
|
3690
3752
|
content: "\F0A93";
|
|
3691
3753
|
}
|
|
3692
3754
|
|
|
3755
|
+
.mdi-bench::before {
|
|
3756
|
+
content: "\F1C21";
|
|
3757
|
+
}
|
|
3758
|
+
|
|
3759
|
+
.mdi-bench-back::before {
|
|
3760
|
+
content: "\F1C22";
|
|
3761
|
+
}
|
|
3762
|
+
|
|
3693
3763
|
.mdi-beta::before {
|
|
3694
3764
|
content: "\F00A1";
|
|
3695
3765
|
}
|
|
@@ -3730,6 +3800,18 @@
|
|
|
3730
3800
|
content: "\F111F";
|
|
3731
3801
|
}
|
|
3732
3802
|
|
|
3803
|
+
.mdi-bike-pedal::before {
|
|
3804
|
+
content: "\F1C23";
|
|
3805
|
+
}
|
|
3806
|
+
|
|
3807
|
+
.mdi-bike-pedal-clipless::before {
|
|
3808
|
+
content: "\F1C24";
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
.mdi-bike-pedal-mountain::before {
|
|
3812
|
+
content: "\F1C25";
|
|
3813
|
+
}
|
|
3814
|
+
|
|
3733
3815
|
.mdi-billboard::before {
|
|
3734
3816
|
content: "\F1010";
|
|
3735
3817
|
}
|
|
@@ -4842,6 +4924,10 @@
|
|
|
4842
4924
|
content: "\F07A0";
|
|
4843
4925
|
}
|
|
4844
4926
|
|
|
4927
|
+
.mdi-bus-sign::before {
|
|
4928
|
+
content: "\F1CC1";
|
|
4929
|
+
}
|
|
4930
|
+
|
|
4845
4931
|
.mdi-bus-stop::before {
|
|
4846
4932
|
content: "\F1012";
|
|
4847
4933
|
}
|
|
@@ -4854,6 +4940,10 @@
|
|
|
4854
4940
|
content: "\F1014";
|
|
4855
4941
|
}
|
|
4856
4942
|
|
|
4943
|
+
.mdi-bus-wrench::before {
|
|
4944
|
+
content: "\F1CC2";
|
|
4945
|
+
}
|
|
4946
|
+
|
|
4857
4947
|
.mdi-butterfly::before {
|
|
4858
4948
|
content: "\F1589";
|
|
4859
4949
|
}
|
|
@@ -5154,6 +5244,10 @@
|
|
|
5154
5244
|
content: "\F09D3";
|
|
5155
5245
|
}
|
|
5156
5246
|
|
|
5247
|
+
.mdi-calendar-star-four-points::before {
|
|
5248
|
+
content: "\F1C1F";
|
|
5249
|
+
}
|
|
5250
|
+
|
|
5157
5251
|
.mdi-calendar-star-outline::before {
|
|
5158
5252
|
content: "\F1B53";
|
|
5159
5253
|
}
|
|
@@ -5306,6 +5400,14 @@
|
|
|
5306
5400
|
content: "\F1A14";
|
|
5307
5401
|
}
|
|
5308
5402
|
|
|
5403
|
+
.mdi-camera-lock-open::before {
|
|
5404
|
+
content: "\F1C0D";
|
|
5405
|
+
}
|
|
5406
|
+
|
|
5407
|
+
.mdi-camera-lock-open-outline::before {
|
|
5408
|
+
content: "\F1C0E";
|
|
5409
|
+
}
|
|
5410
|
+
|
|
5309
5411
|
.mdi-camera-lock-outline::before {
|
|
5310
5412
|
content: "\F1A15";
|
|
5311
5413
|
}
|
|
@@ -5558,6 +5660,10 @@
|
|
|
5558
5660
|
content: "\F109D";
|
|
5559
5661
|
}
|
|
5560
5662
|
|
|
5663
|
+
.mdi-car-door-lock-open::before {
|
|
5664
|
+
content: "\F1C81";
|
|
5665
|
+
}
|
|
5666
|
+
|
|
5561
5667
|
.mdi-car-electric::before {
|
|
5562
5668
|
content: "\F0B6C";
|
|
5563
5669
|
}
|
|
@@ -6030,6 +6136,10 @@
|
|
|
6030
6136
|
content: "\F1A91";
|
|
6031
6137
|
}
|
|
6032
6138
|
|
|
6139
|
+
.mdi-cash-edit::before {
|
|
6140
|
+
content: "\F1CAB";
|
|
6141
|
+
}
|
|
6142
|
+
|
|
6033
6143
|
.mdi-cash-fast::before {
|
|
6034
6144
|
content: "\F185C";
|
|
6035
6145
|
}
|
|
@@ -6054,6 +6164,10 @@
|
|
|
6054
6164
|
content: "\F0116";
|
|
6055
6165
|
}
|
|
6056
6166
|
|
|
6167
|
+
.mdi-cash-off::before {
|
|
6168
|
+
content: "\F1C79";
|
|
6169
|
+
}
|
|
6170
|
+
|
|
6057
6171
|
.mdi-cash-plus::before {
|
|
6058
6172
|
content: "\F1261";
|
|
6059
6173
|
}
|
|
@@ -6278,6 +6392,10 @@
|
|
|
6278
6392
|
content: "\F0C4F";
|
|
6279
6393
|
}
|
|
6280
6394
|
|
|
6395
|
+
.mdi-charity-search::before {
|
|
6396
|
+
content: "\F1C82";
|
|
6397
|
+
}
|
|
6398
|
+
|
|
6281
6399
|
.mdi-chart-arc::before {
|
|
6282
6400
|
content: "\F0126";
|
|
6283
6401
|
}
|
|
@@ -6362,6 +6480,10 @@
|
|
|
6362
6480
|
content: "\F012B";
|
|
6363
6481
|
}
|
|
6364
6482
|
|
|
6483
|
+
.mdi-chart-pie-outline::before {
|
|
6484
|
+
content: "\F1BDF";
|
|
6485
|
+
}
|
|
6486
|
+
|
|
6365
6487
|
.mdi-chart-ppf::before {
|
|
6366
6488
|
content: "\F1380";
|
|
6367
6489
|
}
|
|
@@ -6522,6 +6644,14 @@
|
|
|
6522
6644
|
content: "\F0A9D";
|
|
6523
6645
|
}
|
|
6524
6646
|
|
|
6647
|
+
.mdi-checkbook-arrow-left::before {
|
|
6648
|
+
content: "\F1C1D";
|
|
6649
|
+
}
|
|
6650
|
+
|
|
6651
|
+
.mdi-checkbook-arrow-right::before {
|
|
6652
|
+
content: "\F1C1E";
|
|
6653
|
+
}
|
|
6654
|
+
|
|
6525
6655
|
.mdi-checkbox-blank::before {
|
|
6526
6656
|
content: "\F012E";
|
|
6527
6657
|
}
|
|
@@ -6570,6 +6700,14 @@
|
|
|
6570
6700
|
content: "\F0133";
|
|
6571
6701
|
}
|
|
6572
6702
|
|
|
6703
|
+
.mdi-checkbox-marked-circle-auto-outline::before {
|
|
6704
|
+
content: "\F1C26";
|
|
6705
|
+
}
|
|
6706
|
+
|
|
6707
|
+
.mdi-checkbox-marked-circle-minus-outline::before {
|
|
6708
|
+
content: "\F1C27";
|
|
6709
|
+
}
|
|
6710
|
+
|
|
6573
6711
|
.mdi-checkbox-marked-circle-outline::before {
|
|
6574
6712
|
content: "\F0134";
|
|
6575
6713
|
}
|
|
@@ -6950,6 +7088,10 @@
|
|
|
6950
7088
|
content: "\F0146";
|
|
6951
7089
|
}
|
|
6952
7090
|
|
|
7091
|
+
.mdi-city-switch::before {
|
|
7092
|
+
content: "\F1C28";
|
|
7093
|
+
}
|
|
7094
|
+
|
|
6953
7095
|
.mdi-city-variant::before {
|
|
6954
7096
|
content: "\F0A36";
|
|
6955
7097
|
}
|
|
@@ -7270,6 +7412,14 @@
|
|
|
7270
7412
|
content: "\F1866";
|
|
7271
7413
|
}
|
|
7272
7414
|
|
|
7415
|
+
.mdi-clock-star-four-points::before {
|
|
7416
|
+
content: "\F1C29";
|
|
7417
|
+
}
|
|
7418
|
+
|
|
7419
|
+
.mdi-clock-star-four-points-outline::before {
|
|
7420
|
+
content: "\F1C2A";
|
|
7421
|
+
}
|
|
7422
|
+
|
|
7273
7423
|
.mdi-clock-start::before {
|
|
7274
7424
|
content: "\F0155";
|
|
7275
7425
|
}
|
|
@@ -7446,15 +7596,67 @@
|
|
|
7446
7596
|
content: "\F09E0";
|
|
7447
7597
|
}
|
|
7448
7598
|
|
|
7599
|
+
.mdi-cloud-alert-outline::before {
|
|
7600
|
+
content: "\F1BE0";
|
|
7601
|
+
}
|
|
7602
|
+
|
|
7603
|
+
.mdi-cloud-arrow-down::before {
|
|
7604
|
+
content: "\F1BE1";
|
|
7605
|
+
}
|
|
7606
|
+
|
|
7607
|
+
.mdi-cloud-arrow-down-outline::before {
|
|
7608
|
+
content: "\F1BE2";
|
|
7609
|
+
}
|
|
7610
|
+
|
|
7611
|
+
.mdi-cloud-arrow-left::before {
|
|
7612
|
+
content: "\F1BE3";
|
|
7613
|
+
}
|
|
7614
|
+
|
|
7615
|
+
.mdi-cloud-arrow-left-outline::before {
|
|
7616
|
+
content: "\F1BE4";
|
|
7617
|
+
}
|
|
7618
|
+
|
|
7619
|
+
.mdi-cloud-arrow-right::before {
|
|
7620
|
+
content: "\F1BE5";
|
|
7621
|
+
}
|
|
7622
|
+
|
|
7623
|
+
.mdi-cloud-arrow-right-outline::before {
|
|
7624
|
+
content: "\F1BE6";
|
|
7625
|
+
}
|
|
7626
|
+
|
|
7627
|
+
.mdi-cloud-arrow-up::before {
|
|
7628
|
+
content: "\F1BE7";
|
|
7629
|
+
}
|
|
7630
|
+
|
|
7631
|
+
.mdi-cloud-arrow-up-outline::before {
|
|
7632
|
+
content: "\F1BE8";
|
|
7633
|
+
}
|
|
7634
|
+
|
|
7449
7635
|
.mdi-cloud-braces::before {
|
|
7450
7636
|
content: "\F07B5";
|
|
7451
7637
|
}
|
|
7452
7638
|
|
|
7639
|
+
.mdi-cloud-cancel::before {
|
|
7640
|
+
content: "\F1BE9";
|
|
7641
|
+
}
|
|
7642
|
+
|
|
7643
|
+
.mdi-cloud-cancel-outline::before {
|
|
7644
|
+
content: "\F1BEA";
|
|
7645
|
+
}
|
|
7646
|
+
|
|
7453
7647
|
.mdi-cloud-check::before {
|
|
7454
|
-
content: "\
|
|
7648
|
+
content: "\F1BEB";
|
|
7455
7649
|
}
|
|
7456
7650
|
|
|
7457
7651
|
.mdi-cloud-check-outline::before {
|
|
7652
|
+
content: "\F1BEC";
|
|
7653
|
+
}
|
|
7654
|
+
|
|
7655
|
+
.mdi-cloud-check-variant::before {
|
|
7656
|
+
content: "\F0160";
|
|
7657
|
+
}
|
|
7658
|
+
|
|
7659
|
+
.mdi-cloud-check-variant-outline::before {
|
|
7458
7660
|
content: "\F12CC";
|
|
7459
7661
|
}
|
|
7460
7662
|
|
|
@@ -7462,6 +7664,26 @@
|
|
|
7462
7664
|
content: "\F0161";
|
|
7463
7665
|
}
|
|
7464
7666
|
|
|
7667
|
+
.mdi-cloud-circle-outline::before {
|
|
7668
|
+
content: "\F1BED";
|
|
7669
|
+
}
|
|
7670
|
+
|
|
7671
|
+
.mdi-cloud-clock::before {
|
|
7672
|
+
content: "\F1BEE";
|
|
7673
|
+
}
|
|
7674
|
+
|
|
7675
|
+
.mdi-cloud-clock-outline::before {
|
|
7676
|
+
content: "\F1BEF";
|
|
7677
|
+
}
|
|
7678
|
+
|
|
7679
|
+
.mdi-cloud-cog::before {
|
|
7680
|
+
content: "\F1BF0";
|
|
7681
|
+
}
|
|
7682
|
+
|
|
7683
|
+
.mdi-cloud-cog-outline::before {
|
|
7684
|
+
content: "\F1BF1";
|
|
7685
|
+
}
|
|
7686
|
+
|
|
7465
7687
|
.mdi-cloud-download::before {
|
|
7466
7688
|
content: "\F0162";
|
|
7467
7689
|
}
|
|
@@ -7470,14 +7692,42 @@
|
|
|
7470
7692
|
content: "\F0B7D";
|
|
7471
7693
|
}
|
|
7472
7694
|
|
|
7695
|
+
.mdi-cloud-key::before {
|
|
7696
|
+
content: "\F1CA1";
|
|
7697
|
+
}
|
|
7698
|
+
|
|
7699
|
+
.mdi-cloud-key-outline::before {
|
|
7700
|
+
content: "\F1CA2";
|
|
7701
|
+
}
|
|
7702
|
+
|
|
7473
7703
|
.mdi-cloud-lock::before {
|
|
7474
7704
|
content: "\F11F1";
|
|
7475
7705
|
}
|
|
7476
7706
|
|
|
7707
|
+
.mdi-cloud-lock-open::before {
|
|
7708
|
+
content: "\F1BF2";
|
|
7709
|
+
}
|
|
7710
|
+
|
|
7711
|
+
.mdi-cloud-lock-open-outline::before {
|
|
7712
|
+
content: "\F1BF3";
|
|
7713
|
+
}
|
|
7714
|
+
|
|
7477
7715
|
.mdi-cloud-lock-outline::before {
|
|
7478
7716
|
content: "\F11F2";
|
|
7479
7717
|
}
|
|
7480
7718
|
|
|
7719
|
+
.mdi-cloud-minus::before {
|
|
7720
|
+
content: "\F1BF4";
|
|
7721
|
+
}
|
|
7722
|
+
|
|
7723
|
+
.mdi-cloud-minus-outline::before {
|
|
7724
|
+
content: "\F1BF5";
|
|
7725
|
+
}
|
|
7726
|
+
|
|
7727
|
+
.mdi-cloud-off::before {
|
|
7728
|
+
content: "\F1BF6";
|
|
7729
|
+
}
|
|
7730
|
+
|
|
7481
7731
|
.mdi-cloud-off-outline::before {
|
|
7482
7732
|
content: "\F0164";
|
|
7483
7733
|
}
|
|
@@ -7494,6 +7744,14 @@
|
|
|
7494
7744
|
content: "\F1A36";
|
|
7495
7745
|
}
|
|
7496
7746
|
|
|
7747
|
+
.mdi-cloud-plus::before {
|
|
7748
|
+
content: "\F1BF7";
|
|
7749
|
+
}
|
|
7750
|
+
|
|
7751
|
+
.mdi-cloud-plus-outline::before {
|
|
7752
|
+
content: "\F1BF8";
|
|
7753
|
+
}
|
|
7754
|
+
|
|
7497
7755
|
.mdi-cloud-print::before {
|
|
7498
7756
|
content: "\F0165";
|
|
7499
7757
|
}
|
|
@@ -7506,10 +7764,34 @@
|
|
|
7506
7764
|
content: "\F0A39";
|
|
7507
7765
|
}
|
|
7508
7766
|
|
|
7767
|
+
.mdi-cloud-question-outline::before {
|
|
7768
|
+
content: "\F1BF9";
|
|
7769
|
+
}
|
|
7770
|
+
|
|
7509
7771
|
.mdi-cloud-refresh::before {
|
|
7772
|
+
content: "\F1BFA";
|
|
7773
|
+
}
|
|
7774
|
+
|
|
7775
|
+
.mdi-cloud-refresh-outline::before {
|
|
7776
|
+
content: "\F1BFB";
|
|
7777
|
+
}
|
|
7778
|
+
|
|
7779
|
+
.mdi-cloud-refresh-variant::before {
|
|
7510
7780
|
content: "\F052A";
|
|
7511
7781
|
}
|
|
7512
7782
|
|
|
7783
|
+
.mdi-cloud-refresh-variant-outline::before {
|
|
7784
|
+
content: "\F1BFC";
|
|
7785
|
+
}
|
|
7786
|
+
|
|
7787
|
+
.mdi-cloud-remove::before {
|
|
7788
|
+
content: "\F1BFD";
|
|
7789
|
+
}
|
|
7790
|
+
|
|
7791
|
+
.mdi-cloud-remove-outline::before {
|
|
7792
|
+
content: "\F1BFE";
|
|
7793
|
+
}
|
|
7794
|
+
|
|
7513
7795
|
.mdi-cloud-search::before {
|
|
7514
7796
|
content: "\F0956";
|
|
7515
7797
|
}
|
|
@@ -7546,6 +7828,10 @@
|
|
|
7546
7828
|
content: "\F0816";
|
|
7547
7829
|
}
|
|
7548
7830
|
|
|
7831
|
+
.mdi-clover-outline::before {
|
|
7832
|
+
content: "\F1C62";
|
|
7833
|
+
}
|
|
7834
|
+
|
|
7549
7835
|
.mdi-coach-lamp::before {
|
|
7550
7836
|
content: "\F1020";
|
|
7551
7837
|
}
|
|
@@ -7562,6 +7848,22 @@
|
|
|
7562
7848
|
content: "\F0168";
|
|
7563
7849
|
}
|
|
7564
7850
|
|
|
7851
|
+
.mdi-code-block-braces::before {
|
|
7852
|
+
content: "\F1C83";
|
|
7853
|
+
}
|
|
7854
|
+
|
|
7855
|
+
.mdi-code-block-brackets::before {
|
|
7856
|
+
content: "\F1C84";
|
|
7857
|
+
}
|
|
7858
|
+
|
|
7859
|
+
.mdi-code-block-parentheses::before {
|
|
7860
|
+
content: "\F1C85";
|
|
7861
|
+
}
|
|
7862
|
+
|
|
7863
|
+
.mdi-code-block-tags::before {
|
|
7864
|
+
content: "\F1C86";
|
|
7865
|
+
}
|
|
7866
|
+
|
|
7565
7867
|
.mdi-code-braces::before {
|
|
7566
7868
|
content: "\F0169";
|
|
7567
7869
|
}
|
|
@@ -8370,6 +8672,10 @@
|
|
|
8370
8672
|
content: "\F0674";
|
|
8371
8673
|
}
|
|
8372
8674
|
|
|
8675
|
+
.mdi-creation-outline::before {
|
|
8676
|
+
content: "\F1C2B";
|
|
8677
|
+
}
|
|
8678
|
+
|
|
8373
8679
|
.mdi-creative-commons::before {
|
|
8374
8680
|
content: "\F0D6B";
|
|
8375
8681
|
}
|
|
@@ -8778,6 +9084,10 @@
|
|
|
8778
9084
|
content: "\F07BE";
|
|
8779
9085
|
}
|
|
8780
9086
|
|
|
9087
|
+
.mdi-currency-thb::before {
|
|
9088
|
+
content: "\F1C05";
|
|
9089
|
+
}
|
|
9090
|
+
|
|
8781
9091
|
.mdi-currency-try::before {
|
|
8782
9092
|
content: "\F01B2";
|
|
8783
9093
|
}
|
|
@@ -9614,6 +9924,10 @@
|
|
|
9614
9924
|
content: "\F10AE";
|
|
9615
9925
|
}
|
|
9616
9926
|
|
|
9927
|
+
.mdi-domain-switch::before {
|
|
9928
|
+
content: "\F1C2C";
|
|
9929
|
+
}
|
|
9930
|
+
|
|
9617
9931
|
.mdi-dome-light::before {
|
|
9618
9932
|
content: "\F141E";
|
|
9619
9933
|
}
|
|
@@ -9634,6 +9948,10 @@
|
|
|
9634
9948
|
content: "\F081B";
|
|
9635
9949
|
}
|
|
9636
9950
|
|
|
9951
|
+
.mdi-door-closed-cancel::before {
|
|
9952
|
+
content: "\F1C93";
|
|
9953
|
+
}
|
|
9954
|
+
|
|
9637
9955
|
.mdi-door-closed-lock::before {
|
|
9638
9956
|
content: "\F10AF";
|
|
9639
9957
|
}
|
|
@@ -9870,10 +10188,22 @@
|
|
|
9870
10188
|
content: "\F01E7";
|
|
9871
10189
|
}
|
|
9872
10190
|
|
|
10191
|
+
.mdi-earth-arrow-down::before {
|
|
10192
|
+
content: "\F1C87";
|
|
10193
|
+
}
|
|
10194
|
+
|
|
10195
|
+
.mdi-earth-arrow-left::before {
|
|
10196
|
+
content: "\F1C88";
|
|
10197
|
+
}
|
|
10198
|
+
|
|
9873
10199
|
.mdi-earth-arrow-right::before {
|
|
9874
10200
|
content: "\F1311";
|
|
9875
10201
|
}
|
|
9876
10202
|
|
|
10203
|
+
.mdi-earth-arrow-up::before {
|
|
10204
|
+
content: "\F1C89";
|
|
10205
|
+
}
|
|
10206
|
+
|
|
9877
10207
|
.mdi-earth-box::before {
|
|
9878
10208
|
content: "\F06CD";
|
|
9879
10209
|
}
|
|
@@ -10074,6 +10404,10 @@
|
|
|
10074
10404
|
content: "\F1870";
|
|
10075
10405
|
}
|
|
10076
10406
|
|
|
10407
|
+
.mdi-email-heart-outline::before {
|
|
10408
|
+
content: "\F1C5B";
|
|
10409
|
+
}
|
|
10410
|
+
|
|
10077
10411
|
.mdi-email-lock::before {
|
|
10078
10412
|
content: "\F01F1";
|
|
10079
10413
|
}
|
|
@@ -10118,6 +10452,10 @@
|
|
|
10118
10452
|
content: "\F01EF";
|
|
10119
10453
|
}
|
|
10120
10454
|
|
|
10455
|
+
.mdi-email-open-heart-outline::before {
|
|
10456
|
+
content: "\F1C5C";
|
|
10457
|
+
}
|
|
10458
|
+
|
|
10121
10459
|
.mdi-email-open-multiple::before {
|
|
10122
10460
|
content: "\F0EE9";
|
|
10123
10461
|
}
|
|
@@ -10278,6 +10616,14 @@
|
|
|
10278
10616
|
content: "\F1215";
|
|
10279
10617
|
}
|
|
10280
10618
|
|
|
10619
|
+
.mdi-emoticon-minus::before {
|
|
10620
|
+
content: "\F1CB2";
|
|
10621
|
+
}
|
|
10622
|
+
|
|
10623
|
+
.mdi-emoticon-minus-outline::before {
|
|
10624
|
+
content: "\F1CB3";
|
|
10625
|
+
}
|
|
10626
|
+
|
|
10281
10627
|
.mdi-emoticon-neutral::before {
|
|
10282
10628
|
content: "\F0C74";
|
|
10283
10629
|
}
|
|
@@ -10290,6 +10636,14 @@
|
|
|
10290
10636
|
content: "\F01F2";
|
|
10291
10637
|
}
|
|
10292
10638
|
|
|
10639
|
+
.mdi-emoticon-plus::before {
|
|
10640
|
+
content: "\F1CB4";
|
|
10641
|
+
}
|
|
10642
|
+
|
|
10643
|
+
.mdi-emoticon-plus-outline::before {
|
|
10644
|
+
content: "\F1CB5";
|
|
10645
|
+
}
|
|
10646
|
+
|
|
10293
10647
|
.mdi-emoticon-poop::before {
|
|
10294
10648
|
content: "\F01F7";
|
|
10295
10649
|
}
|
|
@@ -10298,6 +10652,14 @@
|
|
|
10298
10652
|
content: "\F0C75";
|
|
10299
10653
|
}
|
|
10300
10654
|
|
|
10655
|
+
.mdi-emoticon-remove::before {
|
|
10656
|
+
content: "\F1CB6";
|
|
10657
|
+
}
|
|
10658
|
+
|
|
10659
|
+
.mdi-emoticon-remove-outline::before {
|
|
10660
|
+
content: "\F1CB7";
|
|
10661
|
+
}
|
|
10662
|
+
|
|
10301
10663
|
.mdi-emoticon-sad::before {
|
|
10302
10664
|
content: "\F0C76";
|
|
10303
10665
|
}
|
|
@@ -10534,6 +10896,26 @@
|
|
|
10534
10896
|
content: "\F0B95";
|
|
10535
10897
|
}
|
|
10536
10898
|
|
|
10899
|
+
.mdi-eye-closed::before {
|
|
10900
|
+
content: "\F1CA3";
|
|
10901
|
+
}
|
|
10902
|
+
|
|
10903
|
+
.mdi-eye-lock::before {
|
|
10904
|
+
content: "\F1C06";
|
|
10905
|
+
}
|
|
10906
|
+
|
|
10907
|
+
.mdi-eye-lock-open::before {
|
|
10908
|
+
content: "\F1C07";
|
|
10909
|
+
}
|
|
10910
|
+
|
|
10911
|
+
.mdi-eye-lock-open-outline::before {
|
|
10912
|
+
content: "\F1C08";
|
|
10913
|
+
}
|
|
10914
|
+
|
|
10915
|
+
.mdi-eye-lock-outline::before {
|
|
10916
|
+
content: "\F1C09";
|
|
10917
|
+
}
|
|
10918
|
+
|
|
10537
10919
|
.mdi-eye-minus::before {
|
|
10538
10920
|
content: "\F1026";
|
|
10539
10921
|
}
|
|
@@ -10966,6 +11348,14 @@
|
|
|
10966
11348
|
content: "\F1A98";
|
|
10967
11349
|
}
|
|
10968
11350
|
|
|
11351
|
+
.mdi-file-document-arrow-right::before {
|
|
11352
|
+
content: "\F1C0F";
|
|
11353
|
+
}
|
|
11354
|
+
|
|
11355
|
+
.mdi-file-document-arrow-right-outline::before {
|
|
11356
|
+
content: "\F1C10";
|
|
11357
|
+
}
|
|
11358
|
+
|
|
10969
11359
|
.mdi-file-document-check::before {
|
|
10970
11360
|
content: "\F1A99";
|
|
10971
11361
|
}
|
|
@@ -11010,6 +11400,14 @@
|
|
|
11010
11400
|
content: "\F1A9E";
|
|
11011
11401
|
}
|
|
11012
11402
|
|
|
11403
|
+
.mdi-file-document-refresh::before {
|
|
11404
|
+
content: "\F1C7A";
|
|
11405
|
+
}
|
|
11406
|
+
|
|
11407
|
+
.mdi-file-document-refresh-outline::before {
|
|
11408
|
+
content: "\F1C7B";
|
|
11409
|
+
}
|
|
11410
|
+
|
|
11013
11411
|
.mdi-file-document-remove::before {
|
|
11014
11412
|
content: "\F1A9F";
|
|
11015
11413
|
}
|
|
@@ -11350,6 +11748,14 @@
|
|
|
11350
11748
|
content: "\F103A";
|
|
11351
11749
|
}
|
|
11352
11750
|
|
|
11751
|
+
.mdi-file-star-four-points::before {
|
|
11752
|
+
content: "\F1C2D";
|
|
11753
|
+
}
|
|
11754
|
+
|
|
11755
|
+
.mdi-file-star-four-points-outline::before {
|
|
11756
|
+
content: "\F1C2E";
|
|
11757
|
+
}
|
|
11758
|
+
|
|
11353
11759
|
.mdi-file-star-outline::before {
|
|
11354
11760
|
content: "\F103B";
|
|
11355
11761
|
}
|
|
@@ -11610,6 +12016,10 @@
|
|
|
11610
12016
|
content: "\F1722";
|
|
11611
12017
|
}
|
|
11612
12018
|
|
|
12019
|
+
.mdi-fire-station::before {
|
|
12020
|
+
content: "\F1CC3";
|
|
12021
|
+
}
|
|
12022
|
+
|
|
11613
12023
|
.mdi-fire-truck::before {
|
|
11614
12024
|
content: "\F08AB";
|
|
11615
12025
|
}
|
|
@@ -12546,6 +12956,10 @@
|
|
|
12546
12956
|
content: "\F1897";
|
|
12547
12957
|
}
|
|
12548
12958
|
|
|
12959
|
+
.mdi-forest-outline::before {
|
|
12960
|
+
content: "\F1C63";
|
|
12961
|
+
}
|
|
12962
|
+
|
|
12549
12963
|
.mdi-forklift::before {
|
|
12550
12964
|
content: "\F07C9";
|
|
12551
12965
|
}
|
|
@@ -13370,6 +13784,14 @@
|
|
|
13370
13784
|
content: "\F0298";
|
|
13371
13785
|
}
|
|
13372
13786
|
|
|
13787
|
+
.mdi-gas-station-in-use::before {
|
|
13788
|
+
content: "\F1CC4";
|
|
13789
|
+
}
|
|
13790
|
+
|
|
13791
|
+
.mdi-gas-station-in-use-outline::before {
|
|
13792
|
+
content: "\F1CC5";
|
|
13793
|
+
}
|
|
13794
|
+
|
|
13373
13795
|
.mdi-gas-station-off::before {
|
|
13374
13796
|
content: "\F1409";
|
|
13375
13797
|
}
|
|
@@ -13482,6 +13904,18 @@
|
|
|
13482
13904
|
content: "\F029F";
|
|
13483
13905
|
}
|
|
13484
13906
|
|
|
13907
|
+
.mdi-generator-mobile::before {
|
|
13908
|
+
content: "\F1C8A";
|
|
13909
|
+
}
|
|
13910
|
+
|
|
13911
|
+
.mdi-generator-portable::before {
|
|
13912
|
+
content: "\F1C8B";
|
|
13913
|
+
}
|
|
13914
|
+
|
|
13915
|
+
.mdi-generator-stationary::before {
|
|
13916
|
+
content: "\F1C8C";
|
|
13917
|
+
}
|
|
13918
|
+
|
|
13485
13919
|
.mdi-gentoo::before {
|
|
13486
13920
|
content: "\F08E8";
|
|
13487
13921
|
}
|
|
@@ -14422,6 +14856,10 @@
|
|
|
14422
14856
|
content: "\F1433";
|
|
14423
14857
|
}
|
|
14424
14858
|
|
|
14859
|
+
.mdi-heart-search::before {
|
|
14860
|
+
content: "\F1C8D";
|
|
14861
|
+
}
|
|
14862
|
+
|
|
14425
14863
|
.mdi-heart-settings::before {
|
|
14426
14864
|
content: "\F1665";
|
|
14427
14865
|
}
|
|
@@ -14458,6 +14896,18 @@
|
|
|
14458
14896
|
content: "\F078B";
|
|
14459
14897
|
}
|
|
14460
14898
|
|
|
14899
|
+
.mdi-help-box-multiple::before {
|
|
14900
|
+
content: "\F1C0A";
|
|
14901
|
+
}
|
|
14902
|
+
|
|
14903
|
+
.mdi-help-box-multiple-outline::before {
|
|
14904
|
+
content: "\F1C0B";
|
|
14905
|
+
}
|
|
14906
|
+
|
|
14907
|
+
.mdi-help-box-outline::before {
|
|
14908
|
+
content: "\F1C0C";
|
|
14909
|
+
}
|
|
14910
|
+
|
|
14461
14911
|
.mdi-help-circle::before {
|
|
14462
14912
|
content: "\F02D7";
|
|
14463
14913
|
}
|
|
@@ -14754,6 +15204,14 @@
|
|
|
14754
15204
|
content: "\F06A1";
|
|
14755
15205
|
}
|
|
14756
15206
|
|
|
15207
|
+
.mdi-home-percent::before {
|
|
15208
|
+
content: "\F1C7C";
|
|
15209
|
+
}
|
|
15210
|
+
|
|
15211
|
+
.mdi-home-percent-outline::before {
|
|
15212
|
+
content: "\F1C7D";
|
|
15213
|
+
}
|
|
15214
|
+
|
|
14757
15215
|
.mdi-home-plus::before {
|
|
14758
15216
|
content: "\F0975";
|
|
14759
15217
|
}
|
|
@@ -14790,6 +15248,22 @@
|
|
|
14790
15248
|
content: "\F1BA1";
|
|
14791
15249
|
}
|
|
14792
15250
|
|
|
15251
|
+
.mdi-home-sound-in::before {
|
|
15252
|
+
content: "\F1C2F";
|
|
15253
|
+
}
|
|
15254
|
+
|
|
15255
|
+
.mdi-home-sound-in-outline::before {
|
|
15256
|
+
content: "\F1C30";
|
|
15257
|
+
}
|
|
15258
|
+
|
|
15259
|
+
.mdi-home-sound-out::before {
|
|
15260
|
+
content: "\F1C31";
|
|
15261
|
+
}
|
|
15262
|
+
|
|
15263
|
+
.mdi-home-sound-out-outline::before {
|
|
15264
|
+
content: "\F1C32";
|
|
15265
|
+
}
|
|
15266
|
+
|
|
14793
15267
|
.mdi-home-switch::before {
|
|
14794
15268
|
content: "\F1794";
|
|
14795
15269
|
}
|
|
@@ -14882,10 +15356,22 @@
|
|
|
14882
15356
|
content: "\F0828";
|
|
14883
15357
|
}
|
|
14884
15358
|
|
|
15359
|
+
.mdi-hours-12::before {
|
|
15360
|
+
content: "\F1C94";
|
|
15361
|
+
}
|
|
15362
|
+
|
|
14885
15363
|
.mdi-hours-24::before {
|
|
14886
15364
|
content: "\F1478";
|
|
14887
15365
|
}
|
|
14888
15366
|
|
|
15367
|
+
.mdi-hub::before {
|
|
15368
|
+
content: "\F1C95";
|
|
15369
|
+
}
|
|
15370
|
+
|
|
15371
|
+
.mdi-hub-outline::before {
|
|
15372
|
+
content: "\F1C96";
|
|
15373
|
+
}
|
|
15374
|
+
|
|
14889
15375
|
.mdi-hubspot::before {
|
|
14890
15376
|
content: "\F0D17";
|
|
14891
15377
|
}
|
|
@@ -14942,6 +15428,10 @@
|
|
|
14942
15428
|
content: "\F0A5A";
|
|
14943
15429
|
}
|
|
14944
15430
|
|
|
15431
|
+
.mdi-human-female-female-child::before {
|
|
15432
|
+
content: "\F1C8E";
|
|
15433
|
+
}
|
|
15434
|
+
|
|
14945
15435
|
.mdi-human-female-girl::before {
|
|
14946
15436
|
content: "\F0A5B";
|
|
14947
15437
|
}
|
|
@@ -15010,6 +15500,10 @@
|
|
|
15010
15500
|
content: "\F0A5E";
|
|
15011
15501
|
}
|
|
15012
15502
|
|
|
15503
|
+
.mdi-human-male-male-child::before {
|
|
15504
|
+
content: "\F1C8F";
|
|
15505
|
+
}
|
|
15506
|
+
|
|
15013
15507
|
.mdi-human-non-binary::before {
|
|
15014
15508
|
content: "\F1848";
|
|
15015
15509
|
}
|
|
@@ -15162,6 +15656,10 @@
|
|
|
15162
15656
|
content: "\F02F3";
|
|
15163
15657
|
}
|
|
15164
15658
|
|
|
15659
|
+
.mdi-image-filter-drama-outline::before {
|
|
15660
|
+
content: "\F1BFF";
|
|
15661
|
+
}
|
|
15662
|
+
|
|
15165
15663
|
.mdi-image-filter-frames::before {
|
|
15166
15664
|
content: "\F02F4";
|
|
15167
15665
|
}
|
|
@@ -15170,6 +15668,10 @@
|
|
|
15170
15668
|
content: "\F02F5";
|
|
15171
15669
|
}
|
|
15172
15670
|
|
|
15671
|
+
.mdi-image-filter-hdr-outline::before {
|
|
15672
|
+
content: "\F1C64";
|
|
15673
|
+
}
|
|
15674
|
+
|
|
15173
15675
|
.mdi-image-filter-none::before {
|
|
15174
15676
|
content: "\F02F6";
|
|
15175
15677
|
}
|
|
@@ -15370,8 +15872,16 @@
|
|
|
15370
15872
|
content: "\F02FC";
|
|
15371
15873
|
}
|
|
15372
15874
|
|
|
15373
|
-
.mdi-information-
|
|
15374
|
-
content: "\
|
|
15875
|
+
.mdi-information-box::before {
|
|
15876
|
+
content: "\F1C65";
|
|
15877
|
+
}
|
|
15878
|
+
|
|
15879
|
+
.mdi-information-box-outline::before {
|
|
15880
|
+
content: "\F1C66";
|
|
15881
|
+
}
|
|
15882
|
+
|
|
15883
|
+
.mdi-information-off::before {
|
|
15884
|
+
content: "\F178C";
|
|
15375
15885
|
}
|
|
15376
15886
|
|
|
15377
15887
|
.mdi-information-off-outline::before {
|
|
@@ -15382,10 +15892,50 @@
|
|
|
15382
15892
|
content: "\F02FD";
|
|
15383
15893
|
}
|
|
15384
15894
|
|
|
15895
|
+
.mdi-information-slab-box::before {
|
|
15896
|
+
content: "\F1C67";
|
|
15897
|
+
}
|
|
15898
|
+
|
|
15899
|
+
.mdi-information-slab-box-outline::before {
|
|
15900
|
+
content: "\F1C68";
|
|
15901
|
+
}
|
|
15902
|
+
|
|
15903
|
+
.mdi-information-slab-circle::before {
|
|
15904
|
+
content: "\F1C69";
|
|
15905
|
+
}
|
|
15906
|
+
|
|
15907
|
+
.mdi-information-slab-circle-outline::before {
|
|
15908
|
+
content: "\F1C6A";
|
|
15909
|
+
}
|
|
15910
|
+
|
|
15911
|
+
.mdi-information-slab-symbol::before {
|
|
15912
|
+
content: "\F1C6B";
|
|
15913
|
+
}
|
|
15914
|
+
|
|
15915
|
+
.mdi-information-symbol::before {
|
|
15916
|
+
content: "\F1C6C";
|
|
15917
|
+
}
|
|
15918
|
+
|
|
15385
15919
|
.mdi-information-variant::before {
|
|
15386
15920
|
content: "\F064E";
|
|
15387
15921
|
}
|
|
15388
15922
|
|
|
15923
|
+
.mdi-information-variant-box::before {
|
|
15924
|
+
content: "\F1C6D";
|
|
15925
|
+
}
|
|
15926
|
+
|
|
15927
|
+
.mdi-information-variant-box-outline::before {
|
|
15928
|
+
content: "\F1C6E";
|
|
15929
|
+
}
|
|
15930
|
+
|
|
15931
|
+
.mdi-information-variant-circle::before {
|
|
15932
|
+
content: "\F1C6F";
|
|
15933
|
+
}
|
|
15934
|
+
|
|
15935
|
+
.mdi-information-variant-circle-outline::before {
|
|
15936
|
+
content: "\F1C70";
|
|
15937
|
+
}
|
|
15938
|
+
|
|
15389
15939
|
.mdi-instagram::before {
|
|
15390
15940
|
content: "\F02FE";
|
|
15391
15941
|
}
|
|
@@ -15446,6 +15996,10 @@
|
|
|
15446
15996
|
content: "\F104F";
|
|
15447
15997
|
}
|
|
15448
15998
|
|
|
15999
|
+
.mdi-island-variant::before {
|
|
16000
|
+
content: "\F1CC6";
|
|
16001
|
+
}
|
|
16002
|
+
|
|
15449
16003
|
.mdi-iv-bag::before {
|
|
15450
16004
|
content: "\F10B9";
|
|
15451
16005
|
}
|
|
@@ -15618,6 +16172,10 @@
|
|
|
15618
16172
|
content: "\F030F";
|
|
15619
16173
|
}
|
|
15620
16174
|
|
|
16175
|
+
.mdi-keyboard-close-outline::before {
|
|
16176
|
+
content: "\F1C00";
|
|
16177
|
+
}
|
|
16178
|
+
|
|
15621
16179
|
.mdi-keyboard-esc::before {
|
|
15622
16180
|
content: "\F12B7";
|
|
15623
16181
|
}
|
|
@@ -15862,6 +16420,10 @@
|
|
|
15862
16420
|
content: "\F1AB5";
|
|
15863
16421
|
}
|
|
15864
16422
|
|
|
16423
|
+
.mdi-land-plots-marker::before {
|
|
16424
|
+
content: "\F1C5D";
|
|
16425
|
+
}
|
|
16426
|
+
|
|
15865
16427
|
.mdi-land-rows-horizontal::before {
|
|
15866
16428
|
content: "\F1AB6";
|
|
15867
16429
|
}
|
|
@@ -16398,6 +16960,18 @@
|
|
|
16398
16960
|
content: "\F0D1D";
|
|
16399
16961
|
}
|
|
16400
16962
|
|
|
16963
|
+
.mdi-link-circle::before {
|
|
16964
|
+
content: "\F1CAC";
|
|
16965
|
+
}
|
|
16966
|
+
|
|
16967
|
+
.mdi-link-circle-outline::before {
|
|
16968
|
+
content: "\F1CAD";
|
|
16969
|
+
}
|
|
16970
|
+
|
|
16971
|
+
.mdi-link-edit::before {
|
|
16972
|
+
content: "\F1CAE";
|
|
16973
|
+
}
|
|
16974
|
+
|
|
16401
16975
|
.mdi-link-lock::before {
|
|
16402
16976
|
content: "\F10BA";
|
|
16403
16977
|
}
|
|
@@ -16586,6 +17160,30 @@
|
|
|
16586
17160
|
content: "\F06EA";
|
|
16587
17161
|
}
|
|
16588
17162
|
|
|
17163
|
+
.mdi-lock-percent::before {
|
|
17164
|
+
content: "\F1C12";
|
|
17165
|
+
}
|
|
17166
|
+
|
|
17167
|
+
.mdi-lock-percent-open::before {
|
|
17168
|
+
content: "\F1C13";
|
|
17169
|
+
}
|
|
17170
|
+
|
|
17171
|
+
.mdi-lock-percent-open-outline::before {
|
|
17172
|
+
content: "\F1C14";
|
|
17173
|
+
}
|
|
17174
|
+
|
|
17175
|
+
.mdi-lock-percent-open-variant::before {
|
|
17176
|
+
content: "\F1C15";
|
|
17177
|
+
}
|
|
17178
|
+
|
|
17179
|
+
.mdi-lock-percent-open-variant-outline::before {
|
|
17180
|
+
content: "\F1C16";
|
|
17181
|
+
}
|
|
17182
|
+
|
|
17183
|
+
.mdi-lock-percent-outline::before {
|
|
17184
|
+
content: "\F1C17";
|
|
17185
|
+
}
|
|
17186
|
+
|
|
16589
17187
|
.mdi-lock-plus::before {
|
|
16590
17188
|
content: "\F05FB";
|
|
16591
17189
|
}
|
|
@@ -17070,6 +17668,10 @@
|
|
|
17070
17668
|
content: "\F035B";
|
|
17071
17669
|
}
|
|
17072
17670
|
|
|
17671
|
+
.mdi-memory-arrow-down::before {
|
|
17672
|
+
content: "\F1CA6";
|
|
17673
|
+
}
|
|
17674
|
+
|
|
17073
17675
|
.mdi-menorah::before {
|
|
17074
17676
|
content: "\F17D4";
|
|
17075
17677
|
}
|
|
@@ -17082,6 +17684,10 @@
|
|
|
17082
17684
|
content: "\F035C";
|
|
17083
17685
|
}
|
|
17084
17686
|
|
|
17687
|
+
.mdi-menu-close::before {
|
|
17688
|
+
content: "\F1C90";
|
|
17689
|
+
}
|
|
17690
|
+
|
|
17085
17691
|
.mdi-menu-down::before {
|
|
17086
17692
|
content: "\F035D";
|
|
17087
17693
|
}
|
|
@@ -17766,6 +18372,10 @@
|
|
|
17766
18372
|
content: "\F0DDC";
|
|
17767
18373
|
}
|
|
17768
18374
|
|
|
18375
|
+
.mdi-monitor-vertical::before {
|
|
18376
|
+
content: "\F1C33";
|
|
18377
|
+
}
|
|
18378
|
+
|
|
17769
18379
|
.mdi-moon-first-quarter::before {
|
|
17770
18380
|
content: "\F0F61";
|
|
17771
18381
|
}
|
|
@@ -18350,10 +18960,18 @@
|
|
|
18350
18960
|
content: "\F038E";
|
|
18351
18961
|
}
|
|
18352
18962
|
|
|
18963
|
+
.mdi-nature-outline::before {
|
|
18964
|
+
content: "\F1C71";
|
|
18965
|
+
}
|
|
18966
|
+
|
|
18353
18967
|
.mdi-nature-people::before {
|
|
18354
18968
|
content: "\F038F";
|
|
18355
18969
|
}
|
|
18356
18970
|
|
|
18971
|
+
.mdi-nature-people-outline::before {
|
|
18972
|
+
content: "\F1C72";
|
|
18973
|
+
}
|
|
18974
|
+
|
|
18357
18975
|
.mdi-navigation::before {
|
|
18358
18976
|
content: "\F0390";
|
|
18359
18977
|
}
|
|
@@ -19114,10 +19732,34 @@
|
|
|
19114
19732
|
content: "\F06F9";
|
|
19115
19733
|
}
|
|
19116
19734
|
|
|
19735
|
+
.mdi-octagram-edit::before {
|
|
19736
|
+
content: "\F1C34";
|
|
19737
|
+
}
|
|
19738
|
+
|
|
19739
|
+
.mdi-octagram-edit-outline::before {
|
|
19740
|
+
content: "\F1C35";
|
|
19741
|
+
}
|
|
19742
|
+
|
|
19743
|
+
.mdi-octagram-minus::before {
|
|
19744
|
+
content: "\F1C36";
|
|
19745
|
+
}
|
|
19746
|
+
|
|
19747
|
+
.mdi-octagram-minus-outline::before {
|
|
19748
|
+
content: "\F1C37";
|
|
19749
|
+
}
|
|
19750
|
+
|
|
19117
19751
|
.mdi-octagram-outline::before {
|
|
19118
19752
|
content: "\F0775";
|
|
19119
19753
|
}
|
|
19120
19754
|
|
|
19755
|
+
.mdi-octagram-plus::before {
|
|
19756
|
+
content: "\F1C38";
|
|
19757
|
+
}
|
|
19758
|
+
|
|
19759
|
+
.mdi-octagram-plus-outline::before {
|
|
19760
|
+
content: "\F1C39";
|
|
19761
|
+
}
|
|
19762
|
+
|
|
19121
19763
|
.mdi-octahedron::before {
|
|
19122
19764
|
content: "\F1950";
|
|
19123
19765
|
}
|
|
@@ -19642,10 +20284,34 @@
|
|
|
19642
20284
|
content: "\F07E3";
|
|
19643
20285
|
}
|
|
19644
20286
|
|
|
20287
|
+
.mdi-passport-alert::before {
|
|
20288
|
+
content: "\F1CB8";
|
|
20289
|
+
}
|
|
20290
|
+
|
|
19645
20291
|
.mdi-passport-biometric::before {
|
|
19646
20292
|
content: "\F0DE1";
|
|
19647
20293
|
}
|
|
19648
20294
|
|
|
20295
|
+
.mdi-passport-cancel::before {
|
|
20296
|
+
content: "\F1CB9";
|
|
20297
|
+
}
|
|
20298
|
+
|
|
20299
|
+
.mdi-passport-check::before {
|
|
20300
|
+
content: "\F1CBA";
|
|
20301
|
+
}
|
|
20302
|
+
|
|
20303
|
+
.mdi-passport-minus::before {
|
|
20304
|
+
content: "\F1CBB";
|
|
20305
|
+
}
|
|
20306
|
+
|
|
20307
|
+
.mdi-passport-plus::before {
|
|
20308
|
+
content: "\F1CBC";
|
|
20309
|
+
}
|
|
20310
|
+
|
|
20311
|
+
.mdi-passport-remove::before {
|
|
20312
|
+
content: "\F1CBD";
|
|
20313
|
+
}
|
|
20314
|
+
|
|
19649
20315
|
.mdi-pasta::before {
|
|
19650
20316
|
content: "\F1160";
|
|
19651
20317
|
}
|
|
@@ -19822,6 +20488,10 @@
|
|
|
19822
20488
|
content: "\F1353";
|
|
19823
20489
|
}
|
|
19824
20490
|
|
|
20491
|
+
.mdi-pencil-ruler-outline::before {
|
|
20492
|
+
content: "\F1C11";
|
|
20493
|
+
}
|
|
20494
|
+
|
|
19825
20495
|
.mdi-penguin::before {
|
|
19826
20496
|
content: "\F0EC0";
|
|
19827
20497
|
}
|
|
@@ -20222,6 +20892,14 @@
|
|
|
20222
20892
|
content: "\F141A";
|
|
20223
20893
|
}
|
|
20224
20894
|
|
|
20895
|
+
.mdi-pine-tree-variant::before {
|
|
20896
|
+
content: "\F1C73";
|
|
20897
|
+
}
|
|
20898
|
+
|
|
20899
|
+
.mdi-pine-tree-variant-outline::before {
|
|
20900
|
+
content: "\F1C74";
|
|
20901
|
+
}
|
|
20902
|
+
|
|
20225
20903
|
.mdi-pinterest::before {
|
|
20226
20904
|
content: "\F0407";
|
|
20227
20905
|
}
|
|
@@ -20290,6 +20968,10 @@
|
|
|
20290
20968
|
content: "\F127A";
|
|
20291
20969
|
}
|
|
20292
20970
|
|
|
20971
|
+
.mdi-play-box-edit-outline::before {
|
|
20972
|
+
content: "\F1C3A";
|
|
20973
|
+
}
|
|
20974
|
+
|
|
20293
20975
|
.mdi-play-box-lock::before {
|
|
20294
20976
|
content: "\F1A16";
|
|
20295
20977
|
}
|
|
@@ -20466,6 +21148,10 @@
|
|
|
20466
21148
|
content: "\F11EC";
|
|
20467
21149
|
}
|
|
20468
21150
|
|
|
21151
|
+
.mdi-pocket::before {
|
|
21152
|
+
content: "\F1CBE";
|
|
21153
|
+
}
|
|
21154
|
+
|
|
20469
21155
|
.mdi-podcast::before {
|
|
20470
21156
|
content: "\F0994";
|
|
20471
21157
|
}
|
|
@@ -20614,6 +21300,14 @@
|
|
|
20614
21300
|
content: "\F06A5";
|
|
20615
21301
|
}
|
|
20616
21302
|
|
|
21303
|
+
.mdi-power-plug-battery::before {
|
|
21304
|
+
content: "\F1C3B";
|
|
21305
|
+
}
|
|
21306
|
+
|
|
21307
|
+
.mdi-power-plug-battery-outline::before {
|
|
21308
|
+
content: "\F1C3C";
|
|
21309
|
+
}
|
|
21310
|
+
|
|
20617
21311
|
.mdi-power-plug-off::before {
|
|
20618
21312
|
content: "\F06A6";
|
|
20619
21313
|
}
|
|
@@ -20770,6 +21464,146 @@
|
|
|
20770
21464
|
content: "\F1057";
|
|
20771
21465
|
}
|
|
20772
21466
|
|
|
21467
|
+
.mdi-printer-pos-alert::before {
|
|
21468
|
+
content: "\F1BBC";
|
|
21469
|
+
}
|
|
21470
|
+
|
|
21471
|
+
.mdi-printer-pos-alert-outline::before {
|
|
21472
|
+
content: "\F1BBD";
|
|
21473
|
+
}
|
|
21474
|
+
|
|
21475
|
+
.mdi-printer-pos-cancel::before {
|
|
21476
|
+
content: "\F1BBE";
|
|
21477
|
+
}
|
|
21478
|
+
|
|
21479
|
+
.mdi-printer-pos-cancel-outline::before {
|
|
21480
|
+
content: "\F1BBF";
|
|
21481
|
+
}
|
|
21482
|
+
|
|
21483
|
+
.mdi-printer-pos-check::before {
|
|
21484
|
+
content: "\F1BC0";
|
|
21485
|
+
}
|
|
21486
|
+
|
|
21487
|
+
.mdi-printer-pos-check-outline::before {
|
|
21488
|
+
content: "\F1BC1";
|
|
21489
|
+
}
|
|
21490
|
+
|
|
21491
|
+
.mdi-printer-pos-cog::before {
|
|
21492
|
+
content: "\F1BC2";
|
|
21493
|
+
}
|
|
21494
|
+
|
|
21495
|
+
.mdi-printer-pos-cog-outline::before {
|
|
21496
|
+
content: "\F1BC3";
|
|
21497
|
+
}
|
|
21498
|
+
|
|
21499
|
+
.mdi-printer-pos-edit::before {
|
|
21500
|
+
content: "\F1BC4";
|
|
21501
|
+
}
|
|
21502
|
+
|
|
21503
|
+
.mdi-printer-pos-edit-outline::before {
|
|
21504
|
+
content: "\F1BC5";
|
|
21505
|
+
}
|
|
21506
|
+
|
|
21507
|
+
.mdi-printer-pos-minus::before {
|
|
21508
|
+
content: "\F1BC6";
|
|
21509
|
+
}
|
|
21510
|
+
|
|
21511
|
+
.mdi-printer-pos-minus-outline::before {
|
|
21512
|
+
content: "\F1BC7";
|
|
21513
|
+
}
|
|
21514
|
+
|
|
21515
|
+
.mdi-printer-pos-network::before {
|
|
21516
|
+
content: "\F1BC8";
|
|
21517
|
+
}
|
|
21518
|
+
|
|
21519
|
+
.mdi-printer-pos-network-outline::before {
|
|
21520
|
+
content: "\F1BC9";
|
|
21521
|
+
}
|
|
21522
|
+
|
|
21523
|
+
.mdi-printer-pos-off::before {
|
|
21524
|
+
content: "\F1BCA";
|
|
21525
|
+
}
|
|
21526
|
+
|
|
21527
|
+
.mdi-printer-pos-off-outline::before {
|
|
21528
|
+
content: "\F1BCB";
|
|
21529
|
+
}
|
|
21530
|
+
|
|
21531
|
+
.mdi-printer-pos-outline::before {
|
|
21532
|
+
content: "\F1BCC";
|
|
21533
|
+
}
|
|
21534
|
+
|
|
21535
|
+
.mdi-printer-pos-pause::before {
|
|
21536
|
+
content: "\F1BCD";
|
|
21537
|
+
}
|
|
21538
|
+
|
|
21539
|
+
.mdi-printer-pos-pause-outline::before {
|
|
21540
|
+
content: "\F1BCE";
|
|
21541
|
+
}
|
|
21542
|
+
|
|
21543
|
+
.mdi-printer-pos-play::before {
|
|
21544
|
+
content: "\F1BCF";
|
|
21545
|
+
}
|
|
21546
|
+
|
|
21547
|
+
.mdi-printer-pos-play-outline::before {
|
|
21548
|
+
content: "\F1BD0";
|
|
21549
|
+
}
|
|
21550
|
+
|
|
21551
|
+
.mdi-printer-pos-plus::before {
|
|
21552
|
+
content: "\F1BD1";
|
|
21553
|
+
}
|
|
21554
|
+
|
|
21555
|
+
.mdi-printer-pos-plus-outline::before {
|
|
21556
|
+
content: "\F1BD2";
|
|
21557
|
+
}
|
|
21558
|
+
|
|
21559
|
+
.mdi-printer-pos-refresh::before {
|
|
21560
|
+
content: "\F1BD3";
|
|
21561
|
+
}
|
|
21562
|
+
|
|
21563
|
+
.mdi-printer-pos-refresh-outline::before {
|
|
21564
|
+
content: "\F1BD4";
|
|
21565
|
+
}
|
|
21566
|
+
|
|
21567
|
+
.mdi-printer-pos-remove::before {
|
|
21568
|
+
content: "\F1BD5";
|
|
21569
|
+
}
|
|
21570
|
+
|
|
21571
|
+
.mdi-printer-pos-remove-outline::before {
|
|
21572
|
+
content: "\F1BD6";
|
|
21573
|
+
}
|
|
21574
|
+
|
|
21575
|
+
.mdi-printer-pos-star::before {
|
|
21576
|
+
content: "\F1BD7";
|
|
21577
|
+
}
|
|
21578
|
+
|
|
21579
|
+
.mdi-printer-pos-star-outline::before {
|
|
21580
|
+
content: "\F1BD8";
|
|
21581
|
+
}
|
|
21582
|
+
|
|
21583
|
+
.mdi-printer-pos-stop::before {
|
|
21584
|
+
content: "\F1BD9";
|
|
21585
|
+
}
|
|
21586
|
+
|
|
21587
|
+
.mdi-printer-pos-stop-outline::before {
|
|
21588
|
+
content: "\F1BDA";
|
|
21589
|
+
}
|
|
21590
|
+
|
|
21591
|
+
.mdi-printer-pos-sync::before {
|
|
21592
|
+
content: "\F1BDB";
|
|
21593
|
+
}
|
|
21594
|
+
|
|
21595
|
+
.mdi-printer-pos-sync-outline::before {
|
|
21596
|
+
content: "\F1BDC";
|
|
21597
|
+
}
|
|
21598
|
+
|
|
21599
|
+
.mdi-printer-pos-wrench::before {
|
|
21600
|
+
content: "\F1BDD";
|
|
21601
|
+
}
|
|
21602
|
+
|
|
21603
|
+
.mdi-printer-pos-wrench-outline::before {
|
|
21604
|
+
content: "\F1BDE";
|
|
21605
|
+
}
|
|
21606
|
+
|
|
20773
21607
|
.mdi-printer-search::before {
|
|
20774
21608
|
content: "\F1457";
|
|
20775
21609
|
}
|
|
@@ -20830,6 +21664,10 @@
|
|
|
20830
21664
|
content: "\F1788";
|
|
20831
21665
|
}
|
|
20832
21666
|
|
|
21667
|
+
.mdi-progress-star-four-points::before {
|
|
21668
|
+
content: "\F1C3D";
|
|
21669
|
+
}
|
|
21670
|
+
|
|
20833
21671
|
.mdi-progress-upload::before {
|
|
20834
21672
|
content: "\F0998";
|
|
20835
21673
|
}
|
|
@@ -21042,6 +21880,10 @@
|
|
|
21042
21880
|
content: "\F0A0D";
|
|
21043
21881
|
}
|
|
21044
21882
|
|
|
21883
|
+
.mdi-queue-first-in-last-out::before {
|
|
21884
|
+
content: "\F1CAF";
|
|
21885
|
+
}
|
|
21886
|
+
|
|
21045
21887
|
.mdi-quora::before {
|
|
21046
21888
|
content: "\F0D29";
|
|
21047
21889
|
}
|
|
@@ -21126,6 +21968,10 @@
|
|
|
21126
21968
|
content: "\F043D";
|
|
21127
21969
|
}
|
|
21128
21970
|
|
|
21971
|
+
.mdi-radiobox-indeterminate-variant::before {
|
|
21972
|
+
content: "\F1C5E";
|
|
21973
|
+
}
|
|
21974
|
+
|
|
21129
21975
|
.mdi-radiobox-marked::before {
|
|
21130
21976
|
content: "\F043E";
|
|
21131
21977
|
}
|
|
@@ -21214,14 +22060,46 @@
|
|
|
21214
22060
|
content: "\F0824";
|
|
21215
22061
|
}
|
|
21216
22062
|
|
|
22063
|
+
.mdi-receipt-clock::before {
|
|
22064
|
+
content: "\F1C3E";
|
|
22065
|
+
}
|
|
22066
|
+
|
|
22067
|
+
.mdi-receipt-clock-outline::before {
|
|
22068
|
+
content: "\F1C3F";
|
|
22069
|
+
}
|
|
22070
|
+
|
|
21217
22071
|
.mdi-receipt-outline::before {
|
|
21218
22072
|
content: "\F04F7";
|
|
21219
22073
|
}
|
|
21220
22074
|
|
|
22075
|
+
.mdi-receipt-send::before {
|
|
22076
|
+
content: "\F1C40";
|
|
22077
|
+
}
|
|
22078
|
+
|
|
22079
|
+
.mdi-receipt-send-outline::before {
|
|
22080
|
+
content: "\F1C41";
|
|
22081
|
+
}
|
|
22082
|
+
|
|
21221
22083
|
.mdi-receipt-text::before {
|
|
21222
22084
|
content: "\F0449";
|
|
21223
22085
|
}
|
|
21224
22086
|
|
|
22087
|
+
.mdi-receipt-text-arrow-left::before {
|
|
22088
|
+
content: "\F1C42";
|
|
22089
|
+
}
|
|
22090
|
+
|
|
22091
|
+
.mdi-receipt-text-arrow-left-outline::before {
|
|
22092
|
+
content: "\F1C43";
|
|
22093
|
+
}
|
|
22094
|
+
|
|
22095
|
+
.mdi-receipt-text-arrow-right::before {
|
|
22096
|
+
content: "\F1C44";
|
|
22097
|
+
}
|
|
22098
|
+
|
|
22099
|
+
.mdi-receipt-text-arrow-right-outline::before {
|
|
22100
|
+
content: "\F1C45";
|
|
22101
|
+
}
|
|
22102
|
+
|
|
21225
22103
|
.mdi-receipt-text-check::before {
|
|
21226
22104
|
content: "\F1A63";
|
|
21227
22105
|
}
|
|
@@ -21230,6 +22108,22 @@
|
|
|
21230
22108
|
content: "\F1A64";
|
|
21231
22109
|
}
|
|
21232
22110
|
|
|
22111
|
+
.mdi-receipt-text-clock::before {
|
|
22112
|
+
content: "\F1C46";
|
|
22113
|
+
}
|
|
22114
|
+
|
|
22115
|
+
.mdi-receipt-text-clock-outline::before {
|
|
22116
|
+
content: "\F1C47";
|
|
22117
|
+
}
|
|
22118
|
+
|
|
22119
|
+
.mdi-receipt-text-edit::before {
|
|
22120
|
+
content: "\F1C48";
|
|
22121
|
+
}
|
|
22122
|
+
|
|
22123
|
+
.mdi-receipt-text-edit-outline::before {
|
|
22124
|
+
content: "\F1C49";
|
|
22125
|
+
}
|
|
22126
|
+
|
|
21233
22127
|
.mdi-receipt-text-minus::before {
|
|
21234
22128
|
content: "\F1A65";
|
|
21235
22129
|
}
|
|
@@ -21258,6 +22152,14 @@
|
|
|
21258
22152
|
content: "\F1A6A";
|
|
21259
22153
|
}
|
|
21260
22154
|
|
|
22155
|
+
.mdi-receipt-text-send::before {
|
|
22156
|
+
content: "\F1C4A";
|
|
22157
|
+
}
|
|
22158
|
+
|
|
22159
|
+
.mdi-receipt-text-send-outline::before {
|
|
22160
|
+
content: "\F1C4B";
|
|
22161
|
+
}
|
|
22162
|
+
|
|
21261
22163
|
.mdi-record::before {
|
|
21262
22164
|
content: "\F044A";
|
|
21263
22165
|
}
|
|
@@ -21522,10 +22424,22 @@
|
|
|
21522
22424
|
content: "\F0EC6";
|
|
21523
22425
|
}
|
|
21524
22426
|
|
|
22427
|
+
.mdi-rename::before {
|
|
22428
|
+
content: "\F1C18";
|
|
22429
|
+
}
|
|
22430
|
+
|
|
21525
22431
|
.mdi-rename-box::before {
|
|
21526
22432
|
content: "\F0455";
|
|
21527
22433
|
}
|
|
21528
22434
|
|
|
22435
|
+
.mdi-rename-box-outline::before {
|
|
22436
|
+
content: "\F1C19";
|
|
22437
|
+
}
|
|
22438
|
+
|
|
22439
|
+
.mdi-rename-outline::before {
|
|
22440
|
+
content: "\F1C1A";
|
|
22441
|
+
}
|
|
22442
|
+
|
|
21529
22443
|
.mdi-reorder-horizontal::before {
|
|
21530
22444
|
content: "\F0688";
|
|
21531
22445
|
}
|
|
@@ -21798,6 +22712,10 @@
|
|
|
21798
22712
|
content: "\F1B5D";
|
|
21799
22713
|
}
|
|
21800
22714
|
|
|
22715
|
+
.mdi-robot-vacuum-off::before {
|
|
22716
|
+
content: "\F1C01";
|
|
22717
|
+
}
|
|
22718
|
+
|
|
21801
22719
|
.mdi-robot-vacuum-variant::before {
|
|
21802
22720
|
content: "\F0908";
|
|
21803
22721
|
}
|
|
@@ -21806,6 +22724,10 @@
|
|
|
21806
22724
|
content: "\F1B5E";
|
|
21807
22725
|
}
|
|
21808
22726
|
|
|
22727
|
+
.mdi-robot-vacuum-variant-off::before {
|
|
22728
|
+
content: "\F1C02";
|
|
22729
|
+
}
|
|
22730
|
+
|
|
21809
22731
|
.mdi-rocket::before {
|
|
21810
22732
|
content: "\F0463";
|
|
21811
22733
|
}
|
|
@@ -21954,6 +22876,10 @@
|
|
|
21954
22876
|
content: "\F1087";
|
|
21955
22877
|
}
|
|
21956
22878
|
|
|
22879
|
+
.mdi-router-network-wireless::before {
|
|
22880
|
+
content: "\F1C97";
|
|
22881
|
+
}
|
|
22882
|
+
|
|
21957
22883
|
.mdi-router-wireless::before {
|
|
21958
22884
|
content: "\F0469";
|
|
21959
22885
|
}
|
|
@@ -22026,6 +22952,10 @@
|
|
|
22026
22952
|
content: "\F0D2E";
|
|
22027
22953
|
}
|
|
22028
22954
|
|
|
22955
|
+
.mdi-sack-outline::before {
|
|
22956
|
+
content: "\F1C4C";
|
|
22957
|
+
}
|
|
22958
|
+
|
|
22029
22959
|
.mdi-sack-percent::before {
|
|
22030
22960
|
content: "\F0D2F";
|
|
22031
22961
|
}
|
|
@@ -22498,6 +23428,22 @@
|
|
|
22498
23428
|
content: "\F1165";
|
|
22499
23429
|
}
|
|
22500
23430
|
|
|
23431
|
+
.mdi-send-variant::before {
|
|
23432
|
+
content: "\F1C4D";
|
|
23433
|
+
}
|
|
23434
|
+
|
|
23435
|
+
.mdi-send-variant-clock::before {
|
|
23436
|
+
content: "\F1C7E";
|
|
23437
|
+
}
|
|
23438
|
+
|
|
23439
|
+
.mdi-send-variant-clock-outline::before {
|
|
23440
|
+
content: "\F1C7F";
|
|
23441
|
+
}
|
|
23442
|
+
|
|
23443
|
+
.mdi-send-variant-outline::before {
|
|
23444
|
+
content: "\F1C4E";
|
|
23445
|
+
}
|
|
23446
|
+
|
|
22501
23447
|
.mdi-serial-port::before {
|
|
22502
23448
|
content: "\F065C";
|
|
22503
23449
|
}
|
|
@@ -22510,6 +23456,10 @@
|
|
|
22510
23456
|
content: "\F048C";
|
|
22511
23457
|
}
|
|
22512
23458
|
|
|
23459
|
+
.mdi-server-minus-outline::before {
|
|
23460
|
+
content: "\F1C98";
|
|
23461
|
+
}
|
|
23462
|
+
|
|
22513
23463
|
.mdi-server-network::before {
|
|
22514
23464
|
content: "\F048D";
|
|
22515
23465
|
}
|
|
@@ -22518,14 +23468,26 @@
|
|
|
22518
23468
|
content: "\F048E";
|
|
22519
23469
|
}
|
|
22520
23470
|
|
|
23471
|
+
.mdi-server-network-outline::before {
|
|
23472
|
+
content: "\F1C99";
|
|
23473
|
+
}
|
|
23474
|
+
|
|
22521
23475
|
.mdi-server-off::before {
|
|
22522
23476
|
content: "\F048F";
|
|
22523
23477
|
}
|
|
22524
23478
|
|
|
23479
|
+
.mdi-server-outline::before {
|
|
23480
|
+
content: "\F1C9A";
|
|
23481
|
+
}
|
|
23482
|
+
|
|
22525
23483
|
.mdi-server-plus::before {
|
|
22526
23484
|
content: "\F0490";
|
|
22527
23485
|
}
|
|
22528
23486
|
|
|
23487
|
+
.mdi-server-plus-outline::before {
|
|
23488
|
+
content: "\F1C9B";
|
|
23489
|
+
}
|
|
23490
|
+
|
|
22529
23491
|
.mdi-server-remove::before {
|
|
22530
23492
|
content: "\F0491";
|
|
22531
23493
|
}
|
|
@@ -22614,6 +23576,10 @@
|
|
|
22614
23576
|
content: "\F0495";
|
|
22615
23577
|
}
|
|
22616
23578
|
|
|
23579
|
+
.mdi-shape-plus-outline::before {
|
|
23580
|
+
content: "\F1C4F";
|
|
23581
|
+
}
|
|
23582
|
+
|
|
22617
23583
|
.mdi-shape-polygon-plus::before {
|
|
22618
23584
|
content: "\F065E";
|
|
22619
23585
|
}
|
|
@@ -23886,6 +24852,10 @@
|
|
|
23886
24852
|
content: "\F11EA";
|
|
23887
24853
|
}
|
|
23888
24854
|
|
|
24855
|
+
.mdi-spider-outline::before {
|
|
24856
|
+
content: "\F1C75";
|
|
24857
|
+
}
|
|
24858
|
+
|
|
23889
24859
|
.mdi-spider-thread::before {
|
|
23890
24860
|
content: "\F11EB";
|
|
23891
24861
|
}
|
|
@@ -23950,6 +24920,10 @@
|
|
|
23950
24920
|
content: "\F1500";
|
|
23951
24921
|
}
|
|
23952
24922
|
|
|
24923
|
+
.mdi-square-circle-outline::before {
|
|
24924
|
+
content: "\F1C50";
|
|
24925
|
+
}
|
|
24926
|
+
|
|
23953
24927
|
.mdi-square-edit-outline::before {
|
|
23954
24928
|
content: "\F090C";
|
|
23955
24929
|
}
|
|
@@ -24126,10 +25100,30 @@
|
|
|
24126
25100
|
content: "\F0AE2";
|
|
24127
25101
|
}
|
|
24128
25102
|
|
|
25103
|
+
.mdi-star-four-points-box::before {
|
|
25104
|
+
content: "\F1C51";
|
|
25105
|
+
}
|
|
25106
|
+
|
|
25107
|
+
.mdi-star-four-points-box-outline::before {
|
|
25108
|
+
content: "\F1C52";
|
|
25109
|
+
}
|
|
25110
|
+
|
|
25111
|
+
.mdi-star-four-points-circle::before {
|
|
25112
|
+
content: "\F1C53";
|
|
25113
|
+
}
|
|
25114
|
+
|
|
25115
|
+
.mdi-star-four-points-circle-outline::before {
|
|
25116
|
+
content: "\F1C54";
|
|
25117
|
+
}
|
|
25118
|
+
|
|
24129
25119
|
.mdi-star-four-points-outline::before {
|
|
24130
25120
|
content: "\F0AE3";
|
|
24131
25121
|
}
|
|
24132
25122
|
|
|
25123
|
+
.mdi-star-four-points-small::before {
|
|
25124
|
+
content: "\F1C55";
|
|
25125
|
+
}
|
|
25126
|
+
|
|
24133
25127
|
.mdi-star-half::before {
|
|
24134
25128
|
content: "\F0246";
|
|
24135
25129
|
}
|
|
@@ -25038,6 +26032,14 @@
|
|
|
25038
26032
|
content: "\F1A7B";
|
|
25039
26033
|
}
|
|
25040
26034
|
|
|
26035
|
+
.mdi-tag-edit::before {
|
|
26036
|
+
content: "\F1C9C";
|
|
26037
|
+
}
|
|
26038
|
+
|
|
26039
|
+
.mdi-tag-edit-outline::before {
|
|
26040
|
+
content: "\F1C9D";
|
|
26041
|
+
}
|
|
26042
|
+
|
|
25041
26043
|
.mdi-tag-faces::before {
|
|
25042
26044
|
content: "\F04FA";
|
|
25043
26045
|
}
|
|
@@ -25050,6 +26052,10 @@
|
|
|
25050
26052
|
content: "\F0BCF";
|
|
25051
26053
|
}
|
|
25052
26054
|
|
|
26055
|
+
.mdi-tag-hidden::before {
|
|
26056
|
+
content: "\F1C76";
|
|
26057
|
+
}
|
|
26058
|
+
|
|
25053
26059
|
.mdi-tag-minus::before {
|
|
25054
26060
|
content: "\F0910";
|
|
25055
26061
|
}
|
|
@@ -25278,6 +26284,10 @@
|
|
|
25278
26284
|
content: "\F0507";
|
|
25279
26285
|
}
|
|
25280
26286
|
|
|
26287
|
+
.mdi-tennis-ball-outline::before {
|
|
26288
|
+
content: "\F1C5F";
|
|
26289
|
+
}
|
|
26290
|
+
|
|
25281
26291
|
.mdi-tent::before {
|
|
25282
26292
|
content: "\F0508";
|
|
25283
26293
|
}
|
|
@@ -25494,6 +26504,10 @@
|
|
|
25494
26504
|
content: "\F1B18";
|
|
25495
26505
|
}
|
|
25496
26506
|
|
|
26507
|
+
.mdi-thermostat-cog::before {
|
|
26508
|
+
content: "\F1C80";
|
|
26509
|
+
}
|
|
26510
|
+
|
|
25497
26511
|
.mdi-thought-bubble::before {
|
|
25498
26512
|
content: "\F07F6";
|
|
25499
26513
|
}
|
|
@@ -25954,6 +26968,14 @@
|
|
|
25954
26968
|
content: "\F0527";
|
|
25955
26969
|
}
|
|
25956
26970
|
|
|
26971
|
+
.mdi-tooltip-question::before {
|
|
26972
|
+
content: "\F1BBA";
|
|
26973
|
+
}
|
|
26974
|
+
|
|
26975
|
+
.mdi-tooltip-question-outline::before {
|
|
26976
|
+
content: "\F1BBB";
|
|
26977
|
+
}
|
|
26978
|
+
|
|
25957
26979
|
.mdi-tooltip-remove::before {
|
|
25958
26980
|
content: "\F1560";
|
|
25959
26981
|
}
|
|
@@ -26002,6 +27024,10 @@
|
|
|
26002
27024
|
content: "\F12B8";
|
|
26003
27025
|
}
|
|
26004
27026
|
|
|
27027
|
+
.mdi-touch-text-outline::before {
|
|
27028
|
+
content: "\F1C60";
|
|
27029
|
+
}
|
|
27030
|
+
|
|
26005
27031
|
.mdi-tournament::before {
|
|
26006
27032
|
content: "\F09AE";
|
|
26007
27033
|
}
|
|
@@ -26114,6 +27140,10 @@
|
|
|
26114
27140
|
content: "\F052C";
|
|
26115
27141
|
}
|
|
26116
27142
|
|
|
27143
|
+
.mdi-train-bus::before {
|
|
27144
|
+
content: "\F1CC7";
|
|
27145
|
+
}
|
|
27146
|
+
|
|
26117
27147
|
.mdi-train-car::before {
|
|
26118
27148
|
content: "\F0BD8";
|
|
26119
27149
|
}
|
|
@@ -26350,6 +27380,10 @@
|
|
|
26350
27380
|
content: "\F0726";
|
|
26351
27381
|
}
|
|
26352
27382
|
|
|
27383
|
+
.mdi-treasure-chest-outline::before {
|
|
27384
|
+
content: "\F1C77";
|
|
27385
|
+
}
|
|
27386
|
+
|
|
26353
27387
|
.mdi-tree::before {
|
|
26354
27388
|
content: "\F0531";
|
|
26355
27389
|
}
|
|
@@ -26378,6 +27412,14 @@
|
|
|
26378
27412
|
content: "\F0536";
|
|
26379
27413
|
}
|
|
26380
27414
|
|
|
27415
|
+
.mdi-triangle-down::before {
|
|
27416
|
+
content: "\F1C56";
|
|
27417
|
+
}
|
|
27418
|
+
|
|
27419
|
+
.mdi-triangle-down-outline::before {
|
|
27420
|
+
content: "\F1C57";
|
|
27421
|
+
}
|
|
27422
|
+
|
|
26381
27423
|
.mdi-triangle-outline::before {
|
|
26382
27424
|
content: "\F0537";
|
|
26383
27425
|
}
|
|
@@ -26474,6 +27516,14 @@
|
|
|
26474
27516
|
content: "\F19BD";
|
|
26475
27517
|
}
|
|
26476
27518
|
|
|
27519
|
+
.mdi-truck-off-road::before {
|
|
27520
|
+
content: "\F1C9E";
|
|
27521
|
+
}
|
|
27522
|
+
|
|
27523
|
+
.mdi-truck-off-road-off::before {
|
|
27524
|
+
content: "\F1C9F";
|
|
27525
|
+
}
|
|
27526
|
+
|
|
26477
27527
|
.mdi-truck-outline::before {
|
|
26478
27528
|
content: "\F129D";
|
|
26479
27529
|
}
|
|
@@ -26746,6 +27796,10 @@
|
|
|
26746
27796
|
content: "\F0553";
|
|
26747
27797
|
}
|
|
26748
27798
|
|
|
27799
|
+
.mdi-usb-c-port::before {
|
|
27800
|
+
content: "\F1CBF";
|
|
27801
|
+
}
|
|
27802
|
+
|
|
26749
27803
|
.mdi-usb-flash-drive::before {
|
|
26750
27804
|
content: "\F129E";
|
|
26751
27805
|
}
|
|
@@ -27082,6 +28136,10 @@
|
|
|
27082
28136
|
content: "\F091B";
|
|
27083
28137
|
}
|
|
27084
28138
|
|
|
28139
|
+
.mdi-video-standard-definition::before {
|
|
28140
|
+
content: "\F1CA0";
|
|
28141
|
+
}
|
|
28142
|
+
|
|
27085
28143
|
.mdi-video-switch::before {
|
|
27086
28144
|
content: "\F0569";
|
|
27087
28145
|
}
|
|
@@ -27194,6 +28252,10 @@
|
|
|
27194
28252
|
content: "\F0570";
|
|
27195
28253
|
}
|
|
27196
28254
|
|
|
28255
|
+
.mdi-view-grid-compact::before {
|
|
28256
|
+
content: "\F1C61";
|
|
28257
|
+
}
|
|
28258
|
+
|
|
27197
28259
|
.mdi-view-grid-outline::before {
|
|
27198
28260
|
content: "\F11D9";
|
|
27199
28261
|
}
|
|
@@ -27442,6 +28504,14 @@
|
|
|
27442
28504
|
content: "\F0584";
|
|
27443
28505
|
}
|
|
27444
28506
|
|
|
28507
|
+
.mdi-wallet-bifold::before {
|
|
28508
|
+
content: "\F1C58";
|
|
28509
|
+
}
|
|
28510
|
+
|
|
28511
|
+
.mdi-wallet-bifold-outline::before {
|
|
28512
|
+
content: "\F1C59";
|
|
28513
|
+
}
|
|
28514
|
+
|
|
27445
28515
|
.mdi-wallet-giftcard::before {
|
|
27446
28516
|
content: "\F0585";
|
|
27447
28517
|
}
|
|
@@ -27670,6 +28740,18 @@
|
|
|
27670
28740
|
content: "\F0F2E";
|
|
27671
28741
|
}
|
|
27672
28742
|
|
|
28743
|
+
.mdi-wave-arrow-down::before {
|
|
28744
|
+
content: "\F1CB0";
|
|
28745
|
+
}
|
|
28746
|
+
|
|
28747
|
+
.mdi-wave-arrow-up::before {
|
|
28748
|
+
content: "\F1CB1";
|
|
28749
|
+
}
|
|
28750
|
+
|
|
28751
|
+
.mdi-wave-undercurrent::before {
|
|
28752
|
+
content: "\F1CC0";
|
|
28753
|
+
}
|
|
28754
|
+
|
|
27673
28755
|
.mdi-waveform::before {
|
|
27674
28756
|
content: "\F147D";
|
|
27675
28757
|
}
|
|
@@ -27730,6 +28812,10 @@
|
|
|
27730
28812
|
content: "\F0898";
|
|
27731
28813
|
}
|
|
27732
28814
|
|
|
28815
|
+
.mdi-weather-hurricane-outline::before {
|
|
28816
|
+
content: "\F1C78";
|
|
28817
|
+
}
|
|
28818
|
+
|
|
27733
28819
|
.mdi-weather-lightning::before {
|
|
27734
28820
|
content: "\F0593";
|
|
27735
28821
|
}
|
|
@@ -28440,21 +29526,21 @@
|
|
|
28440
29526
|
}
|
|
28441
29527
|
|
|
28442
29528
|
.mdi-rotate-45 {
|
|
28443
|
-
/*
|
|
28444
|
-
// Not included in production
|
|
28445
|
-
&.mdi-flip-h:before {
|
|
28446
|
-
-webkit-transform: scaleX(-1) rotate(45deg);
|
|
28447
|
-
transform: scaleX(-1) rotate(45deg);
|
|
28448
|
-
filter: FlipH;
|
|
28449
|
-
-ms-filter: "FlipH";
|
|
28450
|
-
}
|
|
28451
|
-
&.mdi-flip-v:before {
|
|
28452
|
-
-webkit-transform: scaleY(-1) rotate(45deg);
|
|
28453
|
-
-ms-transform: rotate(45deg);
|
|
28454
|
-
transform: scaleY(-1) rotate(45deg);
|
|
28455
|
-
filter: FlipV;
|
|
28456
|
-
-ms-filter: "FlipV";
|
|
28457
|
-
}
|
|
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
|
+
}
|
|
28458
29544
|
*/
|
|
28459
29545
|
}
|
|
28460
29546
|
|
|
@@ -28465,21 +29551,21 @@
|
|
|
28465
29551
|
}
|
|
28466
29552
|
|
|
28467
29553
|
.mdi-rotate-90 {
|
|
28468
|
-
/*
|
|
28469
|
-
// Not included in production
|
|
28470
|
-
&.mdi-flip-h:before {
|
|
28471
|
-
-webkit-transform: scaleX(-1) rotate(90deg);
|
|
28472
|
-
transform: scaleX(-1) rotate(90deg);
|
|
28473
|
-
filter: FlipH;
|
|
28474
|
-
-ms-filter: "FlipH";
|
|
28475
|
-
}
|
|
28476
|
-
&.mdi-flip-v:before {
|
|
28477
|
-
-webkit-transform: scaleY(-1) rotate(90deg);
|
|
28478
|
-
-ms-transform: rotate(90deg);
|
|
28479
|
-
transform: scaleY(-1) rotate(90deg);
|
|
28480
|
-
filter: FlipV;
|
|
28481
|
-
-ms-filter: "FlipV";
|
|
28482
|
-
}
|
|
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
|
+
}
|
|
28483
29569
|
*/
|
|
28484
29570
|
}
|
|
28485
29571
|
|
|
@@ -28490,21 +29576,21 @@
|
|
|
28490
29576
|
}
|
|
28491
29577
|
|
|
28492
29578
|
.mdi-rotate-135 {
|
|
28493
|
-
/*
|
|
28494
|
-
// Not included in production
|
|
28495
|
-
&.mdi-flip-h:before {
|
|
28496
|
-
-webkit-transform: scaleX(-1) rotate(135deg);
|
|
28497
|
-
transform: scaleX(-1) rotate(135deg);
|
|
28498
|
-
filter: FlipH;
|
|
28499
|
-
-ms-filter: "FlipH";
|
|
28500
|
-
}
|
|
28501
|
-
&.mdi-flip-v:before {
|
|
28502
|
-
-webkit-transform: scaleY(-1) rotate(135deg);
|
|
28503
|
-
-ms-transform: rotate(135deg);
|
|
28504
|
-
transform: scaleY(-1) rotate(135deg);
|
|
28505
|
-
filter: FlipV;
|
|
28506
|
-
-ms-filter: "FlipV";
|
|
28507
|
-
}
|
|
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
|
+
}
|
|
28508
29594
|
*/
|
|
28509
29595
|
}
|
|
28510
29596
|
|
|
@@ -28515,21 +29601,21 @@
|
|
|
28515
29601
|
}
|
|
28516
29602
|
|
|
28517
29603
|
.mdi-rotate-180 {
|
|
28518
|
-
/*
|
|
28519
|
-
// Not included in production
|
|
28520
|
-
&.mdi-flip-h:before {
|
|
28521
|
-
-webkit-transform: scaleX(-1) rotate(180deg);
|
|
28522
|
-
transform: scaleX(-1) rotate(180deg);
|
|
28523
|
-
filter: FlipH;
|
|
28524
|
-
-ms-filter: "FlipH";
|
|
28525
|
-
}
|
|
28526
|
-
&.mdi-flip-v:before {
|
|
28527
|
-
-webkit-transform: scaleY(-1) rotate(180deg);
|
|
28528
|
-
-ms-transform: rotate(180deg);
|
|
28529
|
-
transform: scaleY(-1) rotate(180deg);
|
|
28530
|
-
filter: FlipV;
|
|
28531
|
-
-ms-filter: "FlipV";
|
|
28532
|
-
}
|
|
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
|
+
}
|
|
28533
29619
|
*/
|
|
28534
29620
|
}
|
|
28535
29621
|
|
|
@@ -28540,21 +29626,21 @@
|
|
|
28540
29626
|
}
|
|
28541
29627
|
|
|
28542
29628
|
.mdi-rotate-225 {
|
|
28543
|
-
/*
|
|
28544
|
-
// Not included in production
|
|
28545
|
-
&.mdi-flip-h:before {
|
|
28546
|
-
-webkit-transform: scaleX(-1) rotate(225deg);
|
|
28547
|
-
transform: scaleX(-1) rotate(225deg);
|
|
28548
|
-
filter: FlipH;
|
|
28549
|
-
-ms-filter: "FlipH";
|
|
28550
|
-
}
|
|
28551
|
-
&.mdi-flip-v:before {
|
|
28552
|
-
-webkit-transform: scaleY(-1) rotate(225deg);
|
|
28553
|
-
-ms-transform: rotate(225deg);
|
|
28554
|
-
transform: scaleY(-1) rotate(225deg);
|
|
28555
|
-
filter: FlipV;
|
|
28556
|
-
-ms-filter: "FlipV";
|
|
28557
|
-
}
|
|
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
|
+
}
|
|
28558
29644
|
*/
|
|
28559
29645
|
}
|
|
28560
29646
|
|
|
@@ -28565,21 +29651,21 @@
|
|
|
28565
29651
|
}
|
|
28566
29652
|
|
|
28567
29653
|
.mdi-rotate-270 {
|
|
28568
|
-
/*
|
|
28569
|
-
// Not included in production
|
|
28570
|
-
&.mdi-flip-h:before {
|
|
28571
|
-
-webkit-transform: scaleX(-1) rotate(270deg);
|
|
28572
|
-
transform: scaleX(-1) rotate(270deg);
|
|
28573
|
-
filter: FlipH;
|
|
28574
|
-
-ms-filter: "FlipH";
|
|
28575
|
-
}
|
|
28576
|
-
&.mdi-flip-v:before {
|
|
28577
|
-
-webkit-transform: scaleY(-1) rotate(270deg);
|
|
28578
|
-
-ms-transform: rotate(270deg);
|
|
28579
|
-
transform: scaleY(-1) rotate(270deg);
|
|
28580
|
-
filter: FlipV;
|
|
28581
|
-
-ms-filter: "FlipV";
|
|
28582
|
-
}
|
|
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
|
+
}
|
|
28583
29669
|
*/
|
|
28584
29670
|
}
|
|
28585
29671
|
|
|
@@ -28590,21 +29676,21 @@
|
|
|
28590
29676
|
}
|
|
28591
29677
|
|
|
28592
29678
|
.mdi-rotate-315 {
|
|
28593
|
-
/*
|
|
28594
|
-
// Not included in production
|
|
28595
|
-
&.mdi-flip-h:before {
|
|
28596
|
-
-webkit-transform: scaleX(-1) rotate(315deg);
|
|
28597
|
-
transform: scaleX(-1) rotate(315deg);
|
|
28598
|
-
filter: FlipH;
|
|
28599
|
-
-ms-filter: "FlipH";
|
|
28600
|
-
}
|
|
28601
|
-
&.mdi-flip-v:before {
|
|
28602
|
-
-webkit-transform: scaleY(-1) rotate(315deg);
|
|
28603
|
-
-ms-transform: rotate(315deg);
|
|
28604
|
-
transform: scaleY(-1) rotate(315deg);
|
|
28605
|
-
filter: FlipV;
|
|
28606
|
-
-ms-filter: "FlipV";
|
|
28607
|
-
}
|
|
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
|
+
}
|
|
28608
29694
|
*/
|
|
28609
29695
|
}
|
|
28610
29696
|
|
|
@@ -28654,3 +29740,4 @@
|
|
|
28654
29740
|
transform: rotate(359deg);
|
|
28655
29741
|
}
|
|
28656
29742
|
}
|
|
29743
|
+
|