@quasar/extras 1.13.3 → 1.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/README.md +12 -12
  2. package/fontawesome-v6/fa-brands-400.ttf +0 -0
  3. package/fontawesome-v6/fa-brands-400.woff2 +0 -0
  4. package/fontawesome-v6/fa-regular-400.ttf +0 -0
  5. package/fontawesome-v6/fa-regular-400.woff2 +0 -0
  6. package/fontawesome-v6/fa-solid-900.ttf +0 -0
  7. package/fontawesome-v6/fa-solid-900.woff2 +0 -0
  8. package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
  9. package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
  10. package/fontawesome-v6/fontawesome-v6.css +7 -1
  11. package/fontawesome-v6/icons.json +2 -0
  12. package/fontawesome-v6/index.d.ts +3 -1
  13. package/fontawesome-v6/index.js +5 -3
  14. package/fontawesome-v6/index.mjs +5 -3
  15. package/material-icons/icons.json +40 -3
  16. package/material-icons/index.d.ts +37 -0
  17. package/material-icons/index.js +39 -2
  18. package/material-icons/index.mjs +39 -2
  19. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  20. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  21. package/material-icons-outlined/icons.json +40 -3
  22. package/material-icons-outlined/index.d.ts +37 -0
  23. package/material-icons-outlined/index.js +39 -2
  24. package/material-icons-outlined/index.mjs +39 -2
  25. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  26. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  27. package/material-icons-round/icons.json +42 -5
  28. package/material-icons-round/index.d.ts +37 -0
  29. package/material-icons-round/index.js +39 -2
  30. package/material-icons-round/index.mjs +39 -2
  31. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  32. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  33. package/material-icons-sharp/icons.json +39 -2
  34. package/material-icons-sharp/index.d.ts +37 -0
  35. package/material-icons-sharp/index.js +39 -2
  36. package/material-icons-sharp/index.mjs +39 -2
  37. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  38. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  39. package/mdi-v5/LICENSE +20 -20
  40. package/mdi-v5/license.md +20 -20
  41. package/mdi-v6/LICENSE +20 -20
  42. package/mdi-v6/icons.json +101 -0
  43. package/mdi-v6/index.d.ts +102 -1
  44. package/mdi-v6/index.js +156 -55
  45. package/mdi-v6/index.mjs +156 -55
  46. package/mdi-v6/license.md +20 -20
  47. package/mdi-v6/materialdesignicons-webfont.woff +0 -0
  48. package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
  49. package/mdi-v6/mdi-v6.css +539 -1
  50. package/package.json +7 -7
package/mdi-v6/mdi-v6.css CHANGED
@@ -1,4 +1,4 @@
1
- /* MaterialDesignIcons.com v6.5.95 */
1
+ /* MaterialDesignIcons.com v6.6.95 */
2
2
  @font-face {
3
3
  font-family: "Material Design Icons";
4
4
  src: url("./materialdesignicons-webfont.woff2") format("woff2"), url("./materialdesignicons-webfont.woff") format("woff");
@@ -254,6 +254,10 @@
254
254
  content: "\F05B5";
255
255
  }
256
256
 
257
+ .mdi-account-hard-hat-outline::before {
258
+ content: "\F1A1F";
259
+ }
260
+
257
261
  .mdi-account-heart::before {
258
262
  content: "\F0899";
259
263
  }
@@ -402,6 +406,14 @@
402
406
  content: "\F0AED";
403
407
  }
404
408
 
409
+ .mdi-account-school::before {
410
+ content: "\F1A20";
411
+ }
412
+
413
+ .mdi-account-school-outline::before {
414
+ content: "\F1A21";
415
+ }
416
+
405
417
  .mdi-account-search::before {
406
418
  content: "\F0016";
407
419
  }
@@ -2498,6 +2510,10 @@
2498
2510
  content: "\F06C4";
2499
2511
  }
2500
2512
 
2513
+ .mdi-asterisk-circle-outline::before {
2514
+ content: "\F1A27";
2515
+ }
2516
+
2501
2517
  .mdi-at::before {
2502
2518
  content: "\F0065";
2503
2519
  }
@@ -2522,6 +2538,10 @@
2522
2538
  content: "\F0066";
2523
2539
  }
2524
2540
 
2541
+ .mdi-attachment-lock::before {
2542
+ content: "\F19C4";
2543
+ }
2544
+
2525
2545
  .mdi-audio-input-rca::before {
2526
2546
  content: "\F186B";
2527
2547
  }
