@quasar/extras 1.13.5 → 1.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/README.md +8 -8
  2. package/material-icons/icons.json +40 -3
  3. package/material-icons/index.d.ts +37 -0
  4. package/material-icons/index.js +39 -2
  5. package/material-icons/index.mjs +39 -2
  6. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  7. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  8. package/material-icons-outlined/icons.json +40 -3
  9. package/material-icons-outlined/index.d.ts +37 -0
  10. package/material-icons-outlined/index.js +39 -2
  11. package/material-icons-outlined/index.mjs +39 -2
  12. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  13. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  14. package/material-icons-round/icons.json +42 -5
  15. package/material-icons-round/index.d.ts +37 -0
  16. package/material-icons-round/index.js +39 -2
  17. package/material-icons-round/index.mjs +39 -2
  18. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  19. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  20. package/material-icons-sharp/icons.json +39 -2
  21. package/material-icons-sharp/index.d.ts +37 -0
  22. package/material-icons-sharp/index.js +39 -2
  23. package/material-icons-sharp/index.mjs +39 -2
  24. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  25. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  26. package/package.json +4 -4
package/README.md CHANGED
@@ -23,10 +23,10 @@ Please make sure you have latest `@quasar/extras` npm package version installed
23
23
  | --- | --- | --- | --- | --- | --- |
24
24
  | Roboto Font | CDN v29 | `roboto-font` | Recommended font along Material theme | | [License](roboto-font/LICENSE) |
25
25
  | Roboto Font Latin Extended | CDN v29 | `roboto-font-latin-ext` | Recommended font along Material theme | | [License](roboto-font-latin-ext/LICENSE) |
