@quasar/extras 1.11.0
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/LICENSE +21 -0
- package/README.md +146 -0
- package/animate/LICENSE +21 -0
- package/animate/animate-list.common.d.ts +107 -0
- package/animate/animate-list.common.js +107 -0
- package/animate/animate-list.d.ts +107 -0
- package/animate/animate-list.js +107 -0
- package/animate/backInDown.css +20 -0
- package/animate/backInLeft.css +20 -0
- package/animate/backInRight.css +20 -0
- package/animate/backInUp.css +20 -0
- package/animate/backOutDown.css +20 -0
- package/animate/backOutLeft.css +20 -0
- package/animate/backOutRight.css +20 -0
- package/animate/backOutUp.css +20 -0
- package/animate/bounce.css +34 -0
- package/animate/bounceIn.css +42 -0
- package/animate/bounceInDown.css +35 -0
- package/animate/bounceInLeft.css +35 -0
- package/animate/bounceInRight.css +35 -0
- package/animate/bounceInUp.css +35 -0
- package/animate/bounceOut.css +21 -0
- package/animate/bounceOutDown.css +20 -0
- package/animate/bounceOutLeft.css +15 -0
- package/animate/bounceOutRight.css +15 -0
- package/animate/bounceOutUp.css +20 -0
- package/animate/fadeIn.css +13 -0
- package/animate/fadeInBottomLeft.css +14 -0
- package/animate/fadeInBottomRight.css +14 -0
- package/animate/fadeInDown.css +15 -0
- package/animate/fadeInDownBig.css +15 -0
- package/animate/fadeInLeft.css +15 -0
- package/animate/fadeInLeftBig.css +15 -0
- package/animate/fadeInRight.css +15 -0
- package/animate/fadeInRightBig.css +15 -0
- package/animate/fadeInTopLeft.css +14 -0
- package/animate/fadeInTopRight.css +14 -0
- package/animate/fadeInUp.css +15 -0
- package/animate/fadeInUpBig.css +15 -0
- package/animate/fadeOut.css +13 -0
- package/animate/fadeOutBottomLeft.css +14 -0
- package/animate/fadeOutBottomRight.css +14 -0
- package/animate/fadeOutDown.css +14 -0
- package/animate/fadeOutDownBig.css +14 -0
- package/animate/fadeOutLeft.css +14 -0
- package/animate/fadeOutLeftBig.css +14 -0
- package/animate/fadeOutRight.css +14 -0
- package/animate/fadeOutRightBig.css +14 -0
- package/animate/fadeOutTopLeft.css +14 -0
- package/animate/fadeOutTopRight.css +14 -0
- package/animate/fadeOutUp.css +14 -0
- package/animate/fadeOutUpBig.css +14 -0
- package/animate/flash.css +16 -0
- package/animate/flip.css +34 -0
- package/animate/flipInX.css +30 -0
- package/animate/flipInY.css +30 -0
- package/animate/flipOutX.css +21 -0
- package/animate/flipOutY.css +21 -0
- package/animate/headShake.css +30 -0
- package/animate/heartBeat.css +27 -0
- package/animate/hinge.css +29 -0
- package/animate/jackInTheBox.css +24 -0
- package/animate/jello.css +40 -0
- package/animate/lightSpeedIn.css +24 -0
- package/animate/lightSpeedInLeft.css +24 -0
- package/animate/lightSpeedInRight.css +24 -0
- package/animate/lightSpeedOut.css +15 -0
- package/animate/lightSpeedOutLeft.css +15 -0
- package/animate/lightSpeedOutRight.css +15 -0
- package/animate/pulse.css +20 -0
- package/animate/rollIn.css +17 -0
- package/animate/rollOut.css +16 -0
- package/animate/rotateIn.css +16 -0
- package/animate/rotateInDownLeft.css +16 -0
- package/animate/rotateInDownRight.css +16 -0
- package/animate/rotateInUpLeft.css +16 -0
- package/animate/rotateInUpRight.css +16 -0
- package/animate/rotateOut.css +15 -0
- package/animate/rotateOutDownLeft.css +15 -0
- package/animate/rotateOutDownRight.css +15 -0
- package/animate/rotateOutUpLeft.css +15 -0
- package/animate/rotateOutUpRight.css +15 -0
- package/animate/rubberBand.css +33 -0
- package/animate/shake.css +25 -0
- package/animate/shakeX.css +25 -0
- package/animate/shakeY.css +25 -0
- package/animate/slideInDown.css +14 -0
- package/animate/slideInLeft.css +14 -0
- package/animate/slideInRight.css +14 -0
- package/animate/slideInUp.css +14 -0
- package/animate/slideOutDown.css +14 -0
- package/animate/slideOutLeft.css +14 -0
- package/animate/slideOutRight.css +14 -0
- package/animate/slideOutUp.css +14 -0
- package/animate/swing.css +26 -0
- package/animate/tada.css +31 -0
- package/animate/wobble.css +35 -0
- package/animate/zoomIn.css +14 -0
- package/animate/zoomInDown.css +17 -0
- package/animate/zoomInLeft.css +17 -0
- package/animate/zoomInRight.css +17 -0
- package/animate/zoomInUp.css +17 -0
- package/animate/zoomOut.css +18 -0
- package/animate/zoomOutDown.css +18 -0
- package/animate/zoomOutLeft.css +16 -0
- package/animate/zoomOutRight.css +16 -0
- package/animate/zoomOutUp.css +18 -0
- package/bootstrap-icons/LICENSE.md +21 -0
- package/bootstrap-icons/bootstrap-icons.css +1350 -0
- package/bootstrap-icons/bootstrap-icons.woff +0 -0
- package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
- package/bootstrap-icons/index.d.ts +1372 -0
- package/bootstrap-icons/index.js +1372 -0
- package/eva-icons/Eva-Icons.woff +0 -0
- package/eva-icons/Eva-Icons.woff2 +0 -0
- package/eva-icons/LICENSE +21 -0
- package/eva-icons/eva-icons.css +2001 -0
- package/eva-icons/index.d.ts +492 -0
- package/eva-icons/index.js +492 -0
- package/fontawesome-v5/LICENSE.txt +34 -0
- package/fontawesome-v5/fa-brands-400.woff +0 -0
- package/fontawesome-v5/fa-brands-400.woff2 +0 -0
- package/fontawesome-v5/fa-regular-400.woff +0 -0
- package/fontawesome-v5/fa-regular-400.woff2 +0 -0
- package/fontawesome-v5/fa-solid-900.woff +0 -0
- package/fontawesome-v5/fa-solid-900.woff2 +0 -0
- package/fontawesome-v5/fontawesome-v5.css +4613 -0
- package/fontawesome-v5/index.d.ts +1613 -0
- package/fontawesome-v5/index.js +1613 -0
- package/ionicons-v4/LICENSE +21 -0
- package/ionicons-v4/index.d.ts +698 -0
- package/ionicons-v4/index.js +698 -0
- package/ionicons-v4/ionicons-v4.css +2817 -0
- package/ionicons-v4/ionicons.woff +0 -0
- package/ionicons-v4/ionicons.woff2 +0 -0
- package/ionicons-v5/LICENSE +21 -0
- package/ionicons-v5/index.d.ts +1334 -0
- package/ionicons-v5/index.js +1334 -0
- package/line-awesome/LICENSE.md +15 -0
- package/line-awesome/index.d.ts +1546 -0
- package/line-awesome/index.js +1546 -0
- package/line-awesome/la-brands-400.woff +0 -0
- package/line-awesome/la-brands-400.woff2 +0 -0
- package/line-awesome/la-regular-400.woff +0 -0
- package/line-awesome/la-regular-400.woff2 +0 -0
- package/line-awesome/la-solid-900.woff +0 -0
- package/line-awesome/la-solid-900.woff2 +0 -0
- package/line-awesome/line-awesome.css +6579 -0
- package/material-icons/LICENSE +202 -0
- package/material-icons/index.d.ts +1870 -0
- package/material-icons/index.js +1870 -0
- package/material-icons/material-icons.css +31 -0
- 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/LICENSE +202 -0
- package/material-icons-outlined/index.d.ts +1870 -0
- package/material-icons-outlined/index.js +1870 -0
- package/material-icons-outlined/material-icons-outlined.css +31 -0
- 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/LICENSE +202 -0
- package/material-icons-round/index.d.ts +1870 -0
- package/material-icons-round/index.js +1870 -0
- package/material-icons-round/material-icons-round.css +31 -0
- 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/LICENSE +202 -0
- package/material-icons-sharp/index.d.ts +1870 -0
- package/material-icons-sharp/index.js +1870 -0
- package/material-icons-sharp/material-icons-sharp.css +31 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
- package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
- package/mdi-v3/LICENSE +96 -0
- package/mdi-v3/materialdesignicons-webfont.woff +0 -0
- package/mdi-v3/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v3/mdi-v3.css +15041 -0
- package/mdi-v4/LICENSE +25 -0
- package/mdi-v4/index.js +4997 -0
- package/mdi-v4/license.md +97 -0
- package/mdi-v4/materialdesignicons-webfont.woff +0 -0
- package/mdi-v4/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v4/mdi-v4.css +20119 -0
- package/mdi-v5/LICENSE +20 -0
- package/mdi-v5/index.d.ts +5957 -0
- package/mdi-v5/index.js +5957 -0
- package/mdi-v5/license.md +20 -0
- package/mdi-v5/materialdesignicons-webfont.woff +0 -0
- package/mdi-v5/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v5/mdi-v5.css +23959 -0
- package/mdi-v6/LICENSE +20 -0
- package/mdi-v6/index.d.ts +6197 -0
- package/mdi-v6/index.js +6197 -0
- package/mdi-v6/license.md +20 -0
- package/mdi-v6/materialdesignicons-webfont.woff +0 -0
- package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
- package/mdi-v6/mdi-v6.css +24920 -0
- package/package.json +45 -0
- package/roboto-font/LICENSE +201 -0
- package/roboto-font/roboto-font.css +36 -0
- package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
- package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
- package/roboto-font-latin-ext/LICENSE +201 -0
- package/roboto-font-latin-ext/roboto-font-latin-ext.css +36 -0
- package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
- package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
- package/themify/LICENSE +85 -0
- package/themify/index.d.ts +354 -0
- package/themify/index.js +354 -0
- package/themify/themify.css +1078 -0
- package/themify/themify.woff +0 -0
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
|
@@ -0,0 +1,1870 @@
|
|
|
1
|
+
/* Google Material Design Icons */
|
|
2
|
+
|
|
3
|
+
export declare const mat10k: string;
|
|
4
|
+
export declare const mat10mp: string;
|
|
5
|
+
export declare const mat11mp: string;
|
|
6
|
+
export declare const mat12mp: string;
|
|
7
|
+
export declare const mat13mp: string;
|
|
8
|
+
export declare const mat14mp: string;
|
|
9
|
+
export declare const mat15mp: string;
|
|
10
|
+
export declare const mat16mp: string;
|
|
11
|
+
export declare const mat17mp: string;
|
|
12
|
+
export declare const mat18mp: string;
|
|
13
|
+
export declare const mat19mp: string;
|
|
14
|
+
export declare const mat1k: string;
|
|
15
|
+
export declare const mat1kPlus: string;
|
|
16
|
+
export declare const mat1xMobiledata: string;
|
|
17
|
+
export declare const mat20mp: string;
|
|
18
|
+
export declare const mat21mp: string;
|
|
19
|
+
export declare const mat22mp: string;
|
|
20
|
+
export declare const mat23mp: string;
|
|
21
|
+
export declare const mat24mp: string;
|
|
22
|
+
export declare const mat2k: string;
|
|
23
|
+
export declare const mat2kPlus: string;
|
|
24
|
+
export declare const mat2mp: string;
|
|
25
|
+
export declare const mat30fps: string;
|
|
26
|
+
export declare const mat30fpsSelect: string;
|
|
27
|
+
export declare const mat360: string;
|
|
28
|
+
export declare const mat3dRotation: string;
|
|
29
|
+
export declare const mat3gMobiledata: string;
|
|
30
|
+
export declare const mat3k: string;
|
|
31
|
+
export declare const mat3kPlus: string;
|
|
32
|
+
export declare const mat3mp: string;
|
|
33
|
+
export declare const mat3p: string;
|
|
34
|
+
export declare const mat4gMobiledata: string;
|
|
35
|
+
export declare const mat4gPlusMobiledata: string;
|
|
36
|
+
export declare const mat4k: string;
|
|
37
|
+
export declare const mat4kPlus: string;
|
|
38
|
+
export declare const mat4mp: string;
|
|
39
|
+
export declare const mat5g: string;
|
|
40
|
+
export declare const mat5k: string;
|
|
41
|
+
export declare const mat5kPlus: string;
|
|
42
|
+
export declare const mat5mp: string;
|
|
43
|
+
export declare const mat60fps: string;
|
|
44
|
+
export declare const mat60fpsSelect: string;
|
|
45
|
+
export declare const mat6FtApart: string;
|
|
46
|
+
export declare const mat6k: string;
|
|
47
|
+
export declare const mat6kPlus: string;
|
|
48
|
+
export declare const mat6mp: string;
|
|
49
|
+
export declare const mat7k: string;
|
|
50
|
+
export declare const mat7kPlus: string;
|
|
51
|
+
export declare const mat7mp: string;
|
|
52
|
+
export declare const mat8k: string;
|
|
53
|
+
export declare const mat8kPlus: string;
|
|
54
|
+
export declare const mat8mp: string;
|
|
55
|
+
export declare const mat9k: string;
|
|
56
|
+
export declare const mat9kPlus: string;
|
|
57
|
+
export declare const mat9mp: string;
|
|
58
|
+
export declare const matAccessAlarm: string;
|
|
59
|
+
export declare const matAccessAlarms: string;
|
|
60
|
+
export declare const matAccessibility: string;
|
|
61
|
+
export declare const matAccessibilityNew: string;
|
|
62
|
+
export declare const matAccessible: string;
|
|
63
|
+
export declare const matAccessibleForward: string;
|
|
64
|
+
export declare const matAccessTime: string;
|
|
65
|
+
export declare const matAccessTimeFilled: string;
|
|
66
|
+
export declare const matAccountBalance: string;
|
|
67
|
+
export declare const matAccountBalanceWallet: string;
|
|
68
|
+
export declare const matAccountBox: string;
|
|
69
|
+
export declare const matAccountCircle: string;
|
|
70
|
+
export declare const matAccountTree: string;
|
|
71
|
+
export declare const matAcUnit: string;
|
|
72
|
+
export declare const matAdb: string;
|
|
73
|
+
export declare const matAdd: string;
|
|
74
|
+
export declare const matAddAlarm: string;
|
|
75
|
+
export declare const matAddAlert: string;
|
|
76
|
+
export declare const matAddAPhoto: string;
|
|
77
|
+
export declare const matAddBox: string;
|
|
78
|
+
export declare const matAddBusiness: string;
|
|
79
|
+
export declare const matAddchart: string;
|
|
80
|
+
export declare const matAddChart: string;
|
|
81
|
+
export declare const matAddCircle: string;
|
|
82
|
+
export declare const matAddCircleOutline: string;
|
|
83
|
+
export declare const matAddComment: string;
|
|
84
|
+
export declare const matAddIcCall: string;
|
|
85
|
+
export declare const matAddLink: string;
|
|
86
|
+
export declare const matAddLocation: string;
|
|
87
|
+
export declare const matAddLocationAlt: string;
|
|
88
|
+
export declare const matAddModerator: string;
|
|
89
|
+
export declare const matAddPhotoAlternate: string;
|
|
90
|
+
export declare const matAddReaction: string;
|
|
91
|
+
export declare const matAddRoad: string;
|
|
92
|
+
export declare const matAddShoppingCart: string;
|
|
93
|
+
export declare const matAddTask: string;
|
|
94
|
+
export declare const matAddToDrive: string;
|
|
95
|
+
export declare const matAddToHomeScreen: string;
|
|
96
|
+
export declare const matAddToPhotos: string;
|
|
97
|
+
export declare const matAddToQueue: string;
|
|
98
|
+
export declare const matAdjust: string;
|
|
99
|
+
export declare const matAdminPanelSettings: string;
|
|
100
|
+
export declare const matAdobe: string;
|
|
101
|
+
export declare const matAdsClick: string;
|
|
102
|
+
export declare const matAdUnits: string;
|
|
103
|
+
export declare const matAgriculture: string;
|
|
104
|
+
export declare const matAir: string;
|
|
105
|
+
export declare const matAirlines: string;
|
|
106
|
+
export declare const matAirlineSeatFlat: string;
|
|
107
|
+
export declare const matAirlineSeatFlatAngled: string;
|
|
108
|
+
export declare const matAirlineSeatIndividualSuite: string;
|
|
109
|
+
export declare const matAirlineSeatLegroomExtra: string;
|
|
110
|
+
export declare const matAirlineSeatLegroomNormal: string;
|
|
111
|
+
export declare const matAirlineSeatLegroomReduced: string;
|
|
112
|
+
export declare const matAirlineSeatReclineExtra: string;
|
|
113
|
+
export declare const matAirlineSeatReclineNormal: string;
|
|
114
|
+
export declare const matAirlineStops: string;
|
|
115
|
+
export declare const matAirplanemodeActive: string;
|
|
116
|
+
export declare const matAirplanemodeInactive: string;
|
|
117
|
+
export declare const matAirplaneTicket: string;
|
|
118
|
+
export declare const matAirplay: string;
|
|
119
|
+
export declare const matAirportShuttle: string;
|
|
120
|
+
export declare const matAlarm: string;
|
|
121
|
+
export declare const matAlarmAdd: string;
|
|
122
|
+
export declare const matAlarmOff: string;
|
|
123
|
+
export declare const matAlarmOn: string;
|
|
124
|
+
export declare const matAlbum: string;
|
|
125
|
+
export declare const matAlignHorizontalCenter: string;
|
|
126
|
+
export declare const matAlignHorizontalLeft: string;
|
|
127
|
+
export declare const matAlignHorizontalRight: string;
|
|
128
|
+
export declare const matAlignVerticalBottom: string;
|
|
129
|
+
export declare const matAlignVerticalCenter: string;
|
|
130
|
+
export declare const matAlignVerticalTop: string;
|
|
131
|
+
export declare const matAllInbox: string;
|
|
132
|
+
export declare const matAllInclusive: string;
|
|
133
|
+
export declare const matAllOut: string;
|
|
134
|
+
export declare const matAlternateEmail: string;
|
|
135
|
+
export declare const matAltRoute: string;
|
|
136
|
+
export declare const matAnalytics: string;
|
|
137
|
+
export declare const matAnchor: string;
|
|
138
|
+
export declare const matAndroid: string;
|
|
139
|
+
export declare const matAnimation: string;
|
|
140
|
+
export declare const matAnnouncement: string;
|
|
141
|
+
export declare const matAod: string;
|
|
142
|
+
export declare const matApartment: string;
|
|
143
|
+
export declare const matApi: string;
|
|
144
|
+
export declare const matAppBlocking: string;
|
|
145
|
+
export declare const matApple: string;
|
|
146
|
+
export declare const matAppRegistration: string;
|
|
147
|
+
export declare const matApproval: string;
|
|
148
|
+
export declare const matApps: string;
|
|
149
|
+
export declare const matAppSettingsAlt: string;
|
|
150
|
+
export declare const matAppsOutage: string;
|
|
151
|
+
export declare const matArchitecture: string;
|
|
152
|
+
export declare const matArchive: string;
|
|
153
|
+
export declare const matAreaChart: string;
|
|
154
|
+
export declare const matArrowBack: string;
|
|
155
|
+
export declare const matArrowBackIos: string;
|
|
156
|
+
export declare const matArrowBackIosNew: string;
|
|
157
|
+
export declare const matArrowCircleDown: string;
|
|
158
|
+
export declare const matArrowCircleLeft: string;
|
|
159
|
+
export declare const matArrowCircleRight: string;
|
|
160
|
+
export declare const matArrowCircleUp: string;
|
|
161
|
+
export declare const matArrowDownward: string;
|
|
162
|
+
export declare const matArrowDropDown: string;
|
|
163
|
+
export declare const matArrowDropDownCircle: string;
|
|
164
|
+
export declare const matArrowDropUp: string;
|
|
165
|
+
export declare const matArrowForward: string;
|
|
166
|
+
export declare const matArrowForwardIos: string;
|
|
167
|
+
export declare const matArrowLeft: string;
|
|
168
|
+
export declare const matArrowRight: string;
|
|
169
|
+
export declare const matArrowRightAlt: string;
|
|
170
|
+
export declare const matArrowUpward: string;
|
|
171
|
+
export declare const matArticle: string;
|
|
172
|
+
export declare const matArtTrack: string;
|
|
173
|
+
export declare const matAspectRatio: string;
|
|
174
|
+
export declare const matAssessment: string;
|
|
175
|
+
export declare const matAssignment: string;
|
|
176
|
+
export declare const matAssignmentInd: string;
|
|
177
|
+
export declare const matAssignmentLate: string;
|
|
178
|
+
export declare const matAssignmentReturn: string;
|
|
179
|
+
export declare const matAssignmentReturned: string;
|
|
180
|
+
export declare const matAssignmentTurnedIn: string;
|
|
181
|
+
export declare const matAssistant: string;
|
|
182
|
+
export declare const matAssistantDirection: string;
|
|
183
|
+
export declare const matAssistantPhoto: string;
|
|
184
|
+
export declare const matAtm: string;
|
|
185
|
+
export declare const matAttachEmail: string;
|
|
186
|
+
export declare const matAttachFile: string;
|
|
187
|
+
export declare const matAttachment: string;
|
|
188
|
+
export declare const matAttachMoney: string;
|
|
189
|
+
export declare const matAttractions: string;
|
|
190
|
+
export declare const matAttribution: string;
|
|
191
|
+
export declare const matAudiotrack: string;
|
|
192
|
+
export declare const matAutoAwesome: string;
|
|
193
|
+
export declare const matAutoAwesomeMosaic: string;
|
|
194
|
+
export declare const matAutoAwesomeMotion: string;
|
|
195
|
+
export declare const matAutoDelete: string;
|
|
196
|
+
export declare const matAutoFixHigh: string;
|
|
197
|
+
export declare const matAutoFixNormal: string;
|
|
198
|
+
export declare const matAutoFixOff: string;
|
|
199
|
+
export declare const matAutofpsSelect: string;
|
|
200
|
+
export declare const matAutoGraph: string;
|
|
201
|
+
export declare const matAutorenew: string;
|
|
202
|
+
export declare const matAutoStories: string;
|
|
203
|
+
export declare const matAvTimer: string;
|
|
204
|
+
export declare const matBabyChangingStation: string;
|
|
205
|
+
export declare const matBackHand: string;
|
|
206
|
+
export declare const matBackpack: string;
|
|
207
|
+
export declare const matBackspace: string;
|
|
208
|
+
export declare const matBackup: string;
|
|
209
|
+
export declare const matBackupTable: string;
|
|
210
|
+
export declare const matBadge: string;
|
|
211
|
+
export declare const matBakeryDining: string;
|
|
212
|
+
export declare const matBalcony: string;
|
|
213
|
+
export declare const matBallot: string;
|
|
214
|
+
export declare const matBarChart: string;
|
|
215
|
+
export declare const matBatchPrediction: string;
|
|
216
|
+
export declare const matBathroom: string;
|
|
217
|
+
export declare const matBathtub: string;
|
|
218
|
+
export declare const matBatteryAlert: string;
|
|
219
|
+
export declare const matBatteryChargingFull: string;
|
|
220
|
+
export declare const matBatteryFull: string;
|
|
221
|
+
export declare const matBatterySaver: string;
|
|
222
|
+
export declare const matBatteryStd: string;
|
|
223
|
+
export declare const matBatteryUnknown: string;
|
|
224
|
+
export declare const matBeachAccess: string;
|
|
225
|
+
export declare const matBed: string;
|
|
226
|
+
export declare const matBedroomBaby: string;
|
|
227
|
+
export declare const matBedroomChild: string;
|
|
228
|
+
export declare const matBedroomParent: string;
|
|
229
|
+
export declare const matBedtime: string;
|
|
230
|
+
export declare const matBeenhere: string;
|
|
231
|
+
export declare const matBento: string;
|
|
232
|
+
export declare const matBikeScooter: string;
|
|
233
|
+
export declare const matBiotech: string;
|
|
234
|
+
export declare const matBlender: string;
|
|
235
|
+
export declare const matBlock: string;
|
|
236
|
+
export declare const matBloodtype: string;
|
|
237
|
+
export declare const matBluetooth: string;
|
|
238
|
+
export declare const matBluetoothAudio: string;
|
|
239
|
+
export declare const matBluetoothConnected: string;
|
|
240
|
+
export declare const matBluetoothDisabled: string;
|
|
241
|
+
export declare const matBluetoothDrive: string;
|
|
242
|
+
export declare const matBluetoothSearching: string;
|
|
243
|
+
export declare const matBlurCircular: string;
|
|
244
|
+
export declare const matBlurLinear: string;
|
|
245
|
+
export declare const matBlurOff: string;
|
|
246
|
+
export declare const matBlurOn: string;
|
|
247
|
+
export declare const matBolt: string;
|
|
248
|
+
export declare const matBook: string;
|
|
249
|
+
export declare const matBookmark: string;
|
|
250
|
+
export declare const matBookmarkAdd: string;
|
|
251
|
+
export declare const matBookmarkAdded: string;
|
|
252
|
+
export declare const matBookmarkBorder: string;
|
|
253
|
+
export declare const matBookmarkRemove: string;
|
|
254
|
+
export declare const matBookmarks: string;
|
|
255
|
+
export declare const matBookOnline: string;
|
|
256
|
+
export declare const matBorderAll: string;
|
|
257
|
+
export declare const matBorderBottom: string;
|
|
258
|
+
export declare const matBorderClear: string;
|
|
259
|
+
export declare const matBorderColor: string;
|
|
260
|
+
export declare const matBorderHorizontal: string;
|
|
261
|
+
export declare const matBorderInner: string;
|
|
262
|
+
export declare const matBorderLeft: string;
|
|
263
|
+
export declare const matBorderOuter: string;
|
|
264
|
+
export declare const matBorderRight: string;
|
|
265
|
+
export declare const matBorderStyle: string;
|
|
266
|
+
export declare const matBorderTop: string;
|
|
267
|
+
export declare const matBorderVertical: string;
|
|
268
|
+
export declare const matBrandingWatermark: string;
|
|
269
|
+
export declare const matBreakfastDining: string;
|
|
270
|
+
export declare const matBrightness1: string;
|
|
271
|
+
export declare const matBrightness2: string;
|
|
272
|
+
export declare const matBrightness3: string;
|
|
273
|
+
export declare const matBrightness4: string;
|
|
274
|
+
export declare const matBrightness5: string;
|
|
275
|
+
export declare const matBrightness6: string;
|
|
276
|
+
export declare const matBrightness7: string;
|
|
277
|
+
export declare const matBrightnessAuto: string;
|
|
278
|
+
export declare const matBrightnessHigh: string;
|
|
279
|
+
export declare const matBrightnessLow: string;
|
|
280
|
+
export declare const matBrightnessMedium: string;
|
|
281
|
+
export declare const matBrokenImage: string;
|
|
282
|
+
export declare const matBrowserNotSupported: string;
|
|
283
|
+
export declare const matBrowserUpdated: string;
|
|
284
|
+
export declare const matBrunchDining: string;
|
|
285
|
+
export declare const matBrush: string;
|
|
286
|
+
export declare const matBubbleChart: string;
|
|
287
|
+
export declare const matBugReport: string;
|
|
288
|
+
export declare const matBuild: string;
|
|
289
|
+
export declare const matBuildCircle: string;
|
|
290
|
+
export declare const matBungalow: string;
|
|
291
|
+
export declare const matBurstMode: string;
|
|
292
|
+
export declare const matBusAlert: string;
|
|
293
|
+
export declare const matBusiness: string;
|
|
294
|
+
export declare const matBusinessCenter: string;
|
|
295
|
+
export declare const matCabin: string;
|
|
296
|
+
export declare const matCable: string;
|
|
297
|
+
export declare const matCached: string;
|
|
298
|
+
export declare const matCake: string;
|
|
299
|
+
export declare const matCalculate: string;
|
|
300
|
+
export declare const matCalendarToday: string;
|
|
301
|
+
export declare const matCalendarViewDay: string;
|
|
302
|
+
export declare const matCalendarViewMonth: string;
|
|
303
|
+
export declare const matCalendarViewWeek: string;
|
|
304
|
+
export declare const matCall: string;
|
|
305
|
+
export declare const matCallEnd: string;
|
|
306
|
+
export declare const matCallMade: string;
|
|
307
|
+
export declare const matCallMerge: string;
|
|
308
|
+
export declare const matCallMissed: string;
|
|
309
|
+
export declare const matCallMissedOutgoing: string;
|
|
310
|
+
export declare const matCallReceived: string;
|
|
311
|
+
export declare const matCallSplit: string;
|
|
312
|
+
export declare const matCallToAction: string;
|
|
313
|
+
export declare const matCamera: string;
|
|
314
|
+
export declare const matCameraAlt: string;
|
|
315
|
+
export declare const matCameraEnhance: string;
|
|
316
|
+
export declare const matCameraFront: string;
|
|
317
|
+
export declare const matCameraIndoor: string;
|
|
318
|
+
export declare const matCameraOutdoor: string;
|
|
319
|
+
export declare const matCameraRear: string;
|
|
320
|
+
export declare const matCameraRoll: string;
|
|
321
|
+
export declare const matCameraswitch: string;
|
|
322
|
+
export declare const matCampaign: string;
|
|
323
|
+
export declare const matCancel: string;
|
|
324
|
+
export declare const matCancelPresentation: string;
|
|
325
|
+
export declare const matCancelScheduleSend: string;
|
|
326
|
+
export declare const matCardGiftcard: string;
|
|
327
|
+
export declare const matCardMembership: string;
|
|
328
|
+
export declare const matCardTravel: string;
|
|
329
|
+
export declare const matCarpenter: string;
|
|
330
|
+
export declare const matCarRental: string;
|
|
331
|
+
export declare const matCarRepair: string;
|
|
332
|
+
export declare const matCases: string;
|
|
333
|
+
export declare const matCasino: string;
|
|
334
|
+
export declare const matCast: string;
|
|
335
|
+
export declare const matCastConnected: string;
|
|
336
|
+
export declare const matCastForEducation: string;
|
|
337
|
+
export declare const matCastle: string;
|
|
338
|
+
export declare const matCatchingPokemon: string;
|
|
339
|
+
export declare const matCategory: string;
|
|
340
|
+
export declare const matCelebration: string;
|
|
341
|
+
export declare const matCellWifi: string;
|
|
342
|
+
export declare const matCenterFocusStrong: string;
|
|
343
|
+
export declare const matCenterFocusWeak: string;
|
|
344
|
+
export declare const matChair: string;
|
|
345
|
+
export declare const matChairAlt: string;
|
|
346
|
+
export declare const matChalet: string;
|
|
347
|
+
export declare const matChangeCircle: string;
|
|
348
|
+
export declare const matChangeHistory: string;
|
|
349
|
+
export declare const matChargingStation: string;
|
|
350
|
+
export declare const matChat: string;
|
|
351
|
+
export declare const matChatBubble: string;
|
|
352
|
+
export declare const matChatBubbleOutline: string;
|
|
353
|
+
export declare const matCheck: string;
|
|
354
|
+
export declare const matCheckBox: string;
|
|
355
|
+
export declare const matCheckBoxOutlineBlank: string;
|
|
356
|
+
export declare const matCheckCircle: string;
|
|
357
|
+
export declare const matCheckCircleOutline: string;
|
|
358
|
+
export declare const matChecklist: string;
|
|
359
|
+
export declare const matChecklistRtl: string;
|
|
360
|
+
export declare const matCheckroom: string;
|
|
361
|
+
export declare const matChevronLeft: string;
|
|
362
|
+
export declare const matChevronRight: string;
|
|
363
|
+
export declare const matChildCare: string;
|
|
364
|
+
export declare const matChildFriendly: string;
|
|
365
|
+
export declare const matChromeReaderMode: string;
|
|
366
|
+
export declare const matChurch: string;
|
|
367
|
+
export declare const matCircle: string;
|
|
368
|
+
export declare const matCircleNotifications: string;
|
|
369
|
+
export declare const matClass: string;
|
|
370
|
+
export declare const matCleanHands: string;
|
|
371
|
+
export declare const matCleaningServices: string;
|
|
372
|
+
export declare const matClear: string;
|
|
373
|
+
export declare const matClearAll: string;
|
|
374
|
+
export declare const matClose: string;
|
|
375
|
+
export declare const matClosedCaption: string;
|
|
376
|
+
export declare const matClosedCaptionDisabled: string;
|
|
377
|
+
export declare const matClosedCaptionOff: string;
|
|
378
|
+
export declare const matCloseFullscreen: string;
|
|
379
|
+
export declare const matCloud: string;
|
|
380
|
+
export declare const matCloudCircle: string;
|
|
381
|
+
export declare const matCloudDone: string;
|
|
382
|
+
export declare const matCloudDownload: string;
|
|
383
|
+
export declare const matCloudOff: string;
|
|
384
|
+
export declare const matCloudQueue: string;
|
|
385
|
+
export declare const matCloudUpload: string;
|
|
386
|
+
export declare const matCo2: string;
|
|
387
|
+
export declare const matCode: string;
|
|
388
|
+
export declare const matCodeOff: string;
|
|
389
|
+
export declare const matCoffee: string;
|
|
390
|
+
export declare const matCoffeeMaker: string;
|
|
391
|
+
export declare const matCollections: string;
|
|
392
|
+
export declare const matCollectionsBookmark: string;
|
|
393
|
+
export declare const matColorize: string;
|
|
394
|
+
export declare const matColorLens: string;
|
|
395
|
+
export declare const matComment: string;
|
|
396
|
+
export declare const matCommentBank: string;
|
|
397
|
+
export declare const matCommentsDisabled: string;
|
|
398
|
+
export declare const matCommute: string;
|
|
399
|
+
export declare const matCompare: string;
|
|
400
|
+
export declare const matCompareArrows: string;
|
|
401
|
+
export declare const matCompassCalibration: string;
|
|
402
|
+
export declare const matCompost: string;
|
|
403
|
+
export declare const matCompress: string;
|
|
404
|
+
export declare const matComputer: string;
|
|
405
|
+
export declare const matConfirmationNumber: string;
|
|
406
|
+
export declare const matConnectedTv: string;
|
|
407
|
+
export declare const matConnectingAirports: string;
|
|
408
|
+
export declare const matConnectWithoutContact: string;
|
|
409
|
+
export declare const matConstruction: string;
|
|
410
|
+
export declare const matContactless: string;
|
|
411
|
+
export declare const matContactMail: string;
|
|
412
|
+
export declare const matContactPage: string;
|
|
413
|
+
export declare const matContactPhone: string;
|
|
414
|
+
export declare const matContacts: string;
|
|
415
|
+
export declare const matContactSupport: string;
|
|
416
|
+
export declare const matContentCopy: string;
|
|
417
|
+
export declare const matContentCut: string;
|
|
418
|
+
export declare const matContentPaste: string;
|
|
419
|
+
export declare const matContentPasteGo: string;
|
|
420
|
+
export declare const matContentPasteOff: string;
|
|
421
|
+
export declare const matContentPasteSearch: string;
|
|
422
|
+
export declare const matControlCamera: string;
|
|
423
|
+
export declare const matControlPoint: string;
|
|
424
|
+
export declare const matControlPointDuplicate: string;
|
|
425
|
+
export declare const matCookie: string;
|
|
426
|
+
export declare const matCopyAll: string;
|
|
427
|
+
export declare const matCopyright: string;
|
|
428
|
+
export declare const matCoronavirus: string;
|
|
429
|
+
export declare const matCorporateFare: string;
|
|
430
|
+
export declare const matCottage: string;
|
|
431
|
+
export declare const matCountertops: string;
|
|
432
|
+
export declare const matCreate: string;
|
|
433
|
+
export declare const matCreateNewFolder: string;
|
|
434
|
+
export declare const matCreditCard: string;
|
|
435
|
+
export declare const matCreditCardOff: string;
|
|
436
|
+
export declare const matCreditScore: string;
|
|
437
|
+
export declare const matCrib: string;
|
|
438
|
+
export declare const matCrop: string;
|
|
439
|
+
export declare const matCrop169: string;
|
|
440
|
+
export declare const matCrop32: string;
|
|
441
|
+
export declare const matCrop54: string;
|
|
442
|
+
export declare const matCrop75: string;
|
|
443
|
+
export declare const matCropDin: string;
|
|
444
|
+
export declare const matCropFree: string;
|
|
445
|
+
export declare const matCropLandscape: string;
|
|
446
|
+
export declare const matCropOriginal: string;
|
|
447
|
+
export declare const matCropPortrait: string;
|
|
448
|
+
export declare const matCropRotate: string;
|
|
449
|
+
export declare const matCropSquare: string;
|
|
450
|
+
export declare const matCrueltyFree: string;
|
|
451
|
+
export declare const matDangerous: string;
|
|
452
|
+
export declare const matDarkMode: string;
|
|
453
|
+
export declare const matDashboard: string;
|
|
454
|
+
export declare const matDashboardCustomize: string;
|
|
455
|
+
export declare const matDataArray: string;
|
|
456
|
+
export declare const matDataExploration: string;
|
|
457
|
+
export declare const matDataObject: string;
|
|
458
|
+
export declare const matDataSaverOff: string;
|
|
459
|
+
export declare const matDataSaverOn: string;
|
|
460
|
+
export declare const matDataUsage: string;
|
|
461
|
+
export declare const matDateRange: string;
|
|
462
|
+
export declare const matDeck: string;
|
|
463
|
+
export declare const matDehaze: string;
|
|
464
|
+
export declare const matDelete: string;
|
|
465
|
+
export declare const matDeleteForever: string;
|
|
466
|
+
export declare const matDeleteOutline: string;
|
|
467
|
+
export declare const matDeleteSweep: string;
|
|
468
|
+
export declare const matDeliveryDining: string;
|
|
469
|
+
export declare const matDepartureBoard: string;
|
|
470
|
+
export declare const matDescription: string;
|
|
471
|
+
export declare const matDesignServices: string;
|
|
472
|
+
export declare const matDesktopAccessDisabled: string;
|
|
473
|
+
export declare const matDesktopMac: string;
|
|
474
|
+
export declare const matDesktopWindows: string;
|
|
475
|
+
export declare const matDetails: string;
|
|
476
|
+
export declare const matDeveloperBoard: string;
|
|
477
|
+
export declare const matDeveloperBoardOff: string;
|
|
478
|
+
export declare const matDeveloperMode: string;
|
|
479
|
+
export declare const matDeviceHub: string;
|
|
480
|
+
export declare const matDevices: string;
|
|
481
|
+
export declare const matDevicesOther: string;
|
|
482
|
+
export declare const matDeviceThermostat: string;
|
|
483
|
+
export declare const matDeviceUnknown: string;
|
|
484
|
+
export declare const matDialerSip: string;
|
|
485
|
+
export declare const matDialpad: string;
|
|
486
|
+
export declare const matDining: string;
|
|
487
|
+
export declare const matDinnerDining: string;
|
|
488
|
+
export declare const matDirections: string;
|
|
489
|
+
export declare const matDirectionsBike: string;
|
|
490
|
+
export declare const matDirectionsBoat: string;
|
|
491
|
+
export declare const matDirectionsBoatFilled: string;
|
|
492
|
+
export declare const matDirectionsBus: string;
|
|
493
|
+
export declare const matDirectionsBusFilled: string;
|
|
494
|
+
export declare const matDirectionsCar: string;
|
|
495
|
+
export declare const matDirectionsCarFilled: string;
|
|
496
|
+
export declare const matDirectionsOff: string;
|
|
497
|
+
export declare const matDirectionsRailway: string;
|
|
498
|
+
export declare const matDirectionsRailwayFilled: string;
|
|
499
|
+
export declare const matDirectionsRun: string;
|
|
500
|
+
export declare const matDirectionsSubway: string;
|
|
501
|
+
export declare const matDirectionsSubwayFilled: string;
|
|
502
|
+
export declare const matDirectionsTransit: string;
|
|
503
|
+
export declare const matDirectionsTransitFilled: string;
|
|
504
|
+
export declare const matDirectionsWalk: string;
|
|
505
|
+
export declare const matDirtyLens: string;
|
|
506
|
+
export declare const matDisabledByDefault: string;
|
|
507
|
+
export declare const matDisabledVisible: string;
|
|
508
|
+
export declare const matDiscFull: string;
|
|
509
|
+
export declare const matDiscord: string;
|
|
510
|
+
export declare const matDns: string;
|
|
511
|
+
export declare const matDock: string;
|
|
512
|
+
export declare const matDocumentScanner: string;
|
|
513
|
+
export declare const matDoDisturb: string;
|
|
514
|
+
export declare const matDoDisturbAlt: string;
|
|
515
|
+
export declare const matDoDisturbOff: string;
|
|
516
|
+
export declare const matDoDisturbOn: string;
|
|
517
|
+
export declare const matDomain: string;
|
|
518
|
+
export declare const matDomainDisabled: string;
|
|
519
|
+
export declare const matDomainVerification: string;
|
|
520
|
+
export declare const matDone: string;
|
|
521
|
+
export declare const matDoneAll: string;
|
|
522
|
+
export declare const matDoneOutline: string;
|
|
523
|
+
export declare const matDoNotDisturb: string;
|
|
524
|
+
export declare const matDoNotDisturbAlt: string;
|
|
525
|
+
export declare const matDoNotDisturbOff: string;
|
|
526
|
+
export declare const matDoNotDisturbOn: string;
|
|
527
|
+
export declare const matDoNotDisturbOnTotalSilence: string;
|
|
528
|
+
export declare const matDoNotStep: string;
|
|
529
|
+
export declare const matDoNotTouch: string;
|
|
530
|
+
export declare const matDonutLarge: string;
|
|
531
|
+
export declare const matDonutSmall: string;
|
|
532
|
+
export declare const matDoorBack: string;
|
|
533
|
+
export declare const matDoorbell: string;
|
|
534
|
+
export declare const matDoorFront: string;
|
|
535
|
+
export declare const matDoorSliding: string;
|
|
536
|
+
export declare const matDoubleArrow: string;
|
|
537
|
+
export declare const matDownhillSkiing: string;
|
|
538
|
+
export declare const matDownload: string;
|
|
539
|
+
export declare const matDownloadDone: string;
|
|
540
|
+
export declare const matDownloadForOffline: string;
|
|
541
|
+
export declare const matDownloading: string;
|
|
542
|
+
export declare const matDrafts: string;
|
|
543
|
+
export declare const matDragHandle: string;
|
|
544
|
+
export declare const matDragIndicator: string;
|
|
545
|
+
export declare const matDraw: string;
|
|
546
|
+
export declare const matDriveEta: string;
|
|
547
|
+
export declare const matDriveFileMove: string;
|
|
548
|
+
export declare const matDriveFileMoveRtl: string;
|
|
549
|
+
export declare const matDriveFileRenameOutline: string;
|
|
550
|
+
export declare const matDriveFolderUpload: string;
|
|
551
|
+
export declare const matDry: string;
|
|
552
|
+
export declare const matDryCleaning: string;
|
|
553
|
+
export declare const matDuo: string;
|
|
554
|
+
export declare const matDvr: string;
|
|
555
|
+
export declare const matDynamicFeed: string;
|
|
556
|
+
export declare const matDynamicForm: string;
|
|
557
|
+
export declare const matEarbuds: string;
|
|
558
|
+
export declare const matEarbudsBattery: string;
|
|
559
|
+
export declare const matEast: string;
|
|
560
|
+
export declare const matEdgesensorHigh: string;
|
|
561
|
+
export declare const matEdgesensorLow: string;
|
|
562
|
+
export declare const matEdit: string;
|
|
563
|
+
export declare const matEditAttributes: string;
|
|
564
|
+
export declare const matEditCalendar: string;
|
|
565
|
+
export declare const matEditLocation: string;
|
|
566
|
+
export declare const matEditLocationAlt: string;
|
|
567
|
+
export declare const matEditNote: string;
|
|
568
|
+
export declare const matEditNotifications: string;
|
|
569
|
+
export declare const matEditOff: string;
|
|
570
|
+
export declare const matEditRoad: string;
|
|
571
|
+
export declare const matEgg: string;
|
|
572
|
+
export declare const matEggAlt: string;
|
|
573
|
+
export declare const matEject: string;
|
|
574
|
+
export declare const matElderly: string;
|
|
575
|
+
export declare const matElectricalServices: string;
|
|
576
|
+
export declare const matElectricBike: string;
|
|
577
|
+
export declare const matElectricCar: string;
|
|
578
|
+
export declare const matElectricMoped: string;
|
|
579
|
+
export declare const matElectricRickshaw: string;
|
|
580
|
+
export declare const matElectricScooter: string;
|
|
581
|
+
export declare const matElevator: string;
|
|
582
|
+
export declare const matEmail: string;
|
|
583
|
+
export declare const matEmergency: string;
|
|
584
|
+
export declare const matEMobiledata: string;
|
|
585
|
+
export declare const matEmojiEmotions: string;
|
|
586
|
+
export declare const matEmojiEvents: string;
|
|
587
|
+
export declare const matEmojiFoodBeverage: string;
|
|
588
|
+
export declare const matEmojiNature: string;
|
|
589
|
+
export declare const matEmojiObjects: string;
|
|
590
|
+
export declare const matEmojiPeople: string;
|
|
591
|
+
export declare const matEmojiSymbols: string;
|
|
592
|
+
export declare const matEmojiTransportation: string;
|
|
593
|
+
export declare const matEngineering: string;
|
|
594
|
+
export declare const matEnhancedEncryption: string;
|
|
595
|
+
export declare const matEqualizer: string;
|
|
596
|
+
export declare const matError: string;
|
|
597
|
+
export declare const matErrorOutline: string;
|
|
598
|
+
export declare const matEscalator: string;
|
|
599
|
+
export declare const matEscalatorWarning: string;
|
|
600
|
+
export declare const matEuro: string;
|
|
601
|
+
export declare const matEuroSymbol: string;
|
|
602
|
+
export declare const matEvent: string;
|
|
603
|
+
export declare const matEventAvailable: string;
|
|
604
|
+
export declare const matEventBusy: string;
|
|
605
|
+
export declare const matEventNote: string;
|
|
606
|
+
export declare const matEventSeat: string;
|
|
607
|
+
export declare const matEvStation: string;
|
|
608
|
+
export declare const matExitToApp: string;
|
|
609
|
+
export declare const matExpand: string;
|
|
610
|
+
export declare const matExpandCircleDown: string;
|
|
611
|
+
export declare const matExpandLess: string;
|
|
612
|
+
export declare const matExpandMore: string;
|
|
613
|
+
export declare const matExplicit: string;
|
|
614
|
+
export declare const matExplore: string;
|
|
615
|
+
export declare const matExploreOff: string;
|
|
616
|
+
export declare const matExposure: string;
|
|
617
|
+
export declare const matExposureNeg1: string;
|
|
618
|
+
export declare const matExposureNeg2: string;
|
|
619
|
+
export declare const matExposurePlus1: string;
|
|
620
|
+
export declare const matExposurePlus2: string;
|
|
621
|
+
export declare const matExposureZero: string;
|
|
622
|
+
export declare const matExtension: string;
|
|
623
|
+
export declare const matExtensionOff: string;
|
|
624
|
+
export declare const matFace: string;
|
|
625
|
+
export declare const matFaceRetouchingNatural: string;
|
|
626
|
+
export declare const matFaceRetouchingOff: string;
|
|
627
|
+
export declare const matFactCheck: string;
|
|
628
|
+
export declare const matFamilyRestroom: string;
|
|
629
|
+
export declare const matFastfood: string;
|
|
630
|
+
export declare const matFastForward: string;
|
|
631
|
+
export declare const matFastRewind: string;
|
|
632
|
+
export declare const matFavorite: string;
|
|
633
|
+
export declare const matFavoriteBorder: string;
|
|
634
|
+
export declare const matFeaturedPlayList: string;
|
|
635
|
+
export declare const matFeaturedVideo: string;
|
|
636
|
+
export declare const matFeed: string;
|
|
637
|
+
export declare const matFeedback: string;
|
|
638
|
+
export declare const matFemale: string;
|
|
639
|
+
export declare const matFence: string;
|
|
640
|
+
export declare const matFestival: string;
|
|
641
|
+
export declare const matFiberDvr: string;
|
|
642
|
+
export declare const matFiberManualRecord: string;
|
|
643
|
+
export declare const matFiberNew: string;
|
|
644
|
+
export declare const matFiberPin: string;
|
|
645
|
+
export declare const matFiberSmartRecord: string;
|
|
646
|
+
export declare const matFileCopy: string;
|
|
647
|
+
export declare const matFileDownload: string;
|
|
648
|
+
export declare const matFileDownloadDone: string;
|
|
649
|
+
export declare const matFileDownloadOff: string;
|
|
650
|
+
export declare const matFilePresent: string;
|
|
651
|
+
export declare const matFileUpload: string;
|
|
652
|
+
export declare const matFilter: string;
|
|
653
|
+
export declare const matFilter1: string;
|
|
654
|
+
export declare const matFilter2: string;
|
|
655
|
+
export declare const matFilter3: string;
|
|
656
|
+
export declare const matFilter4: string;
|
|
657
|
+
export declare const matFilter5: string;
|
|
658
|
+
export declare const matFilter6: string;
|
|
659
|
+
export declare const matFilter7: string;
|
|
660
|
+
export declare const matFilter8: string;
|
|
661
|
+
export declare const matFilter9: string;
|
|
662
|
+
export declare const matFilter9Plus: string;
|
|
663
|
+
export declare const matFilterAlt: string;
|
|
664
|
+
export declare const matFilterBAndW: string;
|
|
665
|
+
export declare const matFilterCenterFocus: string;
|
|
666
|
+
export declare const matFilterDrama: string;
|
|
667
|
+
export declare const matFilterFrames: string;
|
|
668
|
+
export declare const matFilterHdr: string;
|
|
669
|
+
export declare const matFilterList: string;
|
|
670
|
+
export declare const matFilterNone: string;
|
|
671
|
+
export declare const matFilterTiltShift: string;
|
|
672
|
+
export declare const matFilterVintage: string;
|
|
673
|
+
export declare const matFindInPage: string;
|
|
674
|
+
export declare const matFindReplace: string;
|
|
675
|
+
export declare const matFingerprint: string;
|
|
676
|
+
export declare const matFireExtinguisher: string;
|
|
677
|
+
export declare const matFireplace: string;
|
|
678
|
+
export declare const matFirstPage: string;
|
|
679
|
+
export declare const matFitbit: string;
|
|
680
|
+
export declare const matFitnessCenter: string;
|
|
681
|
+
export declare const matFitScreen: string;
|
|
682
|
+
export declare const matFlag: string;
|
|
683
|
+
export declare const matFlaky: string;
|
|
684
|
+
export declare const matFlare: string;
|
|
685
|
+
export declare const matFlashAuto: string;
|
|
686
|
+
export declare const matFlashlightOff: string;
|
|
687
|
+
export declare const matFlashlightOn: string;
|
|
688
|
+
export declare const matFlashOff: string;
|
|
689
|
+
export declare const matFlashOn: string;
|
|
690
|
+
export declare const matFlatware: string;
|
|
691
|
+
export declare const matFlight: string;
|
|
692
|
+
export declare const matFlightClass: string;
|
|
693
|
+
export declare const matFlightLand: string;
|
|
694
|
+
export declare const matFlightTakeoff: string;
|
|
695
|
+
export declare const matFlip: string;
|
|
696
|
+
export declare const matFlipCameraAndroid: string;
|
|
697
|
+
export declare const matFlipCameraIos: string;
|
|
698
|
+
export declare const matFlipToBack: string;
|
|
699
|
+
export declare const matFlipToFront: string;
|
|
700
|
+
export declare const matFlourescent: string;
|
|
701
|
+
export declare const matFlutterDash: string;
|
|
702
|
+
export declare const matFmdBad: string;
|
|
703
|
+
export declare const matFmdGood: string;
|
|
704
|
+
export declare const matFolder: string;
|
|
705
|
+
export declare const matFolderOpen: string;
|
|
706
|
+
export declare const matFolderShared: string;
|
|
707
|
+
export declare const matFolderSpecial: string;
|
|
708
|
+
export declare const matFollowTheSigns: string;
|
|
709
|
+
export declare const matFontDownload: string;
|
|
710
|
+
export declare const matFontDownloadOff: string;
|
|
711
|
+
export declare const matFoodBank: string;
|
|
712
|
+
export declare const matForest: string;
|
|
713
|
+
export declare const matFormatAlignCenter: string;
|
|
714
|
+
export declare const matFormatAlignJustify: string;
|
|
715
|
+
export declare const matFormatAlignLeft: string;
|
|
716
|
+
export declare const matFormatAlignRight: string;
|
|
717
|
+
export declare const matFormatBold: string;
|
|
718
|
+
export declare const matFormatClear: string;
|
|
719
|
+
export declare const matFormatColorFill: string;
|
|
720
|
+
export declare const matFormatColorReset: string;
|
|
721
|
+
export declare const matFormatColorText: string;
|
|
722
|
+
export declare const matFormatIndentDecrease: string;
|
|
723
|
+
export declare const matFormatIndentIncrease: string;
|
|
724
|
+
export declare const matFormatItalic: string;
|
|
725
|
+
export declare const matFormatLineSpacing: string;
|
|
726
|
+
export declare const matFormatListBulleted: string;
|
|
727
|
+
export declare const matFormatListNumbered: string;
|
|
728
|
+
export declare const matFormatListNumberedRtl: string;
|
|
729
|
+
export declare const matFormatPaint: string;
|
|
730
|
+
export declare const matFormatQuote: string;
|
|
731
|
+
export declare const matFormatShapes: string;
|
|
732
|
+
export declare const matFormatSize: string;
|
|
733
|
+
export declare const matFormatStrikethrough: string;
|
|
734
|
+
export declare const matFormatTextdirectionLToR: string;
|
|
735
|
+
export declare const matFormatTextdirectionRToL: string;
|
|
736
|
+
export declare const matFormatUnderlined: string;
|
|
737
|
+
export declare const matFort: string;
|
|
738
|
+
export declare const matForum: string;
|
|
739
|
+
export declare const matForward: string;
|
|
740
|
+
export declare const matForward10: string;
|
|
741
|
+
export declare const matForward30: string;
|
|
742
|
+
export declare const matForward5: string;
|
|
743
|
+
export declare const matForwardToInbox: string;
|
|
744
|
+
export declare const matFoundation: string;
|
|
745
|
+
export declare const matFreeBreakfast: string;
|
|
746
|
+
export declare const matFreeCancellation: string;
|
|
747
|
+
export declare const matFrontHand: string;
|
|
748
|
+
export declare const matFullscreen: string;
|
|
749
|
+
export declare const matFullscreenExit: string;
|
|
750
|
+
export declare const matFunctions: string;
|
|
751
|
+
export declare const matGamepad: string;
|
|
752
|
+
export declare const matGames: string;
|
|
753
|
+
export declare const matGarage: string;
|
|
754
|
+
export declare const matGavel: string;
|
|
755
|
+
export declare const matGeneratingTokens: string;
|
|
756
|
+
export declare const matGesture: string;
|
|
757
|
+
export declare const matGetApp: string;
|
|
758
|
+
export declare const matGif: string;
|
|
759
|
+
export declare const matGifBox: string;
|
|
760
|
+
export declare const matGite: string;
|
|
761
|
+
export declare const matGMobiledata: string;
|
|
762
|
+
export declare const matGolfCourse: string;
|
|
763
|
+
export declare const matGppBad: string;
|
|
764
|
+
export declare const matGppGood: string;
|
|
765
|
+
export declare const matGppMaybe: string;
|
|
766
|
+
export declare const matGpsFixed: string;
|
|
767
|
+
export declare const matGpsNotFixed: string;
|
|
768
|
+
export declare const matGpsOff: string;
|
|
769
|
+
export declare const matGrade: string;
|
|
770
|
+
export declare const matGradient: string;
|
|
771
|
+
export declare const matGrading: string;
|
|
772
|
+
export declare const matGrain: string;
|
|
773
|
+
export declare const matGraphicEq: string;
|
|
774
|
+
export declare const matGrass: string;
|
|
775
|
+
export declare const matGrid3x3: string;
|
|
776
|
+
export declare const matGrid4x4: string;
|
|
777
|
+
export declare const matGridGoldenratio: string;
|
|
778
|
+
export declare const matGridOff: string;
|
|
779
|
+
export declare const matGridOn: string;
|
|
780
|
+
export declare const matGridView: string;
|
|
781
|
+
export declare const matGroup: string;
|
|
782
|
+
export declare const matGroupAdd: string;
|
|
783
|
+
export declare const matGroupOff: string;
|
|
784
|
+
export declare const matGroupRemove: string;
|
|
785
|
+
export declare const matGroups: string;
|
|
786
|
+
export declare const matGroupWork: string;
|
|
787
|
+
export declare const matGTranslate: string;
|
|
788
|
+
export declare const matHail: string;
|
|
789
|
+
export declare const matHandyman: string;
|
|
790
|
+
export declare const matHardware: string;
|
|
791
|
+
export declare const matHd: string;
|
|
792
|
+
export declare const matHdrAuto: string;
|
|
793
|
+
export declare const matHdrAutoSelect: string;
|
|
794
|
+
export declare const matHdrEnhancedSelect: string;
|
|
795
|
+
export declare const matHdrOff: string;
|
|
796
|
+
export declare const matHdrOffSelect: string;
|
|
797
|
+
export declare const matHdrOn: string;
|
|
798
|
+
export declare const matHdrOnSelect: string;
|
|
799
|
+
export declare const matHdrPlus: string;
|
|
800
|
+
export declare const matHdrStrong: string;
|
|
801
|
+
export declare const matHdrWeak: string;
|
|
802
|
+
export declare const matHeadphones: string;
|
|
803
|
+
export declare const matHeadphonesBattery: string;
|
|
804
|
+
export declare const matHeadset: string;
|
|
805
|
+
export declare const matHeadsetMic: string;
|
|
806
|
+
export declare const matHeadsetOff: string;
|
|
807
|
+
export declare const matHealing: string;
|
|
808
|
+
export declare const matHealthAndSafety: string;
|
|
809
|
+
export declare const matHearing: string;
|
|
810
|
+
export declare const matHearingDisabled: string;
|
|
811
|
+
export declare const matHeartBroken: string;
|
|
812
|
+
export declare const matHeight: string;
|
|
813
|
+
export declare const matHelp: string;
|
|
814
|
+
export declare const matHelpCenter: string;
|
|
815
|
+
export declare const matHelpOutline: string;
|
|
816
|
+
export declare const matHevc: string;
|
|
817
|
+
export declare const matHideImage: string;
|
|
818
|
+
export declare const matHideSource: string;
|
|
819
|
+
export declare const matHighlight: string;
|
|
820
|
+
export declare const matHighlightAlt: string;
|
|
821
|
+
export declare const matHighlightOff: string;
|
|
822
|
+
export declare const matHighQuality: string;
|
|
823
|
+
export declare const matHiking: string;
|
|
824
|
+
export declare const matHistory: string;
|
|
825
|
+
export declare const matHistoryEdu: string;
|
|
826
|
+
export declare const matHistoryToggleOff: string;
|
|
827
|
+
export declare const matHive: string;
|
|
828
|
+
export declare const matHMobiledata: string;
|
|
829
|
+
export declare const matHolidayVillage: string;
|
|
830
|
+
export declare const matHome: string;
|
|
831
|
+
export declare const matHomeMax: string;
|
|
832
|
+
export declare const matHomeMini: string;
|
|
833
|
+
export declare const matHomeRepairService: string;
|
|
834
|
+
export declare const matHomeWork: string;
|
|
835
|
+
export declare const matHorizontalDistribute: string;
|
|
836
|
+
export declare const matHorizontalRule: string;
|
|
837
|
+
export declare const matHorizontalSplit: string;
|
|
838
|
+
export declare const matHotel: string;
|
|
839
|
+
export declare const matHotelClass: string;
|
|
840
|
+
export declare const matHotTub: string;
|
|
841
|
+
export declare const matHourglassBottom: string;
|
|
842
|
+
export declare const matHourglassDisabled: string;
|
|
843
|
+
export declare const matHourglassEmpty: string;
|
|
844
|
+
export declare const matHourglassFull: string;
|
|
845
|
+
export declare const matHourglassTop: string;
|
|
846
|
+
export declare const matHouse: string;
|
|
847
|
+
export declare const matHouseboat: string;
|
|
848
|
+
export declare const matHouseSiding: string;
|
|
849
|
+
export declare const matHowToReg: string;
|
|
850
|
+
export declare const matHowToVote: string;
|
|
851
|
+
export declare const matHPlusMobiledata: string;
|
|
852
|
+
export declare const matHttp: string;
|
|
853
|
+
export declare const matHttps: string;
|
|
854
|
+
export declare const matHub: string;
|
|
855
|
+
export declare const matHvac: string;
|
|
856
|
+
export declare const matIcecream: string;
|
|
857
|
+
export declare const matIceSkating: string;
|
|
858
|
+
export declare const matImage: string;
|
|
859
|
+
export declare const matImageAspectRatio: string;
|
|
860
|
+
export declare const matImageNotSupported: string;
|
|
861
|
+
export declare const matImageSearch: string;
|
|
862
|
+
export declare const matImagesearchRoller: string;
|
|
863
|
+
export declare const matImportantDevices: string;
|
|
864
|
+
export declare const matImportContacts: string;
|
|
865
|
+
export declare const matImportExport: string;
|
|
866
|
+
export declare const matInbox: string;
|
|
867
|
+
export declare const matIncompleteCircle: string;
|
|
868
|
+
export declare const matIndeterminateCheckBox: string;
|
|
869
|
+
export declare const matInfo: string;
|
|
870
|
+
export declare const matInput: string;
|
|
871
|
+
export declare const matInsertChart: string;
|
|
872
|
+
export declare const matInsertChartOutlined: string;
|
|
873
|
+
export declare const matInsertComment: string;
|
|
874
|
+
export declare const matInsertDriveFile: string;
|
|
875
|
+
export declare const matInsertEmoticon: string;
|
|
876
|
+
export declare const matInsertInvitation: string;
|
|
877
|
+
export declare const matInsertLink: string;
|
|
878
|
+
export declare const matInsertPageBreak: string;
|
|
879
|
+
export declare const matInsertPhoto: string;
|
|
880
|
+
export declare const matInsights: string;
|
|
881
|
+
export declare const matIntegrationInstructions: string;
|
|
882
|
+
export declare const matInterests: string;
|
|
883
|
+
export declare const matInterpreterMode: string;
|
|
884
|
+
export declare const matInventory: string;
|
|
885
|
+
export declare const matInventory2: string;
|
|
886
|
+
export declare const matInvertColors: string;
|
|
887
|
+
export declare const matInvertColorsOff: string;
|
|
888
|
+
export declare const matIosShare: string;
|
|
889
|
+
export declare const matIron: string;
|
|
890
|
+
export declare const matIso: string;
|
|
891
|
+
export declare const matKayaking: string;
|
|
892
|
+
export declare const matKebabDining: string;
|
|
893
|
+
export declare const matKeyboard: string;
|
|
894
|
+
export declare const matKeyboardAlt: string;
|
|
895
|
+
export declare const matKeyboardArrowDown: string;
|
|
896
|
+
export declare const matKeyboardArrowLeft: string;
|
|
897
|
+
export declare const matKeyboardArrowRight: string;
|
|
898
|
+
export declare const matKeyboardArrowUp: string;
|
|
899
|
+
export declare const matKeyboardBackspace: string;
|
|
900
|
+
export declare const matKeyboardCapslock: string;
|
|
901
|
+
export declare const matKeyboardDoubleArrowDown: string;
|
|
902
|
+
export declare const matKeyboardDoubleArrowLeft: string;
|
|
903
|
+
export declare const matKeyboardDoubleArrowRight: string;
|
|
904
|
+
export declare const matKeyboardDoubleArrowUp: string;
|
|
905
|
+
export declare const matKeyboardHide: string;
|
|
906
|
+
export declare const matKeyboardReturn: string;
|
|
907
|
+
export declare const matKeyboardTab: string;
|
|
908
|
+
export declare const matKeyboardVoice: string;
|
|
909
|
+
export declare const matKingBed: string;
|
|
910
|
+
export declare const matKitchen: string;
|
|
911
|
+
export declare const matKitesurfing: string;
|
|
912
|
+
export declare const matLabel: string;
|
|
913
|
+
export declare const matLabelImportant: string;
|
|
914
|
+
export declare const matLabelOff: string;
|
|
915
|
+
export declare const matLandscape: string;
|
|
916
|
+
export declare const matLanguage: string;
|
|
917
|
+
export declare const matLaptop: string;
|
|
918
|
+
export declare const matLaptopChromebook: string;
|
|
919
|
+
export declare const matLaptopMac: string;
|
|
920
|
+
export declare const matLaptopWindows: string;
|
|
921
|
+
export declare const matLastPage: string;
|
|
922
|
+
export declare const matLaunch: string;
|
|
923
|
+
export declare const matLayers: string;
|
|
924
|
+
export declare const matLayersClear: string;
|
|
925
|
+
export declare const matLeaderboard: string;
|
|
926
|
+
export declare const matLeakAdd: string;
|
|
927
|
+
export declare const matLeakRemove: string;
|
|
928
|
+
export declare const matLegendToggle: string;
|
|
929
|
+
export declare const matLens: string;
|
|
930
|
+
export declare const matLensBlur: string;
|
|
931
|
+
export declare const matLibraryAdd: string;
|
|
932
|
+
export declare const matLibraryAddCheck: string;
|
|
933
|
+
export declare const matLibraryBooks: string;
|
|
934
|
+
export declare const matLibraryMusic: string;
|
|
935
|
+
export declare const matLight: string;
|
|
936
|
+
export declare const matLightbulb: string;
|
|
937
|
+
export declare const matLightMode: string;
|
|
938
|
+
export declare const matLinearScale: string;
|
|
939
|
+
export declare const matLineAxis: string;
|
|
940
|
+
export declare const matLineStyle: string;
|
|
941
|
+
export declare const matLineWeight: string;
|
|
942
|
+
export declare const matLink: string;
|
|
943
|
+
export declare const matLinkedCamera: string;
|
|
944
|
+
export declare const matLinkOff: string;
|
|
945
|
+
export declare const matLiquor: string;
|
|
946
|
+
export declare const matList: string;
|
|
947
|
+
export declare const matListAlt: string;
|
|
948
|
+
export declare const matLiveHelp: string;
|
|
949
|
+
export declare const matLiveTv: string;
|
|
950
|
+
export declare const matLiving: string;
|
|
951
|
+
export declare const matLocalActivity: string;
|
|
952
|
+
export declare const matLocalAirport: string;
|
|
953
|
+
export declare const matLocalAtm: string;
|
|
954
|
+
export declare const matLocalBar: string;
|
|
955
|
+
export declare const matLocalCafe: string;
|
|
956
|
+
export declare const matLocalCarWash: string;
|
|
957
|
+
export declare const matLocalConvenienceStore: string;
|
|
958
|
+
export declare const matLocalDining: string;
|
|
959
|
+
export declare const matLocalDrink: string;
|
|
960
|
+
export declare const matLocalFireDepartment: string;
|
|
961
|
+
export declare const matLocalFlorist: string;
|
|
962
|
+
export declare const matLocalGasStation: string;
|
|
963
|
+
export declare const matLocalGroceryStore: string;
|
|
964
|
+
export declare const matLocalHospital: string;
|
|
965
|
+
export declare const matLocalHotel: string;
|
|
966
|
+
export declare const matLocalLaundryService: string;
|
|
967
|
+
export declare const matLocalLibrary: string;
|
|
968
|
+
export declare const matLocalMall: string;
|
|
969
|
+
export declare const matLocalMovies: string;
|
|
970
|
+
export declare const matLocalOffer: string;
|
|
971
|
+
export declare const matLocalParking: string;
|
|
972
|
+
export declare const matLocalPharmacy: string;
|
|
973
|
+
export declare const matLocalPhone: string;
|
|
974
|
+
export declare const matLocalPizza: string;
|
|
975
|
+
export declare const matLocalPlay: string;
|
|
976
|
+
export declare const matLocalPolice: string;
|
|
977
|
+
export declare const matLocalPostOffice: string;
|
|
978
|
+
export declare const matLocalPrintshop: string;
|
|
979
|
+
export declare const matLocalSee: string;
|
|
980
|
+
export declare const matLocalShipping: string;
|
|
981
|
+
export declare const matLocalTaxi: string;
|
|
982
|
+
export declare const matLocationCity: string;
|
|
983
|
+
export declare const matLocationDisabled: string;
|
|
984
|
+
export declare const matLocationOff: string;
|
|
985
|
+
export declare const matLocationOn: string;
|
|
986
|
+
export declare const matLocationSearching: string;
|
|
987
|
+
export declare const matLock: string;
|
|
988
|
+
export declare const matLockClock: string;
|
|
989
|
+
export declare const matLockOpen: string;
|
|
990
|
+
export declare const matLogin: string;
|
|
991
|
+
export declare const matLogout: string;
|
|
992
|
+
export declare const matLooks: string;
|
|
993
|
+
export declare const matLooks3: string;
|
|
994
|
+
export declare const matLooks4: string;
|
|
995
|
+
export declare const matLooks5: string;
|
|
996
|
+
export declare const matLooks6: string;
|
|
997
|
+
export declare const matLooksOne: string;
|
|
998
|
+
export declare const matLooksTwo: string;
|
|
999
|
+
export declare const matLoop: string;
|
|
1000
|
+
export declare const matLoupe: string;
|
|
1001
|
+
export declare const matLowPriority: string;
|
|
1002
|
+
export declare const matLoyalty: string;
|
|
1003
|
+
export declare const matLteMobiledata: string;
|
|
1004
|
+
export declare const matLtePlusMobiledata: string;
|
|
1005
|
+
export declare const matLuggage: string;
|
|
1006
|
+
export declare const matLunchDining: string;
|
|
1007
|
+
export declare const matMail: string;
|
|
1008
|
+
export declare const matMailOutline: string;
|
|
1009
|
+
export declare const matMale: string;
|
|
1010
|
+
export declare const matMan: string;
|
|
1011
|
+
export declare const matManageAccounts: string;
|
|
1012
|
+
export declare const matManageSearch: string;
|
|
1013
|
+
export declare const matMap: string;
|
|
1014
|
+
export declare const matMapsHomeWork: string;
|
|
1015
|
+
export declare const matMapsUgc: string;
|
|
1016
|
+
export declare const matMargin: string;
|
|
1017
|
+
export declare const matMarkAsUnread: string;
|
|
1018
|
+
export declare const matMarkChatRead: string;
|
|
1019
|
+
export declare const matMarkChatUnread: string;
|
|
1020
|
+
export declare const matMarkEmailRead: string;
|
|
1021
|
+
export declare const matMarkEmailUnread: string;
|
|
1022
|
+
export declare const matMarkunread: string;
|
|
1023
|
+
export declare const matMarkunreadMailbox: string;
|
|
1024
|
+
export declare const matMasks: string;
|
|
1025
|
+
export declare const matMaximize: string;
|
|
1026
|
+
export declare const matMediaBluetoothOff: string;
|
|
1027
|
+
export declare const matMediaBluetoothOn: string;
|
|
1028
|
+
export declare const matMediation: string;
|
|
1029
|
+
export declare const matMedicalServices: string;
|
|
1030
|
+
export declare const matMedication: string;
|
|
1031
|
+
export declare const matMedicationLiquid: string;
|
|
1032
|
+
export declare const matMeetingRoom: string;
|
|
1033
|
+
export declare const matMemory: string;
|
|
1034
|
+
export declare const matMenu: string;
|
|
1035
|
+
export declare const matMenuBook: string;
|
|
1036
|
+
export declare const matMenuOpen: string;
|
|
1037
|
+
export declare const matMergeType: string;
|
|
1038
|
+
export declare const matMessage: string;
|
|
1039
|
+
export declare const matMic: string;
|
|
1040
|
+
export declare const matMicExternalOff: string;
|
|
1041
|
+
export declare const matMicExternalOn: string;
|
|
1042
|
+
export declare const matMicNone: string;
|
|
1043
|
+
export declare const matMicOff: string;
|
|
1044
|
+
export declare const matMicrowave: string;
|
|
1045
|
+
export declare const matMilitaryTech: string;
|
|
1046
|
+
export declare const matMinimize: string;
|
|
1047
|
+
export declare const matMiscellaneousServices: string;
|
|
1048
|
+
export declare const matMissedVideoCall: string;
|
|
1049
|
+
export declare const matMms: string;
|
|
1050
|
+
export declare const matMobiledataOff: string;
|
|
1051
|
+
export declare const matMobileFriendly: string;
|
|
1052
|
+
export declare const matMobileOff: string;
|
|
1053
|
+
export declare const matMobileScreenShare: string;
|
|
1054
|
+
export declare const matMode: string;
|
|
1055
|
+
export declare const matModeComment: string;
|
|
1056
|
+
export declare const matModeEdit: string;
|
|
1057
|
+
export declare const matModeEditOutline: string;
|
|
1058
|
+
export declare const matModelTraining: string;
|
|
1059
|
+
export declare const matModeNight: string;
|
|
1060
|
+
export declare const matModeOfTravel: string;
|
|
1061
|
+
export declare const matModeStandby: string;
|
|
1062
|
+
export declare const matMonetizationOn: string;
|
|
1063
|
+
export declare const matMoney: string;
|
|
1064
|
+
export declare const matMoneyOff: string;
|
|
1065
|
+
export declare const matMoneyOffCsred: string;
|
|
1066
|
+
export declare const matMonitor: string;
|
|
1067
|
+
export declare const matMonitorHeart: string;
|
|
1068
|
+
export declare const matMonitorWeight: string;
|
|
1069
|
+
export declare const matMonochromePhotos: string;
|
|
1070
|
+
export declare const matMood: string;
|
|
1071
|
+
export declare const matMoodBad: string;
|
|
1072
|
+
export declare const matMoped: string;
|
|
1073
|
+
export declare const matMore: string;
|
|
1074
|
+
export declare const matMoreHoriz: string;
|
|
1075
|
+
export declare const matMoreTime: string;
|
|
1076
|
+
export declare const matMoreVert: string;
|
|
1077
|
+
export declare const matMosque: string;
|
|
1078
|
+
export declare const matMotionPhotosAuto: string;
|
|
1079
|
+
export declare const matMotionPhotosOff: string;
|
|
1080
|
+
export declare const matMotionPhotosOn: string;
|
|
1081
|
+
export declare const matMotionPhotosPause: string;
|
|
1082
|
+
export declare const matMotionPhotosPaused: string;
|
|
1083
|
+
export declare const matMouse: string;
|
|
1084
|
+
export declare const matMoveToInbox: string;
|
|
1085
|
+
export declare const matMovie: string;
|
|
1086
|
+
export declare const matMovieCreation: string;
|
|
1087
|
+
export declare const matMovieFilter: string;
|
|
1088
|
+
export declare const matMoving: string;
|
|
1089
|
+
export declare const matMp: string;
|
|
1090
|
+
export declare const matMultilineChart: string;
|
|
1091
|
+
export declare const matMultipleStop: string;
|
|
1092
|
+
export declare const matMuseum: string;
|
|
1093
|
+
export declare const matMusicNote: string;
|
|
1094
|
+
export declare const matMusicOff: string;
|
|
1095
|
+
export declare const matMusicVideo: string;
|
|
1096
|
+
export declare const matMyLocation: string;
|
|
1097
|
+
export declare const matNat: string;
|
|
1098
|
+
export declare const matNature: string;
|
|
1099
|
+
export declare const matNaturePeople: string;
|
|
1100
|
+
export declare const matNavigateBefore: string;
|
|
1101
|
+
export declare const matNavigateNext: string;
|
|
1102
|
+
export declare const matNavigation: string;
|
|
1103
|
+
export declare const matNearbyError: string;
|
|
1104
|
+
export declare const matNearbyOff: string;
|
|
1105
|
+
export declare const matNearMe: string;
|
|
1106
|
+
export declare const matNearMeDisabled: string;
|
|
1107
|
+
export declare const matNetworkCell: string;
|
|
1108
|
+
export declare const matNetworkCheck: string;
|
|
1109
|
+
export declare const matNetworkLocked: string;
|
|
1110
|
+
export declare const matNetworkWifi: string;
|
|
1111
|
+
export declare const matNewLabel: string;
|
|
1112
|
+
export declare const matNewReleases: string;
|
|
1113
|
+
export declare const matNextPlan: string;
|
|
1114
|
+
export declare const matNextWeek: string;
|
|
1115
|
+
export declare const matNfc: string;
|
|
1116
|
+
export declare const matNightlife: string;
|
|
1117
|
+
export declare const matNightlight: string;
|
|
1118
|
+
export declare const matNightlightRound: string;
|
|
1119
|
+
export declare const matNightShelter: string;
|
|
1120
|
+
export declare const matNightsStay: string;
|
|
1121
|
+
export declare const matNoAccounts: string;
|
|
1122
|
+
export declare const matNoBackpack: string;
|
|
1123
|
+
export declare const matNoCell: string;
|
|
1124
|
+
export declare const matNoDrinks: string;
|
|
1125
|
+
export declare const matNoEncryption: string;
|
|
1126
|
+
export declare const matNoEncryptionGmailerrorred: string;
|
|
1127
|
+
export declare const matNoFlash: string;
|
|
1128
|
+
export declare const matNoFood: string;
|
|
1129
|
+
export declare const matNoLuggage: string;
|
|
1130
|
+
export declare const matNoMeals: string;
|
|
1131
|
+
export declare const matNoMeetingRoom: string;
|
|
1132
|
+
export declare const matNoPhotography: string;
|
|
1133
|
+
export declare const matNordicWalking: string;
|
|
1134
|
+
export declare const matNorth: string;
|
|
1135
|
+
export declare const matNorthEast: string;
|
|
1136
|
+
export declare const matNorthWest: string;
|
|
1137
|
+
export declare const matNoSim: string;
|
|
1138
|
+
export declare const matNoStroller: string;
|
|
1139
|
+
export declare const matNotAccessible: string;
|
|
1140
|
+
export declare const matNote: string;
|
|
1141
|
+
export declare const matNoteAdd: string;
|
|
1142
|
+
export declare const matNoteAlt: string;
|
|
1143
|
+
export declare const matNotes: string;
|
|
1144
|
+
export declare const matNotificationAdd: string;
|
|
1145
|
+
export declare const matNotificationImportant: string;
|
|
1146
|
+
export declare const matNotifications: string;
|
|
1147
|
+
export declare const matNotificationsActive: string;
|
|
1148
|
+
export declare const matNotificationsNone: string;
|
|
1149
|
+
export declare const matNotificationsOff: string;
|
|
1150
|
+
export declare const matNotificationsPaused: string;
|
|
1151
|
+
export declare const matNotInterested: string;
|
|
1152
|
+
export declare const matNotListedLocation: string;
|
|
1153
|
+
export declare const matNoTransfer: string;
|
|
1154
|
+
export declare const matNotStarted: string;
|
|
1155
|
+
export declare const matNumbers: string;
|
|
1156
|
+
export declare const matOfflineBolt: string;
|
|
1157
|
+
export declare const matOfflinePin: string;
|
|
1158
|
+
export declare const matOfflineShare: string;
|
|
1159
|
+
export declare const matOndemandVideo: string;
|
|
1160
|
+
export declare const matOnlinePrediction: string;
|
|
1161
|
+
export declare const matOpacity: string;
|
|
1162
|
+
export declare const matOpenInBrowser: string;
|
|
1163
|
+
export declare const matOpenInFull: string;
|
|
1164
|
+
export declare const matOpenInNew: string;
|
|
1165
|
+
export declare const matOpenInNewOff: string;
|
|
1166
|
+
export declare const matOpenWith: string;
|
|
1167
|
+
export declare const matOtherHouses: string;
|
|
1168
|
+
export declare const matOutbound: string;
|
|
1169
|
+
export declare const matOutbox: string;
|
|
1170
|
+
export declare const matOutdoorGrill: string;
|
|
1171
|
+
export declare const matOutlet: string;
|
|
1172
|
+
export declare const matOutlinedFlag: string;
|
|
1173
|
+
export declare const matPadding: string;
|
|
1174
|
+
export declare const matPages: string;
|
|
1175
|
+
export declare const matPageview: string;
|
|
1176
|
+
export declare const matPaid: string;
|
|
1177
|
+
export declare const matPalette: string;
|
|
1178
|
+
export declare const matPanorama: string;
|
|
1179
|
+
export declare const matPanoramaFishEye: string;
|
|
1180
|
+
export declare const matPanoramaHorizontal: string;
|
|
1181
|
+
export declare const matPanoramaHorizontalSelect: string;
|
|
1182
|
+
export declare const matPanoramaPhotosphere: string;
|
|
1183
|
+
export declare const matPanoramaPhotosphereSelect: string;
|
|
1184
|
+
export declare const matPanoramaVertical: string;
|
|
1185
|
+
export declare const matPanoramaVerticalSelect: string;
|
|
1186
|
+
export declare const matPanoramaWideAngle: string;
|
|
1187
|
+
export declare const matPanoramaWideAngleSelect: string;
|
|
1188
|
+
export declare const matPanTool: string;
|
|
1189
|
+
export declare const matParagliding: string;
|
|
1190
|
+
export declare const matPark: string;
|
|
1191
|
+
export declare const matPartyMode: string;
|
|
1192
|
+
export declare const matPassword: string;
|
|
1193
|
+
export declare const matPattern: string;
|
|
1194
|
+
export declare const matPause: string;
|
|
1195
|
+
export declare const matPauseCircle: string;
|
|
1196
|
+
export declare const matPauseCircleFilled: string;
|
|
1197
|
+
export declare const matPauseCircleOutline: string;
|
|
1198
|
+
export declare const matPausePresentation: string;
|
|
1199
|
+
export declare const matPayment: string;
|
|
1200
|
+
export declare const matPayments: string;
|
|
1201
|
+
export declare const matPaypal: string;
|
|
1202
|
+
export declare const matPedalBike: string;
|
|
1203
|
+
export declare const matPending: string;
|
|
1204
|
+
export declare const matPendingActions: string;
|
|
1205
|
+
export declare const matPeople: string;
|
|
1206
|
+
export declare const matPeopleAlt: string;
|
|
1207
|
+
export declare const matPeopleOutline: string;
|
|
1208
|
+
export declare const matPermCameraMic: string;
|
|
1209
|
+
export declare const matPermContactCalendar: string;
|
|
1210
|
+
export declare const matPermDataSetting: string;
|
|
1211
|
+
export declare const matPermDeviceInformation: string;
|
|
1212
|
+
export declare const matPermIdentity: string;
|
|
1213
|
+
export declare const matPermMedia: string;
|
|
1214
|
+
export declare const matPermPhoneMsg: string;
|
|
1215
|
+
export declare const matPermScanWifi: string;
|
|
1216
|
+
export declare const matPerson: string;
|
|
1217
|
+
export declare const matPersonAdd: string;
|
|
1218
|
+
export declare const matPersonAddAlt: string;
|
|
1219
|
+
export declare const matPersonAddAlt1: string;
|
|
1220
|
+
export declare const matPersonAddDisabled: string;
|
|
1221
|
+
export declare const matPersonalInjury: string;
|
|
1222
|
+
export declare const matPersonalVideo: string;
|
|
1223
|
+
export declare const matPersonOff: string;
|
|
1224
|
+
export declare const matPersonOutline: string;
|
|
1225
|
+
export declare const matPersonPin: string;
|
|
1226
|
+
export declare const matPersonPinCircle: string;
|
|
1227
|
+
export declare const matPersonRemove: string;
|
|
1228
|
+
export declare const matPersonRemoveAlt1: string;
|
|
1229
|
+
export declare const matPersonSearch: string;
|
|
1230
|
+
export declare const matPestControl: string;
|
|
1231
|
+
export declare const matPestControlRodent: string;
|
|
1232
|
+
export declare const matPets: string;
|
|
1233
|
+
export declare const matPhone: string;
|
|
1234
|
+
export declare const matPhoneAndroid: string;
|
|
1235
|
+
export declare const matPhoneBluetoothSpeaker: string;
|
|
1236
|
+
export declare const matPhoneCallback: string;
|
|
1237
|
+
export declare const matPhoneDisabled: string;
|
|
1238
|
+
export declare const matPhoneEnabled: string;
|
|
1239
|
+
export declare const matPhoneForwarded: string;
|
|
1240
|
+
export declare const matPhoneInTalk: string;
|
|
1241
|
+
export declare const matPhoneIphone: string;
|
|
1242
|
+
export declare const matPhonelink: string;
|
|
1243
|
+
export declare const matPhonelinkErase: string;
|
|
1244
|
+
export declare const matPhonelinkLock: string;
|
|
1245
|
+
export declare const matPhonelinkOff: string;
|
|
1246
|
+
export declare const matPhonelinkRing: string;
|
|
1247
|
+
export declare const matPhonelinkSetup: string;
|
|
1248
|
+
export declare const matPhoneLocked: string;
|
|
1249
|
+
export declare const matPhoneMissed: string;
|
|
1250
|
+
export declare const matPhonePaused: string;
|
|
1251
|
+
export declare const matPhoto: string;
|
|
1252
|
+
export declare const matPhotoAlbum: string;
|
|
1253
|
+
export declare const matPhotoCamera: string;
|
|
1254
|
+
export declare const matPhotoCameraBack: string;
|
|
1255
|
+
export declare const matPhotoCameraFront: string;
|
|
1256
|
+
export declare const matPhotoFilter: string;
|
|
1257
|
+
export declare const matPhotoLibrary: string;
|
|
1258
|
+
export declare const matPhotoSizeSelectActual: string;
|
|
1259
|
+
export declare const matPhotoSizeSelectLarge: string;
|
|
1260
|
+
export declare const matPhotoSizeSelectSmall: string;
|
|
1261
|
+
export declare const matPiano: string;
|
|
1262
|
+
export declare const matPianoOff: string;
|
|
1263
|
+
export declare const matPictureAsPdf: string;
|
|
1264
|
+
export declare const matPictureInPicture: string;
|
|
1265
|
+
export declare const matPictureInPictureAlt: string;
|
|
1266
|
+
export declare const matPieChart: string;
|
|
1267
|
+
export declare const matPieChartOutline: string;
|
|
1268
|
+
export declare const matPin: string;
|
|
1269
|
+
export declare const matPinDrop: string;
|
|
1270
|
+
export declare const matPinEnd: string;
|
|
1271
|
+
export declare const matPinInvoke: string;
|
|
1272
|
+
export declare const matPivotTableChart: string;
|
|
1273
|
+
export declare const matPix: string;
|
|
1274
|
+
export declare const matPlace: string;
|
|
1275
|
+
export declare const matPlagiarism: string;
|
|
1276
|
+
export declare const matPlayArrow: string;
|
|
1277
|
+
export declare const matPlayCircle: string;
|
|
1278
|
+
export declare const matPlayCircleFilled: string;
|
|
1279
|
+
export declare const matPlayCircleOutline: string;
|
|
1280
|
+
export declare const matPlayDisabled: string;
|
|
1281
|
+
export declare const matPlayForWork: string;
|
|
1282
|
+
export declare const matPlayLesson: string;
|
|
1283
|
+
export declare const matPlaylistAdd: string;
|
|
1284
|
+
export declare const matPlaylistAddCheck: string;
|
|
1285
|
+
export declare const matPlaylistAddCheckCircle: string;
|
|
1286
|
+
export declare const matPlaylistAddCircle: string;
|
|
1287
|
+
export declare const matPlaylistPlay: string;
|
|
1288
|
+
export declare const matPlumbing: string;
|
|
1289
|
+
export declare const matPlusOne: string;
|
|
1290
|
+
export declare const matPodcasts: string;
|
|
1291
|
+
export declare const matPointOfSale: string;
|
|
1292
|
+
export declare const matPolicy: string;
|
|
1293
|
+
export declare const matPoll: string;
|
|
1294
|
+
export declare const matPolymer: string;
|
|
1295
|
+
export declare const matPool: string;
|
|
1296
|
+
export declare const matPortableWifiOff: string;
|
|
1297
|
+
export declare const matPortrait: string;
|
|
1298
|
+
export declare const matPostAdd: string;
|
|
1299
|
+
export declare const matPower: string;
|
|
1300
|
+
export declare const matPowerInput: string;
|
|
1301
|
+
export declare const matPowerOff: string;
|
|
1302
|
+
export declare const matPowerSettingsNew: string;
|
|
1303
|
+
export declare const matPrecisionManufacturing: string;
|
|
1304
|
+
export declare const matPregnantWoman: string;
|
|
1305
|
+
export declare const matPresentToAll: string;
|
|
1306
|
+
export declare const matPreview: string;
|
|
1307
|
+
export declare const matPriceChange: string;
|
|
1308
|
+
export declare const matPriceCheck: string;
|
|
1309
|
+
export declare const matPrint: string;
|
|
1310
|
+
export declare const matPrintDisabled: string;
|
|
1311
|
+
export declare const matPriorityHigh: string;
|
|
1312
|
+
export declare const matPrivacyTip: string;
|
|
1313
|
+
export declare const matPrivateConnectivity: string;
|
|
1314
|
+
export declare const matProductionQuantityLimits: string;
|
|
1315
|
+
export declare const matPsychology: string;
|
|
1316
|
+
export declare const matPublic: string;
|
|
1317
|
+
export declare const matPublicOff: string;
|
|
1318
|
+
export declare const matPublish: string;
|
|
1319
|
+
export declare const matPublishedWithChanges: string;
|
|
1320
|
+
export declare const matPunchClock: string;
|
|
1321
|
+
export declare const matPushPin: string;
|
|
1322
|
+
export declare const matQrCode: string;
|
|
1323
|
+
export declare const matQrCode2: string;
|
|
1324
|
+
export declare const matQrCodeScanner: string;
|
|
1325
|
+
export declare const matQueryBuilder: string;
|
|
1326
|
+
export declare const matQueryStats: string;
|
|
1327
|
+
export declare const matQuestionAnswer: string;
|
|
1328
|
+
export declare const matQueue: string;
|
|
1329
|
+
export declare const matQueueMusic: string;
|
|
1330
|
+
export declare const matQueuePlayNext: string;
|
|
1331
|
+
export declare const matQuickreply: string;
|
|
1332
|
+
export declare const matQuiz: string;
|
|
1333
|
+
export declare const matQuora: string;
|
|
1334
|
+
export declare const matRadar: string;
|
|
1335
|
+
export declare const matRadio: string;
|
|
1336
|
+
export declare const matRadioButtonChecked: string;
|
|
1337
|
+
export declare const matRadioButtonUnchecked: string;
|
|
1338
|
+
export declare const matRailwayAlert: string;
|
|
1339
|
+
export declare const matRamenDining: string;
|
|
1340
|
+
export declare const matRateReview: string;
|
|
1341
|
+
export declare const matRawOff: string;
|
|
1342
|
+
export declare const matRawOn: string;
|
|
1343
|
+
export declare const matReadMore: string;
|
|
1344
|
+
export declare const matRealEstateAgent: string;
|
|
1345
|
+
export declare const matReceipt: string;
|
|
1346
|
+
export declare const matReceiptLong: string;
|
|
1347
|
+
export declare const matRecentActors: string;
|
|
1348
|
+
export declare const matRecommend: string;
|
|
1349
|
+
export declare const matRecordVoiceOver: string;
|
|
1350
|
+
export declare const matRecycling: string;
|
|
1351
|
+
export declare const matReddit: string;
|
|
1352
|
+
export declare const matRedeem: string;
|
|
1353
|
+
export declare const matRedo: string;
|
|
1354
|
+
export declare const matReduceCapacity: string;
|
|
1355
|
+
export declare const matRefresh: string;
|
|
1356
|
+
export declare const matRememberMe: string;
|
|
1357
|
+
export declare const matRemove: string;
|
|
1358
|
+
export declare const matRemoveCircle: string;
|
|
1359
|
+
export declare const matRemoveCircleOutline: string;
|
|
1360
|
+
export declare const matRemoveDone: string;
|
|
1361
|
+
export declare const matRemoveFromQueue: string;
|
|
1362
|
+
export declare const matRemoveModerator: string;
|
|
1363
|
+
export declare const matRemoveRedEye: string;
|
|
1364
|
+
export declare const matRemoveShoppingCart: string;
|
|
1365
|
+
export declare const matReorder: string;
|
|
1366
|
+
export declare const matRepeat: string;
|
|
1367
|
+
export declare const matRepeatOn: string;
|
|
1368
|
+
export declare const matRepeatOne: string;
|
|
1369
|
+
export declare const matRepeatOneOn: string;
|
|
1370
|
+
export declare const matReplay: string;
|
|
1371
|
+
export declare const matReplay10: string;
|
|
1372
|
+
export declare const matReplay30: string;
|
|
1373
|
+
export declare const matReplay5: string;
|
|
1374
|
+
export declare const matReplayCircleFilled: string;
|
|
1375
|
+
export declare const matReply: string;
|
|
1376
|
+
export declare const matReplyAll: string;
|
|
1377
|
+
export declare const matReport: string;
|
|
1378
|
+
export declare const matReportGmailerrorred: string;
|
|
1379
|
+
export declare const matReportOff: string;
|
|
1380
|
+
export declare const matReportProblem: string;
|
|
1381
|
+
export declare const matRequestPage: string;
|
|
1382
|
+
export declare const matRequestQuote: string;
|
|
1383
|
+
export declare const matResetTv: string;
|
|
1384
|
+
export declare const matRestartAlt: string;
|
|
1385
|
+
export declare const matRestaurant: string;
|
|
1386
|
+
export declare const matRestaurantMenu: string;
|
|
1387
|
+
export declare const matRestore: string;
|
|
1388
|
+
export declare const matRestoreFromTrash: string;
|
|
1389
|
+
export declare const matRestorePage: string;
|
|
1390
|
+
export declare const matReviews: string;
|
|
1391
|
+
export declare const matRiceBowl: string;
|
|
1392
|
+
export declare const matRingVolume: string;
|
|
1393
|
+
export declare const matRMobiledata: string;
|
|
1394
|
+
export declare const matRoofing: string;
|
|
1395
|
+
export declare const matRoom: string;
|
|
1396
|
+
export declare const matRoomPreferences: string;
|
|
1397
|
+
export declare const matRoomService: string;
|
|
1398
|
+
export declare const matRotate90DegreesCcw: string;
|
|
1399
|
+
export declare const matRotate90DegreesCw: string;
|
|
1400
|
+
export declare const matRotateLeft: string;
|
|
1401
|
+
export declare const matRotateRight: string;
|
|
1402
|
+
export declare const matRoundedCorner: string;
|
|
1403
|
+
export declare const matRoute: string;
|
|
1404
|
+
export declare const matRouter: string;
|
|
1405
|
+
export declare const matRowing: string;
|
|
1406
|
+
export declare const matRssFeed: string;
|
|
1407
|
+
export declare const matRsvp: string;
|
|
1408
|
+
export declare const matRtt: string;
|
|
1409
|
+
export declare const matRule: string;
|
|
1410
|
+
export declare const matRuleFolder: string;
|
|
1411
|
+
export declare const matRunCircle: string;
|
|
1412
|
+
export declare const matRunningWithErrors: string;
|
|
1413
|
+
export declare const matRvHookup: string;
|
|
1414
|
+
export declare const matSafetyDivider: string;
|
|
1415
|
+
export declare const matSailing: string;
|
|
1416
|
+
export declare const matSanitizer: string;
|
|
1417
|
+
export declare const matSatellite: string;
|
|
1418
|
+
export declare const matSave: string;
|
|
1419
|
+
export declare const matSaveAlt: string;
|
|
1420
|
+
export declare const matSavedSearch: string;
|
|
1421
|
+
export declare const matSavings: string;
|
|
1422
|
+
export declare const matScanner: string;
|
|
1423
|
+
export declare const matScatterPlot: string;
|
|
1424
|
+
export declare const matSchedule: string;
|
|
1425
|
+
export declare const matScheduleSend: string;
|
|
1426
|
+
export declare const matSchema: string;
|
|
1427
|
+
export declare const matSchool: string;
|
|
1428
|
+
export declare const matScience: string;
|
|
1429
|
+
export declare const matScore: string;
|
|
1430
|
+
export declare const matScreenLockLandscape: string;
|
|
1431
|
+
export declare const matScreenLockPortrait: string;
|
|
1432
|
+
export declare const matScreenLockRotation: string;
|
|
1433
|
+
export declare const matScreenRotation: string;
|
|
1434
|
+
export declare const matScreenSearchDesktop: string;
|
|
1435
|
+
export declare const matScreenShare: string;
|
|
1436
|
+
export declare const matScreenshot: string;
|
|
1437
|
+
export declare const matSd: string;
|
|
1438
|
+
export declare const matSdCard: string;
|
|
1439
|
+
export declare const matSdCardAlert: string;
|
|
1440
|
+
export declare const matSdStorage: string;
|
|
1441
|
+
export declare const matSearch: string;
|
|
1442
|
+
export declare const matSearchOff: string;
|
|
1443
|
+
export declare const matSecurity: string;
|
|
1444
|
+
export declare const matSecurityUpdate: string;
|
|
1445
|
+
export declare const matSecurityUpdateGood: string;
|
|
1446
|
+
export declare const matSecurityUpdateWarning: string;
|
|
1447
|
+
export declare const matSegment: string;
|
|
1448
|
+
export declare const matSelectAll: string;
|
|
1449
|
+
export declare const matSelfImprovement: string;
|
|
1450
|
+
export declare const matSell: string;
|
|
1451
|
+
export declare const matSend: string;
|
|
1452
|
+
export declare const matSendAndArchive: string;
|
|
1453
|
+
export declare const matSendToMobile: string;
|
|
1454
|
+
export declare const matSensorDoor: string;
|
|
1455
|
+
export declare const matSensors: string;
|
|
1456
|
+
export declare const matSensorsOff: string;
|
|
1457
|
+
export declare const matSensorWindow: string;
|
|
1458
|
+
export declare const matSentimentDissatisfied: string;
|
|
1459
|
+
export declare const matSentimentNeutral: string;
|
|
1460
|
+
export declare const matSentimentSatisfied: string;
|
|
1461
|
+
export declare const matSentimentSatisfiedAlt: string;
|
|
1462
|
+
export declare const matSentimentVeryDissatisfied: string;
|
|
1463
|
+
export declare const matSentimentVerySatisfied: string;
|
|
1464
|
+
export declare const matSetMeal: string;
|
|
1465
|
+
export declare const matSettings: string;
|
|
1466
|
+
export declare const matSettingsAccessibility: string;
|
|
1467
|
+
export declare const matSettingsApplications: string;
|
|
1468
|
+
export declare const matSettingsBackupRestore: string;
|
|
1469
|
+
export declare const matSettingsBluetooth: string;
|
|
1470
|
+
export declare const matSettingsBrightness: string;
|
|
1471
|
+
export declare const matSettingsCell: string;
|
|
1472
|
+
export declare const matSettingsEthernet: string;
|
|
1473
|
+
export declare const matSettingsInputAntenna: string;
|
|
1474
|
+
export declare const matSettingsInputComponent: string;
|
|
1475
|
+
export declare const matSettingsInputComposite: string;
|
|
1476
|
+
export declare const matSettingsInputHdmi: string;
|
|
1477
|
+
export declare const matSettingsInputSvideo: string;
|
|
1478
|
+
export declare const matSettingsOverscan: string;
|
|
1479
|
+
export declare const matSettingsPhone: string;
|
|
1480
|
+
export declare const matSettingsPower: string;
|
|
1481
|
+
export declare const matSettingsRemote: string;
|
|
1482
|
+
export declare const matSettingsSuggest: string;
|
|
1483
|
+
export declare const matSettingsSystemDaydream: string;
|
|
1484
|
+
export declare const matSettingsVoice: string;
|
|
1485
|
+
export declare const matShare: string;
|
|
1486
|
+
export declare const matShareLocation: string;
|
|
1487
|
+
export declare const matShield: string;
|
|
1488
|
+
export declare const matShieldMoon: string;
|
|
1489
|
+
export declare const matShop: string;
|
|
1490
|
+
export declare const matShop2: string;
|
|
1491
|
+
export declare const matShopify: string;
|
|
1492
|
+
export declare const matShoppingBag: string;
|
|
1493
|
+
export declare const matShoppingBasket: string;
|
|
1494
|
+
export declare const matShoppingCart: string;
|
|
1495
|
+
export declare const matShopTwo: string;
|
|
1496
|
+
export declare const matShortcut: string;
|
|
1497
|
+
export declare const matShortText: string;
|
|
1498
|
+
export declare const matShowChart: string;
|
|
1499
|
+
export declare const matShower: string;
|
|
1500
|
+
export declare const matShuffle: string;
|
|
1501
|
+
export declare const matShuffleOn: string;
|
|
1502
|
+
export declare const matShutterSpeed: string;
|
|
1503
|
+
export declare const matSick: string;
|
|
1504
|
+
export declare const matSignalCellular0Bar: string;
|
|
1505
|
+
export declare const matSignalCellular4Bar: string;
|
|
1506
|
+
export declare const matSignalCellularAlt: string;
|
|
1507
|
+
export declare const matSignalCellularConnectedNoInternet0Bar: string;
|
|
1508
|
+
export declare const matSignalCellularConnectedNoInternet4Bar: string;
|
|
1509
|
+
export declare const matSignalCellularNodata: string;
|
|
1510
|
+
export declare const matSignalCellularNoSim: string;
|
|
1511
|
+
export declare const matSignalCellularNull: string;
|
|
1512
|
+
export declare const matSignalCellularOff: string;
|
|
1513
|
+
export declare const matSignalWifi0Bar: string;
|
|
1514
|
+
export declare const matSignalWifi4Bar: string;
|
|
1515
|
+
export declare const matSignalWifi4BarLock: string;
|
|
1516
|
+
export declare const matSignalWifiBad: string;
|
|
1517
|
+
export declare const matSignalWifiConnectedNoInternet4: string;
|
|
1518
|
+
export declare const matSignalWifiOff: string;
|
|
1519
|
+
export declare const matSignalWifiStatusbar4Bar: string;
|
|
1520
|
+
export declare const matSignalWifiStatusbarConnectedNoInternet4: string;
|
|
1521
|
+
export declare const matSignalWifiStatusbarNull: string;
|
|
1522
|
+
export declare const matSimCard: string;
|
|
1523
|
+
export declare const matSimCardAlert: string;
|
|
1524
|
+
export declare const matSimCardDownload: string;
|
|
1525
|
+
export declare const matSingleBed: string;
|
|
1526
|
+
export declare const matSip: string;
|
|
1527
|
+
export declare const matSkateboarding: string;
|
|
1528
|
+
export declare const matSkipNext: string;
|
|
1529
|
+
export declare const matSkipPrevious: string;
|
|
1530
|
+
export declare const matSledding: string;
|
|
1531
|
+
export declare const matSlideshow: string;
|
|
1532
|
+
export declare const matSlowMotionVideo: string;
|
|
1533
|
+
export declare const matSmartButton: string;
|
|
1534
|
+
export declare const matSmartDisplay: string;
|
|
1535
|
+
export declare const matSmartphone: string;
|
|
1536
|
+
export declare const matSmartScreen: string;
|
|
1537
|
+
export declare const matSmartToy: string;
|
|
1538
|
+
export declare const matSmokeFree: string;
|
|
1539
|
+
export declare const matSmokingRooms: string;
|
|
1540
|
+
export declare const matSms: string;
|
|
1541
|
+
export declare const matSmsFailed: string;
|
|
1542
|
+
export declare const matSnapchat: string;
|
|
1543
|
+
export declare const matSnippetFolder: string;
|
|
1544
|
+
export declare const matSnooze: string;
|
|
1545
|
+
export declare const matSnowboarding: string;
|
|
1546
|
+
export declare const matSnowmobile: string;
|
|
1547
|
+
export declare const matSnowshoeing: string;
|
|
1548
|
+
export declare const matSoap: string;
|
|
1549
|
+
export declare const matSocialDistance: string;
|
|
1550
|
+
export declare const matSort: string;
|
|
1551
|
+
export declare const matSortByAlpha: string;
|
|
1552
|
+
export declare const matSoupKitchen: string;
|
|
1553
|
+
export declare const matSource: string;
|
|
1554
|
+
export declare const matSouth: string;
|
|
1555
|
+
export declare const matSouthAmerica: string;
|
|
1556
|
+
export declare const matSouthEast: string;
|
|
1557
|
+
export declare const matSouthWest: string;
|
|
1558
|
+
export declare const matSpa: string;
|
|
1559
|
+
export declare const matSpaceBar: string;
|
|
1560
|
+
export declare const matSpaceDashboard: string;
|
|
1561
|
+
export declare const matSpeaker: string;
|
|
1562
|
+
export declare const matSpeakerGroup: string;
|
|
1563
|
+
export declare const matSpeakerNotes: string;
|
|
1564
|
+
export declare const matSpeakerNotesOff: string;
|
|
1565
|
+
export declare const matSpeakerPhone: string;
|
|
1566
|
+
export declare const matSpeed: string;
|
|
1567
|
+
export declare const matSpellcheck: string;
|
|
1568
|
+
export declare const matSplitscreen: string;
|
|
1569
|
+
export declare const matSpoke: string;
|
|
1570
|
+
export declare const matSports: string;
|
|
1571
|
+
export declare const matSportsBar: string;
|
|
1572
|
+
export declare const matSportsBaseball: string;
|
|
1573
|
+
export declare const matSportsBasketball: string;
|
|
1574
|
+
export declare const matSportsCricket: string;
|
|
1575
|
+
export declare const matSportsEsports: string;
|
|
1576
|
+
export declare const matSportsFootball: string;
|
|
1577
|
+
export declare const matSportsGolf: string;
|
|
1578
|
+
export declare const matSportsHandball: string;
|
|
1579
|
+
export declare const matSportsHockey: string;
|
|
1580
|
+
export declare const matSportsKabaddi: string;
|
|
1581
|
+
export declare const matSportsMma: string;
|
|
1582
|
+
export declare const matSportsMotorsports: string;
|
|
1583
|
+
export declare const matSportsRugby: string;
|
|
1584
|
+
export declare const matSportsScore: string;
|
|
1585
|
+
export declare const matSportsSoccer: string;
|
|
1586
|
+
export declare const matSportsTennis: string;
|
|
1587
|
+
export declare const matSportsVolleyball: string;
|
|
1588
|
+
export declare const matSquareFoot: string;
|
|
1589
|
+
export declare const matStackedBarChart: string;
|
|
1590
|
+
export declare const matStackedLineChart: string;
|
|
1591
|
+
export declare const matStairs: string;
|
|
1592
|
+
export declare const matStar: string;
|
|
1593
|
+
export declare const matStarBorder: string;
|
|
1594
|
+
export declare const matStarBorderPurple500: string;
|
|
1595
|
+
export declare const matStarHalf: string;
|
|
1596
|
+
export declare const matStarOutline: string;
|
|
1597
|
+
export declare const matStarPurple500: string;
|
|
1598
|
+
export declare const matStarRate: string;
|
|
1599
|
+
export declare const matStars: string;
|
|
1600
|
+
export declare const matStayCurrentLandscape: string;
|
|
1601
|
+
export declare const matStayCurrentPortrait: string;
|
|
1602
|
+
export declare const matStayPrimaryLandscape: string;
|
|
1603
|
+
export declare const matStayPrimaryPortrait: string;
|
|
1604
|
+
export declare const matStickyNote2: string;
|
|
1605
|
+
export declare const matStop: string;
|
|
1606
|
+
export declare const matStopCircle: string;
|
|
1607
|
+
export declare const matStopScreenShare: string;
|
|
1608
|
+
export declare const matStorage: string;
|
|
1609
|
+
export declare const matStore: string;
|
|
1610
|
+
export declare const matStorefront: string;
|
|
1611
|
+
export declare const matStoreMallDirectory: string;
|
|
1612
|
+
export declare const matStorm: string;
|
|
1613
|
+
export declare const matStraighten: string;
|
|
1614
|
+
export declare const matStream: string;
|
|
1615
|
+
export declare const matStreetview: string;
|
|
1616
|
+
export declare const matStrikethroughS: string;
|
|
1617
|
+
export declare const matStroller: string;
|
|
1618
|
+
export declare const matStyle: string;
|
|
1619
|
+
export declare const matSubdirectoryArrowLeft: string;
|
|
1620
|
+
export declare const matSubdirectoryArrowRight: string;
|
|
1621
|
+
export declare const matSubject: string;
|
|
1622
|
+
export declare const matSubscript: string;
|
|
1623
|
+
export declare const matSubscriptions: string;
|
|
1624
|
+
export declare const matSubtitles: string;
|
|
1625
|
+
export declare const matSubtitlesOff: string;
|
|
1626
|
+
export declare const matSubway: string;
|
|
1627
|
+
export declare const matSummarize: string;
|
|
1628
|
+
export declare const matSuperscript: string;
|
|
1629
|
+
export declare const matSupervisedUserCircle: string;
|
|
1630
|
+
export declare const matSupervisorAccount: string;
|
|
1631
|
+
export declare const matSupport: string;
|
|
1632
|
+
export declare const matSupportAgent: string;
|
|
1633
|
+
export declare const matSurfing: string;
|
|
1634
|
+
export declare const matSurroundSound: string;
|
|
1635
|
+
export declare const matSwapCalls: string;
|
|
1636
|
+
export declare const matSwapHoriz: string;
|
|
1637
|
+
export declare const matSwapHorizontalCircle: string;
|
|
1638
|
+
export declare const matSwapVert: string;
|
|
1639
|
+
export declare const matSwapVerticalCircle: string;
|
|
1640
|
+
export declare const matSwipe: string;
|
|
1641
|
+
export declare const matSwitchAccessShortcut: string;
|
|
1642
|
+
export declare const matSwitchAccessShortcutAdd: string;
|
|
1643
|
+
export declare const matSwitchAccount: string;
|
|
1644
|
+
export declare const matSwitchCamera: string;
|
|
1645
|
+
export declare const matSwitchLeft: string;
|
|
1646
|
+
export declare const matSwitchRight: string;
|
|
1647
|
+
export declare const matSwitchVideo: string;
|
|
1648
|
+
export declare const matSynagogue: string;
|
|
1649
|
+
export declare const matSync: string;
|
|
1650
|
+
export declare const matSyncAlt: string;
|
|
1651
|
+
export declare const matSyncDisabled: string;
|
|
1652
|
+
export declare const matSyncProblem: string;
|
|
1653
|
+
export declare const matSystemSecurityUpdate: string;
|
|
1654
|
+
export declare const matSystemSecurityUpdateGood: string;
|
|
1655
|
+
export declare const matSystemSecurityUpdateWarning: string;
|
|
1656
|
+
export declare const matSystemUpdate: string;
|
|
1657
|
+
export declare const matSystemUpdateAlt: string;
|
|
1658
|
+
export declare const matTab: string;
|
|
1659
|
+
export declare const matTableBar: string;
|
|
1660
|
+
export declare const matTableChart: string;
|
|
1661
|
+
export declare const matTableRestaurant: string;
|
|
1662
|
+
export declare const matTableRows: string;
|
|
1663
|
+
export declare const matTablet: string;
|
|
1664
|
+
export declare const matTabletAndroid: string;
|
|
1665
|
+
export declare const matTabletMac: string;
|
|
1666
|
+
export declare const matTableView: string;
|
|
1667
|
+
export declare const matTabUnselected: string;
|
|
1668
|
+
export declare const matTag: string;
|
|
1669
|
+
export declare const matTagFaces: string;
|
|
1670
|
+
export declare const matTakeoutDining: string;
|
|
1671
|
+
export declare const matTapAndPlay: string;
|
|
1672
|
+
export declare const matTapas: string;
|
|
1673
|
+
export declare const matTask: string;
|
|
1674
|
+
export declare const matTaskAlt: string;
|
|
1675
|
+
export declare const matTaxiAlert: string;
|
|
1676
|
+
export declare const matTelegram: string;
|
|
1677
|
+
export declare const matTempleBuddhist: string;
|
|
1678
|
+
export declare const matTempleHindu: string;
|
|
1679
|
+
export declare const matTerrain: string;
|
|
1680
|
+
export declare const matTextFields: string;
|
|
1681
|
+
export declare const matTextFormat: string;
|
|
1682
|
+
export declare const matTextRotateUp: string;
|
|
1683
|
+
export declare const matTextRotateVertical: string;
|
|
1684
|
+
export declare const matTextRotationAngledown: string;
|
|
1685
|
+
export declare const matTextRotationAngleup: string;
|
|
1686
|
+
export declare const matTextRotationDown: string;
|
|
1687
|
+
export declare const matTextRotationNone: string;
|
|
1688
|
+
export declare const matTextsms: string;
|
|
1689
|
+
export declare const matTextSnippet: string;
|
|
1690
|
+
export declare const matTexture: string;
|
|
1691
|
+
export declare const matTheaterComedy: string;
|
|
1692
|
+
export declare const matTheaters: string;
|
|
1693
|
+
export declare const matThermostat: string;
|
|
1694
|
+
export declare const matThermostatAuto: string;
|
|
1695
|
+
export declare const matThumbDown: string;
|
|
1696
|
+
export declare const matThumbDownAlt: string;
|
|
1697
|
+
export declare const matThumbDownOffAlt: string;
|
|
1698
|
+
export declare const matThumbsUpDown: string;
|
|
1699
|
+
export declare const matThumbUp: string;
|
|
1700
|
+
export declare const matThumbUpAlt: string;
|
|
1701
|
+
export declare const matThumbUpOffAlt: string;
|
|
1702
|
+
export declare const matTiktok: string;
|
|
1703
|
+
export declare const matTimelapse: string;
|
|
1704
|
+
export declare const matTimeline: string;
|
|
1705
|
+
export declare const matTimer: string;
|
|
1706
|
+
export declare const matTimer10: string;
|
|
1707
|
+
export declare const matTimer10Select: string;
|
|
1708
|
+
export declare const matTimer3: string;
|
|
1709
|
+
export declare const matTimer3Select: string;
|
|
1710
|
+
export declare const matTimerOff: string;
|
|
1711
|
+
export declare const matTimeToLeave: string;
|
|
1712
|
+
export declare const matTipsAndUpdates: string;
|
|
1713
|
+
export declare const matTitle: string;
|
|
1714
|
+
export declare const matToc: string;
|
|
1715
|
+
export declare const matToday: string;
|
|
1716
|
+
export declare const matToggleOff: string;
|
|
1717
|
+
export declare const matToggleOn: string;
|
|
1718
|
+
export declare const matToken: string;
|
|
1719
|
+
export declare const matToll: string;
|
|
1720
|
+
export declare const matTonality: string;
|
|
1721
|
+
export declare const matTopic: string;
|
|
1722
|
+
export declare const matTouchApp: string;
|
|
1723
|
+
export declare const matTour: string;
|
|
1724
|
+
export declare const matToys: string;
|
|
1725
|
+
export declare const matTrackChanges: string;
|
|
1726
|
+
export declare const matTraffic: string;
|
|
1727
|
+
export declare const matTrain: string;
|
|
1728
|
+
export declare const matTram: string;
|
|
1729
|
+
export declare const matTransferWithinAStation: string;
|
|
1730
|
+
export declare const matTransform: string;
|
|
1731
|
+
export declare const matTransgender: string;
|
|
1732
|
+
export declare const matTransitEnterexit: string;
|
|
1733
|
+
export declare const matTranslate: string;
|
|
1734
|
+
export declare const matTravelExplore: string;
|
|
1735
|
+
export declare const matTrendingDown: string;
|
|
1736
|
+
export declare const matTrendingFlat: string;
|
|
1737
|
+
export declare const matTrendingUp: string;
|
|
1738
|
+
export declare const matTripOrigin: string;
|
|
1739
|
+
export declare const matTry: string;
|
|
1740
|
+
export declare const matTty: string;
|
|
1741
|
+
export declare const matTune: string;
|
|
1742
|
+
export declare const matTungsten: string;
|
|
1743
|
+
export declare const matTurnedIn: string;
|
|
1744
|
+
export declare const matTurnedInNot: string;
|
|
1745
|
+
export declare const matTv: string;
|
|
1746
|
+
export declare const matTvOff: string;
|
|
1747
|
+
export declare const matTwoWheeler: string;
|
|
1748
|
+
export declare const matUmbrella: string;
|
|
1749
|
+
export declare const matUnarchive: string;
|
|
1750
|
+
export declare const matUndo: string;
|
|
1751
|
+
export declare const matUnfoldLess: string;
|
|
1752
|
+
export declare const matUnfoldMore: string;
|
|
1753
|
+
export declare const matUnpublished: string;
|
|
1754
|
+
export declare const matUnsubscribe: string;
|
|
1755
|
+
export declare const matUpcoming: string;
|
|
1756
|
+
export declare const matUpdate: string;
|
|
1757
|
+
export declare const matUpdateDisabled: string;
|
|
1758
|
+
export declare const matUpgrade: string;
|
|
1759
|
+
export declare const matUpload: string;
|
|
1760
|
+
export declare const matUploadFile: string;
|
|
1761
|
+
export declare const matUsb: string;
|
|
1762
|
+
export declare const matUsbOff: string;
|
|
1763
|
+
export declare const matVaccines: string;
|
|
1764
|
+
export declare const matVerified: string;
|
|
1765
|
+
export declare const matVerifiedUser: string;
|
|
1766
|
+
export declare const matVerticalAlignBottom: string;
|
|
1767
|
+
export declare const matVerticalAlignCenter: string;
|
|
1768
|
+
export declare const matVerticalAlignTop: string;
|
|
1769
|
+
export declare const matVerticalDistribute: string;
|
|
1770
|
+
export declare const matVerticalSplit: string;
|
|
1771
|
+
export declare const matVibration: string;
|
|
1772
|
+
export declare const matVideoCall: string;
|
|
1773
|
+
export declare const matVideocam: string;
|
|
1774
|
+
export declare const matVideoCameraBack: string;
|
|
1775
|
+
export declare const matVideoCameraFront: string;
|
|
1776
|
+
export declare const matVideocamOff: string;
|
|
1777
|
+
export declare const matVideogameAsset: string;
|
|
1778
|
+
export declare const matVideogameAssetOff: string;
|
|
1779
|
+
export declare const matVideoLabel: string;
|
|
1780
|
+
export declare const matVideoLibrary: string;
|
|
1781
|
+
export declare const matVideoSettings: string;
|
|
1782
|
+
export declare const matVideoStable: string;
|
|
1783
|
+
export declare const matViewAgenda: string;
|
|
1784
|
+
export declare const matViewArray: string;
|
|
1785
|
+
export declare const matViewCarousel: string;
|
|
1786
|
+
export declare const matViewColumn: string;
|
|
1787
|
+
export declare const matViewComfy: string;
|
|
1788
|
+
export declare const matViewCompact: string;
|
|
1789
|
+
export declare const matViewDay: string;
|
|
1790
|
+
export declare const matViewHeadline: string;
|
|
1791
|
+
export declare const matViewInAr: string;
|
|
1792
|
+
export declare const matViewList: string;
|
|
1793
|
+
export declare const matViewModule: string;
|
|
1794
|
+
export declare const matViewQuilt: string;
|
|
1795
|
+
export declare const matViewSidebar: string;
|
|
1796
|
+
export declare const matViewStream: string;
|
|
1797
|
+
export declare const matViewWeek: string;
|
|
1798
|
+
export declare const matVignette: string;
|
|
1799
|
+
export declare const matVilla: string;
|
|
1800
|
+
export declare const matVisibility: string;
|
|
1801
|
+
export declare const matVisibilityOff: string;
|
|
1802
|
+
export declare const matVoiceChat: string;
|
|
1803
|
+
export declare const matVoicemail: string;
|
|
1804
|
+
export declare const matVoiceOverOff: string;
|
|
1805
|
+
export declare const matVolumeDown: string;
|
|
1806
|
+
export declare const matVolumeMute: string;
|
|
1807
|
+
export declare const matVolumeOff: string;
|
|
1808
|
+
export declare const matVolumeUp: string;
|
|
1809
|
+
export declare const matVolunteerActivism: string;
|
|
1810
|
+
export declare const matVpnKey: string;
|
|
1811
|
+
export declare const matVpnLock: string;
|
|
1812
|
+
export declare const matVrpano: string;
|
|
1813
|
+
export declare const matWallpaper: string;
|
|
1814
|
+
export declare const matWarning: string;
|
|
1815
|
+
export declare const matWarningAmber: string;
|
|
1816
|
+
export declare const matWash: string;
|
|
1817
|
+
export declare const matWatch: string;
|
|
1818
|
+
export declare const matWatchLater: string;
|
|
1819
|
+
export declare const matWater: string;
|
|
1820
|
+
export declare const matWaterDamage: string;
|
|
1821
|
+
export declare const matWaterDrop: string;
|
|
1822
|
+
export declare const matWaterfallChart: string;
|
|
1823
|
+
export declare const matWaves: string;
|
|
1824
|
+
export declare const matWavingHand: string;
|
|
1825
|
+
export declare const matWbAuto: string;
|
|
1826
|
+
export declare const matWbCloudy: string;
|
|
1827
|
+
export declare const matWbIncandescent: string;
|
|
1828
|
+
export declare const matWbIridescent: string;
|
|
1829
|
+
export declare const matWbShade: string;
|
|
1830
|
+
export declare const matWbSunny: string;
|
|
1831
|
+
export declare const matWbTwilight: string;
|
|
1832
|
+
export declare const matWc: string;
|
|
1833
|
+
export declare const matWeb: string;
|
|
1834
|
+
export declare const matWebAsset: string;
|
|
1835
|
+
export declare const matWebAssetOff: string;
|
|
1836
|
+
export declare const matWechat: string;
|
|
1837
|
+
export declare const matWeekend: string;
|
|
1838
|
+
export declare const matWest: string;
|
|
1839
|
+
export declare const matWhatsapp: string;
|
|
1840
|
+
export declare const matWhatshot: string;
|
|
1841
|
+
export declare const matWheelchairPickup: string;
|
|
1842
|
+
export declare const matWhereToVote: string;
|
|
1843
|
+
export declare const matWidgets: string;
|
|
1844
|
+
export declare const matWifi: string;
|
|
1845
|
+
export declare const matWifiCalling: string;
|
|
1846
|
+
export declare const matWifiCalling3: string;
|
|
1847
|
+
export declare const matWifiLock: string;
|
|
1848
|
+
export declare const matWifiOff: string;
|
|
1849
|
+
export declare const matWifiProtectedSetup: string;
|
|
1850
|
+
export declare const matWifiTethering: string;
|
|
1851
|
+
export declare const matWifiTetheringErrorRounded: string;
|
|
1852
|
+
export declare const matWifiTetheringOff: string;
|
|
1853
|
+
export declare const matWindow: string;
|
|
1854
|
+
export declare const matWineBar: string;
|
|
1855
|
+
export declare const matWoman: string;
|
|
1856
|
+
export declare const matWooCommerce: string;
|
|
1857
|
+
export declare const matWordpress: string;
|
|
1858
|
+
export declare const matWork: string;
|
|
1859
|
+
export declare const matWorkOff: string;
|
|
1860
|
+
export declare const matWorkOutline: string;
|
|
1861
|
+
export declare const matWorkspacePremium: string;
|
|
1862
|
+
export declare const matWorkspaces: string;
|
|
1863
|
+
export declare const matWrapText: string;
|
|
1864
|
+
export declare const matWrongLocation: string;
|
|
1865
|
+
export declare const matWysiwyg: string;
|
|
1866
|
+
export declare const matYard: string;
|
|
1867
|
+
export declare const matYoutubeSearchedFor: string;
|
|
1868
|
+
export declare const matZoomIn: string;
|
|
1869
|
+
export declare const matZoomOut: string;
|
|
1870
|
+
export declare const matZoomOutMap: string;
|