@@ -2562,6 +2582,10 @@
2562
2582
  content: "\F006A";
2563
2583
  }
2564
2584
 
2585
+ .mdi-autorenew-off::before {
2586
+ content: "\F19E7";
2587
+ }
2588
+
2565
2589
  .mdi-av-timer::before {
2566
2590
  content: "\F006B";
2567
2591
  }
@@ -3230,6 +3254,14 @@
3230
3254
  content: "\F17E3";
3231
3255
  }
3232
3256
 
3257
+ .mdi-battery-clock::before {
3258
+ content: "\F19E5";
3259
+ }
3260
+
3261
+ .mdi-battery-clock-outline::before {
3262
+ content: "\F19E6";
3263
+ }
3264
+
3233
3265
  .mdi-battery-heart::before {
3234
3266
  content: "\F120F";
3235
3267
  }
@@ -3722,6 +3754,10 @@
3722
3754
  content: "\F00B9";
3723
3755
  }
3724
3756
 
3757
+ .mdi-bone-off::before {
3758
+ content: "\F19E0";
3759
+ }
3760
+
3725
3761
  .mdi-book::before {
3726
3762
  content: "\F00BA";
3727
3763
  }
@@ -3830,6 +3866,14 @@
3830
3866
  content: "\F16CA";
3831
3867
  }
3832
3868
 
3869
+ .mdi-book-heart::before {
3870
+ content: "\F1A1D";
3871
+ }
3872
+
3873
+ .mdi-book-heart-outline::before {
3874
+ content: "\F1A1E";
3875
+ }
3876
+
3833
3877
  .mdi-book-information-variant::before {
3834
3878
  content: "\F106F";
3835
3879
  }
@@ -4498,6 +4542,10 @@
4498
4542
  content: "\F1771";
4499
4543
  }
4500
4544
 
4545
+ .mdi-brush-outline::before {
4546
+ content: "\F1A0D";
4547
+ }
4548
+
4501
4549
  .mdi-brush-variant::before {
4502
4550
  content: "\F1813";
4503
4551
  }
@@ -4978,6 +5026,14 @@
4978
5026
  content: "\F0104";
4979
5027
  }
4980
5028
 
5029
+ .mdi-camera-lock::before {
5030
+ content: "\F1A14";
5031
+ }
5032
+
5033
+ .mdi-camera-lock-outline::before {
5034
+ content: "\F1A15";
5035
+ }
5036
+
4981
5037
  .mdi-camera-marker::before {
4982
5038
  content: "\F19A7";
4983
5039
  }
@@ -5802,6 +5858,10 @@
5802
5858
  content: "\F09D5";
5803
5859
  }
5804
5860
 
5861
+ .mdi-cellphone-arrow-down-variant::before {
5862
+ content: "\F19C5";
5863
+ }
5864
+
5805
5865
  .mdi-cellphone-basic::before {
5806
5866
  content: "\F011E";
5807
5867
  }
@@ -10426,6 +10486,14 @@
10426
10486
  content: "\F0215";
10427
10487
  }
10428
10488
 
10489
+ .mdi-file-chart-check::before {
10490
+ content: "\F19C6";
10491
+ }
10492
+
10493
+ .mdi-file-chart-check-outline::before {
10494
+ content: "\F19C7";
10495
+ }
10496
+
10429
10497
  .mdi-file-chart-outline::before {
10430
10498
  content: "\F1029";
10431
10499
  }
@@ -10642,6 +10710,14 @@
10642
10710
  content: "\F0221";
10643
10711
  }
10644
10712
 
10713
+ .mdi-file-lock-open::before {
10714
+ content: "\F19C8";
10715
+ }
10716
+
10717
+ .mdi-file-lock-open-outline::before {
10718
+ content: "\F19C9";
10719
+ }
10720
+
10645
10721
  .mdi-file-lock-outline::before {
10646
10722
  content: "\F1030";
10647
10723
  }
@@ -11422,6 +11498,62 @@
11422
11498
  content: "\F0DCD";
11423
11499
  }
11424
11500
 
