@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,31 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Material Icons Outlined';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-display: block;
|
|
6
|
+
src: url('./web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2') format('woff2'), url('./web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff') format('woff');
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.material-icons-outlined {
|
|
10
|
+
font-family: 'Material Icons Outlined';
|
|
11
|
+
font-weight: normal;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
display: inline-block;
|
|
14
|
+
line-height: 1;
|
|
15
|
+
text-transform: none;
|
|
16
|
+
letter-spacing: normal;
|
|
17
|
+
word-wrap: normal;
|
|
18
|
+
white-space: nowrap;
|
|
19
|
+
direction: ltr;
|
|
20
|
+
|
|
21
|
+
/* Support for all WebKit browsers. */
|
|
22
|
+
-webkit-font-smoothing: antialiased;
|
|
23
|
+
/* Support for Safari and Chrome. */
|
|
24
|
+
text-rendering: optimizeLegibility;
|
|
25
|
+
|
|
26
|
+
/* Support for Firefox. */
|
|
27
|
+
-moz-osx-font-smoothing: grayscale;
|
|
28
|
+
|
|
29
|
+
/* Support for IE. */
|
|
30
|
+
font-feature-settings: 'liga';
|
|
31
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -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 round10k: string;
|
|
4
|
+
export declare const round10mp: string;
|
|
5
|
+
export declare const round11mp: string;
|
|
6
|
+
export declare const round12mp: string;
|
|
7
|
+
export declare const round13mp: string;
|
|
8
|
+
export declare const round14mp: string;
|
|
9
|
+
export declare const round15mp: string;
|
|
10
|
+
export declare const round16mp: string;
|
|
11
|
+
export declare const round17mp: string;
|
|
12
|
+
export declare const round18mp: string;
|
|
13
|
+
export declare const round19mp: string;
|
|
14
|
+
export declare const round1k: string;
|
|
15
|
+
export declare const round1kPlus: string;
|
|
16
|
+
export declare const round1xMobiledata: string;
|
|
17
|
+
export declare const round20mp: string;
|
|
18
|
+
export declare const round21mp: string;
|
|
19
|
+
export declare const round22mp: string;
|
|
20
|
+
export declare const round23mp: string;
|
|
21
|
+
export declare const round24mp: string;
|
|
22
|
+
export declare const round2k: string;
|
|
23
|
+
export declare const round2kPlus: string;
|
|
24
|
+
export declare const round2mp: string;
|
|
25
|
+
export declare const round30fps: string;
|
|
26
|
+
export declare const round30fpsSelect: string;
|
|
27
|
+
export declare const round360: string;
|
|
28
|
+
export declare const round3dRotation: string;
|
|
29
|
+
export declare const round3gMobiledata: string;
|
|
30
|
+
export declare const round3k: string;
|
|
31
|
+
export declare const round3kPlus: string;
|
|
32
|
+
export declare const round3mp: string;
|
|
33
|
+
export declare const round3p: string;
|
|
34
|
+
export declare const round4gMobiledata: string;
|
|
35
|
+
export declare const round4gPlusMobiledata: string;
|
|
36
|
+
export declare const round4k: string;
|
|
37
|
+
export declare const round4kPlus: string;
|
|
38
|
+
export declare const round4mp: string;
|
|
39
|
+
export declare const round5g: string;
|
|
40
|
+
export declare const round5k: string;
|
|
41
|
+
export declare const round5kPlus: string;
|
|
42
|
+
export declare const round5mp: string;
|
|
43
|
+
export declare const round60fps: string;
|
|
44
|
+
export declare const round60fpsSelect: string;
|
|
45
|
+
export declare const round6FtApart: string;
|
|
46
|
+
export declare const round6k: string;
|
|
47
|
+
export declare const round6kPlus: string;
|
|
48
|
+
export declare const round6mp: string;
|
|
49
|
+
export declare const round7k: string;
|
|
50
|
+
export declare const round7kPlus: string;
|
|
51
|
+
export declare const round7mp: string;
|
|
52
|
+
export declare const round8k: string;
|
|
53
|
+
export declare const round8kPlus: string;
|
|
54
|
+
export declare const round8mp: string;
|
|
55
|
+
export declare const round9k: string;
|
|
56
|
+
export declare const round9kPlus: string;
|
|
57
|
+
export declare const round9mp: string;
|
|
58
|
+
export declare const roundAccessAlarm: string;
|
|
59
|
+
export declare const roundAccessAlarms: string;
|
|
60
|
+
export declare const roundAccessibility: string;
|
|
61
|
+
export declare const roundAccessibilityNew: string;
|
|
62
|
+
export declare const roundAccessible: string;
|
|
63
|
+
export declare const roundAccessibleForward: string;
|
|
64
|
+
export declare const roundAccessTime: string;
|
|
65
|
+
export declare const roundAccessTimeFilled: string;
|
|
66
|
+
export declare const roundAccountBalance: string;
|
|
67
|
+
export declare const roundAccountBalanceWallet: string;
|
|
68
|
+
export declare const roundAccountBox: string;
|
|
69
|
+
export declare const roundAccountCircle: string;
|
|
70
|
+
export declare const roundAccountTree: string;
|
|
71
|
+
export declare const roundAcUnit: string;
|
|
72
|
+
export declare const roundAdb: string;
|
|
73
|
+
export declare const roundAdd: string;
|
|
74
|
+
export declare const roundAddAlarm: string;
|
|
75
|
+
export declare const roundAddAlert: string;
|
|
76
|
+
export declare const roundAddAPhoto: string;
|
|
77
|
+
export declare const roundAddBox: string;
|
|
78
|
+
export declare const roundAddBusiness: string;
|
|
79
|
+
export declare const roundAddchart: string;
|
|
80
|
+
export declare const roundAddChart: string;
|
|
81
|
+
export declare const roundAddCircle: string;
|
|
82
|
+
export declare const roundAddCircleOutline: string;
|
|
83
|
+
export declare const roundAddComment: string;
|
|
84
|
+
export declare const roundAddIcCall: string;
|
|
85
|
+
export declare const roundAddLink: string;
|
|
86
|
+
export declare const roundAddLocation: string;
|
|
87
|
+
export declare const roundAddLocationAlt: string;
|
|
88
|
+
export declare const roundAddModerator: string;
|
|
89
|
+
export declare const roundAddPhotoAlternate: string;
|
|
90
|
+
export declare const roundAddReaction: string;
|
|
91
|
+
export declare const roundAddRoad: string;
|
|
92
|
+
export declare const roundAddShoppingCart: string;
|
|
93
|
+
export declare const roundAddTask: string;
|
|
94
|
+
export declare const roundAddToDrive: string;
|
|
95
|
+
export declare const roundAddToHomeScreen: string;
|
|
96
|
+
export declare const roundAddToPhotos: string;
|
|
97
|
+
export declare const roundAddToQueue: string;
|
|
98
|
+
export declare const roundAdjust: string;
|
|
99
|
+
export declare const roundAdminPanelSettings: string;
|
|
100
|
+
export declare const roundAdobe: string;
|
|
101
|
+
export declare const roundAdsClick: string;
|
|
102
|
+
export declare const roundAdUnits: string;
|
|
103
|
+
export declare const roundAgriculture: string;
|
|
104
|
+
export declare const roundAir: string;
|
|
105
|
+
export declare const roundAirlines: string;
|
|
106
|
+
export declare const roundAirlineSeatFlat: string;
|
|
107
|
+
export declare const roundAirlineSeatFlatAngled: string;
|
|
108
|
+
export declare const roundAirlineSeatIndividualSuite: string;
|
|
109
|
+
export declare const roundAirlineSeatLegroomExtra: string;
|
|
110
|
+
export declare const roundAirlineSeatLegroomNormal: string;
|
|
111
|
+
export declare const roundAirlineSeatLegroomReduced: string;
|
|
112
|
+
export declare const roundAirlineSeatReclineExtra: string;
|
|
113
|
+
export declare const roundAirlineSeatReclineNormal: string;
|
|
114
|
+
export declare const roundAirlineStops: string;
|
|
115
|
+
export declare const roundAirplanemodeActive: string;
|
|
116
|
+
export declare const roundAirplanemodeInactive: string;
|
|
117
|
+
export declare const roundAirplaneTicket: string;
|
|
118
|
+
export declare const roundAirplay: string;
|
|
119
|
+
export declare const roundAirportShuttle: string;
|
|
120
|
+
export declare const roundAlarm: string;
|
|
121
|
+
export declare const roundAlarmAdd: string;
|
|
122
|
+
export declare const roundAlarmOff: string;
|
|
123
|
+
export declare const roundAlarmOn: string;
|
|
124
|
+
export declare const roundAlbum: string;
|
|
125
|
+
export declare const roundAlignHorizontalCenter: string;
|
|
126
|
+
export declare const roundAlignHorizontalLeft: string;
|
|
127
|
+
export declare const roundAlignHorizontalRight: string;
|
|
128
|
+
export declare const roundAlignVerticalBottom: string;
|
|
129
|
+
export declare const roundAlignVerticalCenter: string;
|
|
130
|
+
export declare const roundAlignVerticalTop: string;
|
|
131
|
+
export declare const roundAllInbox: string;
|
|
132
|
+
export declare const roundAllInclusive: string;
|
|
133
|
+
export declare const roundAllOut: string;
|
|
134
|
+
export declare const roundAlternateEmail: string;
|
|
135
|
+
export declare const roundAltRoute: string;
|
|
136
|
+
export declare const roundAnalytics: string;
|
|
137
|
+
export declare const roundAnchor: string;
|
|
138
|
+
export declare const roundAndroid: string;
|
|
139
|
+
export declare const roundAnimation: string;
|
|
140
|
+
export declare const roundAnnouncement: string;
|
|
141
|
+
export declare const roundAod: string;
|
|
142
|
+
export declare const roundApartment: string;
|
|
143
|
+
export declare const roundApi: string;
|
|
144
|
+
export declare const roundAppBlocking: string;
|
|
145
|
+
export declare const roundApple: string;
|
|
146
|
+
export declare const roundAppRegistration: string;
|
|
147
|
+
export declare const roundApproval: string;
|
|
148
|
+
export declare const roundApps: string;
|
|
149
|
+
export declare const roundAppSettingsAlt: string;
|
|
150
|
+
export declare const roundAppsOutage: string;
|
|
151
|
+
export declare const roundArchitecture: string;
|
|
152
|
+
export declare const roundArchive: string;
|
|
153
|
+
export declare const roundAreaChart: string;
|
|
154
|
+
export declare const roundArrowBack: string;
|
|
155
|
+
export declare const roundArrowBackIos: string;
|
|
156
|
+
export declare const roundArrowBackIosNew: string;
|
|
157
|
+
export declare const roundArrowCircleDown: string;
|
|
158
|
+
export declare const roundArrowCircleLeft: string;
|
|
159
|
+
export declare const roundArrowCircleRight: string;
|
|
160
|
+
export declare const roundArrowCircleUp: string;
|
|
161
|
+
export declare const roundArrowDownward: string;
|
|
162
|
+
export declare const roundArrowDropDown: string;
|
|
163
|
+
export declare const roundArrowDropDownCircle: string;
|
|
164
|
+
export declare const roundArrowDropUp: string;
|
|
165
|
+
export declare const roundArrowForward: string;
|
|
166
|
+
export declare const roundArrowForwardIos: string;
|
|
167
|
+
export declare const roundArrowLeft: string;
|
|
168
|
+
export declare const roundArrowRight: string;
|
|
169
|
+
export declare const roundArrowRightAlt: string;
|
|
170
|
+
export declare const roundArrowUpward: string;
|
|
171
|
+
export declare const roundArticle: string;
|
|
172
|
+
export declare const roundArtTrack: string;
|
|
173
|
+
export declare const roundAspectRatio: string;
|
|
174
|
+
export declare const roundAssessment: string;
|
|
175
|
+
export declare const roundAssignment: string;
|
|
176
|
+
export declare const roundAssignmentInd: string;
|
|
177
|
+
export declare const roundAssignmentLate: string;
|
|
178
|
+
export declare const roundAssignmentReturn: string;
|
|
179
|
+
export declare const roundAssignmentReturned: string;
|
|
180
|
+
export declare const roundAssignmentTurnedIn: string;
|
|
181
|
+
export declare const roundAssistant: string;
|
|
182
|
+
export declare const roundAssistantDirection: string;
|
|
183
|
+
export declare const roundAssistantPhoto: string;
|
|
184
|
+
export declare const roundAtm: string;
|
|
185
|
+
export declare const roundAttachEmail: string;
|
|
186
|
+
export declare const roundAttachFile: string;
|
|
187
|
+
export declare const roundAttachment: string;
|
|
188
|
+
export declare const roundAttachMoney: string;
|
|
189
|
+
export declare const roundAttractions: string;
|
|
190
|
+
export declare const roundAttribution: string;
|
|
191
|
+
export declare const roundAudiotrack: string;
|
|
192
|
+
export declare const roundAutoAwesome: string;
|
|
193
|
+
export declare const roundAutoAwesomeMosaic: string;
|
|
194
|
+
export declare const roundAutoAwesomeMotion: string;
|
|
195
|
+
export declare const roundAutoDelete: string;
|
|
196
|
+
export declare const roundAutoFixHigh: string;
|
|
197
|
+
export declare const roundAutoFixNormal: string;
|
|
198
|
+
export declare const roundAutoFixOff: string;
|
|
199
|
+
export declare const roundAutofpsSelect: string;
|
|
200
|
+
export declare const roundAutoGraph: string;
|
|
201
|
+
export declare const roundAutorenew: string;
|
|
202
|
+
export declare const roundAutoStories: string;
|
|
203
|
+
export declare const roundAvTimer: string;
|
|
204
|
+
export declare const roundBabyChangingStation: string;
|
|
205
|
+
export declare const roundBackHand: string;
|
|
206
|
+
export declare const roundBackpack: string;
|
|
207
|
+
export declare const roundBackspace: string;
|
|
208
|
+
export declare const roundBackup: string;
|
|
209
|
+
export declare const roundBackupTable: string;
|
|
210
|
+
export declare const roundBadge: string;
|
|
211
|
+
export declare const roundBakeryDining: string;
|
|
212
|
+
export declare const roundBalcony: string;
|
|
213
|
+
export declare const roundBallot: string;
|
|
214
|
+
export declare const roundBarChart: string;
|
|
215
|
+
export declare const roundBatchPrediction: string;
|
|
216
|
+
export declare const roundBathroom: string;
|
|
217
|
+
export declare const roundBathtub: string;
|
|
218
|
+
export declare const roundBatteryAlert: string;
|
|
219
|
+
export declare const roundBatteryChargingFull: string;
|
|
220
|
+
export declare const roundBatteryFull: string;
|
|
221
|
+
export declare const roundBatterySaver: string;
|
|
222
|
+
export declare const roundBatteryStd: string;
|
|
223
|
+
export declare const roundBatteryUnknown: string;
|
|
224
|
+
export declare const roundBeachAccess: string;
|
|
225
|
+
export declare const roundBed: string;
|
|
226
|
+
export declare const roundBedroomBaby: string;
|
|
227
|
+
export declare const roundBedroomChild: string;
|
|
228
|
+
export declare const roundBedroomParent: string;
|
|
229
|
+
export declare const roundBedtime: string;
|
|
230
|
+
export declare const roundBeenhere: string;
|
|
231
|
+
export declare const roundBento: string;
|
|
232
|
+
export declare const roundBikeScooter: string;
|
|
233
|
+
export declare const roundBiotech: string;
|
|
234
|
+
export declare const roundBlender: string;
|
|
235
|
+
export declare const roundBlock: string;
|
|
236
|
+
export declare const roundBloodtype: string;
|
|
237
|
+
export declare const roundBluetooth: string;
|
|
238
|
+
export declare const roundBluetoothAudio: string;
|
|
239
|
+
export declare const roundBluetoothConnected: string;
|
|
240
|
+
export declare const roundBluetoothDisabled: string;
|
|
241
|
+
export declare const roundBluetoothDrive: string;
|
|
242
|
+
export declare const roundBluetoothSearching: string;
|
|
243
|
+
export declare const roundBlurCircular: string;
|
|
244
|
+
export declare const roundBlurLinear: string;
|
|
245
|
+
export declare const roundBlurOff: string;
|
|
246
|
+
export declare const roundBlurOn: string;
|
|
247
|
+
export declare const roundBolt: string;
|
|
248
|
+
export declare const roundBook: string;
|
|
249
|
+
export declare const roundBookmark: string;
|
|
250
|
+
export declare const roundBookmarkAdd: string;
|
|
251
|
+
export declare const roundBookmarkAdded: string;
|
|
252
|
+
export declare const roundBookmarkBorder: string;
|
|
253
|
+
export declare const roundBookmarkRemove: string;
|
|
254
|
+
export declare const roundBookmarks: string;
|
|
255
|
+
export declare const roundBookOnline: string;
|
|
256
|
+
export declare const roundBorderAll: string;
|
|
257
|
+
export declare const roundBorderBottom: string;
|
|
258
|
+
export declare const roundBorderClear: string;
|
|
259
|
+
export declare const roundBorderColor: string;
|
|
260
|
+
export declare const roundBorderHorizontal: string;
|
|
261
|
+
export declare const roundBorderInner: string;
|
|
262
|
+
export declare const roundBorderLeft: string;
|
|
263
|
+
export declare const roundBorderOuter: string;
|
|
264
|
+
export declare const roundBorderRight: string;
|
|
265
|
+
export declare const roundBorderStyle: string;
|
|
266
|
+
export declare const roundBorderTop: string;
|
|
267
|
+
export declare const roundBorderVertical: string;
|
|
268
|
+
export declare const roundBrandingWatermark: string;
|
|
269
|
+
export declare const roundBreakfastDining: string;
|
|
270
|
+
export declare const roundBrightness1: string;
|
|
271
|
+
export declare const roundBrightness2: string;
|
|
272
|
+
export declare const roundBrightness3: string;
|
|
273
|
+
export declare const roundBrightness4: string;
|
|
274
|
+
export declare const roundBrightness5: string;
|
|
275
|
+
export declare const roundBrightness6: string;
|
|
276
|
+
export declare const roundBrightness7: string;
|
|
277
|
+
export declare const roundBrightnessAuto: string;
|
|
278
|
+
export declare const roundBrightnessHigh: string;
|
|
279
|
+
export declare const roundBrightnessLow: string;
|
|
280
|
+
export declare const roundBrightnessMedium: string;
|
|
281
|
+
export declare const roundBrokenImage: string;
|
|
282
|
+
export declare const roundBrowserNotSupported: string;
|
|
283
|
+
export declare const roundBrowserUpdated: string;
|
|
284
|
+
export declare const roundBrunchDining: string;
|
|
285
|
+
export declare const roundBrush: string;
|
|
286
|
+
export declare const roundBubbleChart: string;
|
|
287
|
+
export declare const roundBugReport: string;
|
|
288
|
+
export declare const roundBuild: string;
|
|
289
|
+
export declare const roundBuildCircle: string;
|
|
290
|
+
export declare const roundBungalow: string;
|
|
291
|
+
export declare const roundBurstMode: string;
|
|
292
|
+
export declare const roundBusAlert: string;
|
|
293
|
+
export declare const roundBusiness: string;
|
|
294
|
+
export declare const roundBusinessCenter: string;
|
|
295
|
+
export declare const roundCabin: string;
|
|
296
|
+
export declare const roundCable: string;
|
|
297
|
+
export declare const roundCached: string;
|
|
298
|
+
export declare const roundCake: string;
|
|
299
|
+
export declare const roundCalculate: string;
|
|
300
|
+
export declare const roundCalendarToday: string;
|
|
301
|
+
export declare const roundCalendarViewDay: string;
|
|
302
|
+
export declare const roundCalendarViewMonth: string;
|
|
303
|
+
export declare const roundCalendarViewWeek: string;
|
|
304
|
+
export declare const roundCall: string;
|
|
305
|
+
export declare const roundCallEnd: string;
|
|
306
|
+
export declare const roundCallMade: string;
|
|
307
|
+
export declare const roundCallMerge: string;
|
|
308
|
+
export declare const roundCallMissed: string;
|
|
309
|
+
export declare const roundCallMissedOutgoing: string;
|
|
310
|
+
export declare const roundCallReceived: string;
|
|
311
|
+
export declare const roundCallSplit: string;
|
|
312
|
+
export declare const roundCallToAction: string;
|
|
313
|
+
export declare const roundCamera: string;
|
|
314
|
+
export declare const roundCameraAlt: string;
|
|
315
|
+
export declare const roundCameraEnhance: string;
|
|
316
|
+
export declare const roundCameraFront: string;
|
|
317
|
+
export declare const roundCameraIndoor: string;
|
|
318
|
+
export declare const roundCameraOutdoor: string;
|
|
319
|
+
export declare const roundCameraRear: string;
|
|
320
|
+
export declare const roundCameraRoll: string;
|
|
321
|
+
export declare const roundCameraswitch: string;
|
|
322
|
+
export declare const roundCampaign: string;
|
|
323
|
+
export declare const roundCancel: string;
|
|
324
|
+
export declare const roundCancelPresentation: string;
|
|
325
|
+
export declare const roundCancelScheduleSend: string;
|
|
326
|
+
export declare const roundCardGiftcard: string;
|
|
327
|
+
export declare const roundCardMembership: string;
|
|
328
|
+
export declare const roundCardTravel: string;
|
|
329
|
+
export declare const roundCarpenter: string;
|
|
330
|
+
export declare const roundCarRental: string;
|
|
331
|
+
export declare const roundCarRepair: string;
|
|
332
|
+
export declare const roundCases: string;
|
|
333
|
+
export declare const roundCasino: string;
|
|
334
|
+
export declare const roundCast: string;
|
|
335
|
+
export declare const roundCastConnected: string;
|
|
336
|
+
export declare const roundCastForEducation: string;
|
|
337
|
+
export declare const roundCastle: string;
|
|
338
|
+
export declare const roundCatchingPokemon: string;
|
|
339
|
+
export declare const roundCategory: string;
|
|
340
|
+
export declare const roundCelebration: string;
|
|
341
|
+
export declare const roundCellWifi: string;
|
|
342
|
+
export declare const roundCenterFocusStrong: string;
|
|
343
|
+
export declare const roundCenterFocusWeak: string;
|
|
344
|
+
export declare const roundChair: string;
|
|
345
|
+
export declare const roundChairAlt: string;
|
|
346
|
+
export declare const roundChalet: string;
|
|
347
|
+
export declare const roundChangeCircle: string;
|
|
348
|
+
export declare const roundChangeHistory: string;
|
|
349
|
+
export declare const roundChargingStation: string;
|
|
350
|
+
export declare const roundChat: string;
|
|
351
|
+
export declare const roundChatBubble: string;
|
|
352
|
+
export declare const roundChatBubbleOutline: string;
|
|
353
|
+
export declare const roundCheck: string;
|
|
354
|
+
export declare const roundCheckBox: string;
|
|
355
|
+
export declare const roundCheckBoxOutlineBlank: string;
|
|
356
|
+
export declare const roundCheckCircle: string;
|
|
357
|
+
export declare const roundCheckCircleOutline: string;
|
|
358
|
+
export declare const roundChecklist: string;
|
|
359
|
+
export declare const roundChecklistRtl: string;
|
|
360
|
+
export declare const roundCheckroom: string;
|
|
361
|
+
export declare const roundChevronLeft: string;
|
|
362
|
+
export declare const roundChevronRight: string;
|
|
363
|
+
export declare const roundChildCare: string;
|
|
364
|
+
export declare const roundChildFriendly: string;
|
|
365
|
+
export declare const roundChromeReaderMode: string;
|
|
366
|
+
export declare const roundChurch: string;
|
|
367
|
+
export declare const roundCircle: string;
|
|
368
|
+
export declare const roundCircleNotifications: string;
|
|
369
|
+
export declare const roundClass: string;
|
|
370
|
+
export declare const roundCleanHands: string;
|
|
371
|
+
export declare const roundCleaningServices: string;
|
|
372
|
+
export declare const roundClear: string;
|
|
373
|
+
export declare const roundClearAll: string;
|
|
374
|
+
export declare const roundClose: string;
|
|
375
|
+
export declare const roundClosedCaption: string;
|
|
376
|
+
export declare const roundClosedCaptionDisabled: string;
|
|
377
|
+
export declare const roundClosedCaptionOff: string;
|
|
378
|
+
export declare const roundCloseFullscreen: string;
|
|
379
|
+
export declare const roundCloud: string;
|
|
380
|
+
export declare const roundCloudCircle: string;
|
|
381
|
+
export declare const roundCloudDone: string;
|
|
382
|
+
export declare const roundCloudDownload: string;
|
|
383
|
+
export declare const roundCloudOff: string;
|
|
384
|
+
export declare const roundCloudQueue: string;
|
|
385
|
+
export declare const roundCloudUpload: string;
|
|
386
|
+
export declare const roundCo2: string;
|
|
387
|
+
export declare const roundCode: string;
|
|
388
|
+
export declare const roundCodeOff: string;
|
|
389
|
+
export declare const roundCoffee: string;
|
|
390
|
+
export declare const roundCoffeeMaker: string;
|
|
391
|
+
export declare const roundCollections: string;
|
|
392
|
+
export declare const roundCollectionsBookmark: string;
|
|
393
|
+
export declare const roundColorize: string;
|
|
394
|
+
export declare const roundColorLens: string;
|
|
395
|
+
export declare const roundComment: string;
|
|
396
|
+
export declare const roundCommentBank: string;
|
|
397
|
+
export declare const roundCommentsDisabled: string;
|
|
398
|
+
export declare const roundCommute: string;
|
|
399
|
+
export declare const roundCompare: string;
|
|
400
|
+
export declare const roundCompareArrows: string;
|
|
401
|
+
export declare const roundCompassCalibration: string;
|
|
402
|
+
export declare const roundCompost: string;
|
|
403
|
+
export declare const roundCompress: string;
|
|
404
|
+
export declare const roundComputer: string;
|
|
405
|
+
export declare const roundConfirmationNumber: string;
|
|
406
|
+
export declare const roundConnectedTv: string;
|
|
407
|
+
export declare const roundConnectingAirports: string;
|
|
408
|
+
export declare const roundConnectWithoutContact: string;
|
|
409
|
+
export declare const roundConstruction: string;
|
|
410
|
+
export declare const roundContactless: string;
|
|
411
|
+
export declare const roundContactMail: string;
|
|
412
|
+
export declare const roundContactPage: string;
|
|
413
|
+
export declare const roundContactPhone: string;
|
|
414
|
+
export declare const roundContacts: string;
|
|
415
|
+
export declare const roundContactSupport: string;
|
|
416
|
+
export declare const roundContentCopy: string;
|
|
417
|
+
export declare const roundContentCut: string;
|
|
418
|
+
export declare const roundContentPaste: string;
|
|
419
|
+
export declare const roundContentPasteGo: string;
|
|
420
|
+
export declare const roundContentPasteOff: string;
|
|
421
|
+
export declare const roundContentPasteSearch: string;
|
|
422
|
+
export declare const roundControlCamera: string;
|
|
423
|
+
export declare const roundControlPoint: string;
|
|
424
|
+
export declare const roundControlPointDuplicate: string;
|
|
425
|
+
export declare const roundCookie: string;
|
|
426
|
+
export declare const roundCopyAll: string;
|
|
427
|
+
export declare const roundCopyright: string;
|
|
428
|
+
export declare const roundCoronavirus: string;
|
|
429
|
+
export declare const roundCorporateFare: string;
|
|
430
|
+
export declare const roundCottage: string;
|
|
431
|
+
export declare const roundCountertops: string;
|
|
432
|
+
export declare const roundCreate: string;
|
|
433
|
+
export declare const roundCreateNewFolder: string;
|
|
434
|
+
export declare const roundCreditCard: string;
|
|
435
|
+
export declare const roundCreditCardOff: string;
|
|
436
|
+
export declare const roundCreditScore: string;
|
|
437
|
+
export declare const roundCrib: string;
|
|
438
|
+
export declare const roundCrop: string;
|
|
439
|
+
export declare const roundCrop169: string;
|
|
440
|
+
export declare const roundCrop32: string;
|
|
441
|
+
export declare const roundCrop54: string;
|
|
442
|
+
export declare const roundCrop75: string;
|
|
443
|
+
export declare const roundCropDin: string;
|
|
444
|
+
export declare const roundCropFree: string;
|
|
445
|
+
export declare const roundCropLandscape: string;
|
|
446
|
+
export declare const roundCropOriginal: string;
|
|
447
|
+
export declare const roundCropPortrait: string;
|
|
448
|
+
export declare const roundCropRotate: string;
|
|
449
|
+
export declare const roundCropSquare: string;
|
|
450
|
+
export declare const roundCrueltyFree: string;
|
|
451
|
+
export declare const roundDangerous: string;
|
|
452
|
+
export declare const roundDarkMode: string;
|
|
453
|
+
export declare const roundDashboard: string;
|
|
454
|
+
export declare const roundDashboardCustomize: string;
|
|
455
|
+
export declare const roundDataArray: string;
|
|
456
|
+
export declare const roundDataExploration: string;
|
|
457
|
+
export declare const roundDataObject: string;
|
|
458
|
+
export declare const roundDataSaverOff: string;
|
|
459
|
+
export declare const roundDataSaverOn: string;
|
|
460
|
+
export declare const roundDataUsage: string;
|
|
461
|
+
export declare const roundDateRange: string;
|
|
462
|
+
export declare const roundDeck: string;
|
|
463
|
+
export declare const roundDehaze: string;
|
|
464
|
+
export declare const roundDelete: string;
|
|
465
|
+
export declare const roundDeleteForever: string;
|
|
466
|
+
export declare const roundDeleteOutline: string;
|
|
467
|
+
export declare const roundDeleteSweep: string;
|
|
468
|
+
export declare const roundDeliveryDining: string;
|
|
469
|
+
export declare const roundDepartureBoard: string;
|
|
470
|
+
export declare const roundDescription: string;
|
|
471
|
+
export declare const roundDesignServices: string;
|
|
472
|
+
export declare const roundDesktopAccessDisabled: string;
|
|
473
|
+
export declare const roundDesktopMac: string;
|
|
474
|
+
export declare const roundDesktopWindows: string;
|
|
475
|
+
export declare const roundDetails: string;
|
|
476
|
+
export declare const roundDeveloperBoard: string;
|
|
477
|
+
export declare const roundDeveloperBoardOff: string;
|
|
478
|
+
export declare const roundDeveloperMode: string;
|
|
479
|
+
export declare const roundDeviceHub: string;
|
|
480
|
+
export declare const roundDevices: string;
|
|
481
|
+
export declare const roundDevicesOther: string;
|
|
482
|
+
export declare const roundDeviceThermostat: string;
|
|
483
|
+
export declare const roundDeviceUnknown: string;
|
|
484
|
+
export declare const roundDialerSip: string;
|
|
485
|
+
export declare const roundDialpad: string;
|
|
486
|
+
export declare const roundDining: string;
|
|
487
|
+
export declare const roundDinnerDining: string;
|
|
488
|
+
export declare const roundDirections: string;
|
|
489
|
+
export declare const roundDirectionsBike: string;
|
|
490
|
+
export declare const roundDirectionsBoat: string;
|
|
491
|
+
export declare const roundDirectionsBoatFilled: string;
|
|
492
|
+
export declare const roundDirectionsBus: string;
|
|
493
|
+
export declare const roundDirectionsBusFilled: string;
|
|
494
|
+
export declare const roundDirectionsCar: string;
|
|
495
|
+
export declare const roundDirectionsCarFilled: string;
|
|
496
|
+
export declare const roundDirectionsOff: string;
|
|
497
|
+
export declare const roundDirectionsRailway: string;
|
|
498
|
+
export declare const roundDirectionsRailwayFilled: string;
|
|
499
|
+
export declare const roundDirectionsRun: string;
|
|
500
|
+
export declare const roundDirectionsSubway: string;
|
|
501
|
+
export declare const roundDirectionsSubwayFilled: string;
|
|
502
|
+
export declare const roundDirectionsTransit: string;
|
|
503
|
+
export declare const roundDirectionsTransitFilled: string;
|
|
504
|
+
export declare const roundDirectionsWalk: string;
|
|
505
|
+
export declare const roundDirtyLens: string;
|
|
506
|
+
export declare const roundDisabledByDefault: string;
|
|
507
|
+
export declare const roundDisabledVisible: string;
|
|
508
|
+
export declare const roundDiscFull: string;
|
|
509
|
+
export declare const roundDiscord: string;
|
|
510
|
+
export declare const roundDns: string;
|
|
511
|
+
export declare const roundDock: string;
|
|
512
|
+
export declare const roundDocumentScanner: string;
|
|
513
|
+
export declare const roundDoDisturb: string;
|
|
514
|
+
export declare const roundDoDisturbAlt: string;
|
|
515
|
+
export declare const roundDoDisturbOff: string;
|
|
516
|
+
export declare const roundDoDisturbOn: string;
|
|
517
|
+
export declare const roundDomain: string;
|
|
518
|
+
export declare const roundDomainDisabled: string;
|
|
519
|
+
export declare const roundDomainVerification: string;
|
|
520
|
+
export declare const roundDone: string;
|
|
521
|
+
export declare const roundDoneAll: string;
|
|
522
|
+
export declare const roundDoneOutline: string;
|
|
523
|
+
export declare const roundDoNotDisturb: string;
|
|
524
|
+
export declare const roundDoNotDisturbAlt: string;
|
|
525
|
+
export declare const roundDoNotDisturbOff: string;
|
|
526
|
+
export declare const roundDoNotDisturbOn: string;
|
|
527
|
+
export declare const roundDoNotDisturbOnTotalSilence: string;
|
|
528
|
+
export declare const roundDoNotStep: string;
|
|
529
|
+
export declare const roundDoNotTouch: string;
|
|
530
|
+
export declare const roundDonutLarge: string;
|
|
531
|
+
export declare const roundDonutSmall: string;
|
|
532
|
+
export declare const roundDoorBack: string;
|
|
533
|
+
export declare const roundDoorbell: string;
|
|
534
|
+
export declare const roundDoorFront: string;
|
|
535
|
+
export declare const roundDoorSliding: string;
|
|
536
|
+
export declare const roundDoubleArrow: string;
|
|
537
|
+
export declare const roundDownhillSkiing: string;
|
|
538
|
+
export declare const roundDownload: string;
|
|
539
|
+
export declare const roundDownloadDone: string;
|
|
540
|
+
export declare const roundDownloadForOffline: string;
|
|
541
|
+
export declare const roundDownloading: string;
|
|
542
|
+
export declare const roundDrafts: string;
|
|
543
|
+
export declare const roundDragHandle: string;
|
|
544
|
+
export declare const roundDragIndicator: string;
|
|
545
|
+
export declare const roundDraw: string;
|
|
546
|
+
export declare const roundDriveEta: string;
|
|
547
|
+
export declare const roundDriveFileMove: string;
|
|
548
|
+
export declare const roundDriveFileMoveRtl: string;
|
|
549
|
+
export declare const roundDriveFileRenameOutline: string;
|
|
550
|
+
export declare const roundDriveFolderUpload: string;
|
|
551
|
+
export declare const roundDry: string;
|
|
552
|
+
export declare const roundDryCleaning: string;
|
|
553
|
+
export declare const roundDuo: string;
|
|
554
|
+
export declare const roundDvr: string;
|
|
555
|
+
export declare const roundDynamicFeed: string;
|
|
556
|
+
export declare const roundDynamicForm: string;
|
|
557
|
+
export declare const roundEarbuds: string;
|
|
558
|
+
export declare const roundEarbudsBattery: string;
|
|
559
|
+
export declare const roundEast: string;
|
|
560
|
+
export declare const roundEdgesensorHigh: string;
|
|
561
|
+
export declare const roundEdgesensorLow: string;
|
|
562
|
+
export declare const roundEdit: string;
|
|
563
|
+
export declare const roundEditAttributes: string;
|
|
564
|
+
export declare const roundEditCalendar: string;
|
|
565
|
+
export declare const roundEditLocation: string;
|
|
566
|
+
export declare const roundEditLocationAlt: string;
|
|
567
|
+
export declare const roundEditNote: string;
|
|
568
|
+
export declare const roundEditNotifications: string;
|
|
569
|
+
export declare const roundEditOff: string;
|
|
570
|
+
export declare const roundEditRoad: string;
|
|
571
|
+
export declare const roundEgg: string;
|
|
572
|
+
export declare const roundEggAlt: string;
|
|
573
|
+
export declare const roundEject: string;
|
|
574
|
+
export declare const roundElderly: string;
|
|
575
|
+
export declare const roundElectricalServices: string;
|
|
576
|
+
export declare const roundElectricBike: string;
|
|
577
|
+
export declare const roundElectricCar: string;
|
|
578
|
+
export declare const roundElectricMoped: string;
|
|
579
|
+
export declare const roundElectricRickshaw: string;
|
|
580
|
+
export declare const roundElectricScooter: string;
|
|
581
|
+
export declare const roundElevator: string;
|
|
582
|
+
export declare const roundEmail: string;
|
|
583
|
+
export declare const roundEmergency: string;
|
|
584
|
+
export declare const roundEMobiledata: string;
|
|
585
|
+
export declare const roundEmojiEmotions: string;
|
|
586
|
+
export declare const roundEmojiEvents: string;
|
|
587
|
+
export declare const roundEmojiFoodBeverage: string;
|
|
588
|
+
export declare const roundEmojiNature: string;
|
|
589
|
+
export declare const roundEmojiObjects: string;
|
|
590
|
+
export declare const roundEmojiPeople: string;
|
|
591
|
+
export declare const roundEmojiSymbols: string;
|
|
592
|
+
export declare const roundEmojiTransportation: string;
|
|
593
|
+
export declare const roundEngineering: string;
|
|
594
|
+
export declare const roundEnhancedEncryption: string;
|
|
595
|
+
export declare const roundEqualizer: string;
|
|
596
|
+
export declare const roundError: string;
|
|
597
|
+
export declare const roundErrorOutline: string;
|
|
598
|
+
export declare const roundEscalator: string;
|
|
599
|
+
export declare const roundEscalatorWarning: string;
|
|
600
|
+
export declare const roundEuro: string;
|
|
601
|
+
export declare const roundEuroSymbol: string;
|
|
602
|
+
export declare const roundEvent: string;
|
|
603
|
+
export declare const roundEventAvailable: string;
|
|
604
|
+
export declare const roundEventBusy: string;
|
|
605
|
+
export declare const roundEventNote: string;
|
|
606
|
+
export declare const roundEventSeat: string;
|
|
607
|
+
export declare const roundEvStation: string;
|
|
608
|
+
export declare const roundExitToApp: string;
|
|
609
|
+
export declare const roundExpand: string;
|
|
610
|
+
export declare const roundExpandCircleDown: string;
|
|
611
|
+
export declare const roundExpandLess: string;
|
|
612
|
+
export declare const roundExpandMore: string;
|
|
613
|
+
export declare const roundExplicit: string;
|
|
614
|
+
export declare const roundExplore: string;
|
|
615
|
+
export declare const roundExploreOff: string;
|
|
616
|
+
export declare const roundExposure: string;
|
|
617
|
+
export declare const roundExposureNeg1: string;
|
|
618
|
+
export declare const roundExposureNeg2: string;
|
|
619
|
+
export declare const roundExposurePlus1: string;
|
|
620
|
+
export declare const roundExposurePlus2: string;
|
|
621
|
+
export declare const roundExposureZero: string;
|
|
622
|
+
export declare const roundExtension: string;
|
|
623
|
+
export declare const roundExtensionOff: string;
|
|
624
|
+
export declare const roundFace: string;
|
|
625
|
+
export declare const roundFaceRetouchingNatural: string;
|
|
626
|
+
export declare const roundFaceRetouchingOff: string;
|
|
627
|
+
export declare const roundFactCheck: string;
|
|
628
|
+
export declare const roundFamilyRestroom: string;
|
|
629
|
+
export declare const roundFastfood: string;
|
|
630
|
+
export declare const roundFastForward: string;
|
|
631
|
+
export declare const roundFastRewind: string;
|
|
632
|
+
export declare const roundFavorite: string;
|
|
633
|
+
export declare const roundFavoriteBorder: string;
|
|
634
|
+
export declare const roundFeaturedPlayList: string;
|
|
635
|
+
export declare const roundFeaturedVideo: string;
|
|
636
|
+
export declare const roundFeed: string;
|
|
637
|
+
export declare const roundFeedback: string;
|
|
638
|
+
export declare const roundFemale: string;
|
|
639
|
+
export declare const roundFence: string;
|
|
640
|
+
export declare const roundFestival: string;
|
|
641
|
+
export declare const roundFiberDvr: string;
|
|
642
|
+
export declare const roundFiberManualRecord: string;
|
|
643
|
+
export declare const roundFiberNew: string;
|
|
644
|
+
export declare const roundFiberPin: string;
|
|
645
|
+
export declare const roundFiberSmartRecord: string;
|
|
646
|
+
export declare const roundFileCopy: string;
|
|
647
|
+
export declare const roundFileDownload: string;
|
|
648
|
+
export declare const roundFileDownloadDone: string;
|
|
649
|
+
export declare const roundFileDownloadOff: string;
|
|
650
|
+
export declare const roundFilePresent: string;
|
|
651
|
+
export declare const roundFileUpload: string;
|
|
652
|
+
export declare const roundFilter: string;
|
|
653
|
+
export declare const roundFilter1: string;
|
|
654
|
+
export declare const roundFilter2: string;
|
|
655
|
+
export declare const roundFilter3: string;
|
|
656
|
+
export declare const roundFilter4: string;
|
|
657
|
+
export declare const roundFilter5: string;
|
|
658
|
+
export declare const roundFilter6: string;
|
|
659
|
+
export declare const roundFilter7: string;
|
|
660
|
+
export declare const roundFilter8: string;
|
|
661
|
+
export declare const roundFilter9: string;
|
|
662
|
+
export declare const roundFilter9Plus: string;
|
|
663
|
+
export declare const roundFilterAlt: string;
|
|
664
|
+
export declare const roundFilterBAndW: string;
|
|
665
|
+
export declare const roundFilterCenterFocus: string;
|
|
666
|
+
export declare const roundFilterDrama: string;
|
|
667
|
+
export declare const roundFilterFrames: string;
|
|
668
|
+
export declare const roundFilterHdr: string;
|
|
669
|
+
export declare const roundFilterList: string;
|
|
670
|
+
export declare const roundFilterNone: string;
|
|
671
|
+
export declare const roundFilterTiltShift: string;
|
|
672
|
+
export declare const roundFilterVintage: string;
|
|
673
|
+
export declare const roundFindInPage: string;
|
|
674
|
+
export declare const roundFindReplace: string;
|
|
675
|
+
export declare const roundFingerprint: string;
|
|
676
|
+
export declare const roundFireExtinguisher: string;
|
|
677
|
+
export declare const roundFireplace: string;
|
|
678
|
+
export declare const roundFirstPage: string;
|
|
679
|
+
export declare const roundFitbit: string;
|
|
680
|
+
export declare const roundFitnessCenter: string;
|
|
681
|
+
export declare const roundFitScreen: string;
|
|
682
|
+
export declare const roundFlag: string;
|
|
683
|
+
export declare const roundFlaky: string;
|
|
684
|
+
export declare const roundFlare: string;
|
|
685
|
+
export declare const roundFlashAuto: string;
|
|
686
|
+
export declare const roundFlashlightOff: string;
|
|
687
|
+
export declare const roundFlashlightOn: string;
|
|
688
|
+
export declare const roundFlashOff: string;
|
|
689
|
+
export declare const roundFlashOn: string;
|
|
690
|
+
export declare const roundFlatware: string;
|
|
691
|
+
export declare const roundFlight: string;
|
|
692
|
+
export declare const roundFlightClass: string;
|
|
693
|
+
export declare const roundFlightLand: string;
|
|
694
|
+
export declare const roundFlightTakeoff: string;
|
|
695
|
+
export declare const roundFlip: string;
|
|
696
|
+
export declare const roundFlipCameraAndroid: string;
|
|
697
|
+
export declare const roundFlipCameraIos: string;
|
|
698
|
+
export declare const roundFlipToBack: string;
|
|
699
|
+
export declare const roundFlipToFront: string;
|
|
700
|
+
export declare const roundFlourescent: string;
|
|
701
|
+
export declare const roundFlutterDash: string;
|
|
702
|
+
export declare const roundFmdBad: string;
|
|
703
|
+
export declare const roundFmdGood: string;
|
|
704
|
+
export declare const roundFolder: string;
|
|
705
|
+
export declare const roundFolderOpen: string;
|
|
706
|
+
export declare const roundFolderShared: string;
|
|
707
|
+
export declare const roundFolderSpecial: string;
|
|
708
|
+
export declare const roundFollowTheSigns: string;
|
|
709
|
+
export declare const roundFontDownload: string;
|
|
710
|
+
export declare const roundFontDownloadOff: string;
|
|
711
|
+
export declare const roundFoodBank: string;
|
|
712
|
+
export declare const roundForest: string;
|
|
713
|
+
export declare const roundFormatAlignCenter: string;
|
|
714
|
+
export declare const roundFormatAlignJustify: string;
|
|
715
|
+
export declare const roundFormatAlignLeft: string;
|
|
716
|
+
export declare const roundFormatAlignRight: string;
|
|
717
|
+
export declare const roundFormatBold: string;
|
|
718
|
+
export declare const roundFormatClear: string;
|
|
719
|
+
export declare const roundFormatColorFill: string;
|
|
720
|
+
export declare const roundFormatColorReset: string;
|
|
721
|
+
export declare const roundFormatColorText: string;
|
|
722
|
+
export declare const roundFormatIndentDecrease: string;
|
|
723
|
+
export declare const roundFormatIndentIncrease: string;
|
|
724
|
+
export declare const roundFormatItalic: string;
|
|
725
|
+
export declare const roundFormatLineSpacing: string;
|
|
726
|
+
export declare const roundFormatListBulleted: string;
|
|
727
|
+
export declare const roundFormatListNumbered: string;
|
|
728
|
+
export declare const roundFormatListNumberedRtl: string;
|
|
729
|
+
export declare const roundFormatPaint: string;
|
|
730
|
+
export declare const roundFormatQuote: string;
|
|
731
|
+
export declare const roundFormatShapes: string;
|
|
732
|
+
export declare const roundFormatSize: string;
|
|
733
|
+
export declare const roundFormatStrikethrough: string;
|
|
734
|
+
export declare const roundFormatTextdirectionLToR: string;
|
|
735
|
+
export declare const roundFormatTextdirectionRToL: string;
|
|
736
|
+
export declare const roundFormatUnderlined: string;
|
|
737
|
+
export declare const roundFort: string;
|
|
738
|
+
export declare const roundForum: string;
|
|
739
|
+
export declare const roundForward: string;
|
|
740
|
+
export declare const roundForward10: string;
|
|
741
|
+
export declare const roundForward30: string;
|
|
742
|
+
export declare const roundForward5: string;
|
|
743
|
+
export declare const roundForwardToInbox: string;
|
|
744
|
+
export declare const roundFoundation: string;
|
|
745
|
+
export declare const roundFreeBreakfast: string;
|
|
746
|
+
export declare const roundFreeCancellation: string;
|
|
747
|
+
export declare const roundFrontHand: string;
|
|
748
|
+
export declare const roundFullscreen: string;
|
|
749
|
+
export declare const roundFullscreenExit: string;
|
|
750
|
+
export declare const roundFunctions: string;
|
|
751
|
+
export declare const roundGamepad: string;
|
|
752
|
+
export declare const roundGames: string;
|
|
753
|
+
export declare const roundGarage: string;
|
|
754
|
+
export declare const roundGavel: string;
|
|
755
|
+
export declare const roundGeneratingTokens: string;
|
|
756
|
+
export declare const roundGesture: string;
|
|
757
|
+
export declare const roundGetApp: string;
|
|
758
|
+
export declare const roundGif: string;
|
|
759
|
+
export declare const roundGifBox: string;
|
|
760
|
+
export declare const roundGite: string;
|
|
761
|
+
export declare const roundGMobiledata: string;
|
|
762
|
+
export declare const roundGolfCourse: string;
|
|
763
|
+
export declare const roundGppBad: string;
|
|
764
|
+
export declare const roundGppGood: string;
|
|
765
|
+
export declare const roundGppMaybe: string;
|
|
766
|
+
export declare const roundGpsFixed: string;
|
|
767
|
+
export declare const roundGpsNotFixed: string;
|
|
768
|
+
export declare const roundGpsOff: string;
|
|
769
|
+
export declare const roundGrade: string;
|
|
770
|
+
export declare const roundGradient: string;
|
|
771
|
+
export declare const roundGrading: string;
|
|
772
|
+
export declare const roundGrain: string;
|
|
773
|
+
export declare const roundGraphicEq: string;
|
|
774
|
+
export declare const roundGrass: string;
|
|
775
|
+
export declare const roundGrid3x3: string;
|
|
776
|
+
export declare const roundGrid4x4: string;
|
|
777
|
+
export declare const roundGridGoldenratio: string;
|
|
778
|
+
export declare const roundGridOff: string;
|
|
779
|
+
export declare const roundGridOn: string;
|
|
780
|
+
export declare const roundGridView: string;
|
|
781
|
+
export declare const roundGroup: string;
|
|
782
|
+
export declare const roundGroupAdd: string;
|
|
783
|
+
export declare const roundGroupOff: string;
|
|
784
|
+
export declare const roundGroupRemove: string;
|
|
785
|
+
export declare const roundGroups: string;
|
|
786
|
+
export declare const roundGroupWork: string;
|
|
787
|
+
export declare const roundGTranslate: string;
|
|
788
|
+
export declare const roundHail: string;
|
|
789
|
+
export declare const roundHandyman: string;
|
|
790
|
+
export declare const roundHardware: string;
|
|
791
|
+
export declare const roundHd: string;
|
|
792
|
+
export declare const roundHdrAuto: string;
|
|
793
|
+
export declare const roundHdrAutoSelect: string;
|
|
794
|
+
export declare const roundHdrEnhancedSelect: string;
|
|
795
|
+
export declare const roundHdrOff: string;
|
|
796
|
+
export declare const roundHdrOffSelect: string;
|
|
797
|
+
export declare const roundHdrOn: string;
|
|
798
|
+
export declare const roundHdrOnSelect: string;
|
|
799
|
+
export declare const roundHdrPlus: string;
|
|
800
|
+
export declare const roundHdrStrong: string;
|
|
801
|
+
export declare const roundHdrWeak: string;
|
|
802
|
+
export declare const roundHeadphones: string;
|
|
803
|
+
export declare const roundHeadphonesBattery: string;
|
|
804
|
+
export declare const roundHeadset: string;
|
|
805
|
+
export declare const roundHeadsetMic: string;
|
|
806
|
+
export declare const roundHeadsetOff: string;
|
|
807
|
+
export declare const roundHealing: string;
|
|
808
|
+
export declare const roundHealthAndSafety: string;
|
|
809
|
+
export declare const roundHearing: string;
|
|
810
|
+
export declare const roundHearingDisabled: string;
|
|
811
|
+
export declare const roundHeartBroken: string;
|
|
812
|
+
export declare const roundHeight: string;
|
|
813
|
+
export declare const roundHelp: string;
|
|
814
|
+
export declare const roundHelpCenter: string;
|
|
815
|
+
export declare const roundHelpOutline: string;
|
|
816
|
+
export declare const roundHevc: string;
|
|
817
|
+
export declare const roundHideImage: string;
|
|
818
|
+
export declare const roundHideSource: string;
|
|
819
|
+
export declare const roundHighlight: string;
|
|
820
|
+
export declare const roundHighlightAlt: string;
|
|
821
|
+
export declare const roundHighlightOff: string;
|
|
822
|
+
export declare const roundHighQuality: string;
|
|
823
|
+
export declare const roundHiking: string;
|
|
824
|
+
export declare const roundHistory: string;
|
|
825
|
+
export declare const roundHistoryEdu: string;
|
|
826
|
+
export declare const roundHistoryToggleOff: string;
|
|
827
|
+
export declare const roundHive: string;
|
|
828
|
+
export declare const roundHMobiledata: string;
|
|
829
|
+
export declare const roundHolidayVillage: string;
|
|
830
|
+
export declare const roundHome: string;
|
|
831
|
+
export declare const roundHomeMax: string;
|
|
832
|
+
export declare const roundHomeMini: string;
|
|
833
|
+
export declare const roundHomeRepairService: string;
|
|
834
|
+
export declare const roundHomeWork: string;
|
|
835
|
+
export declare const roundHorizontalDistribute: string;
|
|
836
|
+
export declare const roundHorizontalRule: string;
|
|
837
|
+
export declare const roundHorizontalSplit: string;
|
|
838
|
+
export declare const roundHotel: string;
|
|
839
|
+
export declare const roundHotelClass: string;
|
|
840
|
+
export declare const roundHotTub: string;
|
|
841
|
+
export declare const roundHourglassBottom: string;
|
|
842
|
+
export declare const roundHourglassDisabled: string;
|
|
843
|
+
export declare const roundHourglassEmpty: string;
|
|
844
|
+
export declare const roundHourglassFull: string;
|
|
845
|
+
export declare const roundHourglassTop: string;
|
|
846
|
+
export declare const roundHouse: string;
|
|
847
|
+
export declare const roundHouseboat: string;
|
|
848
|
+
export declare const roundHouseSiding: string;
|
|
849
|
+
export declare const roundHowToReg: string;
|
|
850
|
+
export declare const roundHowToVote: string;
|
|
851
|
+
export declare const roundHPlusMobiledata: string;
|
|
852
|
+
export declare const roundHttp: string;
|
|
853
|
+
export declare const roundHttps: string;
|
|
854
|
+
export declare const roundHub: string;
|
|
855
|
+
export declare const roundHvac: string;
|
|
856
|
+
export declare const roundIcecream: string;
|
|
857
|
+
export declare const roundIceSkating: string;
|
|
858
|
+
export declare const roundImage: string;
|
|
859
|
+
export declare const roundImageAspectRatio: string;
|
|
860
|
+
export declare const roundImageNotSupported: string;
|
|
861
|
+
export declare const roundImageSearch: string;
|
|
862
|
+
export declare const roundImagesearchRoller: string;
|
|
863
|
+
export declare const roundImportantDevices: string;
|
|
864
|
+
export declare const roundImportContacts: string;
|
|
865
|
+
export declare const roundImportExport: string;
|
|
866
|
+
export declare const roundInbox: string;
|
|
867
|
+
export declare const roundIncompleteCircle: string;
|
|
868
|
+
export declare const roundIndeterminateCheckBox: string;
|
|
869
|
+
export declare const roundInfo: string;
|
|
870
|
+
export declare const roundInput: string;
|
|
871
|
+
export declare const roundInsertChart: string;
|
|
872
|
+
export declare const roundInsertChartOutlined: string;
|
|
873
|
+
export declare const roundInsertComment: string;
|
|
874
|
+
export declare const roundInsertDriveFile: string;
|
|
875
|
+
export declare const roundInsertEmoticon: string;
|
|
876
|
+
export declare const roundInsertInvitation: string;
|
|
877
|
+
export declare const roundInsertLink: string;
|
|
878
|
+
export declare const roundInsertPageBreak: string;
|
|
879
|
+
export declare const roundInsertPhoto: string;
|
|
880
|
+
export declare const roundInsights: string;
|
|
881
|
+
export declare const roundIntegrationInstructions: string;
|
|
882
|
+
export declare const roundInterests: string;
|
|
883
|
+
export declare const roundInterpreterMode: string;
|
|
884
|
+
export declare const roundInventory: string;
|
|
885
|
+
export declare const roundInventory2: string;
|
|
886
|
+
export declare const roundInvertColors: string;
|
|
887
|
+
export declare const roundInvertColorsOff: string;
|
|
888
|
+
export declare const roundIosShare: string;
|
|
889
|
+
export declare const roundIron: string;
|
|
890
|
+
export declare const roundIso: string;
|
|
891
|
+
export declare const roundKayaking: string;
|
|
892
|
+
export declare const roundKebabDining: string;
|
|
893
|
+
export declare const roundKeyboard: string;
|
|
894
|
+
export declare const roundKeyboardAlt: string;
|
|
895
|
+
export declare const roundKeyboardArrowDown: string;
|
|
896
|
+
export declare const roundKeyboardArrowLeft: string;
|
|
897
|
+
export declare const roundKeyboardArrowRight: string;
|
|
898
|
+
export declare const roundKeyboardArrowUp: string;
|
|
899
|
+
export declare const roundKeyboardBackspace: string;
|
|
900
|
+
export declare const roundKeyboardCapslock: string;
|
|
901
|
+
export declare const roundKeyboardDoubleArrowDown: string;
|
|
902
|
+
export declare const roundKeyboardDoubleArrowLeft: string;
|
|
903
|
+
export declare const roundKeyboardDoubleArrowRight: string;
|
|
904
|
+
export declare const roundKeyboardDoubleArrowUp: string;
|
|
905
|
+
export declare const roundKeyboardHide: string;
|
|
906
|
+
export declare const roundKeyboardReturn: string;
|
|
907
|
+
export declare const roundKeyboardTab: string;
|
|
908
|
+
export declare const roundKeyboardVoice: string;
|
|
909
|
+
export declare const roundKingBed: string;
|
|
910
|
+
export declare const roundKitchen: string;
|
|
911
|
+
export declare const roundKitesurfing: string;
|
|
912
|
+
export declare const roundLabel: string;
|
|
913
|
+
export declare const roundLabelImportant: string;
|
|
914
|
+
export declare const roundLabelOff: string;
|
|
915
|
+
export declare const roundLandscape: string;
|
|
916
|
+
export declare const roundLanguage: string;
|
|
917
|
+
export declare const roundLaptop: string;
|
|
918
|
+
export declare const roundLaptopChromebook: string;
|
|
919
|
+
export declare const roundLaptopMac: string;
|
|
920
|
+
export declare const roundLaptopWindows: string;
|
|
921
|
+
export declare const roundLastPage: string;
|
|
922
|
+
export declare const roundLaunch: string;
|
|
923
|
+
export declare const roundLayers: string;
|
|
924
|
+
export declare const roundLayersClear: string;
|
|
925
|
+
export declare const roundLeaderboard: string;
|
|
926
|
+
export declare const roundLeakAdd: string;
|
|
927
|
+
export declare const roundLeakRemove: string;
|
|
928
|
+
export declare const roundLegendToggle: string;
|
|
929
|
+
export declare const roundLens: string;
|
|
930
|
+
export declare const roundLensBlur: string;
|
|
931
|
+
export declare const roundLibraryAdd: string;
|
|
932
|
+
export declare const roundLibraryAddCheck: string;
|
|
933
|
+
export declare const roundLibraryBooks: string;
|
|
934
|
+
export declare const roundLibraryMusic: string;
|
|
935
|
+
export declare const roundLight: string;
|
|
936
|
+
export declare const roundLightbulb: string;
|
|
937
|
+
export declare const roundLightMode: string;
|
|
938
|
+
export declare const roundLinearScale: string;
|
|
939
|
+
export declare const roundLineAxis: string;
|
|
940
|
+
export declare const roundLineStyle: string;
|
|
941
|
+
export declare const roundLineWeight: string;
|
|
942
|
+
export declare const roundLink: string;
|
|
943
|
+
export declare const roundLinkedCamera: string;
|
|
944
|
+
export declare const roundLinkOff: string;
|
|
945
|
+
export declare const roundLiquor: string;
|
|
946
|
+
export declare const roundList: string;
|
|
947
|
+
export declare const roundListAlt: string;
|
|
948
|
+
export declare const roundLiveHelp: string;
|
|
949
|
+
export declare const roundLiveTv: string;
|
|
950
|
+
export declare const roundLiving: string;
|
|
951
|
+
export declare const roundLocalActivity: string;
|
|
952
|
+
export declare const roundLocalAirport: string;
|
|
953
|
+
export declare const roundLocalAtm: string;
|
|
954
|
+
export declare const roundLocalBar: string;
|
|
955
|
+
export declare const roundLocalCafe: string;
|
|
956
|
+
export declare const roundLocalCarWash: string;
|
|
957
|
+
export declare const roundLocalConvenienceStore: string;
|
|
958
|
+
export declare const roundLocalDining: string;
|
|
959
|
+
export declare const roundLocalDrink: string;
|
|
960
|
+
export declare const roundLocalFireDepartment: string;
|
|
961
|
+
export declare const roundLocalFlorist: string;
|
|
962
|
+
export declare const roundLocalGasStation: string;
|
|
963
|
+
export declare const roundLocalGroceryStore: string;
|
|
964
|
+
export declare const roundLocalHospital: string;
|
|
965
|
+
export declare const roundLocalHotel: string;
|
|
966
|
+
export declare const roundLocalLaundryService: string;
|
|
967
|
+
export declare const roundLocalLibrary: string;
|
|
968
|
+
export declare const roundLocalMall: string;
|
|
969
|
+
export declare const roundLocalMovies: string;
|
|
970
|
+
export declare const roundLocalOffer: string;
|
|
971
|
+
export declare const roundLocalParking: string;
|
|
972
|
+
export declare const roundLocalPharmacy: string;
|
|
973
|
+
export declare const roundLocalPhone: string;
|
|
974
|
+
export declare const roundLocalPizza: string;
|
|
975
|
+
export declare const roundLocalPlay: string;
|
|
976
|
+
export declare const roundLocalPolice: string;
|
|
977
|
+
export declare const roundLocalPostOffice: string;
|
|
978
|
+
export declare const roundLocalPrintshop: string;
|
|
979
|
+
export declare const roundLocalSee: string;
|
|
980
|
+
export declare const roundLocalShipping: string;
|
|
981
|
+
export declare const roundLocalTaxi: string;
|
|
982
|
+
export declare const roundLocationCity: string;
|
|
983
|
+
export declare const roundLocationDisabled: string;
|
|
984
|
+
export declare const roundLocationOff: string;
|
|
985
|
+
export declare const roundLocationOn: string;
|
|
986
|
+
export declare const roundLocationSearching: string;
|
|
987
|
+
export declare const roundLock: string;
|
|
988
|
+
export declare const roundLockClock: string;
|
|
989
|
+
export declare const roundLockOpen: string;
|
|
990
|
+
export declare const roundLogin: string;
|
|
991
|
+
export declare const roundLogout: string;
|
|
992
|
+
export declare const roundLooks: string;
|
|
993
|
+
export declare const roundLooks3: string;
|
|
994
|
+
export declare const roundLooks4: string;
|
|
995
|
+
export declare const roundLooks5: string;
|
|
996
|
+
export declare const roundLooks6: string;
|
|
997
|
+
export declare const roundLooksOne: string;
|
|
998
|
+
export declare const roundLooksTwo: string;
|
|
999
|
+
export declare const roundLoop: string;
|
|
1000
|
+
export declare const roundLoupe: string;
|
|
1001
|
+
export declare const roundLowPriority: string;
|
|
1002
|
+
export declare const roundLoyalty: string;
|
|
1003
|
+
export declare const roundLteMobiledata: string;
|
|
1004
|
+
export declare const roundLtePlusMobiledata: string;
|
|
1005
|
+
export declare const roundLuggage: string;
|
|
1006
|
+
export declare const roundLunchDining: string;
|
|
1007
|
+
export declare const roundMail: string;
|
|
1008
|
+
export declare const roundMailOutline: string;
|
|
1009
|
+
export declare const roundMale: string;
|
|
1010
|
+
export declare const roundMan: string;
|
|
1011
|
+
export declare const roundManageAccounts: string;
|
|
1012
|
+
export declare const roundManageSearch: string;
|
|
1013
|
+
export declare const roundMap: string;
|
|
1014
|
+
export declare const roundMapsHomeWork: string;
|
|
1015
|
+
export declare const roundMapsUgc: string;
|
|
1016
|
+
export declare const roundMargin: string;
|
|
1017
|
+
export declare const roundMarkAsUnread: string;
|
|
1018
|
+
export declare const roundMarkChatRead: string;
|
|
1019
|
+
export declare const roundMarkChatUnread: string;
|
|
1020
|
+
export declare const roundMarkEmailRead: string;
|
|
1021
|
+
export declare const roundMarkEmailUnread: string;
|
|
1022
|
+
export declare const roundMarkunread: string;
|
|
1023
|
+
export declare const roundMarkunreadMailbox: string;
|
|
1024
|
+
export declare const roundMasks: string;
|
|
1025
|
+
export declare const roundMaximize: string;
|
|
1026
|
+
export declare const roundMediaBluetoothOff: string;
|
|
1027
|
+
export declare const roundMediaBluetoothOn: string;
|
|
1028
|
+
export declare const roundMediation: string;
|
|
1029
|
+
export declare const roundMedicalServices: string;
|
|
1030
|
+
export declare const roundMedication: string;
|
|
1031
|
+
export declare const roundMedicationLiquid: string;
|
|
1032
|
+
export declare const roundMeetingRoom: string;
|
|
1033
|
+
export declare const roundMemory: string;
|
|
1034
|
+
export declare const roundMenu: string;
|
|
1035
|
+
export declare const roundMenuBook: string;
|
|
1036
|
+
export declare const roundMenuOpen: string;
|
|
1037
|
+
export declare const roundMergeType: string;
|
|
1038
|
+
export declare const roundMessage: string;
|
|
1039
|
+
export declare const roundMic: string;
|
|
1040
|
+
export declare const roundMicExternalOff: string;
|
|
1041
|
+
export declare const roundMicExternalOn: string;
|
|
1042
|
+
export declare const roundMicNone: string;
|
|
1043
|
+
export declare const roundMicOff: string;
|
|
1044
|
+
export declare const roundMicrowave: string;
|
|
1045
|
+
export declare const roundMilitaryTech: string;
|
|
1046
|
+
export declare const roundMinimize: string;
|
|
1047
|
+
export declare const roundMiscellaneousServices: string;
|
|
1048
|
+
export declare const roundMissedVideoCall: string;
|
|
1049
|
+
export declare const roundMms: string;
|
|
1050
|
+
export declare const roundMobiledataOff: string;
|
|
1051
|
+
export declare const roundMobileFriendly: string;
|
|
1052
|
+
export declare const roundMobileOff: string;
|
|
1053
|
+
export declare const roundMobileScreenShare: string;
|
|
1054
|
+
export declare const roundMode: string;
|
|
1055
|
+
export declare const roundModeComment: string;
|
|
1056
|
+
export declare const roundModeEdit: string;
|
|
1057
|
+
export declare const roundModeEditOutline: string;
|
|
1058
|
+
export declare const roundModelTraining: string;
|
|
1059
|
+
export declare const roundModeNight: string;
|
|
1060
|
+
export declare const roundModeOfTravel: string;
|
|
1061
|
+
export declare const roundModeStandby: string;
|
|
1062
|
+
export declare const roundMonetizationOn: string;
|
|
1063
|
+
export declare const roundMoney: string;
|
|
1064
|
+
export declare const roundMoneyOff: string;
|
|
1065
|
+
export declare const roundMoneyOffCsred: string;
|
|
1066
|
+
export declare const roundMonitor: string;
|
|
1067
|
+
export declare const roundMonitorHeart: string;
|
|
1068
|
+
export declare const roundMonitorWeight: string;
|
|
1069
|
+
export declare const roundMonochromePhotos: string;
|
|
1070
|
+
export declare const roundMood: string;
|
|
1071
|
+
export declare const roundMoodBad: string;
|
|
1072
|
+
export declare const roundMoped: string;
|
|
1073
|
+
export declare const roundMore: string;
|
|
1074
|
+
export declare const roundMoreHoriz: string;
|
|
1075
|
+
export declare const roundMoreTime: string;
|
|
1076
|
+
export declare const roundMoreVert: string;
|
|
1077
|
+
export declare const roundMosque: string;
|
|
1078
|
+
export declare const roundMotionPhotosAuto: string;
|
|
1079
|
+
export declare const roundMotionPhotosOff: string;
|
|
1080
|
+
export declare const roundMotionPhotosOn: string;
|
|
1081
|
+
export declare const roundMotionPhotosPause: string;
|
|
1082
|
+
export declare const roundMotionPhotosPaused: string;
|
|
1083
|
+
export declare const roundMouse: string;
|
|
1084
|
+
export declare const roundMoveToInbox: string;
|
|
1085
|
+
export declare const roundMovie: string;
|
|
1086
|
+
export declare const roundMovieCreation: string;
|
|
1087
|
+
export declare const roundMovieFilter: string;
|
|
1088
|
+
export declare const roundMoving: string;
|
|
1089
|
+
export declare const roundMp: string;
|
|
1090
|
+
export declare const roundMultilineChart: string;
|
|
1091
|
+
export declare const roundMultipleStop: string;
|
|
1092
|
+
export declare const roundMuseum: string;
|
|
1093
|
+
export declare const roundMusicNote: string;
|
|
1094
|
+
export declare const roundMusicOff: string;
|
|
1095
|
+
export declare const roundMusicVideo: string;
|
|
1096
|
+
export declare const roundMyLocation: string;
|
|
1097
|
+
export declare const roundNat: string;
|
|
1098
|
+
export declare const roundNature: string;
|
|
1099
|
+
export declare const roundNaturePeople: string;
|
|
1100
|
+
export declare const roundNavigateBefore: string;
|
|
1101
|
+
export declare const roundNavigateNext: string;
|
|
1102
|
+
export declare const roundNavigation: string;
|
|
1103
|
+
export declare const roundNearbyError: string;
|
|
1104
|
+
export declare const roundNearbyOff: string;
|
|
1105
|
+
export declare const roundNearMe: string;
|
|
1106
|
+
export declare const roundNearMeDisabled: string;
|
|
1107
|
+
export declare const roundNetworkCell: string;
|
|
1108
|
+
export declare const roundNetworkCheck: string;
|
|
1109
|
+
export declare const roundNetworkLocked: string;
|
|
1110
|
+
export declare const roundNetworkWifi: string;
|
|
1111
|
+
export declare const roundNewLabel: string;
|
|
1112
|
+
export declare const roundNewReleases: string;
|
|
1113
|
+
export declare const roundNextPlan: string;
|
|
1114
|
+
export declare const roundNextWeek: string;
|
|
1115
|
+
export declare const roundNfc: string;
|
|
1116
|
+
export declare const roundNightlife: string;
|
|
1117
|
+
export declare const roundNightlight: string;
|
|
1118
|
+
export declare const roundNightlightRound: string;
|
|
1119
|
+
export declare const roundNightShelter: string;
|
|
1120
|
+
export declare const roundNightsStay: string;
|
|
1121
|
+
export declare const roundNoAccounts: string;
|
|
1122
|
+
export declare const roundNoBackpack: string;
|
|
1123
|
+
export declare const roundNoCell: string;
|
|
1124
|
+
export declare const roundNoDrinks: string;
|
|
1125
|
+
export declare const roundNoEncryption: string;
|
|
1126
|
+
export declare const roundNoEncryptionGmailerrorred: string;
|
|
1127
|
+
export declare const roundNoFlash: string;
|
|
1128
|
+
export declare const roundNoFood: string;
|
|
1129
|
+
export declare const roundNoLuggage: string;
|
|
1130
|
+
export declare const roundNoMeals: string;
|
|
1131
|
+
export declare const roundNoMeetingRoom: string;
|
|
1132
|
+
export declare const roundNoPhotography: string;
|
|
1133
|
+
export declare const roundNordicWalking: string;
|
|
1134
|
+
export declare const roundNorth: string;
|
|
1135
|
+
export declare const roundNorthEast: string;
|
|
1136
|
+
export declare const roundNorthWest: string;
|
|
1137
|
+
export declare const roundNoSim: string;
|
|
1138
|
+
export declare const roundNoStroller: string;
|
|
1139
|
+
export declare const roundNotAccessible: string;
|
|
1140
|
+
export declare const roundNote: string;
|
|
1141
|
+
export declare const roundNoteAdd: string;
|
|
1142
|
+
export declare const roundNoteAlt: string;
|
|
1143
|
+
export declare const roundNotes: string;
|
|
1144
|
+
export declare const roundNotificationAdd: string;
|
|
1145
|
+
export declare const roundNotificationImportant: string;
|
|
1146
|
+
export declare const roundNotifications: string;
|
|
1147
|
+
export declare const roundNotificationsActive: string;
|
|
1148
|
+
export declare const roundNotificationsNone: string;
|
|
1149
|
+
export declare const roundNotificationsOff: string;
|
|
1150
|
+
export declare const roundNotificationsPaused: string;
|
|
1151
|
+
export declare const roundNotInterested: string;
|
|
1152
|
+
export declare const roundNotListedLocation: string;
|
|
1153
|
+
export declare const roundNoTransfer: string;
|
|
1154
|
+
export declare const roundNotStarted: string;
|
|
1155
|
+
export declare const roundNumbers: string;
|
|
1156
|
+
export declare const roundOfflineBolt: string;
|
|
1157
|
+
export declare const roundOfflinePin: string;
|
|
1158
|
+
export declare const roundOfflineShare: string;
|
|
1159
|
+
export declare const roundOndemandVideo: string;
|
|
1160
|
+
export declare const roundOnlinePrediction: string;
|
|
1161
|
+
export declare const roundOpacity: string;
|
|
1162
|
+
export declare const roundOpenInBrowser: string;
|
|
1163
|
+
export declare const roundOpenInFull: string;
|
|
1164
|
+
export declare const roundOpenInNew: string;
|
|
1165
|
+
export declare const roundOpenInNewOff: string;
|
|
1166
|
+
export declare const roundOpenWith: string;
|
|
1167
|
+
export declare const roundOtherHouses: string;
|
|
1168
|
+
export declare const roundOutbound: string;
|
|
1169
|
+
export declare const roundOutbox: string;
|
|
1170
|
+
export declare const roundOutdoorGrill: string;
|
|
1171
|
+
export declare const roundOutlet: string;
|
|
1172
|
+
export declare const roundOutlinedFlag: string;
|
|
1173
|
+
export declare const roundPadding: string;
|
|
1174
|
+
export declare const roundPages: string;
|
|
1175
|
+
export declare const roundPageview: string;
|
|
1176
|
+
export declare const roundPaid: string;
|
|
1177
|
+
export declare const roundPalette: string;
|
|
1178
|
+
export declare const roundPanorama: string;
|
|
1179
|
+
export declare const roundPanoramaFishEye: string;
|
|
1180
|
+
export declare const roundPanoramaHorizontal: string;
|
|
1181
|
+
export declare const roundPanoramaHorizontalSelect: string;
|
|
1182
|
+
export declare const roundPanoramaPhotosphere: string;
|
|
1183
|
+
export declare const roundPanoramaPhotosphereSelect: string;
|
|
1184
|
+
export declare const roundPanoramaVertical: string;
|
|
1185
|
+
export declare const roundPanoramaVerticalSelect: string;
|
|
1186
|
+
export declare const roundPanoramaWideAngle: string;
|
|
1187
|
+
export declare const roundPanoramaWideAngleSelect: string;
|
|
1188
|
+
export declare const roundPanTool: string;
|
|
1189
|
+
export declare const roundParagliding: string;
|
|
1190
|
+
export declare const roundPark: string;
|
|
1191
|
+
export declare const roundPartyMode: string;
|
|
1192
|
+
export declare const roundPassword: string;
|
|
1193
|
+
export declare const roundPattern: string;
|
|
1194
|
+
export declare const roundPause: string;
|
|
1195
|
+
export declare const roundPauseCircle: string;
|
|
1196
|
+
export declare const roundPauseCircleFilled: string;
|
|
1197
|
+
export declare const roundPauseCircleOutline: string;
|
|
1198
|
+
export declare const roundPausePresentation: string;
|
|
1199
|
+
export declare const roundPayment: string;
|
|
1200
|
+
export declare const roundPayments: string;
|
|
1201
|
+
export declare const roundPaypal: string;
|
|
1202
|
+
export declare const roundPedalBike: string;
|
|
1203
|
+
export declare const roundPending: string;
|
|
1204
|
+
export declare const roundPendingActions: string;
|
|
1205
|
+
export declare const roundPeople: string;
|
|
1206
|
+
export declare const roundPeopleAlt: string;
|
|
1207
|
+
export declare const roundPeopleOutline: string;
|
|
1208
|
+
export declare const roundPermCameraMic: string;
|
|
1209
|
+
export declare const roundPermContactCalendar: string;
|
|
1210
|
+
export declare const roundPermDataSetting: string;
|
|
1211
|
+
export declare const roundPermDeviceInformation: string;
|
|
1212
|
+
export declare const roundPermIdentity: string;
|
|
1213
|
+
export declare const roundPermMedia: string;
|
|
1214
|
+
export declare const roundPermPhoneMsg: string;
|
|
1215
|
+
export declare const roundPermScanWifi: string;
|
|
1216
|
+
export declare const roundPerson: string;
|
|
1217
|
+
export declare const roundPersonAdd: string;
|
|
1218
|
+
export declare const roundPersonAddAlt: string;
|
|
1219
|
+
export declare const roundPersonAddAlt1: string;
|
|
1220
|
+
export declare const roundPersonAddDisabled: string;
|
|
1221
|
+
export declare const roundPersonalInjury: string;
|
|
1222
|
+
export declare const roundPersonalVideo: string;
|
|
1223
|
+
export declare const roundPersonOff: string;
|
|
1224
|
+
export declare const roundPersonOutline: string;
|
|
1225
|
+
export declare const roundPersonPin: string;
|
|
1226
|
+
export declare const roundPersonPinCircle: string;
|
|
1227
|
+
export declare const roundPersonRemove: string;
|
|
1228
|
+
export declare const roundPersonRemoveAlt1: string;
|
|
1229
|
+
export declare const roundPersonSearch: string;
|
|
1230
|
+
export declare const roundPestControl: string;
|
|
1231
|
+
export declare const roundPestControlRodent: string;
|
|
1232
|
+
export declare const roundPets: string;
|
|
1233
|
+
export declare const roundPhone: string;
|
|
1234
|
+
export declare const roundPhoneAndroid: string;
|
|
1235
|
+
export declare const roundPhoneBluetoothSpeaker: string;
|
|
1236
|
+
export declare const roundPhoneCallback: string;
|
|
1237
|
+
export declare const roundPhoneDisabled: string;
|
|
1238
|
+
export declare const roundPhoneEnabled: string;
|
|
1239
|
+
export declare const roundPhoneForwarded: string;
|
|
1240
|
+
export declare const roundPhoneInTalk: string;
|
|
1241
|
+
export declare const roundPhoneIphone: string;
|
|
1242
|
+
export declare const roundPhonelink: string;
|
|
1243
|
+
export declare const roundPhonelinkErase: string;
|
|
1244
|
+
export declare const roundPhonelinkLock: string;
|
|
1245
|
+
export declare const roundPhonelinkOff: string;
|
|
1246
|
+
export declare const roundPhonelinkRing: string;
|
|
1247
|
+
export declare const roundPhonelinkSetup: string;
|
|
1248
|
+
export declare const roundPhoneLocked: string;
|
|
1249
|
+
export declare const roundPhoneMissed: string;
|
|
1250
|
+
export declare const roundPhonePaused: string;
|
|
1251
|
+
export declare const roundPhoto: string;
|
|
1252
|
+
export declare const roundPhotoAlbum: string;
|
|
1253
|
+
export declare const roundPhotoCamera: string;
|
|
1254
|
+
export declare const roundPhotoCameraBack: string;
|
|
1255
|
+
export declare const roundPhotoCameraFront: string;
|
|
1256
|
+
export declare const roundPhotoFilter: string;
|
|
1257
|
+
export declare const roundPhotoLibrary: string;
|
|
1258
|
+
export declare const roundPhotoSizeSelectActual: string;
|
|
1259
|
+
export declare const roundPhotoSizeSelectLarge: string;
|
|
1260
|
+
export declare const roundPhotoSizeSelectSmall: string;
|
|
1261
|
+
export declare const roundPiano: string;
|
|
1262
|
+
export declare const roundPianoOff: string;
|
|
1263
|
+
export declare const roundPictureAsPdf: string;
|
|
1264
|
+
export declare const roundPictureInPicture: string;
|
|
1265
|
+
export declare const roundPictureInPictureAlt: string;
|
|
1266
|
+
export declare const roundPieChart: string;
|
|
1267
|
+
export declare const roundPieChartOutline: string;
|
|
1268
|
+
export declare const roundPin: string;
|
|
1269
|
+
export declare const roundPinDrop: string;
|
|
1270
|
+
export declare const roundPinEnd: string;
|
|
1271
|
+
export declare const roundPinInvoke: string;
|
|
1272
|
+
export declare const roundPivotTableChart: string;
|
|
1273
|
+
export declare const roundPix: string;
|
|
1274
|
+
export declare const roundPlace: string;
|
|
1275
|
+
export declare const roundPlagiarism: string;
|
|
1276
|
+
export declare const roundPlayArrow: string;
|
|
1277
|
+
export declare const roundPlayCircle: string;
|
|
1278
|
+
export declare const roundPlayCircleFilled: string;
|
|
1279
|
+
export declare const roundPlayCircleOutline: string;
|
|
1280
|
+
export declare const roundPlayDisabled: string;
|
|
1281
|
+
export declare const roundPlayForWork: string;
|
|
1282
|
+
export declare const roundPlayLesson: string;
|
|
1283
|
+
export declare const roundPlaylistAdd: string;
|
|
1284
|
+
export declare const roundPlaylistAddCheck: string;
|
|
1285
|
+
export declare const roundPlaylistAddCheckCircle: string;
|
|
1286
|
+
export declare const roundPlaylistAddCircle: string;
|
|
1287
|
+
export declare const roundPlaylistPlay: string;
|
|
1288
|
+
export declare const roundPlumbing: string;
|
|
1289
|
+
export declare const roundPlusOne: string;
|
|
1290
|
+
export declare const roundPodcasts: string;
|
|
1291
|
+
export declare const roundPointOfSale: string;
|
|
1292
|
+
export declare const roundPolicy: string;
|
|
1293
|
+
export declare const roundPoll: string;
|
|
1294
|
+
export declare const roundPolymer: string;
|
|
1295
|
+
export declare const roundPool: string;
|
|
1296
|
+
export declare const roundPortableWifiOff: string;
|
|
1297
|
+
export declare const roundPortrait: string;
|
|
1298
|
+
export declare const roundPostAdd: string;
|
|
1299
|
+
export declare const roundPower: string;
|
|
1300
|
+
export declare const roundPowerInput: string;
|
|
1301
|
+
export declare const roundPowerOff: string;
|
|
1302
|
+
export declare const roundPowerSettingsNew: string;
|
|
1303
|
+
export declare const roundPrecisionManufacturing: string;
|
|
1304
|
+
export declare const roundPregnantWoman: string;
|
|
1305
|
+
export declare const roundPresentToAll: string;
|
|
1306
|
+
export declare const roundPreview: string;
|
|
1307
|
+
export declare const roundPriceChange: string;
|
|
1308
|
+
export declare const roundPriceCheck: string;
|
|
1309
|
+
export declare const roundPrint: string;
|
|
1310
|
+
export declare const roundPrintDisabled: string;
|
|
1311
|
+
export declare const roundPriorityHigh: string;
|
|
1312
|
+
export declare const roundPrivacyTip: string;
|
|
1313
|
+
export declare const roundPrivateConnectivity: string;
|
|
1314
|
+
export declare const roundProductionQuantityLimits: string;
|
|
1315
|
+
export declare const roundPsychology: string;
|
|
1316
|
+
export declare const roundPublic: string;
|
|
1317
|
+
export declare const roundPublicOff: string;
|
|
1318
|
+
export declare const roundPublish: string;
|
|
1319
|
+
export declare const roundPublishedWithChanges: string;
|
|
1320
|
+
export declare const roundPunchClock: string;
|
|
1321
|
+
export declare const roundPushPin: string;
|
|
1322
|
+
export declare const roundQrCode: string;
|
|
1323
|
+
export declare const roundQrCode2: string;
|
|
1324
|
+
export declare const roundQrCodeScanner: string;
|
|
1325
|
+
export declare const roundQueryBuilder: string;
|
|
1326
|
+
export declare const roundQueryStats: string;
|
|
1327
|
+
export declare const roundQuestionAnswer: string;
|
|
1328
|
+
export declare const roundQueue: string;
|
|
1329
|
+
export declare const roundQueueMusic: string;
|
|
1330
|
+
export declare const roundQueuePlayNext: string;
|
|
1331
|
+
export declare const roundQuickreply: string;
|
|
1332
|
+
export declare const roundQuiz: string;
|
|
1333
|
+
export declare const roundQuora: string;
|
|
1334
|
+
export declare const roundRadar: string;
|
|
1335
|
+
export declare const roundRadio: string;
|
|
1336
|
+
export declare const roundRadioButtonChecked: string;
|
|
1337
|
+
export declare const roundRadioButtonUnchecked: string;
|
|
1338
|
+
export declare const roundRailwayAlert: string;
|
|
1339
|
+
export declare const roundRamenDining: string;
|
|
1340
|
+
export declare const roundRateReview: string;
|
|
1341
|
+
export declare const roundRawOff: string;
|
|
1342
|
+
export declare const roundRawOn: string;
|
|
1343
|
+
export declare const roundReadMore: string;
|
|
1344
|
+
export declare const roundRealEstateAgent: string;
|
|
1345
|
+
export declare const roundReceipt: string;
|
|
1346
|
+
export declare const roundReceiptLong: string;
|
|
1347
|
+
export declare const roundRecentActors: string;
|
|
1348
|
+
export declare const roundRecommend: string;
|
|
1349
|
+
export declare const roundRecordVoiceOver: string;
|
|
1350
|
+
export declare const roundRecycling: string;
|
|
1351
|
+
export declare const roundReddit: string;
|
|
1352
|
+
export declare const roundRedeem: string;
|
|
1353
|
+
export declare const roundRedo: string;
|
|
1354
|
+
export declare const roundReduceCapacity: string;
|
|
1355
|
+
export declare const roundRefresh: string;
|
|
1356
|
+
export declare const roundRememberMe: string;
|
|
1357
|
+
export declare const roundRemove: string;
|
|
1358
|
+
export declare const roundRemoveCircle: string;
|
|
1359
|
+
export declare const roundRemoveCircleOutline: string;
|
|
1360
|
+
export declare const roundRemoveDone: string;
|
|
1361
|
+
export declare const roundRemoveFromQueue: string;
|
|
1362
|
+
export declare const roundRemoveModerator: string;
|
|
1363
|
+
export declare const roundRemoveRedEye: string;
|
|
1364
|
+
export declare const roundRemoveShoppingCart: string;
|
|
1365
|
+
export declare const roundReorder: string;
|
|
1366
|
+
export declare const roundRepeat: string;
|
|
1367
|
+
export declare const roundRepeatOn: string;
|
|
1368
|
+
export declare const roundRepeatOne: string;
|
|
1369
|
+
export declare const roundRepeatOneOn: string;
|
|
1370
|
+
export declare const roundReplay: string;
|
|
1371
|
+
export declare const roundReplay10: string;
|
|
1372
|
+
export declare const roundReplay30: string;
|
|
1373
|
+
export declare const roundReplay5: string;
|
|
1374
|
+
export declare const roundReplayCircleFilled: string;
|
|
1375
|
+
export declare const roundReply: string;
|
|
1376
|
+
export declare const roundReplyAll: string;
|
|
1377
|
+
export declare const roundReport: string;
|
|
1378
|
+
export declare const roundReportGmailerrorred: string;
|
|
1379
|
+
export declare const roundReportOff: string;
|
|
1380
|
+
export declare const roundReportProblem: string;
|
|
1381
|
+
export declare const roundRequestPage: string;
|
|
1382
|
+
export declare const roundRequestQuote: string;
|
|
1383
|
+
export declare const roundResetTv: string;
|
|
1384
|
+
export declare const roundRestartAlt: string;
|
|
1385
|
+
export declare const roundRestaurant: string;
|
|
1386
|
+
export declare const roundRestaurantMenu: string;
|
|
1387
|
+
export declare const roundRestore: string;
|
|
1388
|
+
export declare const roundRestoreFromTrash: string;
|
|
1389
|
+
export declare const roundRestorePage: string;
|
|
1390
|
+
export declare const roundReviews: string;
|
|
1391
|
+
export declare const roundRiceBowl: string;
|
|
1392
|
+
export declare const roundRingVolume: string;
|
|
1393
|
+
export declare const roundRMobiledata: string;
|
|
1394
|
+
export declare const roundRoofing: string;
|
|
1395
|
+
export declare const roundRoom: string;
|
|
1396
|
+
export declare const roundRoomPreferences: string;
|
|
1397
|
+
export declare const roundRoomService: string;
|
|
1398
|
+
export declare const roundRotate90DegreesCcw: string;
|
|
1399
|
+
export declare const roundRotate90DegreesCw: string;
|
|
1400
|
+
export declare const roundRotateLeft: string;
|
|
1401
|
+
export declare const roundRotateRight: string;
|
|
1402
|
+
export declare const roundRoundedCorner: string;
|
|
1403
|
+
export declare const roundRoute: string;
|
|
1404
|
+
export declare const roundRouter: string;
|
|
1405
|
+
export declare const roundRowing: string;
|
|
1406
|
+
export declare const roundRssFeed: string;
|
|
1407
|
+
export declare const roundRsvp: string;
|
|
1408
|
+
export declare const roundRtt: string;
|
|
1409
|
+
export declare const roundRule: string;
|
|
1410
|
+
export declare const roundRuleFolder: string;
|
|
1411
|
+
export declare const roundRunCircle: string;
|
|
1412
|
+
export declare const roundRunningWithErrors: string;
|
|
1413
|
+
export declare const roundRvHookup: string;
|
|
1414
|
+
export declare const roundSafetyDivider: string;
|
|
1415
|
+
export declare const roundSailing: string;
|
|
1416
|
+
export declare const roundSanitizer: string;
|
|
1417
|
+
export declare const roundSatellite: string;
|
|
1418
|
+
export declare const roundSave: string;
|
|
1419
|
+
export declare const roundSaveAlt: string;
|
|
1420
|
+
export declare const roundSavedSearch: string;
|
|
1421
|
+
export declare const roundSavings: string;
|
|
1422
|
+
export declare const roundScanner: string;
|
|
1423
|
+
export declare const roundScatterPlot: string;
|
|
1424
|
+
export declare const roundSchedule: string;
|
|
1425
|
+
export declare const roundScheduleSend: string;
|
|
1426
|
+
export declare const roundSchema: string;
|
|
1427
|
+
export declare const roundSchool: string;
|
|
1428
|
+
export declare const roundScience: string;
|
|
1429
|
+
export declare const roundScore: string;
|
|
1430
|
+
export declare const roundScreenLockLandscape: string;
|
|
1431
|
+
export declare const roundScreenLockPortrait: string;
|
|
1432
|
+
export declare const roundScreenLockRotation: string;
|
|
1433
|
+
export declare const roundScreenRotation: string;
|
|
1434
|
+
export declare const roundScreenSearchDesktop: string;
|
|
1435
|
+
export declare const roundScreenShare: string;
|
|
1436
|
+
export declare const roundScreenshot: string;
|
|
1437
|
+
export declare const roundSd: string;
|
|
1438
|
+
export declare const roundSdCard: string;
|
|
1439
|
+
export declare const roundSdCardAlert: string;
|
|
1440
|
+
export declare const roundSdStorage: string;
|
|
1441
|
+
export declare const roundSearch: string;
|
|
1442
|
+
export declare const roundSearchOff: string;
|
|
1443
|
+
export declare const roundSecurity: string;
|
|
1444
|
+
export declare const roundSecurityUpdate: string;
|
|
1445
|
+
export declare const roundSecurityUpdateGood: string;
|
|
1446
|
+
export declare const roundSecurityUpdateWarning: string;
|
|
1447
|
+
export declare const roundSegment: string;
|
|
1448
|
+
export declare const roundSelectAll: string;
|
|
1449
|
+
export declare const roundSelfImprovement: string;
|
|
1450
|
+
export declare const roundSell: string;
|
|
1451
|
+
export declare const roundSend: string;
|
|
1452
|
+
export declare const roundSendAndArchive: string;
|
|
1453
|
+
export declare const roundSendToMobile: string;
|
|
1454
|
+
export declare const roundSensorDoor: string;
|
|
1455
|
+
export declare const roundSensors: string;
|
|
1456
|
+
export declare const roundSensorsOff: string;
|
|
1457
|
+
export declare const roundSensorWindow: string;
|
|
1458
|
+
export declare const roundSentimentDissatisfied: string;
|
|
1459
|
+
export declare const roundSentimentNeutral: string;
|
|
1460
|
+
export declare const roundSentimentSatisfied: string;
|
|
1461
|
+
export declare const roundSentimentSatisfiedAlt: string;
|
|
1462
|
+
export declare const roundSentimentVeryDissatisfied: string;
|
|
1463
|
+
export declare const roundSentimentVerySatisfied: string;
|
|
1464
|
+
export declare const roundSetMeal: string;
|
|
1465
|
+
export declare const roundSettings: string;
|
|
1466
|
+
export declare const roundSettingsAccessibility: string;
|
|
1467
|
+
export declare const roundSettingsApplications: string;
|
|
1468
|
+
export declare const roundSettingsBackupRestore: string;
|
|
1469
|
+
export declare const roundSettingsBluetooth: string;
|
|
1470
|
+
export declare const roundSettingsBrightness: string;
|
|
1471
|
+
export declare const roundSettingsCell: string;
|
|
1472
|
+
export declare const roundSettingsEthernet: string;
|
|
1473
|
+
export declare const roundSettingsInputAntenna: string;
|
|
1474
|
+
export declare const roundSettingsInputComponent: string;
|
|
1475
|
+
export declare const roundSettingsInputComposite: string;
|
|
1476
|
+
export declare const roundSettingsInputHdmi: string;
|
|
1477
|
+
export declare const roundSettingsInputSvideo: string;
|
|
1478
|
+
export declare const roundSettingsOverscan: string;
|
|
1479
|
+
export declare const roundSettingsPhone: string;
|
|
1480
|
+
export declare const roundSettingsPower: string;
|
|
1481
|
+
export declare const roundSettingsRemote: string;
|
|
1482
|
+
export declare const roundSettingsSuggest: string;
|
|
1483
|
+
export declare const roundSettingsSystemDaydream: string;
|
|
1484
|
+
export declare const roundSettingsVoice: string;
|
|
1485
|
+
export declare const roundShare: string;
|
|
1486
|
+
export declare const roundShareLocation: string;
|
|
1487
|
+
export declare const roundShield: string;
|
|
1488
|
+
export declare const roundShieldMoon: string;
|
|
1489
|
+
export declare const roundShop: string;
|
|
1490
|
+
export declare const roundShop2: string;
|
|
1491
|
+
export declare const roundShopify: string;
|
|
1492
|
+
export declare const roundShoppingBag: string;
|
|
1493
|
+
export declare const roundShoppingBasket: string;
|
|
1494
|
+
export declare const roundShoppingCart: string;
|
|
1495
|
+
export declare const roundShopTwo: string;
|
|
1496
|
+
export declare const roundShortcut: string;
|
|
1497
|
+
export declare const roundShortText: string;
|
|
1498
|
+
export declare const roundShowChart: string;
|
|
1499
|
+
export declare const roundShower: string;
|
|
1500
|
+
export declare const roundShuffle: string;
|
|
1501
|
+
export declare const roundShuffleOn: string;
|
|
1502
|
+
export declare const roundShutterSpeed: string;
|
|
1503
|
+
export declare const roundSick: string;
|
|
1504
|
+
export declare const roundSignalCellular0Bar: string;
|
|
1505
|
+
export declare const roundSignalCellular4Bar: string;
|
|
1506
|
+
export declare const roundSignalCellularAlt: string;
|
|
1507
|
+
export declare const roundSignalCellularConnectedNoInternet0Bar: string;
|
|
1508
|
+
export declare const roundSignalCellularConnectedNoInternet4Bar: string;
|
|
1509
|
+
export declare const roundSignalCellularNodata: string;
|
|
1510
|
+
export declare const roundSignalCellularNoSim: string;
|
|
1511
|
+
export declare const roundSignalCellularNull: string;
|
|
1512
|
+
export declare const roundSignalCellularOff: string;
|
|
1513
|
+
export declare const roundSignalWifi0Bar: string;
|
|
1514
|
+
export declare const roundSignalWifi4Bar: string;
|
|
1515
|
+
export declare const roundSignalWifi4BarLock: string;
|
|
1516
|
+
export declare const roundSignalWifiBad: string;
|
|
1517
|
+
export declare const roundSignalWifiConnectedNoInternet4: string;
|
|
1518
|
+
export declare const roundSignalWifiOff: string;
|
|
1519
|
+
export declare const roundSignalWifiStatusbar4Bar: string;
|
|
1520
|
+
export declare const roundSignalWifiStatusbarConnectedNoInternet4: string;
|
|
1521
|
+
export declare const roundSignalWifiStatusbarNull: string;
|
|
1522
|
+
export declare const roundSimCard: string;
|
|
1523
|
+
export declare const roundSimCardAlert: string;
|
|
1524
|
+
export declare const roundSimCardDownload: string;
|
|
1525
|
+
export declare const roundSingleBed: string;
|
|
1526
|
+
export declare const roundSip: string;
|
|
1527
|
+
export declare const roundSkateboarding: string;
|
|
1528
|
+
export declare const roundSkipNext: string;
|
|
1529
|
+
export declare const roundSkipPrevious: string;
|
|
1530
|
+
export declare const roundSledding: string;
|
|
1531
|
+
export declare const roundSlideshow: string;
|
|
1532
|
+
export declare const roundSlowMotionVideo: string;
|
|
1533
|
+
export declare const roundSmartButton: string;
|
|
1534
|
+
export declare const roundSmartDisplay: string;
|
|
1535
|
+
export declare const roundSmartphone: string;
|
|
1536
|
+
export declare const roundSmartScreen: string;
|
|
1537
|
+
export declare const roundSmartToy: string;
|
|
1538
|
+
export declare const roundSmokeFree: string;
|
|
1539
|
+
export declare const roundSmokingRooms: string;
|
|
1540
|
+
export declare const roundSms: string;
|
|
1541
|
+
export declare const roundSmsFailed: string;
|
|
1542
|
+
export declare const roundSnapchat: string;
|
|
1543
|
+
export declare const roundSnippetFolder: string;
|
|
1544
|
+
export declare const roundSnooze: string;
|
|
1545
|
+
export declare const roundSnowboarding: string;
|
|
1546
|
+
export declare const roundSnowmobile: string;
|
|
1547
|
+
export declare const roundSnowshoeing: string;
|
|
1548
|
+
export declare const roundSoap: string;
|
|
1549
|
+
export declare const roundSocialDistance: string;
|
|
1550
|
+
export declare const roundSort: string;
|
|
1551
|
+
export declare const roundSortByAlpha: string;
|
|
1552
|
+
export declare const roundSoupKitchen: string;
|
|
1553
|
+
export declare const roundSource: string;
|
|
1554
|
+
export declare const roundSouth: string;
|
|
1555
|
+
export declare const roundSouthAmerica: string;
|
|
1556
|
+
export declare const roundSouthEast: string;
|
|
1557
|
+
export declare const roundSouthWest: string;
|
|
1558
|
+
export declare const roundSpa: string;
|
|
1559
|
+
export declare const roundSpaceBar: string;
|
|
1560
|
+
export declare const roundSpaceDashboard: string;
|
|
1561
|
+
export declare const roundSpeaker: string;
|
|
1562
|
+
export declare const roundSpeakerGroup: string;
|
|
1563
|
+
export declare const roundSpeakerNotes: string;
|
|
1564
|
+
export declare const roundSpeakerNotesOff: string;
|
|
1565
|
+
export declare const roundSpeakerPhone: string;
|
|
1566
|
+
export declare const roundSpeed: string;
|
|
1567
|
+
export declare const roundSpellcheck: string;
|
|
1568
|
+
export declare const roundSplitscreen: string;
|
|
1569
|
+
export declare const roundSpoke: string;
|
|
1570
|
+
export declare const roundSports: string;
|
|
1571
|
+
export declare const roundSportsBar: string;
|
|
1572
|
+
export declare const roundSportsBaseball: string;
|
|
1573
|
+
export declare const roundSportsBasketball: string;
|
|
1574
|
+
export declare const roundSportsCricket: string;
|
|
1575
|
+
export declare const roundSportsEsports: string;
|
|
1576
|
+
export declare const roundSportsFootball: string;
|
|
1577
|
+
export declare const roundSportsGolf: string;
|
|
1578
|
+
export declare const roundSportsHandball: string;
|
|
1579
|
+
export declare const roundSportsHockey: string;
|
|
1580
|
+
export declare const roundSportsKabaddi: string;
|
|
1581
|
+
export declare const roundSportsMma: string;
|
|
1582
|
+
export declare const roundSportsMotorsports: string;
|
|
1583
|
+
export declare const roundSportsRugby: string;
|
|
1584
|
+
export declare const roundSportsScore: string;
|
|
1585
|
+
export declare const roundSportsSoccer: string;
|
|
1586
|
+
export declare const roundSportsTennis: string;
|
|
1587
|
+
export declare const roundSportsVolleyball: string;
|
|
1588
|
+
export declare const roundSquareFoot: string;
|
|
1589
|
+
export declare const roundStackedBarChart: string;
|
|
1590
|
+
export declare const roundStackedLineChart: string;
|
|
1591
|
+
export declare const roundStairs: string;
|
|
1592
|
+
export declare const roundStar: string;
|
|
1593
|
+
export declare const roundStarBorder: string;
|
|
1594
|
+
export declare const roundStarBorderPurple500: string;
|
|
1595
|
+
export declare const roundStarHalf: string;
|
|
1596
|
+
export declare const roundStarOutline: string;
|
|
1597
|
+
export declare const roundStarPurple500: string;
|
|
1598
|
+
export declare const roundStarRate: string;
|
|
1599
|
+
export declare const roundStars: string;
|
|
1600
|
+
export declare const roundStayCurrentLandscape: string;
|
|
1601
|
+
export declare const roundStayCurrentPortrait: string;
|
|
1602
|
+
export declare const roundStayPrimaryLandscape: string;
|
|
1603
|
+
export declare const roundStayPrimaryPortrait: string;
|
|
1604
|
+
export declare const roundStickyNote2: string;
|
|
1605
|
+
export declare const roundStop: string;
|
|
1606
|
+
export declare const roundStopCircle: string;
|
|
1607
|
+
export declare const roundStopScreenShare: string;
|
|
1608
|
+
export declare const roundStorage: string;
|
|
1609
|
+
export declare const roundStore: string;
|
|
1610
|
+
export declare const roundStorefront: string;
|
|
1611
|
+
export declare const roundStoreMallDirectory: string;
|
|
1612
|
+
export declare const roundStorm: string;
|
|
1613
|
+
export declare const roundStraighten: string;
|
|
1614
|
+
export declare const roundStream: string;
|
|
1615
|
+
export declare const roundStreetview: string;
|
|
1616
|
+
export declare const roundStrikethroughS: string;
|
|
1617
|
+
export declare const roundStroller: string;
|
|
1618
|
+
export declare const roundStyle: string;
|
|
1619
|
+
export declare const roundSubdirectoryArrowLeft: string;
|
|
1620
|
+
export declare const roundSubdirectoryArrowRight: string;
|
|
1621
|
+
export declare const roundSubject: string;
|
|
1622
|
+
export declare const roundSubscript: string;
|
|
1623
|
+
export declare const roundSubscriptions: string;
|
|
1624
|
+
export declare const roundSubtitles: string;
|
|
1625
|
+
export declare const roundSubtitlesOff: string;
|
|
1626
|
+
export declare const roundSubway: string;
|
|
1627
|
+
export declare const roundSummarize: string;
|
|
1628
|
+
export declare const roundSuperscript: string;
|
|
1629
|
+
export declare const roundSupervisedUserCircle: string;
|
|
1630
|
+
export declare const roundSupervisorAccount: string;
|
|
1631
|
+
export declare const roundSupport: string;
|
|
1632
|
+
export declare const roundSupportAgent: string;
|
|
1633
|
+
export declare const roundSurfing: string;
|
|
1634
|
+
export declare const roundSurroundSound: string;
|
|
1635
|
+
export declare const roundSwapCalls: string;
|
|
1636
|
+
export declare const roundSwapHoriz: string;
|
|
1637
|
+
export declare const roundSwapHorizontalCircle: string;
|
|
1638
|
+
export declare const roundSwapVert: string;
|
|
1639
|
+
export declare const roundSwapVerticalCircle: string;
|
|
1640
|
+
export declare const roundSwipe: string;
|
|
1641
|
+
export declare const roundSwitchAccessShortcut: string;
|
|
1642
|
+
export declare const roundSwitchAccessShortcutAdd: string;
|
|
1643
|
+
export declare const roundSwitchAccount: string;
|
|
1644
|
+
export declare const roundSwitchCamera: string;
|
|
1645
|
+
export declare const roundSwitchLeft: string;
|
|
1646
|
+
export declare const roundSwitchRight: string;
|
|
1647
|
+
export declare const roundSwitchVideo: string;
|
|
1648
|
+
export declare const roundSynagogue: string;
|
|
1649
|
+
export declare const roundSync: string;
|
|
1650
|
+
export declare const roundSyncAlt: string;
|
|
1651
|
+
export declare const roundSyncDisabled: string;
|
|
1652
|
+
export declare const roundSyncProblem: string;
|
|
1653
|
+
export declare const roundSystemSecurityUpdate: string;
|
|
1654
|
+
export declare const roundSystemSecurityUpdateGood: string;
|
|
1655
|
+
export declare const roundSystemSecurityUpdateWarning: string;
|
|
1656
|
+
export declare const roundSystemUpdate: string;
|
|
1657
|
+
export declare const roundSystemUpdateAlt: string;
|
|
1658
|
+
export declare const roundTab: string;
|
|
1659
|
+
export declare const roundTableBar: string;
|
|
1660
|
+
export declare const roundTableChart: string;
|
|
1661
|
+
export declare const roundTableRestaurant: string;
|
|
1662
|
+
export declare const roundTableRows: string;
|
|
1663
|
+
export declare const roundTablet: string;
|
|
1664
|
+
export declare const roundTabletAndroid: string;
|
|
1665
|
+
export declare const roundTabletMac: string;
|
|
1666
|
+
export declare const roundTableView: string;
|
|
1667
|
+
export declare const roundTabUnselected: string;
|
|
1668
|
+
export declare const roundTag: string;
|
|
1669
|
+
export declare const roundTagFaces: string;
|
|
1670
|
+
export declare const roundTakeoutDining: string;
|
|
1671
|
+
export declare const roundTapAndPlay: string;
|
|
1672
|
+
export declare const roundTapas: string;
|
|
1673
|
+
export declare const roundTask: string;
|
|
1674
|
+
export declare const roundTaskAlt: string;
|
|
1675
|
+
export declare const roundTaxiAlert: string;
|
|
1676
|
+
export declare const roundTelegram: string;
|
|
1677
|
+
export declare const roundTempleBuddhist: string;
|
|
1678
|
+
export declare const roundTempleHindu: string;
|
|
1679
|
+
export declare const roundTerrain: string;
|
|
1680
|
+
export declare const roundTextFields: string;
|
|
1681
|
+
export declare const roundTextFormat: string;
|
|
1682
|
+
export declare const roundTextRotateUp: string;
|
|
1683
|
+
export declare const roundTextRotateVertical: string;
|
|
1684
|
+
export declare const roundTextRotationAngledown: string;
|
|
1685
|
+
export declare const roundTextRotationAngleup: string;
|
|
1686
|
+
export declare const roundTextRotationDown: string;
|
|
1687
|
+
export declare const roundTextRotationNone: string;
|
|
1688
|
+
export declare const roundTextsms: string;
|
|
1689
|
+
export declare const roundTextSnippet: string;
|
|
1690
|
+
export declare const roundTexture: string;
|
|
1691
|
+
export declare const roundTheaterComedy: string;
|
|
1692
|
+
export declare const roundTheaters: string;
|
|
1693
|
+
export declare const roundThermostat: string;
|
|
1694
|
+
export declare const roundThermostatAuto: string;
|
|
1695
|
+
export declare const roundThumbDown: string;
|
|
1696
|
+
export declare const roundThumbDownAlt: string;
|
|
1697
|
+
export declare const roundThumbDownOffAlt: string;
|
|
1698
|
+
export declare const roundThumbsUpDown: string;
|
|
1699
|
+
export declare const roundThumbUp: string;
|
|
1700
|
+
export declare const roundThumbUpAlt: string;
|
|
1701
|
+
export declare const roundThumbUpOffAlt: string;
|
|
1702
|
+
export declare const roundTiktok: string;
|
|
1703
|
+
export declare const roundTimelapse: string;
|
|
1704
|
+
export declare const roundTimeline: string;
|
|
1705
|
+
export declare const roundTimer: string;
|
|
1706
|
+
export declare const roundTimer10: string;
|
|
1707
|
+
export declare const roundTimer10Select: string;
|
|
1708
|
+
export declare const roundTimer3: string;
|
|
1709
|
+
export declare const roundTimer3Select: string;
|
|
1710
|
+
export declare const roundTimerOff: string;
|
|
1711
|
+
export declare const roundTimeToLeave: string;
|
|
1712
|
+
export declare const roundTipsAndUpdates: string;
|
|
1713
|
+
export declare const roundTitle: string;
|
|
1714
|
+
export declare const roundToc: string;
|
|
1715
|
+
export declare const roundToday: string;
|
|
1716
|
+
export declare const roundToggleOff: string;
|
|
1717
|
+
export declare const roundToggleOn: string;
|
|
1718
|
+
export declare const roundToken: string;
|
|
1719
|
+
export declare const roundToll: string;
|
|
1720
|
+
export declare const roundTonality: string;
|
|
1721
|
+
export declare const roundTopic: string;
|
|
1722
|
+
export declare const roundTouchApp: string;
|
|
1723
|
+
export declare const roundTour: string;
|
|
1724
|
+
export declare const roundToys: string;
|
|
1725
|
+
export declare const roundTrackChanges: string;
|
|
1726
|
+
export declare const roundTraffic: string;
|
|
1727
|
+
export declare const roundTrain: string;
|
|
1728
|
+
export declare const roundTram: string;
|
|
1729
|
+
export declare const roundTransferWithinAStation: string;
|
|
1730
|
+
export declare const roundTransform: string;
|
|
1731
|
+
export declare const roundTransgender: string;
|
|
1732
|
+
export declare const roundTransitEnterexit: string;
|
|
1733
|
+
export declare const roundTranslate: string;
|
|
1734
|
+
export declare const roundTravelExplore: string;
|
|
1735
|
+
export declare const roundTrendingDown: string;
|
|
1736
|
+
export declare const roundTrendingFlat: string;
|
|
1737
|
+
export declare const roundTrendingUp: string;
|
|
1738
|
+
export declare const roundTripOrigin: string;
|
|
1739
|
+
export declare const roundTry: string;
|
|
1740
|
+
export declare const roundTty: string;
|
|
1741
|
+
export declare const roundTune: string;
|
|
1742
|
+
export declare const roundTungsten: string;
|
|
1743
|
+
export declare const roundTurnedIn: string;
|
|
1744
|
+
export declare const roundTurnedInNot: string;
|
|
1745
|
+
export declare const roundTv: string;
|
|
1746
|
+
export declare const roundTvOff: string;
|
|
1747
|
+
export declare const roundTwoWheeler: string;
|
|
1748
|
+
export declare const roundUmbrella: string;
|
|
1749
|
+
export declare const roundUnarchive: string;
|
|
1750
|
+
export declare const roundUndo: string;
|
|
1751
|
+
export declare const roundUnfoldLess: string;
|
|
1752
|
+
export declare const roundUnfoldMore: string;
|
|
1753
|
+
export declare const roundUnpublished: string;
|
|
1754
|
+
export declare const roundUnsubscribe: string;
|
|
1755
|
+
export declare const roundUpcoming: string;
|
|
1756
|
+
export declare const roundUpdate: string;
|
|
1757
|
+
export declare const roundUpdateDisabled: string;
|
|
1758
|
+
export declare const roundUpgrade: string;
|
|
1759
|
+
export declare const roundUpload: string;
|
|
1760
|
+
export declare const roundUploadFile: string;
|
|
1761
|
+
export declare const roundUsb: string;
|
|
1762
|
+
export declare const roundUsbOff: string;
|
|
1763
|
+
export declare const roundVaccines: string;
|
|
1764
|
+
export declare const roundVerified: string;
|
|
1765
|
+
export declare const roundVerifiedUser: string;
|
|
1766
|
+
export declare const roundVerticalAlignBottom: string;
|
|
1767
|
+
export declare const roundVerticalAlignCenter: string;
|
|
1768
|
+
export declare const roundVerticalAlignTop: string;
|
|
1769
|
+
export declare const roundVerticalDistribute: string;
|
|
1770
|
+
export declare const roundVerticalSplit: string;
|
|
1771
|
+
export declare const roundVibration: string;
|
|
1772
|
+
export declare const roundVideoCall: string;
|
|
1773
|
+
export declare const roundVideocam: string;
|
|
1774
|
+
export declare const roundVideoCameraBack: string;
|
|
1775
|
+
export declare const roundVideoCameraFront: string;
|
|
1776
|
+
export declare const roundVideocamOff: string;
|
|
1777
|
+
export declare const roundVideogameAsset: string;
|
|
1778
|
+
export declare const roundVideogameAssetOff: string;
|
|
1779
|
+
export declare const roundVideoLabel: string;
|
|
1780
|
+
export declare const roundVideoLibrary: string;
|
|
1781
|
+
export declare const roundVideoSettings: string;
|
|
1782
|
+
export declare const roundVideoStable: string;
|
|
1783
|
+
export declare const roundViewAgenda: string;
|
|
1784
|
+
export declare const roundViewArray: string;
|
|
1785
|
+
export declare const roundViewCarousel: string;
|
|
1786
|
+
export declare const roundViewColumn: string;
|
|
1787
|
+
export declare const roundViewComfy: string;
|
|
1788
|
+
export declare const roundViewCompact: string;
|
|
1789
|
+
export declare const roundViewDay: string;
|
|
1790
|
+
export declare const roundViewHeadline: string;
|
|
1791
|
+
export declare const roundViewInAr: string;
|
|
1792
|
+
export declare const roundViewList: string;
|
|
1793
|
+
export declare const roundViewModule: string;
|
|
1794
|
+
export declare const roundViewQuilt: string;
|
|
1795
|
+
export declare const roundViewSidebar: string;
|
|
1796
|
+
export declare const roundViewStream: string;
|
|
1797
|
+
export declare const roundViewWeek: string;
|
|
1798
|
+
export declare const roundVignette: string;
|
|
1799
|
+
export declare const roundVilla: string;
|
|
1800
|
+
export declare const roundVisibility: string;
|
|
1801
|
+
export declare const roundVisibilityOff: string;
|
|
1802
|
+
export declare const roundVoiceChat: string;
|
|
1803
|
+
export declare const roundVoicemail: string;
|
|
1804
|
+
export declare const roundVoiceOverOff: string;
|
|
1805
|
+
export declare const roundVolumeDown: string;
|
|
1806
|
+
export declare const roundVolumeMute: string;
|
|
1807
|
+
export declare const roundVolumeOff: string;
|
|
1808
|
+
export declare const roundVolumeUp: string;
|
|
1809
|
+
export declare const roundVolunteerActivism: string;
|
|
1810
|
+
export declare const roundVpnKey: string;
|
|
1811
|
+
export declare const roundVpnLock: string;
|
|
1812
|
+
export declare const roundVrpano: string;
|
|
1813
|
+
export declare const roundWallpaper: string;
|
|
1814
|
+
export declare const roundWarning: string;
|
|
1815
|
+
export declare const roundWarningAmber: string;
|
|
1816
|
+
export declare const roundWash: string;
|
|
1817
|
+
export declare const roundWatch: string;
|
|
1818
|
+
export declare const roundWatchLater: string;
|
|
1819
|
+
export declare const roundWater: string;
|
|
1820
|
+
export declare const roundWaterDamage: string;
|
|
1821
|
+
export declare const roundWaterDrop: string;
|
|
1822
|
+
export declare const roundWaterfallChart: string;
|
|
1823
|
+
export declare const roundWaves: string;
|
|
1824
|
+
export declare const roundWavingHand: string;
|
|
1825
|
+
export declare const roundWbAuto: string;
|
|
1826
|
+
export declare const roundWbCloudy: string;
|
|
1827
|
+
export declare const roundWbIncandescent: string;
|
|
1828
|
+
export declare const roundWbIridescent: string;
|
|
1829
|
+
export declare const roundWbShade: string;
|
|
1830
|
+
export declare const roundWbSunny: string;
|
|
1831
|
+
export declare const roundWbTwilight: string;
|
|
1832
|
+
export declare const roundWc: string;
|
|
1833
|
+
export declare const roundWeb: string;
|
|
1834
|
+
export declare const roundWebAsset: string;
|
|
1835
|
+
export declare const roundWebAssetOff: string;
|
|
1836
|
+
export declare const roundWechat: string;
|
|
1837
|
+
export declare const roundWeekend: string;
|
|
1838
|
+
export declare const roundWest: string;
|
|
1839
|
+
export declare const roundWhatsapp: string;
|
|
1840
|
+
export declare const roundWhatshot: string;
|
|
1841
|
+
export declare const roundWheelchairPickup: string;
|
|
1842
|
+
export declare const roundWhereToVote: string;
|
|
1843
|
+
export declare const roundWidgets: string;
|
|
1844
|
+
export declare const roundWifi: string;
|
|
1845
|
+
export declare const roundWifiCalling: string;
|
|
1846
|
+
export declare const roundWifiCalling3: string;
|
|
1847
|
+
export declare const roundWifiLock: string;
|
|
1848
|
+
export declare const roundWifiOff: string;
|
|
1849
|
+
export declare const roundWifiProtectedSetup: string;
|
|
1850
|
+
export declare const roundWifiTethering: string;
|
|
1851
|
+
export declare const roundWifiTetheringErrorRounded: string;
|
|
1852
|
+
export declare const roundWifiTetheringOff: string;
|
|
1853
|
+
export declare const roundWindow: string;
|
|
1854
|
+
export declare const roundWineBar: string;
|
|
1855
|
+
export declare const roundWoman: string;
|
|
1856
|
+
export declare const roundWooCommerce: string;
|
|
1857
|
+
export declare const roundWordpress: string;
|
|
1858
|
+
export declare const roundWork: string;
|
|
1859
|
+
export declare const roundWorkOff: string;
|
|
1860
|
+
export declare const roundWorkOutline: string;
|
|
1861
|
+
export declare const roundWorkspacePremium: string;
|
|
1862
|
+
export declare const roundWorkspaces: string;
|
|
1863
|
+
export declare const roundWrapText: string;
|
|
1864
|
+
export declare const roundWrongLocation: string;
|
|
1865
|
+
export declare const roundWysiwyg: string;
|
|
1866
|
+
export declare const roundYard: string;
|
|
1867
|
+
export declare const roundYoutubeSearchedFor: string;
|
|
1868
|
+
export declare const roundZoomIn: string;
|
|
1869
|
+
export declare const roundZoomOut: string;
|
|
1870
|
+
export declare const roundZoomOutMap: string;
|