@quasar/extras 1.16.7 → 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.
Files changed (41) hide show
  1. package/bootstrap-icons/{LICENSE.md → LICENSE} +1 -1
  2. package/bootstrap-icons/bootstrap-icons.css +7 -5
  3. package/bootstrap-icons/icons.json +97 -0
  4. package/eva-icons/eva-icons.css +9 -3
  5. package/ionicons-v7/index.d.ts +1 -1
  6. package/ionicons-v7/index.js +1 -1
  7. package/ionicons-v7/index.mjs +1 -1
  8. package/line-awesome/line-awesome.css +8 -3
  9. package/material-icons-outlined/index.js +1 -1
  10. package/material-icons-outlined/index.mjs +1 -1
  11. package/material-icons-round/index.js +1 -1
  12. package/material-icons-round/index.mjs +1 -1
  13. package/material-symbols-outlined/icons.json +107 -0
  14. package/material-symbols-outlined/index.d.ts +107 -0
  15. package/material-symbols-outlined/index.js +199 -92
  16. package/material-symbols-outlined/index.mjs +199 -92
  17. package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
  18. package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
  19. package/material-symbols-rounded/icons.json +107 -0
  20. package/material-symbols-rounded/index.d.ts +107 -0
  21. package/material-symbols-rounded/index.js +298 -191
  22. package/material-symbols-rounded/index.mjs +298 -191
  23. package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
  24. package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
  25. package/material-symbols-sharp/icons.json +107 -0
  26. package/material-symbols-sharp/index.d.ts +107 -0
  27. package/material-symbols-sharp/index.js +217 -110
  28. package/material-symbols-sharp/index.mjs +217 -110
  29. package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
  30. package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
  31. package/mdi-v6/LICENSE +20 -20
  32. package/mdi-v6/license.md +20 -20
  33. package/mdi-v7/icons.json +71 -0
  34. package/mdi-v7/index.d.ts +72 -1
  35. package/mdi-v7/index.js +82 -11
  36. package/mdi-v7/index.mjs +82 -11
  37. package/mdi-v7/materialdesignicons-webfont.woff +0 -0
  38. package/mdi-v7/materialdesignicons-webfont.woff2 +0 -0
  39. package/mdi-v7/mdi-v7.css +1197 -110
  40. package/package.json +6 -6
  41. package/themify/themify.css +4 -1