11501
+ .mdi-folder-arrow-down::before {
11502
+ content: "\F19E8";
11503
+ }
11504
+
11505
+ .mdi-folder-arrow-down-outline::before {
11506
+ content: "\F19E9";
11507
+ }
11508
+
11509
+ .mdi-folder-arrow-left::before {
11510
+ content: "\F19EA";
11511
+ }
11512
+
11513
+ .mdi-folder-arrow-left-outline::before {
11514
+ content: "\F19EB";
11515
+ }
11516
+
11517
+ .mdi-folder-arrow-left-right::before {
11518
+ content: "\F19EC";
11519
+ }
11520
+
11521
+ .mdi-folder-arrow-left-right-outline::before {
11522
+ content: "\F19ED";
11523
+ }
11524
+
11525
+ .mdi-folder-arrow-right::before {
11526
+ content: "\F19EE";
11527
+ }
11528
+
11529
+ .mdi-folder-arrow-right-outline::before {
11530
+ content: "\F19EF";
11531
+ }
11532
+
11533
+ .mdi-folder-arrow-up::before {
11534
+ content: "\F19F0";
11535
+ }
11536
+
11537
+ .mdi-folder-arrow-up-down::before {
11538
+ content: "\F19F1";
11539
+ }
11540
+
11541
+ .mdi-folder-arrow-up-down-outline::before {
11542
+ content: "\F19F2";
11543
+ }
11544
+
11545
+ .mdi-folder-arrow-up-outline::before {
11546
+ content: "\F19F3";
11547
+ }
11548
+
11549
+ .mdi-folder-cancel::before {
11550
+ content: "\F19F4";
11551
+ }
11552
+
11553
+ .mdi-folder-cancel-outline::before {
11554
+ content: "\F19F5";
11555
+ }
11556
+
11425
11557
  .mdi-folder-check::before {
11426
11558
  content: "\F197E";
11427
11559
  }
@@ -11470,6 +11602,14 @@
11470
11602
  content: "\F178B";
11471
11603
  }
11472
11604
 
11605
+ .mdi-folder-file::before {
11606
+ content: "\F19F6";
11607
+ }
11608
+
11609
+ .mdi-folder-file-outline::before {
11610
+ content: "\F19F7";
11611
+ }
11612
+
11473
11613
  .mdi-folder-google-drive::before {
11474
11614
  content: "\F024E";
11475
11615
  }
@@ -11582,6 +11722,14 @@
11582
11722
  content: "\F0C81";
11583
11723
  }
11584
11724
 
11725
+ .mdi-folder-off::before {
11726
+ content: "\F19F8";
11727
+ }
11728
+
11729
+ .mdi-folder-off-outline::before {
11730
+ content: "\F19F9";
11731
+ }
11732
+
11585
11733
  .mdi-folder-open::before {
11586
11734
  content: "\F0770";
11587
11735
  }
@@ -11594,6 +11742,14 @@
11594
11742
  content: "\F0256";
11595
11743
  }
11596
11744
 
11745
+ .mdi-folder-play::before {
11746
+ content: "\F19FA";
11747
+ }
11748
+
11749
+ .mdi-folder-play-outline::before {
11750
+ content: "\F19FB";
11751
+ }
11752
+
11597
11753
  .mdi-folder-plus::before {
11598
11754
  content: "\F0257";
11599
11755
  }
@@ -11610,6 +11766,14 @@
11610
11766
  content: "\F0D0A";
11611
11767
  }
11612
11768
 
11769
+ .mdi-folder-question::before {
11770
+ content: "\F19CA";
11771
+ }
11772
+
11773
+ .mdi-folder-question-outline::before {
11774
+ content: "\F19CB";
11775
+ }
11776
+
11613
11777
  .mdi-folder-refresh::before {
11614
11778
  content: "\F0749";
11615
11779
  }
@@ -11698,6 +11862,14 @@
11698
11862
  content: "\F10ED";
11699
11863
  }
11700
11864
 
11865
+ .mdi-folder-wrench::before {
11866
+ content: "\F19FC";
11867
+ }
11868
+
11869
+ .mdi-folder-wrench-outline::before {
11870
+ content: "\F19FD";
11871
+ }
11872
+
11701
11873
  .mdi-folder-zip::before {
11702
11874
  content: "\F06EB";
11703
11875
  }
@@ -12402,6 +12574,10 @@
12402
12574
  content: "\F1045";
12403
12575
  }
12404
12576
 
12577
+ .mdi-fruit-pear::before {
12578
+ content: "\F1A0E";
12579
+ }
12580
+
12405
12581
  .mdi-fruit-pineapple::before {
12406
12582
  content: "\F1046";
12407
12583
  }
