@quasar/extras 1.11.0 → 1.11.4
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 +14 -14
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +37 -1
- package/bootstrap-icons/index.js +54 -18
- package/material-icons/index.d.ts +82 -14
- package/material-icons/index.js +84 -16
- 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/index.d.ts +82 -14
- package/material-icons-outlined/index.js +84 -16
- 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/index.d.ts +82 -14
- package/material-icons-round/index.js +85 -17
- 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/index.d.ts +82 -14
- package/material-icons-sharp/index.js +84 -16
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v6/index.d.ts +301 -1
- package/mdi-v6/index.js +361 -61
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/package.json +13 -7
|
@@ -95,9 +95,9 @@ export declare const matAddToDrive: string;
|
|
|
95
95
|
export declare const matAddToHomeScreen: string;
|
|
96
96
|
export declare const matAddToPhotos: string;
|
|
97
97
|
export declare const matAddToQueue: string;
|
|
98
|
+
export declare const matAdfScanner: string;
|
|
98
99
|
export declare const matAdjust: string;
|
|
99
100
|
export declare const matAdminPanelSettings: string;
|
|
100
|
-
export declare const matAdobe: string;
|
|
101
101
|
export declare const matAdsClick: string;
|
|
102
102
|
export declare const matAdUnits: string;
|
|
103
103
|
export declare const matAgriculture: string;
|
|
@@ -142,11 +142,11 @@ export declare const matAod: string;
|
|
|
142
142
|
export declare const matApartment: string;
|
|
143
143
|
export declare const matApi: string;
|
|
144
144
|
export declare const matAppBlocking: string;
|
|
145
|
-
export declare const matApple: string;
|
|
146
145
|
export declare const matAppRegistration: string;
|
|
147
146
|
export declare const matApproval: string;
|
|
148
147
|
export declare const matApps: string;
|
|
149
148
|
export declare const matAppSettingsAlt: string;
|
|
149
|
+
export declare const matAppShortcut: string;
|
|
150
150
|
export declare const matAppsOutage: string;
|
|
151
151
|
export declare const matArchitecture: string;
|
|
152
152
|
export declare const matArchive: string;
|
|
@@ -181,6 +181,7 @@ export declare const matAssignmentTurnedIn: string;
|
|
|
181
181
|
export declare const matAssistant: string;
|
|
182
182
|
export declare const matAssistantDirection: string;
|
|
183
183
|
export declare const matAssistantPhoto: string;
|
|
184
|
+
export declare const matAssuredWorkload: string;
|
|
184
185
|
export declare const matAtm: string;
|
|
185
186
|
export declare const matAttachEmail: string;
|
|
186
187
|
export declare const matAttachFile: string;
|
|
@@ -209,6 +210,7 @@ export declare const matBackup: string;
|
|
|
209
210
|
export declare const matBackupTable: string;
|
|
210
211
|
export declare const matBadge: string;
|
|
211
212
|
export declare const matBakeryDining: string;
|
|
213
|
+
export declare const matBalance: string;
|
|
212
214
|
export declare const matBalcony: string;
|
|
213
215
|
export declare const matBallot: string;
|
|
214
216
|
export declare const matBarChart: string;
|
|
@@ -227,6 +229,7 @@ export declare const matBedroomBaby: string;
|
|
|
227
229
|
export declare const matBedroomChild: string;
|
|
228
230
|
export declare const matBedroomParent: string;
|
|
229
231
|
export declare const matBedtime: string;
|
|
232
|
+
export declare const matBedtimeOff: string;
|
|
230
233
|
export declare const matBeenhere: string;
|
|
231
234
|
export declare const matBento: string;
|
|
232
235
|
export declare const matBikeScooter: string;
|
|
@@ -265,6 +268,7 @@ export declare const matBorderRight: string;
|
|
|
265
268
|
export declare const matBorderStyle: string;
|
|
266
269
|
export declare const matBorderTop: string;
|
|
267
270
|
export declare const matBorderVertical: string;
|
|
271
|
+
export declare const matBoy: string;
|
|
268
272
|
export declare const matBrandingWatermark: string;
|
|
269
273
|
export declare const matBreakfastDining: string;
|
|
270
274
|
export declare const matBrightness1: string;
|
|
@@ -323,6 +327,7 @@ export declare const matCampaign: string;
|
|
|
323
327
|
export declare const matCancel: string;
|
|
324
328
|
export declare const matCancelPresentation: string;
|
|
325
329
|
export declare const matCancelScheduleSend: string;
|
|
330
|
+
export declare const matCandlestickChart: string;
|
|
326
331
|
export declare const matCardGiftcard: string;
|
|
327
332
|
export declare const matCardMembership: string;
|
|
328
333
|
export declare const matCardTravel: string;
|
|
@@ -382,6 +387,7 @@ export declare const matCloudDone: string;
|
|
|
382
387
|
export declare const matCloudDownload: string;
|
|
383
388
|
export declare const matCloudOff: string;
|
|
384
389
|
export declare const matCloudQueue: string;
|
|
390
|
+
export declare const matCloudSync: string;
|
|
385
391
|
export declare const matCloudUpload: string;
|
|
386
392
|
export declare const matCo2: string;
|
|
387
393
|
export declare const matCode: string;
|
|
@@ -395,6 +401,7 @@ export declare const matColorLens: string;
|
|
|
395
401
|
export declare const matComment: string;
|
|
396
402
|
export declare const matCommentBank: string;
|
|
397
403
|
export declare const matCommentsDisabled: string;
|
|
404
|
+
export declare const matCommit: string;
|
|
398
405
|
export declare const matCommute: string;
|
|
399
406
|
export declare const matCompare: string;
|
|
400
407
|
export declare const matCompareArrows: string;
|
|
@@ -419,10 +426,12 @@ export declare const matContentPaste: string;
|
|
|
419
426
|
export declare const matContentPasteGo: string;
|
|
420
427
|
export declare const matContentPasteOff: string;
|
|
421
428
|
export declare const matContentPasteSearch: string;
|
|
429
|
+
export declare const matContrast: string;
|
|
422
430
|
export declare const matControlCamera: string;
|
|
423
431
|
export declare const matControlPoint: string;
|
|
424
432
|
export declare const matControlPointDuplicate: string;
|
|
425
433
|
export declare const matCookie: string;
|
|
434
|
+
export declare const matCoPresent: string;
|
|
426
435
|
export declare const matCopyAll: string;
|
|
427
436
|
export declare const matCopyright: string;
|
|
428
437
|
export declare const matCoronavirus: string;
|
|
@@ -448,6 +457,14 @@ export declare const matCropPortrait: string;
|
|
|
448
457
|
export declare const matCropRotate: string;
|
|
449
458
|
export declare const matCropSquare: string;
|
|
450
459
|
export declare const matCrueltyFree: string;
|
|
460
|
+
export declare const matCurrencyExchange: string;
|
|
461
|
+
export declare const matCurrencyFranc: string;
|
|
462
|
+
export declare const matCurrencyLira: string;
|
|
463
|
+
export declare const matCurrencyPound: string;
|
|
464
|
+
export declare const matCurrencyRuble: string;
|
|
465
|
+
export declare const matCurrencyRupee: string;
|
|
466
|
+
export declare const matCurrencyYen: string;
|
|
467
|
+
export declare const matCurrencyYuan: string;
|
|
451
468
|
export declare const matDangerous: string;
|
|
452
469
|
export declare const matDarkMode: string;
|
|
453
470
|
export declare const matDashboard: string;
|
|
@@ -459,6 +476,7 @@ export declare const matDataSaverOff: string;
|
|
|
459
476
|
export declare const matDataSaverOn: string;
|
|
460
477
|
export declare const matDataUsage: string;
|
|
461
478
|
export declare const matDateRange: string;
|
|
479
|
+
export declare const matDeblur: string;
|
|
462
480
|
export declare const matDeck: string;
|
|
463
481
|
export declare const matDehaze: string;
|
|
464
482
|
export declare const matDelete: string;
|
|
@@ -483,6 +501,7 @@ export declare const matDeviceThermostat: string;
|
|
|
483
501
|
export declare const matDeviceUnknown: string;
|
|
484
502
|
export declare const matDialerSip: string;
|
|
485
503
|
export declare const matDialpad: string;
|
|
504
|
+
export declare const matDiamond: string;
|
|
486
505
|
export declare const matDining: string;
|
|
487
506
|
export declare const matDinnerDining: string;
|
|
488
507
|
export declare const matDirections: string;
|
|
@@ -506,7 +525,6 @@ export declare const matDirtyLens: string;
|
|
|
506
525
|
export declare const matDisabledByDefault: string;
|
|
507
526
|
export declare const matDisabledVisible: string;
|
|
508
527
|
export declare const matDiscFull: string;
|
|
509
|
-
export declare const matDiscord: string;
|
|
510
528
|
export declare const matDns: string;
|
|
511
529
|
export declare const matDock: string;
|
|
512
530
|
export declare const matDocumentScanner: string;
|
|
@@ -515,6 +533,7 @@ export declare const matDoDisturbAlt: string;
|
|
|
515
533
|
export declare const matDoDisturbOff: string;
|
|
516
534
|
export declare const matDoDisturbOn: string;
|
|
517
535
|
export declare const matDomain: string;
|
|
536
|
+
export declare const matDomainAdd: string;
|
|
518
537
|
export declare const matDomainDisabled: string;
|
|
519
538
|
export declare const matDomainVerification: string;
|
|
520
539
|
export declare const matDone: string;
|
|
@@ -572,6 +591,7 @@ export declare const matEgg: string;
|
|
|
572
591
|
export declare const matEggAlt: string;
|
|
573
592
|
export declare const matEject: string;
|
|
574
593
|
export declare const matElderly: string;
|
|
594
|
+
export declare const matElderlyWoman: string;
|
|
575
595
|
export declare const matElectricalServices: string;
|
|
576
596
|
export declare const matElectricBike: string;
|
|
577
597
|
export declare const matElectricCar: string;
|
|
@@ -631,6 +651,7 @@ export declare const matFastForward: string;
|
|
|
631
651
|
export declare const matFastRewind: string;
|
|
632
652
|
export declare const matFavorite: string;
|
|
633
653
|
export declare const matFavoriteBorder: string;
|
|
654
|
+
export declare const matFax: string;
|
|
634
655
|
export declare const matFeaturedPlayList: string;
|
|
635
656
|
export declare const matFeaturedVideo: string;
|
|
636
657
|
export declare const matFeed: string;
|
|
@@ -647,6 +668,7 @@ export declare const matFileCopy: string;
|
|
|
647
668
|
export declare const matFileDownload: string;
|
|
648
669
|
export declare const matFileDownloadDone: string;
|
|
649
670
|
export declare const matFileDownloadOff: string;
|
|
671
|
+
export declare const matFileOpen: string;
|
|
650
672
|
export declare const matFilePresent: string;
|
|
651
673
|
export declare const matFileUpload: string;
|
|
652
674
|
export declare const matFilter: string;
|
|
@@ -661,12 +683,14 @@ export declare const matFilter8: string;
|
|
|
661
683
|
export declare const matFilter9: string;
|
|
662
684
|
export declare const matFilter9Plus: string;
|
|
663
685
|
export declare const matFilterAlt: string;
|
|
686
|
+
export declare const matFilterAltOff: string;
|
|
664
687
|
export declare const matFilterBAndW: string;
|
|
665
688
|
export declare const matFilterCenterFocus: string;
|
|
666
689
|
export declare const matFilterDrama: string;
|
|
667
690
|
export declare const matFilterFrames: string;
|
|
668
691
|
export declare const matFilterHdr: string;
|
|
669
692
|
export declare const matFilterList: string;
|
|
693
|
+
export declare const matFilterListOff: string;
|
|
670
694
|
export declare const matFilterNone: string;
|
|
671
695
|
export declare const matFilterTiltShift: string;
|
|
672
696
|
export declare const matFilterVintage: string;
|
|
@@ -680,6 +704,7 @@ export declare const matFitbit: string;
|
|
|
680
704
|
export declare const matFitnessCenter: string;
|
|
681
705
|
export declare const matFitScreen: string;
|
|
682
706
|
export declare const matFlag: string;
|
|
707
|
+
export declare const matFlagCircle: string;
|
|
683
708
|
export declare const matFlaky: string;
|
|
684
709
|
export declare const matFlare: string;
|
|
685
710
|
export declare const matFlashAuto: string;
|
|
@@ -702,9 +727,11 @@ export declare const matFlutterDash: string;
|
|
|
702
727
|
export declare const matFmdBad: string;
|
|
703
728
|
export declare const matFmdGood: string;
|
|
704
729
|
export declare const matFolder: string;
|
|
730
|
+
export declare const matFolderDelete: string;
|
|
705
731
|
export declare const matFolderOpen: string;
|
|
706
732
|
export declare const matFolderShared: string;
|
|
707
733
|
export declare const matFolderSpecial: string;
|
|
734
|
+
export declare const matFolderZip: string;
|
|
708
735
|
export declare const matFollowTheSigns: string;
|
|
709
736
|
export declare const matFontDownload: string;
|
|
710
737
|
export declare const matFontDownloadOff: string;
|
|
@@ -726,6 +753,7 @@ export declare const matFormatLineSpacing: string;
|
|
|
726
753
|
export declare const matFormatListBulleted: string;
|
|
727
754
|
export declare const matFormatListNumbered: string;
|
|
728
755
|
export declare const matFormatListNumberedRtl: string;
|
|
756
|
+
export declare const matFormatOverline: string;
|
|
729
757
|
export declare const matFormatPaint: string;
|
|
730
758
|
export declare const matFormatQuote: string;
|
|
731
759
|
export declare const matFormatShapes: string;
|
|
@@ -757,6 +785,7 @@ export declare const matGesture: string;
|
|
|
757
785
|
export declare const matGetApp: string;
|
|
758
786
|
export declare const matGif: string;
|
|
759
787
|
export declare const matGifBox: string;
|
|
788
|
+
export declare const matGirl: string;
|
|
760
789
|
export declare const matGite: string;
|
|
761
790
|
export declare const matGMobiledata: string;
|
|
762
791
|
export declare const matGolfCourse: string;
|
|
@@ -814,6 +843,7 @@ export declare const matHelp: string;
|
|
|
814
843
|
export declare const matHelpCenter: string;
|
|
815
844
|
export declare const matHelpOutline: string;
|
|
816
845
|
export declare const matHevc: string;
|
|
846
|
+
export declare const matHexagon: string;
|
|
817
847
|
export declare const matHideImage: string;
|
|
818
848
|
export declare const matHideSource: string;
|
|
819
849
|
export declare const matHighlight: string;
|
|
@@ -878,6 +908,8 @@ export declare const matInsertLink: string;
|
|
|
878
908
|
export declare const matInsertPageBreak: string;
|
|
879
909
|
export declare const matInsertPhoto: string;
|
|
880
910
|
export declare const matInsights: string;
|
|
911
|
+
export declare const matInstallDesktop: string;
|
|
912
|
+
export declare const matInstallMobile: string;
|
|
881
913
|
export declare const matIntegrationInstructions: string;
|
|
882
914
|
export declare const matInterests: string;
|
|
883
915
|
export declare const matInterpreterMode: string;
|
|
@@ -888,8 +920,13 @@ export declare const matInvertColorsOff: string;
|
|
|
888
920
|
export declare const matIosShare: string;
|
|
889
921
|
export declare const matIron: string;
|
|
890
922
|
export declare const matIso: string;
|
|
923
|
+
export declare const matJoinFull: string;
|
|
924
|
+
export declare const matJoinInner: string;
|
|
925
|
+
export declare const matJoinLeft: string;
|
|
926
|
+
export declare const matJoinRight: string;
|
|
891
927
|
export declare const matKayaking: string;
|
|
892
928
|
export declare const matKebabDining: string;
|
|
929
|
+
export declare const matKey: string;
|
|
893
930
|
export declare const matKeyboard: string;
|
|
894
931
|
export declare const matKeyboardAlt: string;
|
|
895
932
|
export declare const matKeyboardArrowDown: string;
|
|
@@ -898,11 +935,14 @@ export declare const matKeyboardArrowRight: string;
|
|
|
898
935
|
export declare const matKeyboardArrowUp: string;
|
|
899
936
|
export declare const matKeyboardBackspace: string;
|
|
900
937
|
export declare const matKeyboardCapslock: string;
|
|
938
|
+
export declare const matKeyboardCommandKey: string;
|
|
939
|
+
export declare const matKeyboardControlKey: string;
|
|
901
940
|
export declare const matKeyboardDoubleArrowDown: string;
|
|
902
941
|
export declare const matKeyboardDoubleArrowLeft: string;
|
|
903
942
|
export declare const matKeyboardDoubleArrowRight: string;
|
|
904
943
|
export declare const matKeyboardDoubleArrowUp: string;
|
|
905
944
|
export declare const matKeyboardHide: string;
|
|
945
|
+
export declare const matKeyboardOptionKey: string;
|
|
906
946
|
export declare const matKeyboardReturn: string;
|
|
907
947
|
export declare const matKeyboardTab: string;
|
|
908
948
|
export declare const matKeyboardVoice: string;
|
|
@@ -912,6 +952,7 @@ export declare const matKitesurfing: string;
|
|
|
912
952
|
export declare const matLabel: string;
|
|
913
953
|
export declare const matLabelImportant: string;
|
|
914
954
|
export declare const matLabelOff: string;
|
|
955
|
+
export declare const matLan: string;
|
|
915
956
|
export declare const matLandscape: string;
|
|
916
957
|
export declare const matLanguage: string;
|
|
917
958
|
export declare const matLaptop: string;
|
|
@@ -987,7 +1028,9 @@ export declare const matLocationSearching: string;
|
|
|
987
1028
|
export declare const matLock: string;
|
|
988
1029
|
export declare const matLockClock: string;
|
|
989
1030
|
export declare const matLockOpen: string;
|
|
1031
|
+
export declare const matLockReset: string;
|
|
990
1032
|
export declare const matLogin: string;
|
|
1033
|
+
export declare const matLogoDev: string;
|
|
991
1034
|
export declare const matLogout: string;
|
|
992
1035
|
export declare const matLooks: string;
|
|
993
1036
|
export declare const matLooks3: string;
|
|
@@ -1081,7 +1124,9 @@ export declare const matMotionPhotosOn: string;
|
|
|
1081
1124
|
export declare const matMotionPhotosPause: string;
|
|
1082
1125
|
export declare const matMotionPhotosPaused: string;
|
|
1083
1126
|
export declare const matMouse: string;
|
|
1127
|
+
export declare const matMoveDown: string;
|
|
1084
1128
|
export declare const matMoveToInbox: string;
|
|
1129
|
+
export declare const matMoveUp: string;
|
|
1085
1130
|
export declare const matMovie: string;
|
|
1086
1131
|
export declare const matMovieCreation: string;
|
|
1087
1132
|
export declare const matMovieFilter: string;
|
|
@@ -1198,13 +1243,14 @@ export declare const matPauseCircleOutline: string;
|
|
|
1198
1243
|
export declare const matPausePresentation: string;
|
|
1199
1244
|
export declare const matPayment: string;
|
|
1200
1245
|
export declare const matPayments: string;
|
|
1201
|
-
export declare const matPaypal: string;
|
|
1202
1246
|
export declare const matPedalBike: string;
|
|
1203
1247
|
export declare const matPending: string;
|
|
1204
1248
|
export declare const matPendingActions: string;
|
|
1249
|
+
export declare const matPentagon: string;
|
|
1205
1250
|
export declare const matPeople: string;
|
|
1206
1251
|
export declare const matPeopleAlt: string;
|
|
1207
1252
|
export declare const matPeopleOutline: string;
|
|
1253
|
+
export declare const matPercent: string;
|
|
1208
1254
|
export declare const matPermCameraMic: string;
|
|
1209
1255
|
export declare const matPermContactCalendar: string;
|
|
1210
1256
|
export declare const matPermDataSetting: string;
|
|
@@ -1230,6 +1276,7 @@ export declare const matPersonSearch: string;
|
|
|
1230
1276
|
export declare const matPestControl: string;
|
|
1231
1277
|
export declare const matPestControlRodent: string;
|
|
1232
1278
|
export declare const matPets: string;
|
|
1279
|
+
export declare const matPhishing: string;
|
|
1233
1280
|
export declare const matPhone: string;
|
|
1234
1281
|
export declare const matPhoneAndroid: string;
|
|
1235
1282
|
export declare const matPhoneBluetoothSpeaker: string;
|
|
@@ -1266,6 +1313,7 @@ export declare const matPictureInPictureAlt: string;
|
|
|
1266
1313
|
export declare const matPieChart: string;
|
|
1267
1314
|
export declare const matPieChartOutline: string;
|
|
1268
1315
|
export declare const matPin: string;
|
|
1316
|
+
export declare const matPinch: string;
|
|
1269
1317
|
export declare const matPinDrop: string;
|
|
1270
1318
|
export declare const matPinEnd: string;
|
|
1271
1319
|
export declare const matPinInvoke: string;
|
|
@@ -1330,7 +1378,6 @@ export declare const matQueueMusic: string;
|
|
|
1330
1378
|
export declare const matQueuePlayNext: string;
|
|
1331
1379
|
export declare const matQuickreply: string;
|
|
1332
1380
|
export declare const matQuiz: string;
|
|
1333
|
-
export declare const matQuora: string;
|
|
1334
1381
|
export declare const matRadar: string;
|
|
1335
1382
|
export declare const matRadio: string;
|
|
1336
1383
|
export declare const matRadioButtonChecked: string;
|
|
@@ -1347,8 +1394,8 @@ export declare const matReceiptLong: string;
|
|
|
1347
1394
|
export declare const matRecentActors: string;
|
|
1348
1395
|
export declare const matRecommend: string;
|
|
1349
1396
|
export declare const matRecordVoiceOver: string;
|
|
1397
|
+
export declare const matRectangle: string;
|
|
1350
1398
|
export declare const matRecycling: string;
|
|
1351
|
-
export declare const matReddit: string;
|
|
1352
1399
|
export declare const matRedeem: string;
|
|
1353
1400
|
export declare const matRedo: string;
|
|
1354
1401
|
export declare const matReduceCapacity: string;
|
|
@@ -1415,10 +1462,13 @@ export declare const matSafetyDivider: string;
|
|
|
1415
1462
|
export declare const matSailing: string;
|
|
1416
1463
|
export declare const matSanitizer: string;
|
|
1417
1464
|
export declare const matSatellite: string;
|
|
1465
|
+
export declare const matSatelliteAlt: string;
|
|
1418
1466
|
export declare const matSave: string;
|
|
1419
1467
|
export declare const matSaveAlt: string;
|
|
1468
|
+
export declare const matSaveAs: string;
|
|
1420
1469
|
export declare const matSavedSearch: string;
|
|
1421
1470
|
export declare const matSavings: string;
|
|
1471
|
+
export declare const matScale: string;
|
|
1422
1472
|
export declare const matScanner: string;
|
|
1423
1473
|
export declare const matScatterPlot: string;
|
|
1424
1474
|
export declare const matSchedule: string;
|
|
@@ -1450,6 +1500,7 @@ export declare const matSelfImprovement: string;
|
|
|
1450
1500
|
export declare const matSell: string;
|
|
1451
1501
|
export declare const matSend: string;
|
|
1452
1502
|
export declare const matSendAndArchive: string;
|
|
1503
|
+
export declare const matSendTimeExtension: string;
|
|
1453
1504
|
export declare const matSendToMobile: string;
|
|
1454
1505
|
export declare const matSensorDoor: string;
|
|
1455
1506
|
export declare const matSensors: string;
|
|
@@ -1488,7 +1539,6 @@ export declare const matShield: string;
|
|
|
1488
1539
|
export declare const matShieldMoon: string;
|
|
1489
1540
|
export declare const matShop: string;
|
|
1490
1541
|
export declare const matShop2: string;
|
|
1491
|
-
export declare const matShopify: string;
|
|
1492
1542
|
export declare const matShoppingBag: string;
|
|
1493
1543
|
export declare const matShoppingBasket: string;
|
|
1494
1544
|
export declare const matShoppingCart: string;
|
|
@@ -1539,7 +1589,6 @@ export declare const matSmokeFree: string;
|
|
|
1539
1589
|
export declare const matSmokingRooms: string;
|
|
1540
1590
|
export declare const matSms: string;
|
|
1541
1591
|
export declare const matSmsFailed: string;
|
|
1542
|
-
export declare const matSnapchat: string;
|
|
1543
1592
|
export declare const matSnippetFolder: string;
|
|
1544
1593
|
export declare const matSnooze: string;
|
|
1545
1594
|
export declare const matSnowboarding: string;
|
|
@@ -1578,6 +1627,7 @@ export declare const matSportsGolf: string;
|
|
|
1578
1627
|
export declare const matSportsHandball: string;
|
|
1579
1628
|
export declare const matSportsHockey: string;
|
|
1580
1629
|
export declare const matSportsKabaddi: string;
|
|
1630
|
+
export declare const matSportsMartialArts: string;
|
|
1581
1631
|
export declare const matSportsMma: string;
|
|
1582
1632
|
export declare const matSportsMotorsports: string;
|
|
1583
1633
|
export declare const matSportsRugby: string;
|
|
@@ -1585,7 +1635,9 @@ export declare const matSportsScore: string;
|
|
|
1585
1635
|
export declare const matSportsSoccer: string;
|
|
1586
1636
|
export declare const matSportsTennis: string;
|
|
1587
1637
|
export declare const matSportsVolleyball: string;
|
|
1638
|
+
export declare const matSquare: string;
|
|
1588
1639
|
export declare const matSquareFoot: string;
|
|
1640
|
+
export declare const matSsidChart: string;
|
|
1589
1641
|
export declare const matStackedBarChart: string;
|
|
1590
1642
|
export declare const matStackedLineChart: string;
|
|
1591
1643
|
export declare const matStairs: string;
|
|
@@ -1597,6 +1649,7 @@ export declare const matStarOutline: string;
|
|
|
1597
1649
|
export declare const matStarPurple500: string;
|
|
1598
1650
|
export declare const matStarRate: string;
|
|
1599
1651
|
export declare const matStars: string;
|
|
1652
|
+
export declare const matStart: string;
|
|
1600
1653
|
export declare const matStayCurrentLandscape: string;
|
|
1601
1654
|
export declare const matStayCurrentPortrait: string;
|
|
1602
1655
|
export declare const matStayPrimaryLandscape: string;
|
|
@@ -1638,6 +1691,15 @@ export declare const matSwapHorizontalCircle: string;
|
|
|
1638
1691
|
export declare const matSwapVert: string;
|
|
1639
1692
|
export declare const matSwapVerticalCircle: string;
|
|
1640
1693
|
export declare const matSwipe: string;
|
|
1694
|
+
export declare const matSwipeDown: string;
|
|
1695
|
+
export declare const matSwipeDownAlt: string;
|
|
1696
|
+
export declare const matSwipeLeft: string;
|
|
1697
|
+
export declare const matSwipeLeftAlt: string;
|
|
1698
|
+
export declare const matSwipeRight: string;
|
|
1699
|
+
export declare const matSwipeRightAlt: string;
|
|
1700
|
+
export declare const matSwipeUp: string;
|
|
1701
|
+
export declare const matSwipeUpAlt: string;
|
|
1702
|
+
export declare const matSwipeVertical: string;
|
|
1641
1703
|
export declare const matSwitchAccessShortcut: string;
|
|
1642
1704
|
export declare const matSwitchAccessShortcutAdd: string;
|
|
1643
1705
|
export declare const matSwitchAccount: string;
|
|
@@ -1649,6 +1711,7 @@ export declare const matSynagogue: string;
|
|
|
1649
1711
|
export declare const matSync: string;
|
|
1650
1712
|
export declare const matSyncAlt: string;
|
|
1651
1713
|
export declare const matSyncDisabled: string;
|
|
1714
|
+
export declare const matSyncLock: string;
|
|
1652
1715
|
export declare const matSyncProblem: string;
|
|
1653
1716
|
export declare const matSystemSecurityUpdate: string;
|
|
1654
1717
|
export declare const matSystemSecurityUpdateGood: string;
|
|
@@ -1673,12 +1736,13 @@ export declare const matTapas: string;
|
|
|
1673
1736
|
export declare const matTask: string;
|
|
1674
1737
|
export declare const matTaskAlt: string;
|
|
1675
1738
|
export declare const matTaxiAlert: string;
|
|
1676
|
-
export declare const matTelegram: string;
|
|
1677
1739
|
export declare const matTempleBuddhist: string;
|
|
1678
1740
|
export declare const matTempleHindu: string;
|
|
1679
1741
|
export declare const matTerrain: string;
|
|
1742
|
+
export declare const matTextDecrease: string;
|
|
1680
1743
|
export declare const matTextFields: string;
|
|
1681
1744
|
export declare const matTextFormat: string;
|
|
1745
|
+
export declare const matTextIncrease: string;
|
|
1682
1746
|
export declare const matTextRotateUp: string;
|
|
1683
1747
|
export declare const matTextRotateVertical: string;
|
|
1684
1748
|
export declare const matTextRotationAngledown: string;
|
|
@@ -1699,7 +1763,6 @@ export declare const matThumbsUpDown: string;
|
|
|
1699
1763
|
export declare const matThumbUp: string;
|
|
1700
1764
|
export declare const matThumbUpAlt: string;
|
|
1701
1765
|
export declare const matThumbUpOffAlt: string;
|
|
1702
|
-
export declare const matTiktok: string;
|
|
1703
1766
|
export declare const matTimelapse: string;
|
|
1704
1767
|
export declare const matTimeline: string;
|
|
1705
1768
|
export declare const matTimer: string;
|
|
@@ -1785,7 +1848,10 @@ export declare const matViewArray: string;
|
|
|
1785
1848
|
export declare const matViewCarousel: string;
|
|
1786
1849
|
export declare const matViewColumn: string;
|
|
1787
1850
|
export declare const matViewComfy: string;
|
|
1851
|
+
export declare const matViewComfyAlt: string;
|
|
1788
1852
|
export declare const matViewCompact: string;
|
|
1853
|
+
export declare const matViewCompactAlt: string;
|
|
1854
|
+
export declare const matViewCozy: string;
|
|
1789
1855
|
export declare const matViewDay: string;
|
|
1790
1856
|
export declare const matViewHeadline: string;
|
|
1791
1857
|
export declare const matViewInAr: string;
|
|
@@ -1816,6 +1882,7 @@ export declare const matWarningAmber: string;
|
|
|
1816
1882
|
export declare const matWash: string;
|
|
1817
1883
|
export declare const matWatch: string;
|
|
1818
1884
|
export declare const matWatchLater: string;
|
|
1885
|
+
export declare const matWatchOff: string;
|
|
1819
1886
|
export declare const matWater: string;
|
|
1820
1887
|
export declare const matWaterDamage: string;
|
|
1821
1888
|
export declare const matWaterDrop: string;
|
|
@@ -1833,7 +1900,6 @@ export declare const matWc: string;
|
|
|
1833
1900
|
export declare const matWeb: string;
|
|
1834
1901
|
export declare const matWebAsset: string;
|
|
1835
1902
|
export declare const matWebAssetOff: string;
|
|
1836
|
-
export declare const matWechat: string;
|
|
1837
1903
|
export declare const matWeekend: string;
|
|
1838
1904
|
export declare const matWest: string;
|
|
1839
1905
|
export declare const matWhatsapp: string;
|
|
@@ -1844,17 +1910,18 @@ export declare const matWidgets: string;
|
|
|
1844
1910
|
export declare const matWifi: string;
|
|
1845
1911
|
export declare const matWifiCalling: string;
|
|
1846
1912
|
export declare const matWifiCalling3: string;
|
|
1913
|
+
export declare const matWifiChannel: string;
|
|
1914
|
+
export declare const matWifiFind: string;
|
|
1847
1915
|
export declare const matWifiLock: string;
|
|
1848
1916
|
export declare const matWifiOff: string;
|
|
1917
|
+
export declare const matWifiPassword: string;
|
|
1849
1918
|
export declare const matWifiProtectedSetup: string;
|
|
1850
1919
|
export declare const matWifiTethering: string;
|
|
1851
|
-
export declare const
|
|
1920
|
+
export declare const matWifiTetheringError: string;
|
|
1852
1921
|
export declare const matWifiTetheringOff: string;
|
|
1853
1922
|
export declare const matWindow: string;
|
|
1854
1923
|
export declare const matWineBar: string;
|
|
1855
1924
|
export declare const matWoman: string;
|
|
1856
|
-
export declare const matWooCommerce: string;
|
|
1857
|
-
export declare const matWordpress: string;
|
|
1858
1925
|
export declare const matWork: string;
|
|
1859
1926
|
export declare const matWorkOff: string;
|
|
1860
1927
|
export declare const matWorkOutline: string;
|
|
@@ -1866,5 +1933,6 @@ export declare const matWysiwyg: string;
|
|
|
1866
1933
|
export declare const matYard: string;
|
|
1867
1934
|
export declare const matYoutubeSearchedFor: string;
|
|
1868
1935
|
export declare const matZoomIn: string;
|
|
1936
|
+
export declare const matZoomInMap: string;
|
|
1869
1937
|
export declare const matZoomOut: string;
|
|
1870
1938
|
export declare const matZoomOutMap: string;
|