package/mdi-v6/LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- Pictogrammers Free License
2
- --------------------------
3
-
4
- This icon collection is released as free, open source, and GPL friendly by
5
- the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
- for commercial projects, open source projects, or anything really.
7
-
8
- # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
- Some of the icons are redistributed under the Apache 2.0 license. All other
10
- icons are either redistributed under their respective licenses or are
11
- distributed under the Apache 2.0 license.
12
-
13
- # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
- All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
- and desktop fonts contain some icons that are redistributed under the Apache
16
- 2.0 license. All other icons are either redistributed under their respective
17
- licenses or are distributed under the Apache 2.0 license.
18
-
19
- # Code: MIT (https://opensource.org/licenses/MIT)
20
- The MIT license applies to all non-font and non-icon files.
1
+ Pictogrammers Free License
2
+ --------------------------
3
+
4
+ This icon collection is released as free, open source, and GPL friendly by
5
+ the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
+ for commercial projects, open source projects, or anything really.
7
+
8
+ # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
+ Some of the icons are redistributed under the Apache 2.0 license. All other
10
+ icons are either redistributed under their respective licenses or are
11
+ distributed under the Apache 2.0 license.
12
+
13
+ # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
+ All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
+ and desktop fonts contain some icons that are redistributed under the Apache
16
+ 2.0 license. All other icons are either redistributed under their respective
17
+ licenses or are distributed under the Apache 2.0 license.
18
+
19
+ # Code: MIT (https://opensource.org/licenses/MIT)
20
+ The MIT license applies to all non-font and non-icon files.
package/mdi-v6/license.md CHANGED
@@ -1,20 +1,20 @@
1
- Pictogrammers Free License
2
- --------------------------
3
-
4
- This icon collection is released as free, open source, and GPL friendly by
5
- the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
- for commercial projects, open source projects, or anything really.
7
-
8
- # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
- Some of the icons are redistributed under the Apache 2.0 license. All other
10
- icons are either redistributed under their respective licenses or are
11
- distributed under the Apache 2.0 license.
12
-
13
- # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
- All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
- and desktop fonts contain some icons that are redistributed under the Apache
16
- 2.0 license. All other icons are either redistributed under their respective
17
- licenses or are distributed under the Apache 2.0 license.
18
-
19
- # Code: MIT (https://opensource.org/licenses/MIT)
20
- The MIT license applies to all non-font and non-icon files.
1
+ Pictogrammers Free License
2
+ --------------------------
3
+
4
+ This icon collection is released as free, open source, and GPL friendly by
5
+ the [Pictogrammers](http://pictogrammers.com/) icon group. You may use it
6
+ for commercial projects, open source projects, or anything really.
7
+
8
+ # Icons: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
9
+ Some of the icons are redistributed under the Apache 2.0 license. All other
10
+ icons are either redistributed under their respective licenses or are
11
+ distributed under the Apache 2.0 license.
12
+
13
+ # Fonts: Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
14
+ All web and desktop fonts are distributed under the Apache 2.0 license. Web
15
+ and desktop fonts contain some icons that are redistributed under the Apache
16
+ 2.0 license. All other icons are either redistributed under their respective
17
+ licenses or are distributed under the Apache 2.0 license.
18
+
19
+ # Code: MIT (https://opensource.org/licenses/MIT)
20
+ The MIT license applies to all non-font and non-icon files.
package/mdi-v7/icons.json CHANGED
@@ -59,6 +59,10 @@
59
59
  "mdiAccountEditOutline",
60
60
  "mdiAccountEye",
61
61
  "mdiAccountEyeOutline",
62
+ "mdiAccountFile",
63
+ "mdiAccountFileOutline",
64
+ "mdiAccountFileText",
65
+ "mdiAccountFileTextOutline",
62
66
  "mdiAccountFilter",
63
67
  "mdiAccountFilterOutline",
64
68
  "mdiAccountGroup",
@@ -547,6 +551,8 @@
547
551
  "mdiArrowLeftThinCircleOutline",
548
552
  "mdiArrowLeftTop",
549
553
  "mdiArrowLeftTopBold",
554
+ "mdiArrowOscillating",
555
+ "mdiArrowOscillatingOff",
550
556
  "mdiArrowProjectile",
551
557
  "mdiArrowProjectileMultiple",
552
558
  "mdiArrowRight",
@@ -718,6 +724,8 @@
718
724
  "mdiBagPersonalOff",
719
725
  "mdiBagPersonalOffOutline",
720
726
  "mdiBagPersonalOutline",
727
+ "mdiBagPersonalPlus",
728
+ "mdiBagPersonalPlusOutline",
721
729
  "mdiBagPersonalTag",
722
730
  "mdiBagPersonalTagOutline",
723
731
  "mdiBagSuitcase",
@@ -1217,9 +1225,11 @@
1217
1225
  "mdiBusMultiple",
1218
1226
  "mdiBusSchool",
1219
1227
  "mdiBusSide",
1228
+ "mdiBusSign",
1220
1229
  "mdiBusStop",
1221
1230
  "mdiBusStopCovered",
1222
1231
  "mdiBusStopUncovered",
1232
+ "mdiBusWrench",
1223
1233
  "mdiButterfly",
1224
1234
  "mdiButterflyOutline",
1225
1235
  "mdiButtonCursor",
@@ -1399,6 +1409,7 @@
1399
1409
  "mdiCarDefrostRear",
1400
1410
  "mdiCarDoor",
1401
1411
  "mdiCarDoorLock",
1412
+ "mdiCarDoorLockOpen",
1402
1413
  "mdiCarElectric",
1403
1414
  "mdiCarElectricOutline",
1404
1415
  "mdiCarEmergency",
@@ -1517,6 +1528,7 @@
1517
1528
  "mdiCash100",
1518
1529
  "mdiCashCheck",
1519
1530
  "mdiCashClock",
1531
+ "mdiCashEdit",
1520
1532
  "mdiCashFast",
1521
1533
  "mdiCashLock",
1522
1534
  "mdiCashLockOpen",
@@ -1580,6 +1592,7 @@
1580
1592
  "mdiChairSchool",
1581
1593
  "mdiChandelier",
1582
1594
  "mdiCharity",
1595
+ "mdiCharitySearch",
1583
1596
  "mdiChartArc",
1584
1597
  "mdiChartAreaspline",
1585
1598
  "mdiChartAreasplineVariant",
@@ -1904,6 +1917,8 @@
1904
1917
  "mdiCloudCogOutline",
1905
1918
  "mdiCloudDownload",
1906
1919
  "mdiCloudDownloadOutline",
1920
+ "mdiCloudKey",
1921
+ "mdiCloudKeyOutline",
1907
1922
  "mdiCloudLock",
1908
1923
  "mdiCloudLockOpen",
1909
1924
  "mdiCloudLockOpenOutline",
@@ -1941,6 +1956,10 @@
1941
1956
  "mdiCoachLampVariant",
1942
1957
  "mdiCoatRack",
1943
1958
  "mdiCodeArray",
1959
+ "mdiCodeBlockBraces",
1960
+ "mdiCodeBlockBrackets",
1961
+ "mdiCodeBlockParentheses",
1962
+ "mdiCodeBlockTags",
1944
1963
  "mdiCodeBraces",
1945
1964
  "mdiCodeBracesBox",
1946
1965
  "mdiCodeBrackets",
@@ -2462,6 +2481,7 @@
2462
2481
  "mdiDonkey",
2463
2482
  "mdiDoor",
2464
2483
  "mdiDoorClosed",
2484
+ "mdiDoorClosedCancel",
2465
2485
  "mdiDoorClosedLock",
2466
2486
  "mdiDoorOpen",
2467
2487
  "mdiDoorSliding",
@@ -2521,7 +2541,10 @@
2521
2541
  "mdiEarbudsOffOutline",
2522
2542
  "mdiEarbudsOutline",
2523
2543
  "mdiEarth",
2544
+ "mdiEarthArrowDown",
2545
+ "mdiEarthArrowLeft",
2524
2546
  "mdiEarthArrowRight",
2547
+ "mdiEarthArrowUp",
2525
2548
  "mdiEarthBox",
2526
2549
  "mdiEarthBoxMinus",
2527
2550
  "mdiEarthBoxOff",
@@ -2625,11 +2648,17 @@
2625
2648
  "mdiEmoticonKissOutline",
2626
2649
  "mdiEmoticonLol",
2627
2650
  "mdiEmoticonLolOutline",
2651
+ "mdiEmoticonMinus",
2652
+ "mdiEmoticonMinusOutline",
2628
2653
  "mdiEmoticonNeutral",
2629
2654
  "mdiEmoticonNeutralOutline",
2630
2655
  "mdiEmoticonOutline",
2656
+ "mdiEmoticonPlus",
2657
+ "mdiEmoticonPlusOutline",
2631
2658
  "mdiEmoticonPoop",
2632
2659
  "mdiEmoticonPoopOutline",
2660
+ "mdiEmoticonRemove",
2661
+ "mdiEmoticonRemoveOutline",
2633
2662
  "mdiEmoticonSad",
2634
2663
  "mdiEmoticonSadOutline",
2635
2664
  "mdiEmoticonSick",
@@ -2689,6 +2718,7 @@
2689
2718
  "mdiEyeCheckOutline",
2690
2719
  "mdiEyeCircle",
2691
2720
  "mdiEyeCircleOutline",
2721
+ "mdiEyeClosed",
2692
2722
  "mdiEyeLock",
2693
2723
  "mdiEyeLockOpen",
2694
2724
  "mdiEyeLockOpenOutline",
@@ -2968,6 +2998,7 @@
2968
2998
  "mdiFireHydrantAlert",
2969
2999
  "mdiFireHydrantOff",
2970
3000
  "mdiFireOff",
3001
+ "mdiFireStation",
2971
3002
  "mdiFireTruck",
2972
3003
  "mdiFirebase",
2973
3004
  "mdiFirefox",
@@ -3409,6 +3440,8 @@
3409
3440
  "mdiGasBurner",
3410
3441
  "mdiGasCylinder",
3411
3442
  "mdiGasStation",
3443
+ "mdiGasStationInUse",
3444
+ "mdiGasStationInUseOutline",
3412
3445
  "mdiGasStationOff",
3413
3446
  "mdiGasStationOffOutline",
3414
3447
  "mdiGasStationOutline",
@@ -3437,6 +3470,9 @@
3437
3470
  "mdiGenderMaleFemaleVariant",
3438
3471
  "mdiGenderNonBinary",
3439
3472
  "mdiGenderTransgender",
3473
+ "mdiGeneratorMobile",
3474
+ "mdiGeneratorPortable",
3475
+ "mdiGeneratorStationary",
3440
3476
  "mdiGentoo",
3441
3477
  "mdiGesture",
3442
3478
  "mdiGestureDoubleTap",
@@ -3672,6 +3708,7 @@
3672
3708
  "mdiHeartPulse",
3673
3709
  "mdiHeartRemove",
3674
3710
  "mdiHeartRemoveOutline",
3711
+ "mdiHeartSearch",
3675
3712
  "mdiHeartSettings",
3676
3713
  "mdiHeartSettingsOutline",
3677
3714
  "mdiHeatPump",
@@ -3796,7 +3833,10 @@
3796
3833
  "mdiHospitalBuilding",
3797
3834
  "mdiHospitalMarker",
3798
3835
  "mdiHotTub",
3836
+ "mdiHours12",
3799
3837
  "mdiHours24",
3838
+ "mdiHub",
3839
+ "mdiHubOutline",
3800
3840
  "mdiHubspot",
3801
3841
  "mdiHulu",
3802
3842
  "mdiHuman",
@@ -3811,6 +3851,7 @@
3811
3851
  "mdiHumanFemaleBoy",
3812
3852
  "mdiHumanFemaleDance",
3813
3853
  "mdiHumanFemaleFemale",
3854
+ "mdiHumanFemaleFemaleChild",
3814
3855
  "mdiHumanFemaleGirl",
3815
3856
  "mdiHumanGreeting",
3816
3857
  "mdiHumanGreetingProximity",
@@ -3828,6 +3869,7 @@
3828
3869
  "mdiHumanMaleHeight",
3829
3870
  "mdiHumanMaleHeightVariant",
3830
3871
  "mdiHumanMaleMale",
3872
+ "mdiHumanMaleMaleChild",
3831
3873
  "mdiHumanNonBinary",
3832
3874
  "mdiHumanPregnant",
3833
3875
  "mdiHumanQueue",
@@ -3951,6 +3993,7 @@
3951
3993
  "mdiIronBoard",
3952
3994
  "mdiIronOutline",
3953
3995
  "mdiIsland",
3996
+ "mdiIslandVariant",
3954
3997
  "mdiIvBag",
3955
3998
  "mdiJabber",
3956
3999
  "mdiJeepney",
@@ -4191,6 +4234,9 @@
4191
4234
  "mdiLinkBoxOutline",
4192
4235
  "mdiLinkBoxVariant",
4193
4236
  "mdiLinkBoxVariantOutline",
4237
+ "mdiLinkCircle",
4238
+ "mdiLinkCircleOutline",
4239
+ "mdiLinkEdit",
4194
4240
  "mdiLinkLock",
4195
4241
  "mdiLinkOff",
4196
4242
  "mdiLinkPlus",
@@ -4365,9 +4411,11 @@
4365
4411
  "mdiMedicationOutline",
4366
4412
  "mdiMeditation",
4367
4413
  "mdiMemory",
4414
+ "mdiMemoryArrowDown",
4368
4415
  "mdiMenorah",
4369
4416
  "mdiMenorahFire",
4370
4417
  "mdiMenu",
4418
+ "mdiMenuClose",
4371
4419
  "mdiMenuDown",
4372
4420
  "mdiMenuDownOutline",
4373
4421
  "mdiMenuLeft",
@@ -5017,7 +5065,13 @@
5017
5065
  "mdiParking",
5018
5066
  "mdiPartyPopper",
5019
5067
  "mdiPassport",
5068
+ "mdiPassportAlert",
5020
5069
  "mdiPassportBiometric",
5070
+ "mdiPassportCancel",
5071
+ "mdiPassportCheck",
5072
+ "mdiPassportMinus",
5073
+ "mdiPassportPlus",
5074
+ "mdiPassportRemove",
5021
5075
  "mdiPasta",
5022
5076
  "mdiPatioHeater",
5023
5077
  "mdiPatreon",
@@ -5227,6 +5281,7 @@
5227
5281
  "mdiPlusNetworkOutline",
5228
5282
  "mdiPlusOutline",
5229
5283
  "mdiPlusThick",
5284
+ "mdiPocket",
5230
5285
  "mdiPodcast",
5231
5286
  "mdiPodium",
5232
5287
  "mdiPodiumBronze",
@@ -5409,6 +5464,7 @@
5409
5464
  "mdiQualityHigh",
5410
5465
  "mdiQualityLow",
5411
5466
  "mdiQualityMedium",
5467
+ "mdiQueueFirstInLastOut",
5412
5468
  "mdiQuora",
5413
5469
  "mdiRabbit",
5414
5470
  "mdiRabbitVariant",
@@ -5657,6 +5713,7 @@
5657
5713
  "mdiRoundedCorner",
5658
5714
  "mdiRouter",
5659
5715
  "mdiRouterNetwork",
5716
+ "mdiRouterNetworkWireless",
5660
5717
  "mdiRouterWireless",
5661
5718
  "mdiRouterWirelessOff",
5662
5719
  "mdiRouterWirelessSettings",
@@ -5801,10 +5858,14 @@
5801
5858
  "mdiSerialPort",
5802
5859
  "mdiServer",
5803
5860
  "mdiServerMinus",
5861
+ "mdiServerMinusOutline",
5804
5862
  "mdiServerNetwork",
5805
5863
  "mdiServerNetworkOff",
5864
+ "mdiServerNetworkOutline",
5806
5865
  "mdiServerOff",
5866
+ "mdiServerOutline",
5807
5867
  "mdiServerPlus",
5868
+ "mdiServerPlusOutline",
5808
5869
  "mdiServerRemove",
5809
5870
  "mdiServerSecurity",
5810
5871
  "mdiSetAll",
@@ -6441,6 +6502,8 @@
6441
6502
  "mdiTagArrowUpOutline",
6442
6503
  "mdiTagCheck",
6443
6504
  "mdiTagCheckOutline",
6505
+ "mdiTagEdit",
6506
+ "mdiTagEditOutline",
6444
6507
  "mdiTagFaces",
6445
6508
  "mdiTagHeart",
6446
6509
  "mdiTagHeartOutline",
@@ -6716,6 +6779,7 @@
6716
6779
  "mdiTrafficLight",
6717
6780
  "mdiTrafficLightOutline",
6718
6781
  "mdiTrain",
6782
+ "mdiTrainBus",
6719
6783
  "mdiTrainCar",
6720
6784
  "mdiTrainCarAutorack",
6721
6785
  "mdiTrainCarBox",
@@ -6809,6 +6873,8 @@
6809
6873
  "mdiTruckFlatbed",
6810
6874
  "mdiTruckMinus",
6811
6875
  "mdiTruckMinusOutline",
6876
+ "mdiTruckOffRoad",
6877
+ "mdiTruckOffRoadOff",
6812
6878
  "mdiTruckOutline",
6813
6879
  "mdiTruckPlus",
6814
6880
  "mdiTruckPlusOutline",
@@ -6877,6 +6943,7 @@
6877
6943
  "mdiUploadOffOutline",
6878
6944
  "mdiUploadOutline",
6879
6945
  "mdiUsb",
6946
+ "mdiUsbCPort",
6880
6947
  "mdiUsbFlashDrive",
6881
6948
  "mdiUsbFlashDriveOutline",
6882
6949
  "mdiUsbPort",
@@ -6961,6 +7028,7 @@
6961
7028
  "mdiVideoPlus",
6962
7029
  "mdiVideoPlusOutline",
6963
7030
  "mdiVideoStabilization",
7031
+ "mdiVideoStandardDefinition",
6964
7032
  "mdiVideoSwitch",
6965
7033
  "mdiVideoSwitchOutline",
6966
7034
  "mdiVideoVintage",
@@ -7111,6 +7179,9 @@
7111
7179
  "mdiWateringCanOutline",
7112
7180
  "mdiWatermark",
7113
7181
  "mdiWave",
7182
+ "mdiWaveArrowDown",
7183
+ "mdiWaveArrowUp",
7184
+ "mdiWaveUndercurrent",
7114
7185
  "mdiWaveform",
7115
7186
  "mdiWaves",
7116
7187
  "mdiWavesArrowLeft",