@@ -12586,6 +12762,10 @@
12586
12762
  content: "\F17FC";
12587
12763
  }
12588
12764
 
12765
+ .mdi-gas-burner::before {
12766
+ content: "\F1A1B";
12767
+ }
12768
+
12589
12769
  .mdi-gas-cylinder::before {
12590
12770
  content: "\F0647";
12591
12771
  }
@@ -13814,6 +13994,14 @@
13814
13994
  content: "\F0D16";
13815
13995
  }
13816
13996
 
13997
+ .mdi-home-clock::before {
13998
+ content: "\F1A12";
13999
+ }
14000
+
14001
+ .mdi-home-clock-outline::before {
14002
+ content: "\F1A13";
14003
+ }
14004
+
13817
14005
  .mdi-home-edit::before {
13818
14006
  content: "\F1159";
13819
14007
  }
@@ -14386,6 +14574,14 @@
14386
14574
  content: "\F087C";
14387
14575
  }
14388
14576
 
14577
+ .mdi-image-refresh::before {
14578
+ content: "\F19FE";
14579
+ }
14580
+
14581
+ .mdi-image-refresh-outline::before {
14582
+ content: "\F19FF";
14583
+ }
14584
+
14389
14585
  .mdi-image-remove::before {
14390
14586
  content: "\F1418";
14391
14587
  }
@@ -14410,6 +14606,14 @@
14410
14606
  content: "\F0C8F";
14411
14607
  }
14412
14608
 
14609
+ .mdi-image-sync::before {
14610
+ content: "\F1A00";
14611
+ }
14612
+
14613
+ .mdi-image-sync-outline::before {
14614
+ content: "\F1A01";
14615
+ }
14616
+
14413
14617
  .mdi-image-text::before {
14414
14618
  content: "\F160D";
14415
14619
  }
@@ -15178,6 +15382,10 @@
15178
15382
  content: "\F0DD8";
15179
15383
  }
15180
15384
 
15385
+ .mdi-lecturn::before {
15386
+ content: "\F1AF0";
15387
+ }
15388
+
15181
15389
  .mdi-led-off::before {
15182
15390
  content: "\F032B";
15183
15391
  }
@@ -15226,6 +15434,10 @@
15226
15434
  content: "\F0331";
15227
15435
  }
15228
15436
 
15437
+ .mdi-library-outline::before {
15438
+ content: "\F1A22";
15439
+ }
15440
+
15229
15441
  .mdi-library-shelves::before {
15230
15442
  content: "\F0BA9";
15231
15443
  }
@@ -15254,10 +15466,22 @@
15254
15466
  content: "\F097E";
15255
15467
  }
15256
15468
 
15469
+ .mdi-light-switch-off::before {
15470
+ content: "\F1A24";
15471
+ }
15472
+
15257
15473
  .mdi-lightbulb::before {
15258
15474
  content: "\F0335";
15259
15475
  }
15260
15476
 
15477
+ .mdi-lightbulb-alert::before {
15478
+ content: "\F19E1";
15479
+ }
15480
+
15481
+ .mdi-lightbulb-alert-outline::before {
15482
+ content: "\F19E2";
15483
+ }
15484
+
15261
15485
  .mdi-lightbulb-auto::before {
15262
15486
  content: "\F1800";
15263
15487
  }
@@ -15342,6 +15566,14 @@
15342
15566
  content: "\F0336";
15343
15567
  }
15344
15568
 
15569
+ .mdi-lightbulb-question::before {
15570
+ content: "\F19E3";
15571
+ }
15572
+
15573
+ .mdi-lightbulb-question-outline::before {
15574
+ content: "\F19E4";
15575
+ }
15576
+
15345
15577
  .mdi-lightbulb-spot::before {
15346
15578
  content: "\F17F4";
15347
15579
  }
@@ -16182,6 +16414,14 @@
16182
16414
  content: "\F0363";
16183
16415
  }
16184
16416
 
16417
+ .mdi-message-fast::before {
16418
+ content: "\F19CC";
16419
+ }
16420
+
16421
+ .mdi-message-fast-outline::before {
16422
+ content: "\F19CD";
16423
+ }
16424
+
16185
16425
  .mdi-message-flash::before {
16186
16426
  content: "\F15A9";
16187
16427
  }
@@ -16294,6 +16534,14 @@
16294
16534
  content: "\F1174";
16295
16535
  }
16296
16536
 
