@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.
- package/bootstrap-icons/{LICENSE.md → LICENSE} +1 -1
- package/bootstrap-icons/bootstrap-icons.css +7 -5
- package/bootstrap-icons/icons.json +97 -0
- 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 +107 -0
- package/material-symbols-outlined/index.d.ts +107 -0
- package/material-symbols-outlined/index.js +199 -92
- package/material-symbols-outlined/index.mjs +199 -92
- 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 +107 -0
- package/material-symbols-rounded/index.d.ts +107 -0
- package/material-symbols-rounded/index.js +298 -191
- package/material-symbols-rounded/index.mjs +298 -191
- 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 +107 -0
- package/material-symbols-sharp/index.d.ts +107 -0
- package/material-symbols-sharp/index.js +217 -110
- package/material-symbols-sharp/index.mjs +217 -110
- 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 +6 -6
- package/themify/themify.css +4 -1
package/mdi-v7/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* MDI v7.
|
|
1
|
+
/* MDI v7.3.67 */
|
|
2
2
|
|
|
3
3
|
export declare const mdiAbTesting: string;
|
|
4
4
|
export declare const mdiAbacus: string;
|
|
@@ -60,6 +60,10 @@ export declare const mdiAccountEdit: string;
|
|
|
60
60
|
export declare const mdiAccountEditOutline: string;
|
|
61
61
|
export declare const mdiAccountEye: string;
|
|
62
62
|
export declare const mdiAccountEyeOutline: string;
|
|
63
|
+
export declare const mdiAccountFile: string;
|
|
64
|
+
export declare const mdiAccountFileOutline: string;
|
|
65
|
+
export declare const mdiAccountFileText: string;
|
|
66
|
+
export declare const mdiAccountFileTextOutline: string;
|
|
63
67
|
export declare const mdiAccountFilter: string;
|
|
64
68
|
export declare const mdiAccountFilterOutline: string;
|
|
65
69
|
export declare const mdiAccountGroup: string;
|
|
@@ -548,6 +552,8 @@ export declare const mdiArrowLeftThin: string;
|
|
|
548
552
|
export declare const mdiArrowLeftThinCircleOutline: string;
|
|
549
553
|
export declare const mdiArrowLeftTop: string;
|
|
550
554
|
export declare const mdiArrowLeftTopBold: string;
|
|
555
|
+
export declare const mdiArrowOscillating: string;
|
|
556
|
+
export declare const mdiArrowOscillatingOff: string;
|
|
551
557
|
export declare const mdiArrowProjectile: string;
|
|
552
558
|
export declare const mdiArrowProjectileMultiple: string;
|
|
553
559
|
export declare const mdiArrowRight: string;
|
|
@@ -719,6 +725,8 @@ export declare const mdiBagPersonal: string;
|
|
|
719
725
|
export declare const mdiBagPersonalOff: string;
|
|
720
726
|
export declare const mdiBagPersonalOffOutline: string;
|
|
721
727
|
export declare const mdiBagPersonalOutline: string;
|
|
728
|
+
export declare const mdiBagPersonalPlus: string;
|
|
729
|
+
export declare const mdiBagPersonalPlusOutline: string;
|
|
722
730
|
export declare const mdiBagPersonalTag: string;
|
|
723
731
|
export declare const mdiBagPersonalTagOutline: string;
|
|
724
732
|
export declare const mdiBagSuitcase: string;
|
|
@@ -1218,9 +1226,11 @@ export declare const mdiBusMarker: string;
|
|
|
1218
1226
|
export declare const mdiBusMultiple: string;
|
|
1219
1227
|
export declare const mdiBusSchool: string;
|
|
1220
1228
|
export declare const mdiBusSide: string;
|
|
1229
|
+
export declare const mdiBusSign: string;
|
|
1221
1230
|
export declare const mdiBusStop: string;
|
|
1222
1231
|
export declare const mdiBusStopCovered: string;
|
|
1223
1232
|
export declare const mdiBusStopUncovered: string;
|
|
1233
|
+
export declare const mdiBusWrench: string;
|
|
1224
1234
|
export declare const mdiButterfly: string;
|
|
1225
1235
|
export declare const mdiButterflyOutline: string;
|
|
1226
1236
|
export declare const mdiButtonCursor: string;
|
|
@@ -1400,6 +1410,7 @@ export declare const mdiCarDefrostFront: string;
|
|
|
1400
1410
|
export declare const mdiCarDefrostRear: string;
|
|
1401
1411
|
export declare const mdiCarDoor: string;
|
|
1402
1412
|
export declare const mdiCarDoorLock: string;
|
|
1413
|
+
export declare const mdiCarDoorLockOpen: string;
|
|
1403
1414
|
export declare const mdiCarElectric: string;
|
|
1404
1415
|
export declare const mdiCarElectricOutline: string;
|
|
1405
1416
|
export declare const mdiCarEmergency: string;
|
|
@@ -1518,6 +1529,7 @@ export declare const mdiCash100: string;
|
|
|
1518
1529
|
export declare const mdiCash: string;
|
|
1519
1530
|
export declare const mdiCashCheck: string;
|
|
1520
1531
|
export declare const mdiCashClock: string;
|
|
1532
|
+
export declare const mdiCashEdit: string;
|
|
1521
1533
|
export declare const mdiCashFast: string;
|
|
1522
1534
|
export declare const mdiCashLock: string;
|
|
1523
1535
|
export declare const mdiCashLockOpen: string;
|
|
@@ -1581,6 +1593,7 @@ export declare const mdiChairRolling: string;
|
|
|
1581
1593
|
export declare const mdiChairSchool: string;
|
|
1582
1594
|
export declare const mdiChandelier: string;
|
|
1583
1595
|
export declare const mdiCharity: string;
|
|
1596
|
+
export declare const mdiCharitySearch: string;
|
|
1584
1597
|
export declare const mdiChartArc: string;
|
|
1585
1598
|
export declare const mdiChartAreaspline: string;
|
|
1586
1599
|
export declare const mdiChartAreasplineVariant: string;
|
|
@@ -1905,6 +1918,8 @@ export declare const mdiCloudCog: string;
|
|
|
1905
1918
|
export declare const mdiCloudCogOutline: string;
|
|
1906
1919
|
export declare const mdiCloudDownload: string;
|
|
1907
1920
|
export declare const mdiCloudDownloadOutline: string;
|
|
1921
|
+
export declare const mdiCloudKey: string;
|
|
1922
|
+
export declare const mdiCloudKeyOutline: string;
|
|
1908
1923
|
export declare const mdiCloudLock: string;
|
|
1909
1924
|
export declare const mdiCloudLockOpen: string;
|
|
1910
1925
|
export declare const mdiCloudLockOpenOutline: string;
|
|
@@ -1942,6 +1957,10 @@ export declare const mdiCoachLamp: string;
|
|
|
1942
1957
|
export declare const mdiCoachLampVariant: string;
|
|
1943
1958
|
export declare const mdiCoatRack: string;
|
|
1944
1959
|
export declare const mdiCodeArray: string;
|
|
1960
|
+
export declare const mdiCodeBlockBraces: string;
|
|
1961
|
+
export declare const mdiCodeBlockBrackets: string;
|
|
1962
|
+
export declare const mdiCodeBlockParentheses: string;
|
|
1963
|
+
export declare const mdiCodeBlockTags: string;
|
|
1945
1964
|
export declare const mdiCodeBraces: string;
|
|
1946
1965
|
export declare const mdiCodeBracesBox: string;
|
|
1947
1966
|
export declare const mdiCodeBrackets: string;
|
|
@@ -2463,6 +2482,7 @@ export declare const mdiDominoMask: string;
|
|
|
2463
2482
|
export declare const mdiDonkey: string;
|
|
2464
2483
|
export declare const mdiDoor: string;
|
|
2465
2484
|
export declare const mdiDoorClosed: string;
|
|
2485
|
+
export declare const mdiDoorClosedCancel: string;
|
|
2466
2486
|
export declare const mdiDoorClosedLock: string;
|
|
2467
2487
|
export declare const mdiDoorOpen: string;
|
|
2468
2488
|
export declare const mdiDoorSliding: string;
|
|
@@ -2522,7 +2542,10 @@ export declare const mdiEarbudsOff: string;
|
|
|
2522
2542
|
export declare const mdiEarbudsOffOutline: string;
|
|
2523
2543
|
export declare const mdiEarbudsOutline: string;
|
|
2524
2544
|
export declare const mdiEarth: string;
|
|
2545
|
+
export declare const mdiEarthArrowDown: string;
|
|
2546
|
+
export declare const mdiEarthArrowLeft: string;
|
|
2525
2547
|
export declare const mdiEarthArrowRight: string;
|
|
2548
|
+
export declare const mdiEarthArrowUp: string;
|
|
2526
2549
|
export declare const mdiEarthBox: string;
|
|
2527
2550
|
export declare const mdiEarthBoxMinus: string;
|
|
2528
2551
|
export declare const mdiEarthBoxOff: string;
|
|
@@ -2626,11 +2649,17 @@ export declare const mdiEmoticonKiss: string;
|
|
|
2626
2649
|
export declare const mdiEmoticonKissOutline: string;
|
|
2627
2650
|
export declare const mdiEmoticonLol: string;
|
|
2628
2651
|
export declare const mdiEmoticonLolOutline: string;
|
|
2652
|
+
export declare const mdiEmoticonMinus: string;
|
|
2653
|
+
export declare const mdiEmoticonMinusOutline: string;
|
|
2629
2654
|
export declare const mdiEmoticonNeutral: string;
|
|
2630
2655
|
export declare const mdiEmoticonNeutralOutline: string;
|
|
2631
2656
|
export declare const mdiEmoticonOutline: string;
|
|
2657
|
+
export declare const mdiEmoticonPlus: string;
|
|
2658
|
+
export declare const mdiEmoticonPlusOutline: string;
|
|
2632
2659
|
export declare const mdiEmoticonPoop: string;
|
|
2633
2660
|
export declare const mdiEmoticonPoopOutline: string;
|
|
2661
|
+
export declare const mdiEmoticonRemove: string;
|
|
2662
|
+
export declare const mdiEmoticonRemoveOutline: string;
|
|
2634
2663
|
export declare const mdiEmoticonSad: string;
|
|
2635
2664
|
export declare const mdiEmoticonSadOutline: string;
|
|
2636
2665
|
export declare const mdiEmoticonSick: string;
|
|
@@ -2690,6 +2719,7 @@ export declare const mdiEyeCheck: string;
|
|
|
2690
2719
|
export declare const mdiEyeCheckOutline: string;
|
|
2691
2720
|
export declare const mdiEyeCircle: string;
|
|
2692
2721
|
export declare const mdiEyeCircleOutline: string;
|
|
2722
|
+
export declare const mdiEyeClosed: string;
|
|
2693
2723
|
export declare const mdiEyeLock: string;
|
|
2694
2724
|
export declare const mdiEyeLockOpen: string;
|
|
2695
2725
|
export declare const mdiEyeLockOpenOutline: string;
|
|
@@ -2969,6 +2999,7 @@ export declare const mdiFireHydrant: string;
|
|
|
2969
2999
|
export declare const mdiFireHydrantAlert: string;
|
|
2970
3000
|
export declare const mdiFireHydrantOff: string;
|
|
2971
3001
|
export declare const mdiFireOff: string;
|
|
3002
|
+
export declare const mdiFireStation: string;
|
|
2972
3003
|
export declare const mdiFireTruck: string;
|
|
2973
3004
|
export declare const mdiFirebase: string;
|
|
2974
3005
|
export declare const mdiFirefox: string;
|
|
@@ -3410,6 +3441,8 @@ export declare const mdiGarageVariantLock: string;
|
|
|
3410
3441
|
export declare const mdiGasBurner: string;
|
|
3411
3442
|
export declare const mdiGasCylinder: string;
|
|
3412
3443
|
export declare const mdiGasStation: string;
|
|
3444
|
+
export declare const mdiGasStationInUse: string;
|
|
3445
|
+
export declare const mdiGasStationInUseOutline: string;
|
|
3413
3446
|
export declare const mdiGasStationOff: string;
|
|
3414
3447
|
export declare const mdiGasStationOffOutline: string;
|
|
3415
3448
|
export declare const mdiGasStationOutline: string;
|
|
@@ -3438,6 +3471,9 @@ export declare const mdiGenderMaleFemale: string;
|
|
|
3438
3471
|
export declare const mdiGenderMaleFemaleVariant: string;
|
|
3439
3472
|
export declare const mdiGenderNonBinary: string;
|
|
3440
3473
|
export declare const mdiGenderTransgender: string;
|
|
3474
|
+
export declare const mdiGeneratorMobile: string;
|
|
3475
|
+
export declare const mdiGeneratorPortable: string;
|
|
3476
|
+
export declare const mdiGeneratorStationary: string;
|
|
3441
3477
|
export declare const mdiGentoo: string;
|
|
3442
3478
|
export declare const mdiGesture: string;
|
|
3443
3479
|
export declare const mdiGestureDoubleTap: string;
|
|
@@ -3673,6 +3709,7 @@ export declare const mdiHeartPlusOutline: string;
|
|
|
3673
3709
|
export declare const mdiHeartPulse: string;
|
|
3674
3710
|
export declare const mdiHeartRemove: string;
|
|
3675
3711
|
export declare const mdiHeartRemoveOutline: string;
|
|
3712
|
+
export declare const mdiHeartSearch: string;
|
|
3676
3713
|
export declare const mdiHeartSettings: string;
|
|
3677
3714
|
export declare const mdiHeartSettingsOutline: string;
|
|
3678
3715
|
export declare const mdiHeatPump: string;
|
|
@@ -3797,7 +3834,10 @@ export declare const mdiHospitalBoxOutline: string;
|
|
|
3797
3834
|
export declare const mdiHospitalBuilding: string;
|
|
3798
3835
|
export declare const mdiHospitalMarker: string;
|
|
3799
3836
|
export declare const mdiHotTub: string;
|
|
3837
|
+
export declare const mdiHours12: string;
|
|
3800
3838
|
export declare const mdiHours24: string;
|
|
3839
|
+
export declare const mdiHub: string;
|
|
3840
|
+
export declare const mdiHubOutline: string;
|
|
3801
3841
|
export declare const mdiHubspot: string;
|
|
3802
3842
|
export declare const mdiHulu: string;
|
|
3803
3843
|
export declare const mdiHuman: string;
|
|
@@ -3812,6 +3852,7 @@ export declare const mdiHumanFemale: string;
|
|
|
3812
3852
|
export declare const mdiHumanFemaleBoy: string;
|
|
3813
3853
|
export declare const mdiHumanFemaleDance: string;
|
|
3814
3854
|
export declare const mdiHumanFemaleFemale: string;
|
|
3855
|
+
export declare const mdiHumanFemaleFemaleChild: string;
|
|
3815
3856
|
export declare const mdiHumanFemaleGirl: string;
|
|
3816
3857
|
export declare const mdiHumanGreeting: string;
|
|
3817
3858
|
export declare const mdiHumanGreetingProximity: string;
|
|
@@ -3829,6 +3870,7 @@ export declare const mdiHumanMaleGirl: string;
|
|
|
3829
3870
|
export declare const mdiHumanMaleHeight: string;
|
|
3830
3871
|
export declare const mdiHumanMaleHeightVariant: string;
|
|
3831
3872
|
export declare const mdiHumanMaleMale: string;
|
|
3873
|
+
export declare const mdiHumanMaleMaleChild: string;
|
|
3832
3874
|
export declare const mdiHumanNonBinary: string;
|
|
3833
3875
|
export declare const mdiHumanPregnant: string;
|
|
3834
3876
|
export declare const mdiHumanQueue: string;
|
|
@@ -3952,6 +3994,7 @@ export declare const mdiIron: string;
|
|
|
3952
3994
|
export declare const mdiIronBoard: string;
|
|
3953
3995
|
export declare const mdiIronOutline: string;
|
|
3954
3996
|
export declare const mdiIsland: string;
|
|
3997
|
+
export declare const mdiIslandVariant: string;
|
|
3955
3998
|
export declare const mdiIvBag: string;
|
|
3956
3999
|
export declare const mdiJabber: string;
|
|
3957
4000
|
export declare const mdiJeepney: string;
|
|
@@ -4192,6 +4235,9 @@ export declare const mdiLinkBox: string;
|
|
|
4192
4235
|
export declare const mdiLinkBoxOutline: string;
|
|
4193
4236
|
export declare const mdiLinkBoxVariant: string;
|
|
4194
4237
|
export declare const mdiLinkBoxVariantOutline: string;
|
|
4238
|
+
export declare const mdiLinkCircle: string;
|
|
4239
|
+
export declare const mdiLinkCircleOutline: string;
|
|
4240
|
+
export declare const mdiLinkEdit: string;
|
|
4195
4241
|
export declare const mdiLinkLock: string;
|
|
4196
4242
|
export declare const mdiLinkOff: string;
|
|
4197
4243
|
export declare const mdiLinkPlus: string;
|
|
@@ -4366,9 +4412,11 @@ export declare const mdiMedication: string;
|
|
|
4366
4412
|
export declare const mdiMedicationOutline: string;
|
|
4367
4413
|
export declare const mdiMeditation: string;
|
|
4368
4414
|
export declare const mdiMemory: string;
|
|
4415
|
+
export declare const mdiMemoryArrowDown: string;
|
|
4369
4416
|
export declare const mdiMenorah: string;
|
|
4370
4417
|
export declare const mdiMenorahFire: string;
|
|
4371
4418
|
export declare const mdiMenu: string;
|
|
4419
|
+
export declare const mdiMenuClose: string;
|
|
4372
4420
|
export declare const mdiMenuDown: string;
|
|
4373
4421
|
export declare const mdiMenuDownOutline: string;
|
|
4374
4422
|
export declare const mdiMenuLeft: string;
|
|
@@ -5018,7 +5066,13 @@ export declare const mdiParagliding: string;
|
|
|
5018
5066
|
export declare const mdiParking: string;
|
|
5019
5067
|
export declare const mdiPartyPopper: string;
|
|
5020
5068
|
export declare const mdiPassport: string;
|
|
5069
|
+
export declare const mdiPassportAlert: string;
|
|
5021
5070
|
export declare const mdiPassportBiometric: string;
|
|
5071
|
+
export declare const mdiPassportCancel: string;
|
|
5072
|
+
export declare const mdiPassportCheck: string;
|
|
5073
|
+
export declare const mdiPassportMinus: string;
|
|
5074
|
+
export declare const mdiPassportPlus: string;
|
|
5075
|
+
export declare const mdiPassportRemove: string;
|
|
5022
5076
|
export declare const mdiPasta: string;
|
|
5023
5077
|
export declare const mdiPatioHeater: string;
|
|
5024
5078
|
export declare const mdiPatreon: string;
|
|
@@ -5228,6 +5282,7 @@ export declare const mdiPlusNetwork: string;
|
|
|
5228
5282
|
export declare const mdiPlusNetworkOutline: string;
|
|
5229
5283
|
export declare const mdiPlusOutline: string;
|
|
5230
5284
|
export declare const mdiPlusThick: string;
|
|
5285
|
+
export declare const mdiPocket: string;
|
|
5231
5286
|
export declare const mdiPodcast: string;
|
|
5232
5287
|
export declare const mdiPodium: string;
|
|
5233
5288
|
export declare const mdiPodiumBronze: string;
|
|
@@ -5410,6 +5465,7 @@ export declare const mdiQuadcopter: string;
|
|
|
5410
5465
|
export declare const mdiQualityHigh: string;
|
|
5411
5466
|
export declare const mdiQualityLow: string;
|
|
5412
5467
|
export declare const mdiQualityMedium: string;
|
|
5468
|
+
export declare const mdiQueueFirstInLastOut: string;
|
|
5413
5469
|
export declare const mdiQuora: string;
|
|
5414
5470
|
export declare const mdiRabbit: string;
|
|
5415
5471
|
export declare const mdiRabbitVariant: string;
|
|
@@ -5658,6 +5714,7 @@ export declare const mdiRotateRightVariant: string;
|
|
|
5658
5714
|
export declare const mdiRoundedCorner: string;
|
|
5659
5715
|
export declare const mdiRouter: string;
|
|
5660
5716
|
export declare const mdiRouterNetwork: string;
|
|
5717
|
+
export declare const mdiRouterNetworkWireless: string;
|
|
5661
5718
|
export declare const mdiRouterWireless: string;
|
|
5662
5719
|
export declare const mdiRouterWirelessOff: string;
|
|
5663
5720
|
export declare const mdiRouterWirelessSettings: string;
|
|
@@ -5802,10 +5859,14 @@ export declare const mdiSendVariantOutline: string;
|
|
|
5802
5859
|
export declare const mdiSerialPort: string;
|
|
5803
5860
|
export declare const mdiServer: string;
|
|
5804
5861
|
export declare const mdiServerMinus: string;
|
|
5862
|
+
export declare const mdiServerMinusOutline: string;
|
|
5805
5863
|
export declare const mdiServerNetwork: string;
|
|
5806
5864
|
export declare const mdiServerNetworkOff: string;
|
|
5865
|
+
export declare const mdiServerNetworkOutline: string;
|
|
5807
5866
|
export declare const mdiServerOff: string;
|
|
5867
|
+
export declare const mdiServerOutline: string;
|
|
5808
5868
|
export declare const mdiServerPlus: string;
|
|
5869
|
+
export declare const mdiServerPlusOutline: string;
|
|
5809
5870
|
export declare const mdiServerRemove: string;
|
|
5810
5871
|
export declare const mdiServerSecurity: string;
|
|
5811
5872
|
export declare const mdiSetAll: string;
|
|
@@ -6442,6 +6503,8 @@ export declare const mdiTagArrowUp: string;
|
|
|
6442
6503
|
export declare const mdiTagArrowUpOutline: string;
|
|
6443
6504
|
export declare const mdiTagCheck: string;
|
|
6444
6505
|
export declare const mdiTagCheckOutline: string;
|
|
6506
|
+
export declare const mdiTagEdit: string;
|
|
6507
|
+
export declare const mdiTagEditOutline: string;
|
|
6445
6508
|
export declare const mdiTagFaces: string;
|
|
6446
6509
|
export declare const mdiTagHeart: string;
|
|
6447
6510
|
export declare const mdiTagHeartOutline: string;
|
|
@@ -6717,6 +6780,7 @@ export declare const mdiTrafficCone: string;
|
|
|
6717
6780
|
export declare const mdiTrafficLight: string;
|
|
6718
6781
|
export declare const mdiTrafficLightOutline: string;
|
|
6719
6782
|
export declare const mdiTrain: string;
|
|
6783
|
+
export declare const mdiTrainBus: string;
|
|
6720
6784
|
export declare const mdiTrainCar: string;
|
|
6721
6785
|
export declare const mdiTrainCarAutorack: string;
|
|
6722
6786
|
export declare const mdiTrainCarBox: string;
|
|
@@ -6810,6 +6874,8 @@ export declare const mdiTruckFastOutline: string;
|
|
|
6810
6874
|
export declare const mdiTruckFlatbed: string;
|
|
6811
6875
|
export declare const mdiTruckMinus: string;
|
|
6812
6876
|
export declare const mdiTruckMinusOutline: string;
|
|
6877
|
+
export declare const mdiTruckOffRoad: string;
|
|
6878
|
+
export declare const mdiTruckOffRoadOff: string;
|
|
6813
6879
|
export declare const mdiTruckOutline: string;
|
|
6814
6880
|
export declare const mdiTruckPlus: string;
|
|
6815
6881
|
export declare const mdiTruckPlusOutline: string;
|
|
@@ -6878,6 +6944,7 @@ export declare const mdiUploadOff: string;
|
|
|
6878
6944
|
export declare const mdiUploadOffOutline: string;
|
|
6879
6945
|
export declare const mdiUploadOutline: string;
|
|
6880
6946
|
export declare const mdiUsb: string;
|
|
6947
|
+
export declare const mdiUsbCPort: string;
|
|
6881
6948
|
export declare const mdiUsbFlashDrive: string;
|
|
6882
6949
|
export declare const mdiUsbFlashDriveOutline: string;
|
|
6883
6950
|
export declare const mdiUsbPort: string;
|
|
@@ -6962,6 +7029,7 @@ export declare const mdiVideoOutline: string;
|
|
|
6962
7029
|
export declare const mdiVideoPlus: string;
|
|
6963
7030
|
export declare const mdiVideoPlusOutline: string;
|
|
6964
7031
|
export declare const mdiVideoStabilization: string;
|
|
7032
|
+
export declare const mdiVideoStandardDefinition: string;
|
|
6965
7033
|
export declare const mdiVideoSwitch: string;
|
|
6966
7034
|
export declare const mdiVideoSwitchOutline: string;
|
|
6967
7035
|
export declare const mdiVideoVintage: string;
|
|
@@ -7112,6 +7180,9 @@ export declare const mdiWateringCan: string;
|
|
|
7112
7180
|
export declare const mdiWateringCanOutline: string;
|
|
7113
7181
|
export declare const mdiWatermark: string;
|
|
7114
7182
|
export declare const mdiWave: string;
|
|
7183
|
+
export declare const mdiWaveArrowDown: string;
|
|
7184
|
+
export declare const mdiWaveArrowUp: string;
|
|
7185
|
+
export declare const mdiWaveUndercurrent: string;
|
|
7115
7186
|
export declare const mdiWaveform: string;
|
|
7116
7187
|
export declare const mdiWaves: string;
|
|
7117
7188
|
export declare const mdiWavesArrowLeft: string;
|