26
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v126 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
27
- | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v101 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
28
- | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v100 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
29
- | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v101 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
26
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v128 | `material-icons` | Material icons font | Requires: @quasar/extras 1.2.0+ | [License](material-icons/LICENSE) |
27
+ | [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v103 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-outlined/LICENSE) |
28
+ | [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v102 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-round/LICENSE) |
29
+ | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v103 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2.0+ | [License](material-icons-sharp/LICENSE) |
30
30
  | [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.6.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
31
31
  | [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
32
32
  | MDI v4 (Material Design Icons) | 4.9.95 | `mdi-v4` | Extended Material Design icons font | | [License](mdi-v4/license.md) |
@@ -49,10 +49,10 @@ Please make sure you have latest `@quasar/extras` npm package version installed
49
49
 
50
50
  | Vendor | Version | Quasar IconSet name | Import Icons from | Notes | License |
51
51
  | --- | --- | --- | --- | --- | --- |
52
- | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v126 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
53
- | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v101 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
54
- | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v100 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
55
- | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v101 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
52
+ | [Material Icons](https://material.io/tools/icons/?style=baseline) (Google) | CDN v128 | `svg-material-icons` | `@quasar/extras/material-icons` | | [License](material-icons/LICENSE) |
53
+ | [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v103 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
54
+ | [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v102 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
55
+ | [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v103 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
56
56
  | [MDI v6](https://materialdesignicons.com/) (Material Design Icons) | 6.6.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
57
57
  | [MDI v5](https://materialdesignicons.com/) (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
58
58
  | MDI v4 (Material Design Icons) | 4.9.95 | `svg-mdi-v4` | `@quasar/extras/mdi-v4` | | [License](mdi-v4/license.md) |
@@ -84,6 +84,8 @@
84
84
  "matAddCircle",
85
85
  "matAddCircleOutline",
86
86
  "matAddComment",
87
+ "matAddHome",
88
+ "matAddHomeWork",
87
89
  "matAddIcCall",
88
90
  "matAddLink",
89
91
  "matAddLocation",
@@ -92,10 +94,10 @@
92
94
  "matAddPhotoAlternate",
93
95
  "matAddReaction",
94
96
  "matAddRoad",
95
- "matAddShoppingCart",
96
97
  "matAddTask",
97
98
  "matAddToDrive",
98
99
  "matAddToHomeScreen",
100
+ "matAddShoppingCart",
99
101
  "matAddToPhotos",
100
102
  "matAddToQueue",
101
103
  "matAddchart",
@@ -168,6 +170,7 @@
168
170
  "matArrowForward",
169
171
  "matArrowForwardIos",
170
172
  "matArrowLeft",
173
+ "matArrowOutward",
171
174
  "matArrowRight",
172
175
  "matArrowRightAlt",
173
176
  "matArrowUpward",
@@ -181,6 +184,7 @@
181
184
  "matAssignmentReturn",
182
185
  "matAssignmentReturned",
183
186
  "matAssignmentTurnedIn",
187
+ "matAssistWalker",
184
188
  "matAssistant",
185
189
  "matAssistantDirection",
186
190
  "matAssistantPhoto",
@@ -247,6 +251,7 @@
247
251
  "matBikeScooter",
248
252
  "matBiotech",
249
253
  "matBlender",
254
+ "matBlind",
250
255
  "matBlinds",
251
256
  "matBlindsClosed",
252
257
  "matBlock",
@@ -318,10 +323,10 @@
318
323
  "matCached",
319
324
  "matCake",
320
325
  "matCalculate",
321
- "matCalendarMonth",
322
326
  "matCalendarToday",
323
327
  "matCalendarViewDay",
324
328
  "matCalendarViewMonth",
329
+ "matCalendarMonth",
325
330
  "matCalendarViewWeek",
326
331
  "matCall",
327
332
  "matCallEnd",
@@ -435,6 +440,7 @@
435
440
  "matConnectedTv",
436
441
  "matConnectingAirports",
437
442
  "matConstruction",
443
+ "matContactEmergency",
438
444
  "matContactMail",
439
445
  "matContactPage",
440
446
  "matContactPhone",
@@ -502,6 +508,8 @@
502
508
  "matDataSaverOn",
503
509
  "matDataThresholding",
504
510
  "matDataUsage",
511
+ "matDataset",
512
+ "matDatasetLinked",
505
513
  "matDateRange",
506
514
  "matDeblur",
507
515
  "matDeck",
@@ -516,10 +524,10 @@
516
524
  "matDensitySmall",
517
525
  "matDepartureBoard",
518
526
  "matDescription",
519
- "matDeselect",
520
527
  "matDesignServices",
521
528
  "matDesk",
522
529
  "matDesktopAccessDisabled",
530
+ "matDeselect",
523
531
  "matDesktopMac",
524
532
  "matDesktopWindows",
525
533
  "matDetails",
@@ -561,6 +569,9 @@
561
569
  "matDiscFull",
562
570
  "matDiscount",
563
571
  "matDisplaySettings",
572
+ "matDiversity1",
573
+ "matDiversity2",
574
+ "matDiversity3",
564
575
  "matDns",
565
576
  "matDoDisturb",
566
577
  "matDoDisturbAlt",
@@ -684,6 +695,11 @@
684
695
  "matExtension",
685
696
  "matExtensionOff",
686
697
  "matFace",
698
+ "matFace2",
699
+ "matFace3",
700
+ "matFace4",
701
+ "matFace5",
702
+ "matFace6",
687
703
  "matFaceRetouchingNatural",
688
704
  "matFaceRetouchingOff",
689
705
  "matFactCheck",
@@ -741,6 +757,8 @@
741
757
  "matFindReplace",
742
758
  "matFingerprint",
743
759
  "matFireExtinguisher",
760
+ "matFireHydrantAlt",
761
+ "matFireTruck",
744
762
  "matFireplace",
745
763
  "matFirstPage",
746
764
  "matFitScreen",
@@ -863,6 +881,8 @@
863
881
  "matGroupRemove",
864
882
  "matGroupWork",
865
883
  "matGroups",
884
+ "matGroups2",
885
+ "matGroups3",
866
886
  "matHMobiledata",
867
887
  "matHPlusMobiledata",
868
888
  "matHail",
@@ -1107,11 +1127,15 @@
1107
1127
  "matLuggage",
1108
1128
  "matLunchDining",
1109
1129
  "matLyrics",
1130
+ "matMacroOff",
1110
1131
  "matMail",
1111
1132
  "matMailLock",
1112
1133
  "matMailOutline",
1113
1134
  "matMale",
1114
1135
  "matMan",
1136
+ "matMan2",
1137
+ "matMan3",
1138
+ "matMan4",
1115
1139
  "matManageAccounts",
1116
1140
  "matManageHistory",
1117
1141
  "matManageSearch",
@@ -1341,6 +1365,9 @@
1341
1365
  "matPermPhoneMsg",
1342
1366
  "matPermScanWifi",
1343
1367
  "matPerson",
1368
+ "matPerson2",
1369
+ "matPerson3",
1370
+ "matPerson4",
1344
1371
  "matPersonAdd",
1345
1372
  "matPersonAddAlt",
1346
1373
  "matPersonAddAlt1",
@@ -1447,6 +1474,7 @@
1447
1474
  "matPropane",
1448
1475
  "matPropaneTank",
1449
1476
  "matPsychology",
1477
+ "matPsychologyAlt",
1450
1478
  "matPublic",
1451
1479
  "matPublicOff",
1452
1480
  "matPublish",
@@ -1501,6 +1529,7 @@
1501
1529
  "matRemoveRoad",
1502
1530
  "matRemoveShoppingCart",
1503
1531
  "matReorder",
1532
+ "matRepartition",
1504
1533
  "matRepeat",
1505
1534
  "matRepeatOn",
1506
1535
  "matRepeatOne",
@@ -1637,6 +1666,7 @@
1637
1666
  "matSettingsSystemDaydream",
1638
1667
  "matSettingsVoice",
1639
1668
  "matSevereCold",
1669
+ "matShapeLine",
1640
1670
  "matShare",
1641
1671
  "matShareLocation",
1642
1672
  "matShield",
@@ -1910,6 +1940,7 @@
1910
1940
  "matTraffic",
1911
1941
  "matTrain",
1912
1942
  "matTram",
1943
+ "matTranscribe",
1913
1944
  "matTransferWithinAStation",
1914
1945
  "matTransform",
1915
1946
  "matTransgender",
@@ -1920,6 +1951,7 @@
1920
1951
  "matTrendingFlat",
1921
1952
  "matTrendingUp",
1922
1953
  "matTripOrigin",
1954
+ "matTroubleshoot",
1923
1955
  "matTry",
1924
1956
  "matTsunami",
1925
1957
  "matTty",
@@ -1936,13 +1968,16 @@
1936
1968
  "matTv",
1937
1969
  "matTvOff",
1938
1970
  "matTwoWheeler",
1971
+ "matTypeSpecimen",
1939
1972
  "matUTurnLeft",
1940
1973
  "matUTurnRight",
1941
1974
  "matUmbrella",
1942
1975
  "matUnarchive",
1943
1976
  "matUndo",
1944
1977
  "matUnfoldLess",
1978
+ "matUnfoldLessDouble",
1945
1979
  "matUnfoldMore",
1980
+ "matUnfoldMoreDouble",
1946
1981
  "matUnpublished",
1947
1982
  "matUnsubscribe",
1948
1983
  "matUpcoming",
@@ -2041,6 +2076,7 @@
2041
2076
  "matWeb",
2042
2077
  "matWebAsset",
2043
2078
  "matWebAssetOff",
2079
+ "matWebStories",
2044
2080
  "matWebhook",
2045
2081
  "matWeekend",
2046
2082
  "matWest",
@@ -2070,6 +2106,7 @@
2070
2106
  "matWindow",
2071
2107
  "matWineBar",
2072
2108
  "matWoman",
2109
+ "matWoman2",
2073
2110
  "matWork",
2074
2111
  "matWorkHistory",
2075
2112
  "matWorkOff",
@@ -85,6 +85,8 @@ export declare const matAddChart: string;
85
85
  export declare const matAddCircle: string;
86
86
  export declare const matAddCircleOutline: string;
87
87
  export declare const matAddComment: string;
88
+ export declare const matAddHome: string;
89
+ export declare const matAddHomeWork: string;
88
90
  export declare const matAddIcCall: string;
89
91
  export declare const matAddLink: string;
90
92
  export declare const matAddLocation: string;
@@ -169,6 +171,7 @@ export declare const matArrowDropUp: string;
169
171
  export declare const matArrowForward: string;
170
172
  export declare const matArrowForwardIos: string;
171
173
  export declare const matArrowLeft: string;
174
+ export declare const matArrowOutward: string;
172
175
  export declare const matArrowRight: string;
173
176
  export declare const matArrowRightAlt: string;
174
177
  export declare const matArrowUpward: string;
@@ -182,6 +185,7 @@ export declare const matAssignmentLate: string;
182
185
  export declare const matAssignmentReturn: string;
183
186
  export declare const matAssignmentReturned: string;
184
187
  export declare const matAssignmentTurnedIn: string;
188
+ export declare const matAssistWalker: string;
185
189
  export declare const matAssistant: string;
186
190
  export declare const matAssistantDirection: string;
187
191
  export declare const matAssistantPhoto: string;
@@ -248,6 +252,7 @@ export declare const matBento: string;
248
252
  export declare const matBikeScooter: string;
249
253
  export declare const matBiotech: string;
250
254
  export declare const matBlender: string;
255
+ export declare const matBlind: string;
251
256
  export declare const matBlinds: string;
252
257
  export declare const matBlindsClosed: string;
253
258
  export declare const matBlock: string;
@@ -436,6 +441,7 @@ export declare const matConnectWithoutContact: string;
436
441
  export declare const matConnectedTv: string;
437
442
  export declare const matConnectingAirports: string;
438
443
  export declare const matConstruction: string;
444
+ export declare const matContactEmergency: string;
439
445
  export declare const matContactMail: string;
440
446
  export declare const matContactPage: string;
441
447
  export declare const matContactPhone: string;
@@ -503,6 +509,8 @@ export declare const matDataSaverOff: string;
503
509
  export declare const matDataSaverOn: string;
504
510
  export declare const matDataThresholding: string;
505
511
  export declare const matDataUsage: string;
512
+ export declare const matDataset: string;
513
+ export declare const matDatasetLinked: string;
506
514
  export declare const matDateRange: string;
507
515
  export declare const matDeblur: string;
508
516
  export declare const matDeck: string;
@@ -562,6 +570,9 @@ export declare const matDisabledVisible: string;
562
570
  export declare const matDiscFull: string;
563
571
  export declare const matDiscount: string;
564
572
  export declare const matDisplaySettings: string;
573
+ export declare const matDiversity1: string;
574
+ export declare const matDiversity2: string;
575
+ export declare const matDiversity3: string;
565
576
  export declare const matDns: string;
566
577
  export declare const matDoDisturb: string;
567
578
  export declare const matDoDisturbAlt: string;
@@ -684,6 +695,11 @@ export declare const matExposurePlus2: string;
684
695
  export declare const matExposureZero: string;
685
696
  export declare const matExtension: string;
686
697
  export declare const matExtensionOff: string;
698
+ export declare const matFace2: string;
699
+ export declare const matFace3: string;
700
+ export declare const matFace4: string;
701
+ export declare const matFace5: string;
702
+ export declare const matFace6: string;
687
703
  export declare const matFace: string;
688
704
  export declare const matFaceRetouchingNatural: string;
689
705
  export declare const matFaceRetouchingOff: string;
@@ -742,6 +758,8 @@ export declare const matFindInPage: string;
742
758
  export declare const matFindReplace: string;
743
759
  export declare const matFingerprint: string;
744
760
  export declare const matFireExtinguisher: string;
761
+ export declare const matFireHydrantAlt: string;
762
+ export declare const matFireTruck: string;
745
763
  export declare const matFireplace: string;
746
764
  export declare const matFirstPage: string;
747
765
  export declare const matFitScreen: string;
@@ -863,6 +881,8 @@ export declare const matGroupAdd: string;
863
881
  export declare const matGroupOff: string;
864
882
  export declare const matGroupRemove: string;
865
883
  export declare const matGroupWork: string;
884
+ export declare const matGroups2: string;
885
+ export declare const matGroups3: string;
866
886
  export declare const matGroups: string;
867
887
  export declare const matHMobiledata: string;
868
888
  export declare const matHPlusMobiledata: string;
@@ -1108,10 +1128,14 @@ export declare const matLtePlusMobiledata: string;
1108
1128
  export declare const matLuggage: string;
1109
1129
  export declare const matLunchDining: string;
1110
1130
  export declare const matLyrics: string;
1131
+ export declare const matMacroOff: string;
1111
1132
  export declare const matMail: string;
1112
1133
  export declare const matMailLock: string;
1113
1134
  export declare const matMailOutline: string;
1114
1135
  export declare const matMale: string;
1136
+ export declare const matMan2: string;
1137
+ export declare const matMan3: string;
1138
+ export declare const matMan4: string;
1115
1139
  export declare const matMan: string;
1116
1140
  export declare const matManageAccounts: string;
1117
1141
  export declare const matManageHistory: string;
@@ -1341,6 +1365,9 @@ export declare const matPermIdentity: string;
1341
1365
  export declare const matPermMedia: string;
1342
1366
  export declare const matPermPhoneMsg: string;
1343
1367
  export declare const matPermScanWifi: string;
1368
+ export declare const matPerson2: string;
1369
+ export declare const matPerson3: string;
1370
+ export declare const matPerson4: string;
1344
1371
  export declare const matPerson: string;
1345
1372
  export declare const matPersonAdd: string;
1346
1373
  export declare const matPersonAddAlt1: string;
@@ -1448,6 +1475,7 @@ export declare const matProductionQuantityLimits: string;
1448
1475
  export declare const matPropane: string;
1449
1476
  export declare const matPropaneTank: string;
1450
1477
  export declare const matPsychology: string;
1478
+ export declare const matPsychologyAlt: string;
1451
1479
  export declare const matPublic: string;
1452
1480
  export declare const matPublicOff: string;
1453
1481
  export declare const matPublish: string;
@@ -1502,6 +1530,7 @@ export declare const matRemoveRedEye: string;
1502
1530
  export declare const matRemoveRoad: string;
1503
1531
  export declare const matRemoveShoppingCart: string;
1504
1532
  export declare const matReorder: string;
1533
+ export declare const matRepartition: string;
1505
1534
  export declare const matRepeat: string;
1506
1535
  export declare const matRepeatOn: string;
1507
1536
  export declare const matRepeatOne: string;
@@ -1638,6 +1667,7 @@ export declare const matSettingsSuggest: string;
1638
1667
  export declare const matSettingsSystemDaydream: string;
1639
1668
  export declare const matSettingsVoice: string;
1640
1669
  export declare const matSevereCold: string;
1670
+ export declare const matShapeLine: string;
1641
1671
  export declare const matShare: string;
1642
1672
  export declare const matShareLocation: string;
1643
1673
  export declare const matShield: string;
@@ -1911,6 +1941,7 @@ export declare const matTrackChanges: string;
1911
1941
  export declare const matTraffic: string;
1912
1942
  export declare const matTrain: string;
1913
1943
  export declare const matTram: string;
1944
+ export declare const matTranscribe: string;
1914
1945
  export declare const matTransferWithinAStation: string;
1915
1946
  export declare const matTransform: string;
1916
1947
  export declare const matTransgender: string;
@@ -1921,6 +1952,7 @@ export declare const matTrendingDown: string;
1921
1952
  export declare const matTrendingFlat: string;
1922
1953
  export declare const matTrendingUp: string;
1923
1954
  export declare const matTripOrigin: string;
1955
+ export declare const matTroubleshoot: string;
1924
1956
  export declare const matTry: string;
1925
1957
  export declare const matTsunami: string;
1926
1958
  export declare const matTty: string;
@@ -1937,13 +1969,16 @@ export declare const matTurnedInNot: string;
1937
1969
  export declare const matTv: string;
1938
1970
  export declare const matTvOff: string;
1939
1971
  export declare const matTwoWheeler: string;
1972
+ export declare const matTypeSpecimen: string;
1940
1973
  export declare const matUTurnLeft: string;
1941
1974
  export declare const matUTurnRight: string;
1942
1975
  export declare const matUmbrella: string;
1943
1976
  export declare const matUnarchive: string;
1944
1977
  export declare const matUndo: string;
1945
1978
  export declare const matUnfoldLess: string;
1979
+ export declare const matUnfoldLessDouble: string;
1946
1980
  export declare const matUnfoldMore: string;
1981
+ export declare const matUnfoldMoreDouble: string;
1947
1982
  export declare const matUnpublished: string;
1948
1983
  export declare const matUnsubscribe: string;
1949
1984
  export declare const matUpcoming: string;
@@ -2042,6 +2077,7 @@ export declare const matWc: string;
2042
2077
  export declare const matWeb: string;
2043
2078
  export declare const matWebAsset: string;
2044
2079
  export declare const matWebAssetOff: string;
2080
+ export declare const matWebStories: string;
2045
2081
  export declare const matWebhook: string;
2046
2082
  export declare const matWeekend: string;
2047
2083
  export declare const matWest: string;
@@ -2070,6 +2106,7 @@ export declare const matWifiTetheringOff: string;
2070
2106
  export declare const matWindPower: string;
2071
2107
  export declare const matWindow: string;
2072
2108
  export declare const matWineBar: string;
2109
+ export declare const matWoman2: string;
2073
2110
  export declare const matWoman: string;
2074
2111
  export declare const matWork: string;
2075
2112
  export declare const matWorkHistory: string;