16537
+ .mdi-message-text-fast::before {
16538
+ content: "\F19CE";
16539
+ }
16540
+
16541
+ .mdi-message-text-fast-outline::before {
16542
+ content: "\F19CF";
16543
+ }
16544
+
16297
16545
  .mdi-message-text-lock::before {
16298
16546
  content: "\F0FCD";
16299
16547
  }
@@ -16634,6 +16882,14 @@
16634
16882
  content: "\F0379";
16635
16883
  }
16636
16884
 
16885
+ .mdi-monitor-arrow-down::before {
16886
+ content: "\F19D0";
16887
+ }
16888
+
16889
+ .mdi-monitor-arrow-down-variant::before {
16890
+ content: "\F19D1";
16891
+ }
16892
+
16637
16893
  .mdi-monitor-cellphone::before {
16638
16894
  content: "\F0989";
16639
16895
  }
@@ -17286,6 +17542,10 @@
17286
17542
  content: "\F0391";
17287
17543
  }
17288
17544
 
17545
+ .mdi-needle-off::before {
17546
+ content: "\F19D2";
17547
+ }
17548
+
17289
17549
  .mdi-netflix::before {
17290
17550
  content: "\F0746";
17291
17551
  }
@@ -17562,6 +17822,14 @@
17562
17822
  content: "\F14E9";
17563
17823
  }
17564
17824
 
17825
+ .mdi-notebook-heart::before {
17826
+ content: "\F1A0B";
17827
+ }
17828
+
17829
+ .mdi-notebook-heart-outline::before {
17830
+ content: "\F1A0C";
17831
+ }
17832
+
17565
17833
  .mdi-notebook-minus::before {
17566
17834
  content: "\F1610";
17567
17835
  }
@@ -17954,6 +18222,10 @@
17954
18222
  content: "\F1052";
17955
18223
  }
17956
18224
 
18225
+ .mdi-numeric-off::before {
18226
+ content: "\F19D3";
18227
+ }
18228
+
17957
18229
  .mdi-numeric-positive-1::before {
17958
18230
  content: "\F15CB";
17959
18231
  }
@@ -18186,6 +18458,30 @@
18186
18458
  content: "\F03D7";
18187
18459
  }
18188
18460
 
18461
+ .mdi-package-variant-closed-minus::before {
18462
+ content: "\F19D4";
18463
+ }
18464
+
18465
+ .mdi-package-variant-closed-plus::before {
18466
+ content: "\F19D5";
18467
+ }
18468
+
18469
+ .mdi-package-variant-closed-remove::before {
18470
+ content: "\F19D6";
18471
+ }
18472
+
18473
+ .mdi-package-variant-minus::before {
18474
+ content: "\F19D7";
18475
+ }
18476
+
18477
+ .mdi-package-variant-plus::before {
18478
+ content: "\F19D8";
18479
+ }
18480
+
18481
+ .mdi-package-variant-remove::before {
18482
+ content: "\F19D9";
18483
+ }
18484
+
18189
18485
  .mdi-page-first::before {
18190
18486
  content: "\F0600";
18191
18487
  }
@@ -18422,6 +18718,10 @@
18422
18718
  content: "\F03E2";
18423
18719
  }
18424
18720
 
18721
+ .mdi-paperclip-lock::before {
18722
+ content: "\F19DA";
18723
+ }
18724
+
18425
18725
  .mdi-parachute::before {
18426
18726
  content: "\F0CB4";
18427
18727
  }
@@ -18638,6 +18938,22 @@
18638
18938
  content: "\F03F0";
18639
18939
  }
18640
18940
 
18941
+ .mdi-percent-box::before {
18942
+ content: "\F1A02";
18943
+ }
18944
+
18945
+ .mdi-percent-box-outline::before {
18946
+ content: "\F1A03";
18947
+ }
18948
+
18949
+ .mdi-percent-circle::before {
18950
+ content: "\F1A04";
18951
+ }
18952
+
18953
+ .mdi-percent-circle-outline::before {
18954
+ content: "\F1A05";
18955
+ }
18956
+
18641
18957
  .mdi-percent-outline::before {
18642
18958
  content: "\F1278";
18643
18959
  }
@@ -18702,6 +19018,10 @@
18702
19018
  content: "\F1279";
18703
19019
  }
18704
19020
 
