@quasar/extras 1.13.5 → 1.14.1
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 +19 -13
- package/bootstrap-icons/bootstrap-icons.css +149 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +1 -1
- package/bootstrap-icons/index.js +9 -9
- package/bootstrap-icons/index.mjs +9 -9
- package/ionicons-v6/index.d.ts +1 -1
- package/ionicons-v6/index.js +1 -1
- package/ionicons-v6/index.mjs +1 -1
- package/material-icons/icons.json +142 -105
- package/material-icons/index.d.ts +38 -1
- package/material-icons/index.js +44 -7
- package/material-icons/index.mjs +44 -7
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
- package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
- package/material-icons-outlined/icons.json +144 -107
- package/material-icons-outlined/index.d.ts +38 -1
- package/material-icons-outlined/index.js +44 -7
- package/material-icons-outlined/index.mjs +44 -7
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
- package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
- package/material-icons-round/icons.json +145 -108
- package/material-icons-round/index.d.ts +38 -1
- package/material-icons-round/index.js +44 -7
- package/material-icons-round/index.mjs +44 -7
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
- package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
- package/material-icons-sharp/icons.json +142 -105
- package/material-icons-sharp/index.d.ts +38 -1
- package/material-icons-sharp/index.js +45 -8
- package/material-icons-sharp/index.mjs +45 -8
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/material-symbols-outlined/LICENSE +202 -0
- package/material-symbols-outlined/icons.json +2238 -0
- package/material-symbols-outlined/index.d.ts +2238 -0
- package/material-symbols-outlined/index.js +2238 -0
- package/material-symbols-outlined/index.mjs +2238 -0
- package/material-symbols-outlined/material-symbols-outlined.css +31 -0
- package/material-symbols-outlined/update.sh +31 -0
- 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/LICENSE +202 -0
- package/material-symbols-rounded/icons.json +2238 -0
- package/material-symbols-rounded/index.d.ts +2238 -0
- package/material-symbols-rounded/index.js +2238 -0
- package/material-symbols-rounded/index.mjs +2238 -0
- package/material-symbols-rounded/material-symbols-rounded.css +31 -0
- package/material-symbols-rounded/update.sh +31 -0
- 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/LICENSE +202 -0
- package/material-symbols-sharp/icons.json +2238 -0
- package/material-symbols-sharp/index.d.ts +2238 -0
- package/material-symbols-sharp/index.js +2238 -0
- package/material-symbols-sharp/index.mjs +2238 -0
- package/material-symbols-sharp/material-symbols-sharp.css +31 -0
- package/material-symbols-sharp/update.sh +31 -0
- 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-v5/LICENSE +20 -20
- package/mdi-v5/license.md +20 -20
- package/mdi-v6/icons.json +100 -0
- package/mdi-v6/index.d.ts +101 -1
- package/mdi-v6/index.js +103 -3
- package/mdi-v6/index.mjs +103 -3
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +402 -0
- package/package.json +8 -8
package/mdi-v6/mdi-v6.css
CHANGED
|
@@ -2922,6 +2922,10 @@
|
|
|
2922
2922
|
content: "\F0074";
|
|
2923
2923
|
}
|
|
2924
2924
|
|
|
2925
|
+
.mdi-barrel-outline::before {
|
|
2926
|
+
content: "\F1A28";
|
|
2927
|
+
}
|
|
2928
|
+
|
|
2925
2929
|
.mdi-baseball::before {
|
|
2926
2930
|
content: "\F0852";
|
|
2927
2931
|
}
|
|
@@ -3538,6 +3542,14 @@
|
|
|
3538
3542
|
content: "\F0D5B";
|
|
3539
3543
|
}
|
|
3540
3544
|
|
|
3545
|
+
.mdi-bell-cog::before {
|
|
3546
|
+
content: "\F1A29";
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
.mdi-bell-cog-outline::before {
|
|
3550
|
+
content: "\F1A2A";
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3541
3553
|
.mdi-bell-minus::before {
|
|
3542
3554
|
content: "\F13E9";
|
|
3543
3555
|
}
|
|
@@ -3686,10 +3698,26 @@
|
|
|
3686
3698
|
content: "\F00AC";
|
|
3687
3699
|
}
|
|
3688
3700
|
|
|
3701
|
+
.mdi-blinds-horizontal::before {
|
|
3702
|
+
content: "\F1A2B";
|
|
3703
|
+
}
|
|
3704
|
+
|
|
3705
|
+
.mdi-blinds-horizontal-closed::before {
|
|
3706
|
+
content: "\F1A2C";
|
|
3707
|
+
}
|
|
3708
|
+
|
|
3689
3709
|
.mdi-blinds-open::before {
|
|
3690
3710
|
content: "\F1011";
|
|
3691
3711
|
}
|
|
3692
3712
|
|
|
3713
|
+
.mdi-blinds-vertical::before {
|
|
3714
|
+
content: "\F1A2D";
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
.mdi-blinds-vertical-closed::before {
|
|
3718
|
+
content: "\F1A2E";
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3693
3721
|
.mdi-block-helper::before {
|
|
3694
3722
|
content: "\F00AD";
|
|
3695
3723
|
}
|
|
@@ -4582,6 +4610,10 @@
|
|
|
4582
4610
|
content: "\F0DB4";
|
|
4583
4611
|
}
|
|
4584
4612
|
|
|
4613
|
+
.mdi-bulkhead-light::before {
|
|
4614
|
+
content: "\F1A2F";
|
|
4615
|
+
}
|
|
4616
|
+
|
|
4585
4617
|
.mdi-bulldozer::before {
|
|
4586
4618
|
content: "\F0B22";
|
|
4587
4619
|
}
|
|
@@ -4814,6 +4846,14 @@
|
|
|
4814
4846
|
content: "\F0B24";
|
|
4815
4847
|
}
|
|
4816
4848
|
|
|
4849
|
+
.mdi-calendar-filter::before {
|
|
4850
|
+
content: "\F1A32";
|
|
4851
|
+
}
|
|
4852
|
+
|
|
4853
|
+
.mdi-calendar-filter-outline::before {
|
|
4854
|
+
content: "\F1A33";
|
|
4855
|
+
}
|
|
4856
|
+
|
|
4817
4857
|
.mdi-calendar-heart::before {
|
|
4818
4858
|
content: "\F09D2";
|
|
4819
4859
|
}
|
|
@@ -4922,6 +4962,10 @@
|
|
|
4922
4962
|
content: "\F00F6";
|
|
4923
4963
|
}
|
|
4924
4964
|
|
|
4965
|
+
.mdi-calendar-today-outline::before {
|
|
4966
|
+
content: "\F1A30";
|
|
4967
|
+
}
|
|
4968
|
+
|
|
4925
4969
|
.mdi-calendar-week::before {
|
|
4926
4970
|
content: "\F0A33";
|
|
4927
4971
|
}
|
|
@@ -4930,6 +4974,14 @@
|
|
|
4930
4974
|
content: "\F0A34";
|
|
4931
4975
|
}
|
|
4932
4976
|
|
|
4977
|
+
.mdi-calendar-week-begin-outline::before {
|
|
4978
|
+
content: "\F1A31";
|
|
4979
|
+
}
|
|
4980
|
+
|
|
4981
|
+
.mdi-calendar-week-outline::before {
|
|
4982
|
+
content: "\F1A34";
|
|
4983
|
+
}
|
|
4984
|
+
|
|
4933
4985
|
.mdi-calendar-weekend::before {
|
|
4934
4986
|
content: "\F0ED9";
|
|
4935
4987
|
}
|
|
@@ -7182,6 +7234,14 @@
|
|
|
7182
7234
|
content: "\F0163";
|
|
7183
7235
|
}
|
|
7184
7236
|
|
|
7237
|
+
.mdi-cloud-percent::before {
|
|
7238
|
+
content: "\F1A35";
|
|
7239
|
+
}
|
|
7240
|
+
|
|
7241
|
+
.mdi-cloud-percent-outline::before {
|
|
7242
|
+
content: "\F1A36";
|
|
7243
|
+
}
|
|
7244
|
+
|
|
7185
7245
|
.mdi-cloud-print::before {
|
|
7186
7246
|
content: "\F0165";
|
|
7187
7247
|
}
|
|
@@ -7234,6 +7294,10 @@
|
|
|
7234
7294
|
content: "\F1020";
|
|
7235
7295
|
}
|
|
7236
7296
|
|
|
7297
|
+
.mdi-coach-lamp-variant::before {
|
|
7298
|
+
content: "\F1A37";
|
|
7299
|
+
}
|
|
7300
|
+
|
|
7237
7301
|
.mdi-coat-rack::before {
|
|
7238
7302
|
content: "\F109E";
|
|
7239
7303
|
}
|
|
@@ -7674,6 +7738,10 @@
|
|
|
7674
7738
|
content: "\F1382";
|
|
7675
7739
|
}
|
|
7676
7740
|
|
|
7741
|
+
.mdi-compost::before {
|
|
7742
|
+
content: "\F1A38";
|
|
7743
|
+
}
|
|
7744
|
+
|
|
7677
7745
|
.mdi-cone::before {
|
|
7678
7746
|
content: "\F194C";
|
|
7679
7747
|
}
|
|
@@ -8374,6 +8442,10 @@
|
|
|
8374
8442
|
content: "\F1315";
|
|
8375
8443
|
}
|
|
8376
8444
|
|
|
8445
|
+
.mdi-currency-fra::before {
|
|
8446
|
+
content: "\F1A39";
|
|
8447
|
+
}
|
|
8448
|
+
|
|
8377
8449
|
.mdi-currency-gbp::before {
|
|
8378
8450
|
content: "\F01AE";
|
|
8379
8451
|
}
|
|
@@ -10338,6 +10410,10 @@
|
|
|
10338
10410
|
content: "\F146E";
|
|
10339
10411
|
}
|
|
10340
10412
|
|
|
10413
|
+
.mdi-fan-clock::before {
|
|
10414
|
+
content: "\F1A3A";
|
|
10415
|
+
}
|
|
10416
|
+
|
|
10341
10417
|
.mdi-fan-minus::before {
|
|
10342
10418
|
content: "\F1470";
|
|
10343
10419
|
}
|
|
@@ -10850,6 +10926,22 @@
|
|
|
10850
10926
|
content: "\F1038";
|
|
10851
10927
|
}
|
|
10852
10928
|
|
|
10929
|
+
.mdi-file-rotate-left::before {
|
|
10930
|
+
content: "\F1A3B";
|
|
10931
|
+
}
|
|
10932
|
+
|
|
10933
|
+
.mdi-file-rotate-left-outline::before {
|
|
10934
|
+
content: "\F1A3C";
|
|
10935
|
+
}
|
|
10936
|
+
|
|
10937
|
+
.mdi-file-rotate-right::before {
|
|
10938
|
+
content: "\F1A3D";
|
|
10939
|
+
}
|
|
10940
|
+
|
|
10941
|
+
.mdi-file-rotate-right-outline::before {
|
|
10942
|
+
content: "\F1A3E";
|
|
10943
|
+
}
|
|
10944
|
+
|
|
10853
10945
|
.mdi-file-search::before {
|
|
10854
10946
|
content: "\F0C7C";
|
|
10855
10947
|
}
|
|
@@ -11022,6 +11114,14 @@
|
|
|
11022
11114
|
content: "\F0EEF";
|
|
11023
11115
|
}
|
|
11024
11116
|
|
|
11117
|
+
.mdi-filter-multiple::before {
|
|
11118
|
+
content: "\F1A3F";
|
|
11119
|
+
}
|
|
11120
|
+
|
|
11121
|
+
.mdi-filter-multiple-outline::before {
|
|
11122
|
+
content: "\F1A40";
|
|
11123
|
+
}
|
|
11124
|
+
|
|
11025
11125
|
.mdi-filter-off::before {
|
|
11026
11126
|
content: "\F14EF";
|
|
11027
11127
|
}
|
|
@@ -13330,6 +13430,10 @@
|
|
|
13330
13430
|
content: "\F0825";
|
|
13331
13431
|
}
|
|
13332
13432
|
|
|
13433
|
+
.mdi-gymnastics::before {
|
|
13434
|
+
content: "\F1A41";
|
|
13435
|
+
}
|
|
13436
|
+
|
|
13333
13437
|
.mdi-hail::before {
|
|
13334
13438
|
content: "\F0AC1";
|
|
13335
13439
|
}
|
|
@@ -13422,6 +13526,10 @@
|
|
|
13422
13526
|
content: "\F194B";
|
|
13423
13527
|
}
|
|
13424
13528
|
|
|
13529
|
+
.mdi-hand-clap-off::before {
|
|
13530
|
+
content: "\F1A42";
|
|
13531
|
+
}
|
|
13532
|
+
|
|
13425
13533
|
.mdi-hand-coin::before {
|
|
13426
13534
|
content: "\F188F";
|
|
13427
13535
|
}
|
|
@@ -13822,6 +13930,18 @@
|
|
|
13822
13930
|
content: "\F1666";
|
|
13823
13931
|
}
|
|
13824
13932
|
|
|
13933
|
+
.mdi-heat-pump::before {
|
|
13934
|
+
content: "\F1A43";
|
|
13935
|
+
}
|
|
13936
|
+
|
|
13937
|
+
.mdi-heat-pump-outline::before {
|
|
13938
|
+
content: "\F1A44";
|
|
13939
|
+
}
|
|
13940
|
+
|
|
13941
|
+
.mdi-heat-wave::before {
|
|
13942
|
+
content: "\F1A45";
|
|
13943
|
+
}
|
|
13944
|
+
|
|
13825
13945
|
.mdi-helicopter::before {
|
|
13826
13946
|
content: "\F0AC2";
|
|
13827
13947
|
}
|
|
@@ -14118,6 +14238,14 @@
|
|
|
14118
14238
|
content: "\F02DD";
|
|
14119
14239
|
}
|
|
14120
14240
|
|
|
14241
|
+
.mdi-home-off::before {
|
|
14242
|
+
content: "\F1A46";
|
|
14243
|
+
}
|
|
14244
|
+
|
|
14245
|
+
.mdi-home-off-outline::before {
|
|
14246
|
+
content: "\F1A47";
|
|
14247
|
+
}
|
|
14248
|
+
|
|
14121
14249
|
.mdi-home-outline::before {
|
|
14122
14250
|
content: "\F06A1";
|
|
14123
14251
|
}
|
|
@@ -15170,6 +15298,14 @@
|
|
|
15170
15298
|
content: "\F031A";
|
|
15171
15299
|
}
|
|
15172
15300
|
|
|
15301
|
+
.mdi-landslide::before {
|
|
15302
|
+
content: "\F1A48";
|
|
15303
|
+
}
|
|
15304
|
+
|
|
15305
|
+
.mdi-landslide-outline::before {
|
|
15306
|
+
content: "\F1A49";
|
|
15307
|
+
}
|
|
15308
|
+
|
|
15173
15309
|
.mdi-language-c::before {
|
|
15174
15310
|
content: "\F0671";
|
|
15175
15311
|
}
|
|
@@ -15266,6 +15402,10 @@
|
|
|
15266
15402
|
content: "\F0322";
|
|
15267
15403
|
}
|
|
15268
15404
|
|
|
15405
|
+
.mdi-laptop-account::before {
|
|
15406
|
+
content: "\F1A4A";
|
|
15407
|
+
}
|
|
15408
|
+
|
|
15269
15409
|
.mdi-laptop-off::before {
|
|
15270
15410
|
content: "\F06E7";
|
|
15271
15411
|
}
|
|
@@ -15406,6 +15546,10 @@
|
|
|
15406
15546
|
content: "\F1051";
|
|
15407
15547
|
}
|
|
15408
15548
|
|
|
15549
|
+
.mdi-led-strip-variant-off::before {
|
|
15550
|
+
content: "\F1A4B";
|
|
15551
|
+
}
|
|
15552
|
+
|
|
15409
15553
|
.mdi-led-variant-off::before {
|
|
15410
15554
|
content: "\F032E";
|
|
15411
15555
|
}
|
|
@@ -15546,6 +15690,14 @@
|
|
|
15546
15690
|
content: "\F1256";
|
|
15547
15691
|
}
|
|
15548
15692
|
|
|
15693
|
+
.mdi-lightbulb-night::before {
|
|
15694
|
+
content: "\F1A4C";
|
|
15695
|
+
}
|
|
15696
|
+
|
|
15697
|
+
.mdi-lightbulb-night-outline::before {
|
|
15698
|
+
content: "\F1A4D";
|
|
15699
|
+
}
|
|
15700
|
+
|
|
15549
15701
|
.mdi-lightbulb-off::before {
|
|
15550
15702
|
content: "\F0E4F";
|
|
15551
15703
|
}
|
|
@@ -15558,6 +15710,42 @@
|
|
|
15558
15710
|
content: "\F06E8";
|
|
15559
15711
|
}
|
|
15560
15712
|
|
|
15713
|
+
.mdi-lightbulb-on-10::before {
|
|
15714
|
+
content: "\F1A4E";
|
|
15715
|
+
}
|
|
15716
|
+
|
|
15717
|
+
.mdi-lightbulb-on-20::before {
|
|
15718
|
+
content: "\F1A4F";
|
|
15719
|
+
}
|
|
15720
|
+
|
|
15721
|
+
.mdi-lightbulb-on-30::before {
|
|
15722
|
+
content: "\F1A50";
|
|
15723
|
+
}
|
|
15724
|
+
|
|
15725
|
+
.mdi-lightbulb-on-40::before {
|
|
15726
|
+
content: "\F1A51";
|
|
15727
|
+
}
|
|
15728
|
+
|
|
15729
|
+
.mdi-lightbulb-on-50::before {
|
|
15730
|
+
content: "\F1A52";
|
|
15731
|
+
}
|
|
15732
|
+
|
|
15733
|
+
.mdi-lightbulb-on-60::before {
|
|
15734
|
+
content: "\F1A53";
|
|
15735
|
+
}
|
|
15736
|
+
|
|
15737
|
+
.mdi-lightbulb-on-70::before {
|
|
15738
|
+
content: "\F1A54";
|
|
15739
|
+
}
|
|
15740
|
+
|
|
15741
|
+
.mdi-lightbulb-on-80::before {
|
|
15742
|
+
content: "\F1A55";
|
|
15743
|
+
}
|
|
15744
|
+
|
|
15745
|
+
.mdi-lightbulb-on-90::before {
|
|
15746
|
+
content: "\F1A56";
|
|
15747
|
+
}
|
|
15748
|
+
|
|
15561
15749
|
.mdi-lightbulb-on-outline::before {
|
|
15562
15750
|
content: "\F06E9";
|
|
15563
15751
|
}
|
|
@@ -16562,6 +16750,22 @@
|
|
|
16562
16750
|
content: "\F0629";
|
|
16563
16751
|
}
|
|
16564
16752
|
|
|
16753
|
+
.mdi-meter-electric::before {
|
|
16754
|
+
content: "\F1A57";
|
|
16755
|
+
}
|
|
16756
|
+
|
|
16757
|
+
.mdi-meter-electric-outline::before {
|
|
16758
|
+
content: "\F1A58";
|
|
16759
|
+
}
|
|
16760
|
+
|
|
16761
|
+
.mdi-meter-gas::before {
|
|
16762
|
+
content: "\F1A59";
|
|
16763
|
+
}
|
|
16764
|
+
|
|
16765
|
+
.mdi-meter-gas-outline::before {
|
|
16766
|
+
content: "\F1A5A";
|
|
16767
|
+
}
|
|
16768
|
+
|
|
16565
16769
|
.mdi-metronome::before {
|
|
16566
16770
|
content: "\F07DA";
|
|
16567
16771
|
}
|
|
@@ -16882,6 +17086,10 @@
|
|
|
16882
17086
|
content: "\F0379";
|
|
16883
17087
|
}
|
|
16884
17088
|
|
|
17089
|
+
.mdi-monitor-account::before {
|
|
17090
|
+
content: "\F1A5B";
|
|
17091
|
+
}
|
|
17092
|
+
|
|
16885
17093
|
.mdi-monitor-arrow-down::before {
|
|
16886
17094
|
content: "\F19D0";
|
|
16887
17095
|
}
|
|
@@ -19270,6 +19478,10 @@
|
|
|
19270
19478
|
content: "\F0402";
|
|
19271
19479
|
}
|
|
19272
19480
|
|
|
19481
|
+
.mdi-pill-off::before {
|
|
19482
|
+
content: "\F1A5C";
|
|
19483
|
+
}
|
|
19484
|
+
|
|
19273
19485
|
.mdi-pillar::before {
|
|
19274
19486
|
content: "\F0702";
|
|
19275
19487
|
}
|
|
@@ -19502,6 +19714,14 @@
|
|
|
19502
19714
|
content: "\F0419";
|
|
19503
19715
|
}
|
|
19504
19716
|
|
|
19717
|
+
.mdi-plus-lock::before {
|
|
19718
|
+
content: "\F1A5D";
|
|
19719
|
+
}
|
|
19720
|
+
|
|
19721
|
+
.mdi-plus-lock-open::before {
|
|
19722
|
+
content: "\F1A5E";
|
|
19723
|
+
}
|
|
19724
|
+
|
|
19505
19725
|
.mdi-plus-minus::before {
|
|
19506
19726
|
content: "\F0992";
|
|
19507
19727
|
}
|
|
@@ -19598,6 +19818,10 @@
|
|
|
19598
19818
|
content: "\F0606";
|
|
19599
19819
|
}
|
|
19600
19820
|
|
|
19821
|
+
.mdi-pool-thermometer::before {
|
|
19822
|
+
content: "\F1A5F";
|
|
19823
|
+
}
|
|
19824
|
+
|
|
19601
19825
|
.mdi-popcorn::before {
|
|
19602
19826
|
content: "\F0422";
|
|
19603
19827
|
}
|
|
@@ -19606,6 +19830,10 @@
|
|
|
19606
19830
|
content: "\F1008";
|
|
19607
19831
|
}
|
|
19608
19832
|
|
|
19833
|
+
.mdi-post-lamp::before {
|
|
19834
|
+
content: "\F1A60";
|
|
19835
|
+
}
|
|
19836
|
+
|
|
19609
19837
|
.mdi-post-outline::before {
|
|
19610
19838
|
content: "\F1009";
|
|
19611
19839
|
}
|
|
@@ -20086,6 +20314,14 @@
|
|
|
20086
20314
|
content: "\F0907";
|
|
20087
20315
|
}
|
|
20088
20316
|
|
|
20317
|
+
.mdi-rabbit-variant::before {
|
|
20318
|
+
content: "\F1A61";
|
|
20319
|
+
}
|
|
20320
|
+
|
|
20321
|
+
.mdi-rabbit-variant-outline::before {
|
|
20322
|
+
content: "\F1A62";
|
|
20323
|
+
}
|
|
20324
|
+
|
|
20089
20325
|
.mdi-racing-helmet::before {
|
|
20090
20326
|
content: "\F0D93";
|
|
20091
20327
|
}
|
|
@@ -20246,6 +20482,38 @@
|
|
|
20246
20482
|
content: "\F19DC";
|
|
20247
20483
|
}
|
|
20248
20484
|
|
|
20485
|
+
.mdi-receipt-text-check::before {
|
|
20486
|
+
content: "\F1A63";
|
|
20487
|
+
}
|
|
20488
|
+
|
|
20489
|
+
.mdi-receipt-text-check-outline::before {
|
|
20490
|
+
content: "\F1A64";
|
|
20491
|
+
}
|
|
20492
|
+
|
|
20493
|
+
.mdi-receipt-text-minus::before {
|
|
20494
|
+
content: "\F1A65";
|
|
20495
|
+
}
|
|
20496
|
+
|
|
20497
|
+
.mdi-receipt-text-minus-outline::before {
|
|
20498
|
+
content: "\F1A66";
|
|
20499
|
+
}
|
|
20500
|
+
|
|
20501
|
+
.mdi-receipt-text-plus::before {
|
|
20502
|
+
content: "\F1A67";
|
|
20503
|
+
}
|
|
20504
|
+
|
|
20505
|
+
.mdi-receipt-text-plus-outline::before {
|
|
20506
|
+
content: "\F1A68";
|
|
20507
|
+
}
|
|
20508
|
+
|
|
20509
|
+
.mdi-receipt-text-remove::before {
|
|
20510
|
+
content: "\F1A69";
|
|
20511
|
+
}
|
|
20512
|
+
|
|
20513
|
+
.mdi-receipt-text-remove-outline::before {
|
|
20514
|
+
content: "\F1A6A";
|
|
20515
|
+
}
|
|
20516
|
+
|
|
20249
20517
|
.mdi-record::before {
|
|
20250
20518
|
content: "\F044A";
|
|
20251
20519
|
}
|
|
@@ -20802,6 +21070,14 @@
|
|
|
20802
21070
|
content: "\F1327";
|
|
20803
21071
|
}
|
|
20804
21072
|
|
|
21073
|
+
.mdi-roller-shade::before {
|
|
21074
|
+
content: "\F1A6B";
|
|
21075
|
+
}
|
|
21076
|
+
|
|
21077
|
+
.mdi-roller-shade-closed::before {
|
|
21078
|
+
content: "\F1A6C";
|
|
21079
|
+
}
|
|
21080
|
+
|
|
20805
21081
|
.mdi-roller-skate::before {
|
|
20806
21082
|
content: "\F0D2B";
|
|
20807
21083
|
}
|
|
@@ -21286,6 +21562,14 @@
|
|
|
21286
21562
|
content: "\F0E63";
|
|
21287
21563
|
}
|
|
21288
21564
|
|
|
21565
|
+
.mdi-seed-plus::before {
|
|
21566
|
+
content: "\F1A6D";
|
|
21567
|
+
}
|
|
21568
|
+
|
|
21569
|
+
.mdi-seed-plus-outline::before {
|
|
21570
|
+
content: "\F1A6E";
|
|
21571
|
+
}
|
|
21572
|
+
|
|
21289
21573
|
.mdi-seesaw::before {
|
|
21290
21574
|
content: "\F15A4";
|
|
21291
21575
|
}
|
|
@@ -21886,6 +22170,10 @@
|
|
|
21886
22170
|
content: "\F0F84";
|
|
21887
22171
|
}
|
|
21888
22172
|
|
|
22173
|
+
.mdi-shopping-search-outline::before {
|
|
22174
|
+
content: "\F1A6F";
|
|
22175
|
+
}
|
|
22176
|
+
|
|
21889
22177
|
.mdi-shore::before {
|
|
21890
22178
|
content: "\F14F9";
|
|
21891
22179
|
}
|
|
@@ -22414,6 +22702,10 @@
|
|
|
22414
22702
|
content: "\F0F29";
|
|
22415
22703
|
}
|
|
22416
22704
|
|
|
22705
|
+
.mdi-snowflake-check::before {
|
|
22706
|
+
content: "\F1A70";
|
|
22707
|
+
}
|
|
22708
|
+
|
|
22417
22709
|
.mdi-snowflake-melt::before {
|
|
22418
22710
|
content: "\F12CB";
|
|
22419
22711
|
}
|
|
@@ -22422,6 +22714,10 @@
|
|
|
22422
22714
|
content: "\F14E3";
|
|
22423
22715
|
}
|
|
22424
22716
|
|
|
22717
|
+
.mdi-snowflake-thermometer::before {
|
|
22718
|
+
content: "\F1A71";
|
|
22719
|
+
}
|
|
22720
|
+
|
|
22425
22721
|
.mdi-snowflake-variant::before {
|
|
22426
22722
|
content: "\F0F2A";
|
|
22427
22723
|
}
|
|
@@ -22434,6 +22730,10 @@
|
|
|
22434
22730
|
content: "\F06DD";
|
|
22435
22731
|
}
|
|
22436
22732
|
|
|
22733
|
+
.mdi-snowshoeing::before {
|
|
22734
|
+
content: "\F1A72";
|
|
22735
|
+
}
|
|
22736
|
+
|
|
22437
22737
|
.mdi-soccer::before {
|
|
22438
22738
|
content: "\F04B8";
|
|
22439
22739
|
}
|
|
@@ -22478,6 +22778,14 @@
|
|
|
22478
22778
|
content: "\F0A72";
|
|
22479
22779
|
}
|
|
22480
22780
|
|
|
22781
|
+
.mdi-solar-power-variant::before {
|
|
22782
|
+
content: "\F1A73";
|
|
22783
|
+
}
|
|
22784
|
+
|
|
22785
|
+
.mdi-solar-power-variant-outline::before {
|
|
22786
|
+
content: "\F1A74";
|
|
22787
|
+
}
|
|
22788
|
+
|
|
22481
22789
|
.mdi-soldering-iron::before {
|
|
22482
22790
|
content: "\F1092";
|
|
22483
22791
|
}
|
|
@@ -23202,6 +23510,14 @@
|
|
|
23202
23510
|
content: "\F0667";
|
|
23203
23511
|
}
|
|
23204
23512
|
|
|
23513
|
+
.mdi-storage-tank::before {
|
|
23514
|
+
content: "\F1A75";
|
|
23515
|
+
}
|
|
23516
|
+
|
|
23517
|
+
.mdi-storage-tank-outline::before {
|
|
23518
|
+
content: "\F1A76";
|
|
23519
|
+
}
|
|
23520
|
+
|
|
23205
23521
|
.mdi-store::before {
|
|
23206
23522
|
content: "\F04DC";
|
|
23207
23523
|
}
|
|
@@ -23378,6 +23694,14 @@
|
|
|
23378
23694
|
content: "\F0786";
|
|
23379
23695
|
}
|
|
23380
23696
|
|
|
23697
|
+
.mdi-sun-clock::before {
|
|
23698
|
+
content: "\F1A77";
|
|
23699
|
+
}
|
|
23700
|
+
|
|
23701
|
+
.mdi-sun-clock-outline::before {
|
|
23702
|
+
content: "\F1A78";
|
|
23703
|
+
}
|
|
23704
|
+
|
|
23381
23705
|
.mdi-sun-compass::before {
|
|
23382
23706
|
content: "\F19A5";
|
|
23383
23707
|
}
|
|
@@ -23386,6 +23710,10 @@
|
|
|
23386
23710
|
content: "\F1796";
|
|
23387
23711
|
}
|
|
23388
23712
|
|
|
23713
|
+
.mdi-sun-snowflake-variant::before {
|
|
23714
|
+
content: "\F1A79";
|
|
23715
|
+
}
|
|
23716
|
+
|
|
23389
23717
|
.mdi-sun-thermometer::before {
|
|
23390
23718
|
content: "\F18D6";
|
|
23391
23719
|
}
|
|
@@ -23826,6 +24154,14 @@
|
|
|
23826
24154
|
content: "\F1732";
|
|
23827
24155
|
}
|
|
23828
24156
|
|
|
24157
|
+
.mdi-tag-check::before {
|
|
24158
|
+
content: "\F1A7A";
|
|
24159
|
+
}
|
|
24160
|
+
|
|
24161
|
+
.mdi-tag-check-outline::before {
|
|
24162
|
+
content: "\F1A7B";
|
|
24163
|
+
}
|
|
24164
|
+
|
|
23829
24165
|
.mdi-tag-faces::before {
|
|
23830
24166
|
content: "\F04FA";
|
|
23831
24167
|
}
|
|
@@ -24066,6 +24402,14 @@
|
|
|
24066
24402
|
content: "\F0EA7";
|
|
24067
24403
|
}
|
|
24068
24404
|
|
|
24405
|
+
.mdi-text-box-edit::before {
|
|
24406
|
+
content: "\F1A7C";
|
|
24407
|
+
}
|
|
24408
|
+
|
|
24409
|
+
.mdi-text-box-edit-outline::before {
|
|
24410
|
+
content: "\F1A7D";
|
|
24411
|
+
}
|
|
24412
|
+
|
|
24069
24413
|
.mdi-text-box-minus::before {
|
|
24070
24414
|
content: "\F0EA8";
|
|
24071
24415
|
}
|
|
@@ -24122,6 +24466,10 @@
|
|
|
24122
24466
|
content: "\F13B8";
|
|
24123
24467
|
}
|
|
24124
24468
|
|
|
24469
|
+
.mdi-text-search-variant::before {
|
|
24470
|
+
content: "\F1A7E";
|
|
24471
|
+
}
|
|
24472
|
+
|
|
24125
24473
|
.mdi-text-shadow::before {
|
|
24126
24474
|
content: "\F0669";
|
|
24127
24475
|
}
|
|
@@ -24166,6 +24514,10 @@
|
|
|
24166
24514
|
content: "\F1895";
|
|
24167
24515
|
}
|
|
24168
24516
|
|
|
24517
|
+
.mdi-thermometer-check::before {
|
|
24518
|
+
content: "\F1A7F";
|
|
24519
|
+
}
|
|
24520
|
+
|
|
24169
24521
|
.mdi-thermometer-chevron-down::before {
|
|
24170
24522
|
content: "\F0E02";
|
|
24171
24523
|
}
|
|
@@ -24198,6 +24550,10 @@
|
|
|
24198
24550
|
content: "\F0E05";
|
|
24199
24551
|
}
|
|
24200
24552
|
|
|
24553
|
+
.mdi-thermometer-water::before {
|
|
24554
|
+
content: "\F1A80";
|
|
24555
|
+
}
|
|
24556
|
+
|
|
24201
24557
|
.mdi-thermostat::before {
|
|
24202
24558
|
content: "\F0393";
|
|
24203
24559
|
}
|
|
@@ -25018,6 +25374,10 @@
|
|
|
25018
25374
|
content: "\F0540";
|
|
25019
25375
|
}
|
|
25020
25376
|
|
|
25377
|
+
.mdi-tsunami::before {
|
|
25378
|
+
content: "\F1A81";
|
|
25379
|
+
}
|
|
25380
|
+
|
|
25021
25381
|
.mdi-tumble-dryer::before {
|
|
25022
25382
|
content: "\F0917";
|
|
25023
25383
|
}
|
|
@@ -25054,6 +25414,10 @@
|
|
|
25054
25414
|
content: "\F183E";
|
|
25055
25415
|
}
|
|
25056
25416
|
|
|
25417
|
+
.mdi-turbine::before {
|
|
25418
|
+
content: "\F1A82";
|
|
25419
|
+
}
|
|
25420
|
+
|
|
25057
25421
|
.mdi-turkey::before {
|
|
25058
25422
|
content: "\F171B";
|
|
25059
25423
|
}
|
|
@@ -25782,6 +26146,14 @@
|
|
|
25782
26146
|
content: "\F057D";
|
|
25783
26147
|
}
|
|
25784
26148
|
|
|
26149
|
+
.mdi-volcano::before {
|
|
26150
|
+
content: "\F1A83";
|
|
26151
|
+
}
|
|
26152
|
+
|
|
26153
|
+
.mdi-volcano-outline::before {
|
|
26154
|
+
content: "\F1A84";
|
|
26155
|
+
}
|
|
26156
|
+
|
|
25785
26157
|
.mdi-volleyball::before {
|
|
25786
26158
|
content: "\F09B4";
|
|
25787
26159
|
}
|
|
@@ -26090,6 +26462,14 @@
|
|
|
26090
26462
|
content: "\F17C6";
|
|
26091
26463
|
}
|
|
26092
26464
|
|
|
26465
|
+
.mdi-water-thermometer::before {
|
|
26466
|
+
content: "\F1A85";
|
|
26467
|
+
}
|
|
26468
|
+
|
|
26469
|
+
.mdi-water-thermometer-outline::before {
|
|
26470
|
+
content: "\F1A86";
|
|
26471
|
+
}
|
|
26472
|
+
|
|
26093
26473
|
.mdi-water-well::before {
|
|
26094
26474
|
content: "\F106B";
|
|
26095
26475
|
}
|
|
@@ -26362,6 +26742,10 @@
|
|
|
26362
26742
|
content: "\F14F2";
|
|
26363
26743
|
}
|
|
26364
26744
|
|
|
26745
|
+
.mdi-wheelchair::before {
|
|
26746
|
+
content: "\F1A87";
|
|
26747
|
+
}
|
|
26748
|
+
|
|
26365
26749
|
.mdi-wheelchair-accessibility::before {
|
|
26366
26750
|
content: "\F05A4";
|
|
26367
26751
|
}
|
|
@@ -26578,6 +26962,14 @@
|
|
|
26578
26962
|
content: "\F05AC";
|
|
26579
26963
|
}
|
|
26580
26964
|
|
|
26965
|
+
.mdi-wind-power::before {
|
|
26966
|
+
content: "\F1A88";
|
|
26967
|
+
}
|
|
26968
|
+
|
|
26969
|
+
.mdi-wind-power-outline::before {
|
|
26970
|
+
content: "\F1A89";
|
|
26971
|
+
}
|
|
26972
|
+
|
|
26581
26973
|
.mdi-wind-turbine::before {
|
|
26582
26974
|
content: "\F0DA5";
|
|
26583
26975
|
}
|
|
@@ -26630,10 +27022,18 @@
|
|
|
26630
27022
|
content: "\F111D";
|
|
26631
27023
|
}
|
|
26632
27024
|
|
|
27025
|
+
.mdi-window-shutter-cog::before {
|
|
27026
|
+
content: "\F1A8A";
|
|
27027
|
+
}
|
|
27028
|
+
|
|
26633
27029
|
.mdi-window-shutter-open::before {
|
|
26634
27030
|
content: "\F111E";
|
|
26635
27031
|
}
|
|
26636
27032
|
|
|
27033
|
+
.mdi-window-shutter-settings::before {
|
|
27034
|
+
content: "\F1A8B";
|
|
27035
|
+
}
|
|
27036
|
+
|
|
26637
27037
|
.mdi-windsock::before {
|
|
26638
27038
|
content: "\F15FA";
|
|
26639
27039
|
}
|
|
@@ -27054,3 +27454,5 @@
|
|
|
27054
27454
|
transform: rotate(359deg);
|
|
27055
27455
|
}
|
|
27056
27456
|
}
|
|
27457
|
+
|
|
27458
|
+
/*# sourceMappingURL=materialdesignicons.css.map */
|