@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.
- package/README.md +12 -12
- package/fontawesome-v6/fa-brands-400.ttf +0 -0
- package/fontawesome-v6/fa-brands-400.woff2 +0 -0
- package/fontawesome-v6/fa-regular-400.ttf +0 -0
- package/fontawesome-v6/fa-regular-400.woff2 +0 -0
- package/fontawesome-v6/fa-solid-900.ttf +0 -0
- package/fontawesome-v6/fa-solid-900.woff2 +0 -0
- package/fontawesome-v6/fa-v4compatibility.ttf +0 -0
- package/fontawesome-v6/fa-v4compatibility.woff2 +0 -0
- package/fontawesome-v6/fontawesome-v6.css +7 -1
- package/fontawesome-v6/icons.json +2 -0
- package/fontawesome-v6/index.d.ts +3 -1
- package/fontawesome-v6/index.js +5 -3
- package/fontawesome-v6/index.mjs +5 -3
- package/material-icons/icons.json +40 -3
- package/material-icons/index.d.ts +37 -0
- package/material-icons/index.js +39 -2
- package/material-icons/index.mjs +39 -2
- 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 +40 -3
- package/material-icons-outlined/index.d.ts +37 -0
- package/material-icons-outlined/index.js +39 -2
- package/material-icons-outlined/index.mjs +39 -2
- 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 +42 -5
- package/material-icons-round/index.d.ts +37 -0
- package/material-icons-round/index.js +39 -2
- package/material-icons-round/index.mjs +39 -2
- 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 +39 -2
- package/material-icons-sharp/index.d.ts +37 -0
- package/material-icons-sharp/index.js +39 -2
- package/material-icons-sharp/index.mjs +39 -2
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v5/LICENSE +20 -20
- package/mdi-v5/license.md +20 -20
- package/mdi-v6/LICENSE +20 -20
- package/mdi-v6/icons.json +101 -0
- package/mdi-v6/index.d.ts +102 -1
- package/mdi-v6/index.js +156 -55
- package/mdi-v6/index.mjs +156 -55
- package/mdi-v6/license.md +20 -20
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +539 -1
- package/package.json +7 -7
package/mdi-v6/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* MDI v6.
|
|
1
|
+
/* MDI v6.6.96 */
|
|
2
2
|
|
|
3
3
|
export declare const mdiAbTesting: string;
|
|
4
4
|
export declare const mdiAbacus: string;
|
|
@@ -59,6 +59,7 @@ export declare const mdiAccountFilterOutline: string;
|
|
|
59
59
|
export declare const mdiAccountGroup: string;
|
|
60
60
|
export declare const mdiAccountGroupOutline: string;
|
|
61
61
|
export declare const mdiAccountHardHat: string;
|
|
62
|
+
export declare const mdiAccountHardHatOutline: string;
|
|
62
63
|
export declare const mdiAccountHeart: string;
|
|
63
64
|
export declare const mdiAccountHeartOutline: string;
|
|
64
65
|
export declare const mdiAccountInjury: string;
|
|
@@ -96,6 +97,8 @@ export declare const mdiAccountReactivate: string;
|
|
|
96
97
|
export declare const mdiAccountReactivateOutline: string;
|
|
97
98
|
export declare const mdiAccountRemove: string;
|
|
98
99
|
export declare const mdiAccountRemoveOutline: string;
|
|
100
|
+
export declare const mdiAccountSchool: string;
|
|
101
|
+
export declare const mdiAccountSchoolOutline: string;
|
|
99
102
|
export declare const mdiAccountSearch: string;
|
|
100
103
|
export declare const mdiAccountSearchOutline: string;
|
|
101
104
|
export declare const mdiAccountSettings: string;
|
|
@@ -620,12 +623,14 @@ export declare const mdiArtstation: string;
|
|
|
620
623
|
export declare const mdiAspectRatio: string;
|
|
621
624
|
export declare const mdiAssistant: string;
|
|
622
625
|
export declare const mdiAsterisk: string;
|
|
626
|
+
export declare const mdiAsteriskCircleOutline: string;
|
|
623
627
|
export declare const mdiAt: string;
|
|
624
628
|
export declare const mdiAtlassian: string;
|
|
625
629
|
export declare const mdiAtm: string;
|
|
626
630
|
export declare const mdiAtom: string;
|
|
627
631
|
export declare const mdiAtomVariant: string;
|
|
628
632
|
export declare const mdiAttachment: string;
|
|
633
|
+
export declare const mdiAttachmentLock: string;
|
|
629
634
|
export declare const mdiAudioInputRca: string;
|
|
630
635
|
export declare const mdiAudioInputStereoMinijack: string;
|
|
631
636
|
export declare const mdiAudioInputXlr: string;
|
|
@@ -636,6 +641,7 @@ export declare const mdiAutoDownload: string;
|
|
|
636
641
|
export declare const mdiAutoFix: string;
|
|
637
642
|
export declare const mdiAutoUpload: string;
|
|
638
643
|
export declare const mdiAutorenew: string;
|
|
644
|
+
export declare const mdiAutorenewOff: string;
|
|
639
645
|
export declare const mdiAvTimer: string;
|
|
640
646
|
export declare const mdiAws: string;
|
|
641
647
|
export declare const mdiAxe: string;
|
|
@@ -803,6 +809,8 @@ export declare const mdiBatteryChargingWirelessAlert: string;
|
|
|
803
809
|
export declare const mdiBatteryChargingWirelessOutline: string;
|
|
804
810
|
export declare const mdiBatteryCheck: string;
|
|
805
811
|
export declare const mdiBatteryCheckOutline: string;
|
|
812
|
+
export declare const mdiBatteryClock: string;
|
|
813
|
+
export declare const mdiBatteryClockOutline: string;
|
|
806
814
|
export declare const mdiBatteryHeart: string;
|
|
807
815
|
export declare const mdiBatteryHeartOutline: string;
|
|
808
816
|
export declare const mdiBatteryHeartVariant: string;
|
|
@@ -926,6 +934,7 @@ export declare const mdiBolt: string;
|
|
|
926
934
|
export declare const mdiBomb: string;
|
|
927
935
|
export declare const mdiBombOff: string;
|
|
928
936
|
export declare const mdiBone: string;
|
|
937
|
+
export declare const mdiBoneOff: string;
|
|
929
938
|
export declare const mdiBook: string;
|
|
930
939
|
export declare const mdiBookAccount: string;
|
|
931
940
|
export declare const mdiBookAccountOutline: string;
|
|
@@ -953,6 +962,8 @@ export declare const mdiBookEdit: string;
|
|
|
953
962
|
export declare const mdiBookEditOutline: string;
|
|
954
963
|
export declare const mdiBookEducation: string;
|
|
955
964
|
export declare const mdiBookEducationOutline: string;
|
|
965
|
+
export declare const mdiBookHeart: string;
|
|
966
|
+
export declare const mdiBookHeartOutline: string;
|
|
956
967
|
export declare const mdiBookInformationVariant: string;
|
|
957
968
|
export declare const mdiBookLock: string;
|
|
958
969
|
export declare const mdiBookLockOpen: string;
|
|
@@ -1120,6 +1131,7 @@ export declare const mdiBroadcastOff: string;
|
|
|
1120
1131
|
export declare const mdiBroom: string;
|
|
1121
1132
|
export declare const mdiBrush: string;
|
|
1122
1133
|
export declare const mdiBrushOff: string;
|
|
1134
|
+
export declare const mdiBrushOutline: string;
|
|
1123
1135
|
export declare const mdiBrushVariant: string;
|
|
1124
1136
|
export declare const mdiBucket: string;
|
|
1125
1137
|
export declare const mdiBucketOutline: string;
|
|
@@ -1240,6 +1252,8 @@ export declare const mdiCameraFrontVariant: string;
|
|
|
1240
1252
|
export declare const mdiCameraGopro: string;
|
|
1241
1253
|
export declare const mdiCameraImage: string;
|
|
1242
1254
|
export declare const mdiCameraIris: string;
|
|
1255
|
+
export declare const mdiCameraLock: string;
|
|
1256
|
+
export declare const mdiCameraLockOutline: string;
|
|
1243
1257
|
export declare const mdiCameraMarker: string;
|
|
1244
1258
|
export declare const mdiCameraMarkerOutline: string;
|
|
1245
1259
|
export declare const mdiCameraMeteringCenter: string;
|
|
@@ -1446,6 +1460,7 @@ export declare const mdiCeilingLightMultipleOutline: string;
|
|
|
1446
1460
|
export declare const mdiCeilingLightOutline: string;
|
|
1447
1461
|
export declare const mdiCellphone: string;
|
|
1448
1462
|
export declare const mdiCellphoneArrowDown: string;
|
|
1463
|
+
export declare const mdiCellphoneArrowDownVariant: string;
|
|
1449
1464
|
export declare const mdiCellphoneBasic: string;
|
|
1450
1465
|
export declare const mdiCellphoneCharging: string;
|
|
1451
1466
|
export declare const mdiCellphoneCheck: string;
|
|
@@ -2602,6 +2617,8 @@ export declare const mdiFileCancelOutline: string;
|
|
|
2602
2617
|
export declare const mdiFileCertificate: string;
|
|
2603
2618
|
export declare const mdiFileCertificateOutline: string;
|
|
2604
2619
|
export declare const mdiFileChart: string;
|
|
2620
|
+
export declare const mdiFileChartCheck: string;
|
|
2621
|
+
export declare const mdiFileChartCheckOutline: string;
|
|
2605
2622
|
export declare const mdiFileChartOutline: string;
|
|
2606
2623
|
export declare const mdiFileCheck: string;
|
|
2607
2624
|
export declare const mdiFileCheckOutline: string;
|
|
@@ -2656,6 +2673,8 @@ export declare const mdiFileKeyOutline: string;
|
|
|
2656
2673
|
export declare const mdiFileLink: string;
|
|
2657
2674
|
export declare const mdiFileLinkOutline: string;
|
|
2658
2675
|
export declare const mdiFileLock: string;
|
|
2676
|
+
export declare const mdiFileLockOpen: string;
|
|
2677
|
+
export declare const mdiFileLockOpenOutline: string;
|
|
2659
2678
|
export declare const mdiFileLockOutline: string;
|
|
2660
2679
|
export declare const mdiFileMarker: string;
|
|
2661
2680
|
export declare const mdiFileMarkerOutline: string;
|
|
@@ -2851,6 +2870,20 @@ export declare const mdiFolderAccount: string;
|
|
|
2851
2870
|
export declare const mdiFolderAccountOutline: string;
|
|
2852
2871
|
export declare const mdiFolderAlert: string;
|
|
2853
2872
|
export declare const mdiFolderAlertOutline: string;
|
|
2873
|
+
export declare const mdiFolderArrowDown: string;
|
|
2874
|
+
export declare const mdiFolderArrowDownOutline: string;
|
|
2875
|
+
export declare const mdiFolderArrowLeft: string;
|
|
2876
|
+
export declare const mdiFolderArrowLeftOutline: string;
|
|
2877
|
+
export declare const mdiFolderArrowLeftRight: string;
|
|
2878
|
+
export declare const mdiFolderArrowLeftRightOutline: string;
|
|
2879
|
+
export declare const mdiFolderArrowRight: string;
|
|
2880
|
+
export declare const mdiFolderArrowRightOutline: string;
|
|
2881
|
+
export declare const mdiFolderArrowUp: string;
|
|
2882
|
+
export declare const mdiFolderArrowUpDown: string;
|
|
2883
|
+
export declare const mdiFolderArrowUpDownOutline: string;
|
|
2884
|
+
export declare const mdiFolderArrowUpOutline: string;
|
|
2885
|
+
export declare const mdiFolderCancel: string;
|
|
2886
|
+
export declare const mdiFolderCancelOutline: string;
|
|
2854
2887
|
export declare const mdiFolderCheck: string;
|
|
2855
2888
|
export declare const mdiFolderCheckOutline: string;
|
|
2856
2889
|
export declare const mdiFolderClock: string;
|
|
@@ -2863,6 +2896,8 @@ export declare const mdiFolderEdit: string;
|
|
|
2863
2896
|
export declare const mdiFolderEditOutline: string;
|
|
2864
2897
|
export declare const mdiFolderEye: string;
|
|
2865
2898
|
export declare const mdiFolderEyeOutline: string;
|
|
2899
|
+
export declare const mdiFolderFile: string;
|
|
2900
|
+
export declare const mdiFolderFileOutline: string;
|
|
2866
2901
|
export declare const mdiFolderGoogleDrive: string;
|
|
2867
2902
|
export declare const mdiFolderHeart: string;
|
|
2868
2903
|
export declare const mdiFolderHeartOutline: string;
|
|
@@ -2891,13 +2926,19 @@ export declare const mdiFolderMusic: string;
|
|
|
2891
2926
|
export declare const mdiFolderMusicOutline: string;
|
|
2892
2927
|
export declare const mdiFolderNetwork: string;
|
|
2893
2928
|
export declare const mdiFolderNetworkOutline: string;
|
|
2929
|
+
export declare const mdiFolderOff: string;
|
|
2930
|
+
export declare const mdiFolderOffOutline: string;
|
|
2894
2931
|
export declare const mdiFolderOpen: string;
|
|
2895
2932
|
export declare const mdiFolderOpenOutline: string;
|
|
2896
2933
|
export declare const mdiFolderOutline: string;
|
|
2934
|
+
export declare const mdiFolderPlay: string;
|
|
2935
|
+
export declare const mdiFolderPlayOutline: string;
|
|
2897
2936
|
export declare const mdiFolderPlus: string;
|
|
2898
2937
|
export declare const mdiFolderPlusOutline: string;
|
|
2899
2938
|
export declare const mdiFolderPound: string;
|
|
2900
2939
|
export declare const mdiFolderPoundOutline: string;
|
|
2940
|
+
export declare const mdiFolderQuestion: string;
|
|
2941
|
+
export declare const mdiFolderQuestionOutline: string;
|
|
2901
2942
|
export declare const mdiFolderRefresh: string;
|
|
2902
2943
|
export declare const mdiFolderRefreshOutline: string;
|
|
2903
2944
|
export declare const mdiFolderRemove: string;
|
|
@@ -2920,6 +2961,8 @@ export declare const mdiFolderText: string;
|
|
|
2920
2961
|
export declare const mdiFolderTextOutline: string;
|
|
2921
2962
|
export declare const mdiFolderUpload: string;
|
|
2922
2963
|
export declare const mdiFolderUploadOutline: string;
|
|
2964
|
+
export declare const mdiFolderWrench: string;
|
|
2965
|
+
export declare const mdiFolderWrenchOutline: string;
|
|
2923
2966
|
export declare const mdiFolderZip: string;
|
|
2924
2967
|
export declare const mdiFolderZipOutline: string;
|
|
2925
2968
|
export declare const mdiFontAwesome: string;
|
|
@@ -3096,6 +3139,7 @@ export declare const mdiFruitCitrus: string;
|
|
|
3096
3139
|
export declare const mdiFruitCitrusOff: string;
|
|
3097
3140
|
export declare const mdiFruitGrapes: string;
|
|
3098
3141
|
export declare const mdiFruitGrapesOutline: string;
|
|
3142
|
+
export declare const mdiFruitPear: string;
|
|
3099
3143
|
export declare const mdiFruitPineapple: string;
|
|
3100
3144
|
export declare const mdiFruitWatermelon: string;
|
|
3101
3145
|
export declare const mdiFuel: string;
|
|
@@ -3142,6 +3186,7 @@ export declare const mdiGarageOpen: string;
|
|
|
3142
3186
|
export declare const mdiGarageOpenVariant: string;
|
|
3143
3187
|
export declare const mdiGarageVariant: string;
|
|
3144
3188
|
export declare const mdiGarageVariantLock: string;
|
|
3189
|
+
export declare const mdiGasBurner: string;
|
|
3145
3190
|
export declare const mdiGasCylinder: string;
|
|
3146
3191
|
export declare const mdiGasStation: string;
|
|
3147
3192
|
export declare const mdiGasStationOff: string;
|
|
@@ -3449,6 +3494,8 @@ export declare const mdiHomeCircle: string;
|
|
|
3449
3494
|
export declare const mdiHomeCircleOutline: string;
|
|
3450
3495
|
export declare const mdiHomeCity: string;
|
|
3451
3496
|
export declare const mdiHomeCityOutline: string;
|
|
3497
|
+
export declare const mdiHomeClock: string;
|
|
3498
|
+
export declare const mdiHomeClockOutline: string;
|
|
3452
3499
|
export declare const mdiHomeEdit: string;
|
|
3453
3500
|
export declare const mdiHomeEditOutline: string;
|
|
3454
3501
|
export declare const mdiHomeExportOutline: string;
|
|
@@ -3592,12 +3639,16 @@ export declare const mdiImageOff: string;
|
|
|
3592
3639
|
export declare const mdiImageOffOutline: string;
|
|
3593
3640
|
export declare const mdiImageOutline: string;
|
|
3594
3641
|
export declare const mdiImagePlus: string;
|
|
3642
|
+
export declare const mdiImageRefresh: string;
|
|
3643
|
+
export declare const mdiImageRefreshOutline: string;
|
|
3595
3644
|
export declare const mdiImageRemove: string;
|
|
3596
3645
|
export declare const mdiImageSearch: string;
|
|
3597
3646
|
export declare const mdiImageSearchOutline: string;
|
|
3598
3647
|
export declare const mdiImageSizeSelectActual: string;
|
|
3599
3648
|
export declare const mdiImageSizeSelectLarge: string;
|
|
3600
3649
|
export declare const mdiImageSizeSelectSmall: string;
|
|
3650
|
+
export declare const mdiImageSync: string;
|
|
3651
|
+
export declare const mdiImageSyncOutline: string;
|
|
3601
3652
|
export declare const mdiImageText: string;
|
|
3602
3653
|
export declare const mdiImport: string;
|
|
3603
3654
|
export declare const mdiInbox: string;
|
|
@@ -3790,6 +3841,7 @@ export declare const mdiLeafMapleOff: string;
|
|
|
3790
3841
|
export declare const mdiLeafOff: string;
|
|
3791
3842
|
export declare const mdiLeak: string;
|
|
3792
3843
|
export declare const mdiLeakOff: string;
|
|
3844
|
+
export declare const mdiLecturn: string;
|
|
3793
3845
|
export declare const mdiLedOff: string;
|
|
3794
3846
|
export declare const mdiLedOn: string;
|
|
3795
3847
|
export declare const mdiLedOutline: string;
|
|
@@ -3802,6 +3854,7 @@ export declare const mdiLeek: string;
|
|
|
3802
3854
|
export declare const mdiLessThan: string;
|
|
3803
3855
|
export declare const mdiLessThanOrEqual: string;
|
|
3804
3856
|
export declare const mdiLibrary: string;
|
|
3857
|
+
export declare const mdiLibraryOutline: string;
|
|
3805
3858
|
export declare const mdiLibraryShelves: string;
|
|
3806
3859
|
export declare const mdiLicense: string;
|
|
3807
3860
|
export declare const mdiLifebuoy: string;
|
|
@@ -3809,7 +3862,10 @@ export declare const mdiLightFloodDown: string;
|
|
|
3809
3862
|
export declare const mdiLightFloodUp: string;
|
|
3810
3863
|
export declare const mdiLightRecessed: string;
|
|
3811
3864
|
export declare const mdiLightSwitch: string;
|
|
3865
|
+
export declare const mdiLightSwitchOff: string;
|
|
3812
3866
|
export declare const mdiLightbulb: string;
|
|
3867
|
+
export declare const mdiLightbulbAlert: string;
|
|
3868
|
+
export declare const mdiLightbulbAlertOutline: string;
|
|
3813
3869
|
export declare const mdiLightbulbAuto: string;
|
|
3814
3870
|
export declare const mdiLightbulbAutoOutline: string;
|
|
3815
3871
|
export declare const mdiLightbulbCfl: string;
|
|
@@ -3831,6 +3887,8 @@ export declare const mdiLightbulbOffOutline: string;
|
|
|
3831
3887
|
export declare const mdiLightbulbOn: string;
|
|
3832
3888
|
export declare const mdiLightbulbOnOutline: string;
|
|
3833
3889
|
export declare const mdiLightbulbOutline: string;
|
|
3890
|
+
export declare const mdiLightbulbQuestion: string;
|
|
3891
|
+
export declare const mdiLightbulbQuestionOutline: string;
|
|
3834
3892
|
export declare const mdiLightbulbSpot: string;
|
|
3835
3893
|
export declare const mdiLightbulbSpotOff: string;
|
|
3836
3894
|
export declare const mdiLightbulbVariant: string;
|
|
@@ -4041,6 +4099,8 @@ export declare const mdiMessageBulletedOff: string;
|
|
|
4041
4099
|
export declare const mdiMessageCog: string;
|
|
4042
4100
|
export declare const mdiMessageCogOutline: string;
|
|
4043
4101
|
export declare const mdiMessageDraw: string;
|
|
4102
|
+
export declare const mdiMessageFast: string;
|
|
4103
|
+
export declare const mdiMessageFastOutline: string;
|
|
4044
4104
|
export declare const mdiMessageFlash: string;
|
|
4045
4105
|
export declare const mdiMessageFlashOutline: string;
|
|
4046
4106
|
export declare const mdiMessageImage: string;
|
|
@@ -4069,6 +4129,8 @@ export declare const mdiMessageStarOutline: string;
|
|
|
4069
4129
|
export declare const mdiMessageText: string;
|
|
4070
4130
|
export declare const mdiMessageTextClock: string;
|
|
4071
4131
|
export declare const mdiMessageTextClockOutline: string;
|
|
4132
|
+
export declare const mdiMessageTextFast: string;
|
|
4133
|
+
export declare const mdiMessageTextFastOutline: string;
|
|
4072
4134
|
export declare const mdiMessageTextLock: string;
|
|
4073
4135
|
export declare const mdiMessageTextLockOutline: string;
|
|
4074
4136
|
export declare const mdiMessageTextOutline: string;
|
|
@@ -4154,6 +4216,8 @@ export declare const mdiMolecule: string;
|
|
|
4154
4216
|
export declare const mdiMoleculeCo2: string;
|
|
4155
4217
|
export declare const mdiMoleculeCo: string;
|
|
4156
4218
|
export declare const mdiMonitor: string;
|
|
4219
|
+
export declare const mdiMonitorArrowDown: string;
|
|
4220
|
+
export declare const mdiMonitorArrowDownVariant: string;
|
|
4157
4221
|
export declare const mdiMonitorCellphone: string;
|
|
4158
4222
|
export declare const mdiMonitorCellphoneStar: string;
|
|
4159
4223
|
export declare const mdiMonitorDashboard: string;
|
|
@@ -4317,6 +4381,7 @@ export declare const mdiNavigationVariantOutline: string;
|
|
|
4317
4381
|
export declare const mdiNearMe: string;
|
|
4318
4382
|
export declare const mdiNecklace: string;
|
|
4319
4383
|
export declare const mdiNeedle: string;
|
|
4384
|
+
export declare const mdiNeedleOff: string;
|
|
4320
4385
|
export declare const mdiNetflix: string;
|
|
4321
4386
|
export declare const mdiNetwork: string;
|
|
4322
4387
|
export declare const mdiNetworkOff: string;
|
|
@@ -4386,6 +4451,8 @@ export declare const mdiNotebookCheck: string;
|
|
|
4386
4451
|
export declare const mdiNotebookCheckOutline: string;
|
|
4387
4452
|
export declare const mdiNotebookEdit: string;
|
|
4388
4453
|
export declare const mdiNotebookEditOutline: string;
|
|
4454
|
+
export declare const mdiNotebookHeart: string;
|
|
4455
|
+
export declare const mdiNotebookHeartOutline: string;
|
|
4389
4456
|
export declare const mdiNotebookMinus: string;
|
|
4390
4457
|
export declare const mdiNotebookMinusOutline: string;
|
|
4391
4458
|
export declare const mdiNotebookMultiple: string;
|
|
@@ -4484,6 +4551,7 @@ export declare const mdiNumeric9PlusCircle: string;
|
|
|
4484
4551
|
export declare const mdiNumeric9PlusCircleOutline: string;
|
|
4485
4552
|
export declare const mdiNumeric: string;
|
|
4486
4553
|
export declare const mdiNumericNegative1: string;
|
|
4554
|
+
export declare const mdiNumericOff: string;
|
|
4487
4555
|
export declare const mdiNumericPositive1: string;
|
|
4488
4556
|
export declare const mdiNut: string;
|
|
4489
4557
|
export declare const mdiNutrition: string;
|
|
@@ -4542,6 +4610,12 @@ export declare const mdiPackageDown: string;
|
|
|
4542
4610
|
export declare const mdiPackageUp: string;
|
|
4543
4611
|
export declare const mdiPackageVariant: string;
|
|
4544
4612
|
export declare const mdiPackageVariantClosed: string;
|
|
4613
|
+
export declare const mdiPackageVariantClosedMinus: string;
|
|
4614
|
+
export declare const mdiPackageVariantClosedPlus: string;
|
|
4615
|
+
export declare const mdiPackageVariantClosedRemove: string;
|
|
4616
|
+
export declare const mdiPackageVariantMinus: string;
|
|
4617
|
+
export declare const mdiPackageVariantPlus: string;
|
|
4618
|
+
export declare const mdiPackageVariantRemove: string;
|
|
4545
4619
|
export declare const mdiPageFirst: string;
|
|
4546
4620
|
export declare const mdiPageLast: string;
|
|
4547
4621
|
export declare const mdiPageLayoutBody: string;
|
|
@@ -4601,6 +4675,7 @@ export declare const mdiPaperCutVertical: string;
|
|
|
4601
4675
|
export declare const mdiPaperRoll: string;
|
|
4602
4676
|
export declare const mdiPaperRollOutline: string;
|
|
4603
4677
|
export declare const mdiPaperclip: string;
|
|
4678
|
+
export declare const mdiPaperclipLock: string;
|
|
4604
4679
|
export declare const mdiParachute: string;
|
|
4605
4680
|
export declare const mdiParachuteOutline: string;
|
|
4606
4681
|
export declare const mdiParagliding: string;
|
|
@@ -4655,6 +4730,10 @@ export declare const mdiPentagon: string;
|
|
|
4655
4730
|
export declare const mdiPentagonOutline: string;
|
|
4656
4731
|
export declare const mdiPentagram: string;
|
|
4657
4732
|
export declare const mdiPercent: string;
|
|
4733
|
+
export declare const mdiPercentBox: string;
|
|
4734
|
+
export declare const mdiPercentBoxOutline: string;
|
|
4735
|
+
export declare const mdiPercentCircle: string;
|
|
4736
|
+
export declare const mdiPercentCircleOutline: string;
|
|
4658
4737
|
export declare const mdiPercentOutline: string;
|
|
4659
4738
|
export declare const mdiPeriodicTable: string;
|
|
4660
4739
|
export declare const mdiPerspectiveLess: string;
|
|
@@ -4671,6 +4750,7 @@ export declare const mdiPhoneCheck: string;
|
|
|
4671
4750
|
export declare const mdiPhoneCheckOutline: string;
|
|
4672
4751
|
export declare const mdiPhoneClassic: string;
|
|
4673
4752
|
export declare const mdiPhoneClassicOff: string;
|
|
4753
|
+
export declare const mdiPhoneClock: string;
|
|
4674
4754
|
export declare const mdiPhoneDial: string;
|
|
4675
4755
|
export declare const mdiPhoneDialOutline: string;
|
|
4676
4756
|
export declare const mdiPhoneForward: string;
|
|
@@ -4756,6 +4836,10 @@ export declare const mdiPitchfork: string;
|
|
|
4756
4836
|
export declare const mdiPizza: string;
|
|
4757
4837
|
export declare const mdiPlay: string;
|
|
4758
4838
|
export declare const mdiPlayBox: string;
|
|
4839
|
+
export declare const mdiPlayBoxLock: string;
|
|
4840
|
+
export declare const mdiPlayBoxLockOpen: string;
|
|
4841
|
+
export declare const mdiPlayBoxLockOpenOutline: string;
|
|
4842
|
+
export declare const mdiPlayBoxLockOutline: string;
|
|
4759
4843
|
export declare const mdiPlayBoxMultiple: string;
|
|
4760
4844
|
export declare const mdiPlayBoxMultipleOutline: string;
|
|
4761
4845
|
export declare const mdiPlayBoxOutline: string;
|
|
@@ -4882,6 +4966,7 @@ export declare const mdiProgressStar: string;
|
|
|
4882
4966
|
export declare const mdiProgressUpload: string;
|
|
4883
4967
|
export declare const mdiProgressWrench: string;
|
|
4884
4968
|
export declare const mdiProjector: string;
|
|
4969
|
+
export declare const mdiProjectorOff: string;
|
|
4885
4970
|
export declare const mdiProjectorScreen: string;
|
|
4886
4971
|
export declare const mdiProjectorScreenOff: string;
|
|
4887
4972
|
export declare const mdiProjectorScreenOffOutline: string;
|
|
@@ -4957,6 +5042,8 @@ export declare const mdiRadiusOutline: string;
|
|
|
4957
5042
|
export declare const mdiRailroadLight: string;
|
|
4958
5043
|
export declare const mdiRake: string;
|
|
4959
5044
|
export declare const mdiRaspberryPi: string;
|
|
5045
|
+
export declare const mdiRaw: string;
|
|
5046
|
+
export declare const mdiRawOff: string;
|
|
4960
5047
|
export declare const mdiRayEnd: string;
|
|
4961
5048
|
export declare const mdiRayEndArrow: string;
|
|
4962
5049
|
export declare const mdiRayStart: string;
|
|
@@ -4969,6 +5056,7 @@ export declare const mdiRazorSingleEdge: string;
|
|
|
4969
5056
|
export declare const mdiReact: string;
|
|
4970
5057
|
export declare const mdiRead: string;
|
|
4971
5058
|
export declare const mdiReceipt: string;
|
|
5059
|
+
export declare const mdiReceiptOutline: string;
|
|
4972
5060
|
export declare const mdiRecord: string;
|
|
4973
5061
|
export declare const mdiRecordCircle: string;
|
|
4974
5062
|
export declare const mdiRecordCircleOutline: string;
|
|
@@ -5093,6 +5181,7 @@ export declare const mdiRobotExcitedOutline: string;
|
|
|
5093
5181
|
export declare const mdiRobotHappy: string;
|
|
5094
5182
|
export declare const mdiRobotHappyOutline: string;
|
|
5095
5183
|
export declare const mdiRobotIndustrial: string;
|
|
5184
|
+
export declare const mdiRobotIndustrialOutline: string;
|
|
5096
5185
|
export declare const mdiRobotLove: string;
|
|
5097
5186
|
export declare const mdiRobotLoveOutline: string;
|
|
5098
5187
|
export declare const mdiRobotMower: string;
|
|
@@ -5160,6 +5249,7 @@ export declare const mdiSafeSquareOutline: string;
|
|
|
5160
5249
|
export declare const mdiSafetyGoggles: string;
|
|
5161
5250
|
export declare const mdiSailBoat: string;
|
|
5162
5251
|
export declare const mdiSale: string;
|
|
5252
|
+
export declare const mdiSaleOutline: string;
|
|
5163
5253
|
export declare const mdiSalesforce: string;
|
|
5164
5254
|
export declare const mdiSass: string;
|
|
5165
5255
|
export declare const mdiSatellite: string;
|
|
@@ -5623,6 +5713,8 @@ export declare const mdiSquareOutline: string;
|
|
|
5623
5713
|
export declare const mdiSquareRoot: string;
|
|
5624
5714
|
export declare const mdiSquareRootBox: string;
|
|
5625
5715
|
export declare const mdiSquareRounded: string;
|
|
5716
|
+
export declare const mdiSquareRoundedBadge: string;
|
|
5717
|
+
export declare const mdiSquareRoundedBadgeOutline: string;
|
|
5626
5718
|
export declare const mdiSquareRoundedOutline: string;
|
|
5627
5719
|
export declare const mdiSquareSmall: string;
|
|
5628
5720
|
export declare const mdiSquareWave: string;
|
|
@@ -6016,6 +6108,8 @@ export declare const mdiToggleSwitch: string;
|
|
|
6016
6108
|
export declare const mdiToggleSwitchOff: string;
|
|
6017
6109
|
export declare const mdiToggleSwitchOffOutline: string;
|
|
6018
6110
|
export declare const mdiToggleSwitchOutline: string;
|
|
6111
|
+
export declare const mdiToggleSwitchVariant: string;
|
|
6112
|
+
export declare const mdiToggleSwitchVariantOff: string;
|
|
6019
6113
|
export declare const mdiToilet: string;
|
|
6020
6114
|
export declare const mdiToolbox: string;
|
|
6021
6115
|
export declare const mdiToolboxOutline: string;
|
|
@@ -6101,6 +6195,7 @@ export declare const mdiTranslateOff: string;
|
|
|
6101
6195
|
export declare const mdiTransmissionTower: string;
|
|
6102
6196
|
export declare const mdiTransmissionTowerExport: string;
|
|
6103
6197
|
export declare const mdiTransmissionTowerImport: string;
|
|
6198
|
+
export declare const mdiTransmissionTowerOff: string;
|
|
6104
6199
|
export declare const mdiTrashCan: string;
|
|
6105
6200
|
export declare const mdiTrashCanOutline: string;
|
|
6106
6201
|
export declare const mdiTray: string;
|
|
@@ -6120,6 +6215,8 @@ export declare const mdiTrendingNeutral: string;
|
|
|
6120
6215
|
export declare const mdiTrendingUp: string;
|
|
6121
6216
|
export declare const mdiTriangle: string;
|
|
6122
6217
|
export declare const mdiTriangleOutline: string;
|
|
6218
|
+
export declare const mdiTriangleSmallDown: string;
|
|
6219
|
+
export declare const mdiTriangleSmallUp: string;
|
|
6123
6220
|
export declare const mdiTriangleWave: string;
|
|
6124
6221
|
export declare const mdiTriforce: string;
|
|
6125
6222
|
export declare const mdiTrophy: string;
|
|
@@ -6129,6 +6226,8 @@ export declare const mdiTrophyOutline: string;
|
|
|
6129
6226
|
export declare const mdiTrophyVariant: string;
|
|
6130
6227
|
export declare const mdiTrophyVariantOutline: string;
|
|
6131
6228
|
export declare const mdiTruck: string;
|
|
6229
|
+
export declare const mdiTruckAlert: string;
|
|
6230
|
+
export declare const mdiTruckAlertOutline: string;
|
|
6132
6231
|
export declare const mdiTruckCargoContainer: string;
|
|
6133
6232
|
export declare const mdiTruckCheck: string;
|
|
6134
6233
|
export declare const mdiTruckCheckOutline: string;
|
|
@@ -6257,6 +6356,7 @@ export declare const mdiVectorUnion: string;
|
|
|
6257
6356
|
export declare const mdiVhs: string;
|
|
6258
6357
|
export declare const mdiVibrate: string;
|
|
6259
6358
|
export declare const mdiVibrateOff: string;
|
|
6359
|
+
export declare const mdiVideo2d: string;
|
|
6260
6360
|
export declare const mdiVideo3d: string;
|
|
6261
6361
|
export declare const mdiVideo3dOff: string;
|
|
6262
6362
|
export declare const mdiVideo3dVariant: string;
|
|
@@ -6359,6 +6459,7 @@ export declare const mdiVuejs: string;
|
|
|
6359
6459
|
export declare const mdiVuetify: string;
|
|
6360
6460
|
export declare const mdiWalk: string;
|
|
6361
6461
|
export declare const mdiWall: string;
|
|
6462
|
+
export declare const mdiWallFire: string;
|
|
6362
6463
|
export declare const mdiWallSconce: string;
|
|
6363
6464
|
export declare const mdiWallSconceFlat: string;
|
|
6364
6465
|
export declare const mdiWallSconceFlatOutline: string;
|