19021
+ .mdi-phone-clock::before {
19022
+ content: "\F19DB";
19023
+ }
19024
+
18705
19025
  .mdi-phone-dial::before {
18706
19026
  content: "\F1559";
18707
19027
  }
@@ -19042,6 +19362,22 @@
19042
19362
  content: "\F127A";
19043
19363
  }
19044
19364
 
19365
+ .mdi-play-box-lock::before {
19366
+ content: "\F1A16";
19367
+ }
19368
+
19369
+ .mdi-play-box-lock-open::before {
19370
+ content: "\F1A17";
19371
+ }
19372
+
19373
+ .mdi-play-box-lock-open-outline::before {
19374
+ content: "\F1A18";
19375
+ }
19376
+
19377
+ .mdi-play-box-lock-outline::before {
19378
+ content: "\F1A19";
19379
+ }
19380
+
19045
19381
  .mdi-play-box-multiple::before {
19046
19382
  content: "\F0D19";
19047
19383
  }
@@ -19546,6 +19882,10 @@
19546
19882
  content: "\F042E";
19547
19883
  }
19548
19884
 
19885
+ .mdi-projector-off::before {
19886
+ content: "\F1A23";
19887
+ }
19888
+
19549
19889
  .mdi-projector-screen::before {
19550
19890
  content: "\F042F";
19551
19891
  }
@@ -19846,6 +20186,14 @@
19846
20186
  content: "\F043F";
19847
20187
  }
19848
20188
 
20189
+ .mdi-raw::before {
20190
+ content: "\F1A0F";
20191
+ }
20192
+
20193
+ .mdi-raw-off::before {
20194
+ content: "\F1A10";
20195
+ }
20196
+
19849
20197
  .mdi-ray-end::before {
19850
20198
  content: "\F0440";
19851
20199
  }
@@ -19894,6 +20242,10 @@
19894
20242
  content: "\F0449";
19895
20243
  }
19896
20244
 
20245
+ .mdi-receipt-outline::before {
20246
+ content: "\F19DC";
20247
+ }
20248
+
19897
20249
  .mdi-record::before {
19898
20250
  content: "\F044A";
19899
20251
  }
@@ -20390,6 +20742,10 @@
20390
20742
  content: "\F0B46";
20391
20743
  }
20392
20744
 
20745
+ .mdi-robot-industrial-outline::before {
20746
+ content: "\F1A1A";
20747
+ }
20748
+
20393
20749
  .mdi-robot-love::before {
20394
20750
  content: "\F16A5";
20395
20751
  }
@@ -20658,6 +21014,10 @@
20658
21014
  content: "\F046F";
20659
21015
  }
20660
21016
 
21017
+ .mdi-sale-outline::before {
21018
+ content: "\F1A06";
21019
+ }
21020
+
20661
21021
  .mdi-salesforce::before {
20662
21022
  content: "\F088E";
20663
21023
  }
@@ -22510,6 +22870,14 @@
22510
22870
  content: "\F14FB";
22511
22871
  }
22512
22872
 
22873
+ .mdi-square-rounded-badge::before {
22874
+ content: "\F1A07";
22875
+ }
22876
+
22877
+ .mdi-square-rounded-badge-outline::before {
22878
+ content: "\F1A08";
22879
+ }
22880
+
22513
22881
  .mdi-square-rounded-outline::before {
22514
22882
  content: "\F14FC";
22515
22883
  }
@@ -24082,6 +24450,14 @@
24082
24450
  content: "\F0A1A";
24083
24451
  }
24084
24452
 
24453
+ .mdi-toggle-switch-variant::before {
24454
+ content: "\F1A25";
24455
+ }
24456
+
24457
+ .mdi-toggle-switch-variant-off::before {
24458
+ content: "\F1A26";
24459
+ }
24460
+
24085
24461
  .mdi-toilet::before {
24086
24462
  content: "\F09AB";
24087
24463
  }
@@ -24422,6 +24798,10 @@
24422
24798
  content: "\F192D";
24423
24799
  }
24424
24800
 
24801
+ .mdi-transmission-tower-off::before {
24802
+ content: "\F19DD";
24803
+ }
24804
+
24425
24805
  .mdi-trash-can::before {
24426
24806
  content: "\F0A79";
24427
24807
  }
@@ -24498,6 +24878,14 @@
24498
24878
  content: "\F0537";
24499
24879
  }
24500
24880
 
24881
+ .mdi-triangle-small-down::before {
24882
+ content: "\F1A09";
24883
+ }
24884
+
24885
+ .mdi-triangle-small-up::before {
24886
+ content: "\F1A0A";
24887
+ }
24888
+
24501
24889
  .mdi-triangle-wave::before {
24502
24890
  content: "\F147C";
24503
24891
  }
@@ -24534,6 +24922,14 @@
24534
24922
  content: "\F053D";
24535
24923
  }
24536
24924
 
24925
+ .mdi-truck-alert::before {
24926
+ content: "\F19DE";
24927
+ }
24928
+
24929
+ .mdi-truck-alert-outline::before {
24930
+ content: "\F19DF";
24931
+ }
24932
+
24537
24933
  .mdi-truck-cargo-container::before {
24538
24934
  content: "\F18D8";
24539
24935
  }
@@ -25050,6 +25446,10 @@
25050
25446
  content: "\F0567";
25051
25447
  }
25052
25448
 
25449
+ .mdi-video-2d::before {
25450
+ content: "\F1A1C";
25451
+ }
25452
+
25053
25453
  .mdi-video-3d::before {
25054
25454
  content: "\F07FD";
25055
25455
  }
@@ -25454,6 +25854,10 @@
25454
25854
  content: "\F07FE";
25455
25855
  }
25456
25856
 
25857
+ .mdi-wall-fire::before {
25858
+ content: "\F1A11";
25859
+ }
25860
+
25457
25861
  .mdi-wall-sconce::before {
25458
25862
  content: "\F091C";
25459
25863
  }
@@ -26434,42 +26838,176 @@
26434
26838
  .mdi-light.mdi-inactive:before {
26435
26839
  color: rgba(255, 255, 255, 0.3);
26436
26840
  }
26841
+
26842
+ .mdi-rotate-45 {
26843
+ /*
26844
+ // Not included in production
26845
+ &.mdi-flip-h:before {
26846
+ -webkit-transform: scaleX(-1) rotate(45deg);
26847
+ transform: scaleX(-1) rotate(45deg);
26848
+ filter: FlipH;
26849
+ -ms-filter: "FlipH";
26850
+ }
26851
+ &.mdi-flip-v:before {
26852
+ -webkit-transform: scaleY(-1) rotate(45deg);
26853
+ -ms-transform: rotate(45deg);
26854
+ transform: scaleY(-1) rotate(45deg);
26855
+ filter: FlipV;
26856
+ -ms-filter: "FlipV";
26857
+ }
26858
+ */
26859
+ }
26860
+
26437
26861
  .mdi-rotate-45:before {
26438
26862
  -webkit-transform: rotate(45deg);
26439
26863
  -ms-transform: rotate(45deg);
26440
26864
  transform: rotate(45deg);
26441
26865
  }
26442
26866
 
26867
+ .mdi-rotate-90 {
26868
+ /*
26869
+ // Not included in production
26870
+ &.mdi-flip-h:before {
26871
+ -webkit-transform: scaleX(-1) rotate(90deg);
26872
+ transform: scaleX(-1) rotate(90deg);
26873
+ filter: FlipH;
26874
+ -ms-filter: "FlipH";
26875
+ }
26876
+ &.mdi-flip-v:before {
26877
+ -webkit-transform: scaleY(-1) rotate(90deg);
26878
+ -ms-transform: rotate(90deg);
26879
+ transform: scaleY(-1) rotate(90deg);
26880
+ filter: FlipV;
26881
+ -ms-filter: "FlipV";
26882
+ }
26883
+ */
26884
+ }
26885
+
26443
26886
  .mdi-rotate-90:before {
26444
26887
  -webkit-transform: rotate(90deg);
26445
26888
  -ms-transform: rotate(90deg);
26446
26889
  transform: rotate(90deg);
26447
26890
  }
26448
26891
 
26892
+ .mdi-rotate-135 {
26893
+ /*
26894
+ // Not included in production
26895
+ &.mdi-flip-h:before {
26896
+ -webkit-transform: scaleX(-1) rotate(135deg);
26897
+ transform: scaleX(-1) rotate(135deg);
26898
+ filter: FlipH;
26899
+ -ms-filter: "FlipH";
26900
+ }
26901
+ &.mdi-flip-v:before {
26902
+ -webkit-transform: scaleY(-1) rotate(135deg);
26903
+ -ms-transform: rotate(135deg);
26904
+ transform: scaleY(-1) rotate(135deg);
26905
+ filter: FlipV;
26906
+ -ms-filter: "FlipV";
26907
+ }
26908
+ */
26909
+ }
26910
+
26449
26911
  .mdi-rotate-135:before {
26450
26912
  -webkit-transform: rotate(135deg);
26451
26913
  -ms-transform: rotate(135deg);
26452
26914
  transform: rotate(135deg);
26453
26915
  }
26454
26916
 
26917
+ .mdi-rotate-180 {
26918
+ /*
26919
+ // Not included in production
26920
+ &.mdi-flip-h:before {
26921
+ -webkit-transform: scaleX(-1) rotate(180deg);
26922
+ transform: scaleX(-1) rotate(180deg);
26923
+ filter: FlipH;
26924
+ -ms-filter: "FlipH";
26925
+ }
26926
+ &.mdi-flip-v:before {
26927
+ -webkit-transform: scaleY(-1) rotate(180deg);
26928
+ -ms-transform: rotate(180deg);
26929
+ transform: scaleY(-1) rotate(180deg);
26930
+ filter: FlipV;
26931
+ -ms-filter: "FlipV";
26932
+ }
26933
+ */
26934
+ }
26935
+
26455
26936
  .mdi-rotate-180:before {
26456
26937
  -webkit-transform: rotate(180deg);
26457
26938
  -ms-transform: rotate(180deg);
26458
26939
  transform: rotate(180deg);
26459
26940
  }
26460
26941
 
26942
+ .mdi-rotate-225 {
26943
+ /*
26944
+ // Not included in production
26945
+ &.mdi-flip-h:before {
26946
+ -webkit-transform: scaleX(-1) rotate(225deg);
26947
+ transform: scaleX(-1) rotate(225deg);
26948
+ filter: FlipH;
26949
+ -ms-filter: "FlipH";
26950
+ }
26951
+ &.mdi-flip-v:before {
26952
+ -webkit-transform: scaleY(-1) rotate(225deg);
26953
+ -ms-transform: rotate(225deg);
26954
+ transform: scaleY(-1) rotate(225deg);
26955
+ filter: FlipV;
26956
+ -ms-filter: "FlipV";
26957
+ }
26958
+ */
26959
+ }
26960
+
26461
26961
  .mdi-rotate-225:before {
26462
26962
  -webkit-transform: rotate(225deg);
26463
26963
  -ms-transform: rotate(225deg);
26464
26964
  transform: rotate(225deg);
26465
26965
  }
26466
26966
 
26967
+ .mdi-rotate-270 {
26968
+ /*
26969
+ // Not included in production
26970
+ &.mdi-flip-h:before {
26971
+ -webkit-transform: scaleX(-1) rotate(270deg);
26972
+ transform: scaleX(-1) rotate(270deg);
26973
+ filter: FlipH;
26974
+ -ms-filter: "FlipH";
26975
+ }
26976
+ &.mdi-flip-v:before {
26977
+ -webkit-transform: scaleY(-1) rotate(270deg);
26978
+ -ms-transform: rotate(270deg);
26979
+ transform: scaleY(-1) rotate(270deg);
26980
+ filter: FlipV;
26981
+ -ms-filter: "FlipV";
26982
+ }
26983
+ */
26984
+ }
26985
+
26467
26986
  .mdi-rotate-270:before {
26468
26987
  -webkit-transform: rotate(270deg);
26469
26988
  -ms-transform: rotate(270deg);
26470
26989
  transform: rotate(270deg);
26471
26990
  }
26472
26991
 
26992
+ .mdi-rotate-315 {
26993
+ /*
26994
+ // Not included in production
26995
+ &.mdi-flip-h:before {
26996
+ -webkit-transform: scaleX(-1) rotate(315deg);
26997
+ transform: scaleX(-1) rotate(315deg);
26998
+ filter: FlipH;
26999
+ -ms-filter: "FlipH";
27000
+ }
27001
+ &.mdi-flip-v:before {
27002
+ -webkit-transform: scaleY(-1) rotate(315deg);
27003
+ -ms-transform: rotate(315deg);
27004
+ transform: scaleY(-1) rotate(315deg);
27005
+ filter: FlipV;
27006
+ -ms-filter: "FlipV";
27007
+ }
27008
+ */
27009
+ }
27010
+
26473
27011
  .mdi-rotate-315:before {
26474
27012
  -webkit-transform: rotate(315deg);
26475
27013
  -ms-transform: rotate(315deg);