pintarnya-design-system-v1 0.1.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 +201 -0
- package/README.md +170 -0
- package/config.json +187 -0
- package/dist/tokens.d.ts +1340 -0
- package/dist/tokens.js +1347 -0
- package/dist/tokens.json +1448 -0
- package/dist/variables.css +1342 -0
- package/package.json +33 -0
- package/tokens/asset/font.json +21 -0
- package/tokens/color/background.json +75 -0
- package/tokens/color/base.json +301 -0
- package/tokens/color/border.json +21 -0
- package/tokens/color/brand.json +21 -0
- package/tokens/color/chart.json +19 -0
- package/tokens/color/font.json +34 -0
- package/tokens/content/icon.json +976 -0
- package/tokens/font.json +14 -0
- package/tokens/size/font.json +14 -0
- package/tokens/size/icon.json +11 -0
- package/tokens/size/padding.json +13 -0
- package/tokens/time.json +22 -0
|
@@ -0,0 +1,1342 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
--asset-font-icon-name: MaterialIcons;
|
|
7
|
+
--asset-font-icon-ttf: url("assets/fonts/MaterialIcons-Regular.ttf");
|
|
8
|
+
--asset-font-icon-eot: url("assets/fonts/MaterialIcons-Regular.eot");
|
|
9
|
+
--asset-font-icon-woff: url("assets/fonts/MaterialIcons-Regular.woff");
|
|
10
|
+
--asset-font-icon-woff2: url("assets/fonts/MaterialIcons-Regular.woff2");
|
|
11
|
+
--asset-font-opensans-name: 'Open Sans';
|
|
12
|
+
--asset-font-opensans-ttf: url("assets/fonts/OpenSans-Regular.ttf");
|
|
13
|
+
--asset-font-roboto-name: Roboto;
|
|
14
|
+
--asset-font-roboto-ttf: url("assets/fonts/Roboto-Regular.ttf");
|
|
15
|
+
--color-background-base: #ffffff;
|
|
16
|
+
--color-background-alt: #cfd8dc;
|
|
17
|
+
--color-background-disabled: #cfd8dc;
|
|
18
|
+
--color-background-inverse: #263238;
|
|
19
|
+
--color-background-success: #43a047;
|
|
20
|
+
--color-background-error: #e53935;
|
|
21
|
+
--color-background-warning: #ef6c00;
|
|
22
|
+
--color-background-info: #039be5;
|
|
23
|
+
--color-background-link: #039be5;
|
|
24
|
+
--color-background-low-priority: #757575;
|
|
25
|
+
--color-background-button-primary-base: #009688;
|
|
26
|
+
--color-background-button-primary-disabled: #4db6ac;
|
|
27
|
+
--color-background-button-primary-active: #00796b;
|
|
28
|
+
--color-background-button-secondary-base: #3f51b5;
|
|
29
|
+
--color-background-button-secondary-disabled: #7986cb;
|
|
30
|
+
--color-background-button-secondary-active: #303f9f;
|
|
31
|
+
--color-background-overlay-light: rgba(255, 255, 255, 0.8);
|
|
32
|
+
--color-background-overlay-dark: rgba(0, 0, 0, 0.27);
|
|
33
|
+
--color-base-red-50: #ffe5ee;
|
|
34
|
+
--color-base-red-100: #ffcdd2;
|
|
35
|
+
--color-base-red-200: #ef9a9a;
|
|
36
|
+
--color-base-red-300: #e57373;
|
|
37
|
+
--color-base-red-400: #ef5350;
|
|
38
|
+
--color-base-red-500: #f44336;
|
|
39
|
+
--color-base-red-600: #e53935;
|
|
40
|
+
--color-base-red-700: #d32f2f;
|
|
41
|
+
--color-base-red-800: #c62828;
|
|
42
|
+
--color-base-red-900: #b71c1c;
|
|
43
|
+
--color-base-red-a100: #ff8a80;
|
|
44
|
+
--color-base-red-a200: #ff5252;
|
|
45
|
+
--color-base-red-a400: #ff1744;
|
|
46
|
+
--color-base-red-a700: #d50000;
|
|
47
|
+
--color-base-pink-50: #fce4ec;
|
|
48
|
+
--color-base-pink-100: #f8bbd0;
|
|
49
|
+
--color-base-pink-200: #f48fb1;
|
|
50
|
+
--color-base-pink-300: #f06292;
|
|
51
|
+
--color-base-pink-400: #ec407a;
|
|
52
|
+
--color-base-pink-500: #e91e63;
|
|
53
|
+
--color-base-pink-600: #d81b60;
|
|
54
|
+
--color-base-pink-700: #c2185b;
|
|
55
|
+
--color-base-pink-800: #ad1457;
|
|
56
|
+
--color-base-pink-900: #880e4f;
|
|
57
|
+
--color-base-pink-a100: #ff80ab;
|
|
58
|
+
--color-base-pink-a200: #ff4081;
|
|
59
|
+
--color-base-pink-a400: #f50057;
|
|
60
|
+
--color-base-pink-a700: #c51162;
|
|
61
|
+
--color-base-purple-50: #f3e5f5;
|
|
62
|
+
--color-base-purple-100: #e1bee7;
|
|
63
|
+
--color-base-purple-200: #ce93d8;
|
|
64
|
+
--color-base-purple-300: #ba68c8;
|
|
65
|
+
--color-base-purple-400: #ab47bc;
|
|
66
|
+
--color-base-purple-500: #9c27b0;
|
|
67
|
+
--color-base-purple-600: #8e24aa;
|
|
68
|
+
--color-base-purple-700: #7b1fa2;
|
|
69
|
+
--color-base-purple-800: #6a1b9a;
|
|
70
|
+
--color-base-purple-900: #4a148c;
|
|
71
|
+
--color-base-purple-a100: #ea80fc;
|
|
72
|
+
--color-base-purple-a200: #e040fb;
|
|
73
|
+
--color-base-purple-a400: #d500f9;
|
|
74
|
+
--color-base-purple-a700: #aa00ff;
|
|
75
|
+
--color-base-deep-purple-50: #ede7f6;
|
|
76
|
+
--color-base-deep-purple-100: #d1c4e9;
|
|
77
|
+
--color-base-deep-purple-200: #b39ddb;
|
|
78
|
+
--color-base-deep-purple-300: #9575cd;
|
|
79
|
+
--color-base-deep-purple-400: #7e57c2;
|
|
80
|
+
--color-base-deep-purple-500: #673ab7;
|
|
81
|
+
--color-base-deep-purple-600: #5e35b1;
|
|
82
|
+
--color-base-deep-purple-700: #512da8;
|
|
83
|
+
--color-base-deep-purple-800: #4527a0;
|
|
84
|
+
--color-base-deep-purple-900: #311b92;
|
|
85
|
+
--color-base-deep-purple-a100: #b388ff;
|
|
86
|
+
--color-base-deep-purple-a200: #7c4dff;
|
|
87
|
+
--color-base-deep-purple-a400: #651fff;
|
|
88
|
+
--color-base-deep-purple-a700: #6200ea;
|
|
89
|
+
--color-base-indigo-50: #e8eaf6;
|
|
90
|
+
--color-base-indigo-100: #c5cae9;
|
|
91
|
+
--color-base-indigo-200: #9fa8da;
|
|
92
|
+
--color-base-indigo-300: #7986cb;
|
|
93
|
+
--color-base-indigo-400: #5c6bc0;
|
|
94
|
+
--color-base-indigo-500: #3f51b5;
|
|
95
|
+
--color-base-indigo-600: #3949ab;
|
|
96
|
+
--color-base-indigo-700: #303f9f;
|
|
97
|
+
--color-base-indigo-800: #283593;
|
|
98
|
+
--color-base-indigo-900: #1a237e;
|
|
99
|
+
--color-base-indigo-a100: #8c9eff;
|
|
100
|
+
--color-base-indigo-a200: #536dfe;
|
|
101
|
+
--color-base-indigo-a400: #3d5afe;
|
|
102
|
+
--color-base-indigo-a700: #304ffe;
|
|
103
|
+
--color-base-blue-50: #e3f2fd;
|
|
104
|
+
--color-base-blue-100: #bbdefb;
|
|
105
|
+
--color-base-blue-200: #90caf9;
|
|
106
|
+
--color-base-blue-300: #64b5f6;
|
|
107
|
+
--color-base-blue-400: #42a5f5;
|
|
108
|
+
--color-base-blue-500: #2196f3;
|
|
109
|
+
--color-base-blue-600: #1e88e5;
|
|
110
|
+
--color-base-blue-700: #1976d2;
|
|
111
|
+
--color-base-blue-800: #1565c0;
|
|
112
|
+
--color-base-blue-900: #0d47a1;
|
|
113
|
+
--color-base-blue-a100: #82b1ff;
|
|
114
|
+
--color-base-blue-a200: #448aff;
|
|
115
|
+
--color-base-blue-a400: #2979ff;
|
|
116
|
+
--color-base-blue-a700: #2962ff;
|
|
117
|
+
--color-base-light-blue-50: #e1f5fe;
|
|
118
|
+
--color-base-light-blue-100: #b3e5fc;
|
|
119
|
+
--color-base-light-blue-200: #81d4fa;
|
|
120
|
+
--color-base-light-blue-300: #4fc3f7;
|
|
121
|
+
--color-base-light-blue-400: #29b6f6;
|
|
122
|
+
--color-base-light-blue-500: #03a9f4;
|
|
123
|
+
--color-base-light-blue-600: #039be5;
|
|
124
|
+
--color-base-light-blue-700: #0288d1;
|
|
125
|
+
--color-base-light-blue-800: #0277bd;
|
|
126
|
+
--color-base-light-blue-900: #01579b;
|
|
127
|
+
--color-base-light-blue-a100: #80d8ff;
|
|
128
|
+
--color-base-light-blue-a200: #40c4ff;
|
|
129
|
+
--color-base-light-blue-a400: #00b0ff;
|
|
130
|
+
--color-base-light-blue-a700: #0091ea;
|
|
131
|
+
--color-base-cyan-50: #e0f7fa;
|
|
132
|
+
--color-base-cyan-100: #b2ebf2;
|
|
133
|
+
--color-base-cyan-200: #80deea;
|
|
134
|
+
--color-base-cyan-300: #4dd0e1;
|
|
135
|
+
--color-base-cyan-400: #26c6da;
|
|
136
|
+
--color-base-cyan-500: #00bcd4;
|
|
137
|
+
--color-base-cyan-600: #00acc1;
|
|
138
|
+
--color-base-cyan-700: #0097a7;
|
|
139
|
+
--color-base-cyan-800: #00838f;
|
|
140
|
+
--color-base-cyan-900: #006064;
|
|
141
|
+
--color-base-cyan-a100: #84ffff;
|
|
142
|
+
--color-base-cyan-a200: #18ffff;
|
|
143
|
+
--color-base-cyan-a400: #00e5ff;
|
|
144
|
+
--color-base-cyan-a700: #00b8d4;
|
|
145
|
+
--color-base-teal-50: #e0f2f1;
|
|
146
|
+
--color-base-teal-100: #b2dfdb;
|
|
147
|
+
--color-base-teal-200: #80cbc4;
|
|
148
|
+
--color-base-teal-300: #4db6ac;
|
|
149
|
+
--color-base-teal-400: #26a69a;
|
|
150
|
+
--color-base-teal-500: #009688;
|
|
151
|
+
--color-base-teal-600: #00897b;
|
|
152
|
+
--color-base-teal-700: #00796b;
|
|
153
|
+
--color-base-teal-800: #00695c;
|
|
154
|
+
--color-base-teal-900: #004d40;
|
|
155
|
+
--color-base-teal-a100: #a7ffeb;
|
|
156
|
+
--color-base-teal-a200: #64ffda;
|
|
157
|
+
--color-base-teal-a400: #1de9b6;
|
|
158
|
+
--color-base-teal-a700: #00bfa5;
|
|
159
|
+
--color-base-green-50: #e8f5e9;
|
|
160
|
+
--color-base-green-100: #c8e6c9;
|
|
161
|
+
--color-base-green-200: #a5d6a7;
|
|
162
|
+
--color-base-green-300: #81c784;
|
|
163
|
+
--color-base-green-400: #66bb6a;
|
|
164
|
+
--color-base-green-500: #4caf50;
|
|
165
|
+
--color-base-green-600: #43a047;
|
|
166
|
+
--color-base-green-700: #388e3c;
|
|
167
|
+
--color-base-green-800: #2e7d32;
|
|
168
|
+
--color-base-green-900: #1b5e20;
|
|
169
|
+
--color-base-green-a100: #b9f6ca;
|
|
170
|
+
--color-base-green-a200: #69f0ae;
|
|
171
|
+
--color-base-green-a400: #00e676;
|
|
172
|
+
--color-base-green-a700: #00c853;
|
|
173
|
+
--color-base-light-green-50: #f1f8e9;
|
|
174
|
+
--color-base-light-green-100: #dcedc8;
|
|
175
|
+
--color-base-light-green-200: #c5e1a5;
|
|
176
|
+
--color-base-light-green-300: #aed581;
|
|
177
|
+
--color-base-light-green-400: #9ccc65;
|
|
178
|
+
--color-base-light-green-500: #8bc34a;
|
|
179
|
+
--color-base-light-green-600: #7cb342;
|
|
180
|
+
--color-base-light-green-700: #689f38;
|
|
181
|
+
--color-base-light-green-800: #558b2f;
|
|
182
|
+
--color-base-light-green-900: #33691e;
|
|
183
|
+
--color-base-light-green-a100: #ccff90;
|
|
184
|
+
--color-base-light-green-a200: #b2ff59;
|
|
185
|
+
--color-base-light-green-a400: #76ff03;
|
|
186
|
+
--color-base-light-green-a700: #64dd17;
|
|
187
|
+
--color-base-lime-50: #f9fbe7;
|
|
188
|
+
--color-base-lime-100: #f0f4c3;
|
|
189
|
+
--color-base-lime-200: #e6ee9c;
|
|
190
|
+
--color-base-lime-300: #dce775;
|
|
191
|
+
--color-base-lime-400: #d4e157;
|
|
192
|
+
--color-base-lime-500: #cddc39;
|
|
193
|
+
--color-base-lime-600: #c0ca33;
|
|
194
|
+
--color-base-lime-700: #afb42b;
|
|
195
|
+
--color-base-lime-800: #9e9d24;
|
|
196
|
+
--color-base-lime-900: #827717;
|
|
197
|
+
--color-base-lime-a100: #f4ff81;
|
|
198
|
+
--color-base-lime-a200: #eeff41;
|
|
199
|
+
--color-base-lime-a400: #c6ff00;
|
|
200
|
+
--color-base-lime-a700: #aeea00;
|
|
201
|
+
--color-base-yellow-50: #fffde7;
|
|
202
|
+
--color-base-yellow-100: #fff9c4;
|
|
203
|
+
--color-base-yellow-200: #fff59d;
|
|
204
|
+
--color-base-yellow-300: #fff176;
|
|
205
|
+
--color-base-yellow-400: #ffee58;
|
|
206
|
+
--color-base-yellow-500: #ffeb3b;
|
|
207
|
+
--color-base-yellow-600: #fdd835;
|
|
208
|
+
--color-base-yellow-700: #fbc02d;
|
|
209
|
+
--color-base-yellow-800: #f9a825;
|
|
210
|
+
--color-base-yellow-900: #f57f17;
|
|
211
|
+
--color-base-yellow-a100: #ffff8d;
|
|
212
|
+
--color-base-yellow-a200: #ffff00;
|
|
213
|
+
--color-base-yellow-a400: #ffea00;
|
|
214
|
+
--color-base-yellow-a700: #ffd600;
|
|
215
|
+
--color-base-amber-50: #fff8e1;
|
|
216
|
+
--color-base-amber-100: #ffecb3;
|
|
217
|
+
--color-base-amber-200: #ffe082;
|
|
218
|
+
--color-base-amber-300: #ffd54f;
|
|
219
|
+
--color-base-amber-400: #ffca28;
|
|
220
|
+
--color-base-amber-500: #ffc107;
|
|
221
|
+
--color-base-amber-600: #ffb300;
|
|
222
|
+
--color-base-amber-700: #ffa000;
|
|
223
|
+
--color-base-amber-800: #ff8f00;
|
|
224
|
+
--color-base-amber-900: #ff6f00;
|
|
225
|
+
--color-base-amber-a100: #ffe57f;
|
|
226
|
+
--color-base-amber-a200: #ffd740;
|
|
227
|
+
--color-base-amber-a400: #ffc400;
|
|
228
|
+
--color-base-amber-a700: #ffab00;
|
|
229
|
+
--color-base-orange-50: #fff3e0;
|
|
230
|
+
--color-base-orange-100: #ffe0b2;
|
|
231
|
+
--color-base-orange-200: #ffcc80;
|
|
232
|
+
--color-base-orange-300: #ffb74d;
|
|
233
|
+
--color-base-orange-400: #ffa726;
|
|
234
|
+
--color-base-orange-500: #ff9800;
|
|
235
|
+
--color-base-orange-600: #fb8c00;
|
|
236
|
+
--color-base-orange-700: #f57c00;
|
|
237
|
+
--color-base-orange-800: #ef6c00;
|
|
238
|
+
--color-base-orange-900: #e65100;
|
|
239
|
+
--color-base-orange-a100: #ffd180;
|
|
240
|
+
--color-base-orange-a200: #ffab40;
|
|
241
|
+
--color-base-orange-a400: #ff9100;
|
|
242
|
+
--color-base-orange-a700: #ff6d00;
|
|
243
|
+
--color-base-deep-orange-50: #fbe9e7;
|
|
244
|
+
--color-base-deep-orange-100: #ffccbc;
|
|
245
|
+
--color-base-deep-orange-200: #ffab91;
|
|
246
|
+
--color-base-deep-orange-300: #ff8a65;
|
|
247
|
+
--color-base-deep-orange-400: #ff7043;
|
|
248
|
+
--color-base-deep-orange-500: #ff5722;
|
|
249
|
+
--color-base-deep-orange-600: #f4511e;
|
|
250
|
+
--color-base-deep-orange-700: #e64a19;
|
|
251
|
+
--color-base-deep-orange-800: #d84315;
|
|
252
|
+
--color-base-deep-orange-900: #bf360c;
|
|
253
|
+
--color-base-deep-orange-a100: #ff9e80;
|
|
254
|
+
--color-base-deep-orange-a200: #ff6e40;
|
|
255
|
+
--color-base-deep-orange-a400: #ff3d00;
|
|
256
|
+
--color-base-deep-orange-a700: #dd2c00;
|
|
257
|
+
--color-base-brown-50: #efebe9;
|
|
258
|
+
--color-base-brown-100: #d7ccc8;
|
|
259
|
+
--color-base-brown-200: #bcaaa4;
|
|
260
|
+
--color-base-brown-300: #a1887f;
|
|
261
|
+
--color-base-brown-400: #8d6e63;
|
|
262
|
+
--color-base-brown-500: #795548;
|
|
263
|
+
--color-base-brown-600: #6d4c41;
|
|
264
|
+
--color-base-brown-700: #5d4037;
|
|
265
|
+
--color-base-brown-800: #4e342e;
|
|
266
|
+
--color-base-brown-900: #3e2723;
|
|
267
|
+
--color-base-grey-50: #fafafa;
|
|
268
|
+
--color-base-grey-100: #f5f5f5;
|
|
269
|
+
--color-base-grey-200: #eeeeee;
|
|
270
|
+
--color-base-grey-300: #e0e0e0;
|
|
271
|
+
--color-base-grey-400: #bdbdbd;
|
|
272
|
+
--color-base-grey-500: #9e9e9e;
|
|
273
|
+
--color-base-grey-600: #757575;
|
|
274
|
+
--color-base-grey-700: #616161;
|
|
275
|
+
--color-base-grey-800: #424242;
|
|
276
|
+
--color-base-grey-900: #212121;
|
|
277
|
+
--color-base-blue-grey-50: #eceff1;
|
|
278
|
+
--color-base-blue-grey-100: #cfd8dc;
|
|
279
|
+
--color-base-blue-grey-200: #b0bec5;
|
|
280
|
+
--color-base-blue-grey-300: #90a4ae;
|
|
281
|
+
--color-base-blue-grey-400: #78909c;
|
|
282
|
+
--color-base-blue-grey-500: #607d8b;
|
|
283
|
+
--color-base-blue-grey-600: #546e7a;
|
|
284
|
+
--color-base-blue-grey-700: #455a64;
|
|
285
|
+
--color-base-blue-grey-800: #37474f;
|
|
286
|
+
--color-base-blue-grey-900: #263238;
|
|
287
|
+
--color-base-white: #ffffff;
|
|
288
|
+
--color-base-black: #000000;
|
|
289
|
+
--color-border-light: #eeeeee;
|
|
290
|
+
--color-border-base: #e0e0e0;
|
|
291
|
+
--color-border-dark: #bdbdbd;
|
|
292
|
+
--color-border-focus: #009688;
|
|
293
|
+
--color-border-error: #e53935;
|
|
294
|
+
--color-border-warning: #fb8c00;
|
|
295
|
+
--color-border-success: #43a047;
|
|
296
|
+
--color-border-button-secondary-base: #e0e0e0;
|
|
297
|
+
--color-border-button-secondary-active: #303f9f;
|
|
298
|
+
--color-border-button-secondary-disabled: #eeeeee;
|
|
299
|
+
--color-brand-primary-lighter: #b2dfdb;
|
|
300
|
+
--color-brand-primary-light: #4db6ac;
|
|
301
|
+
--color-brand-primary-base: #009688;
|
|
302
|
+
--color-brand-primary-dark: #00796b;
|
|
303
|
+
--color-brand-primary-darker: #004d40;
|
|
304
|
+
--color-brand-secondary-lighter: #c5cae9;
|
|
305
|
+
--color-brand-secondary-light: #7986cb;
|
|
306
|
+
--color-brand-secondary-base: #3f51b5;
|
|
307
|
+
--color-brand-secondary-dark: #303f9f;
|
|
308
|
+
--color-brand-secondary-darker: #1a237e;
|
|
309
|
+
--color-chart-stacked-base-100: #bbdefb;
|
|
310
|
+
--color-chart-stacked-base-200: #90caf9;
|
|
311
|
+
--color-chart-stacked-base-300: #64b5f6;
|
|
312
|
+
--color-chart-stacked-base-400: #42a5f5;
|
|
313
|
+
--color-chart-stacked-base-500: #2196f3;
|
|
314
|
+
--color-chart-stacked-base-600: #1e88e5;
|
|
315
|
+
--color-chart-stacked-base-700: #1976d2;
|
|
316
|
+
--color-chart-stacked-base-800: #1565c0;
|
|
317
|
+
--color-chart-stacked-base-900: #0d47a1;
|
|
318
|
+
--color-font-base: #212121;
|
|
319
|
+
--color-font-secondary: #424242;
|
|
320
|
+
--color-font-tertiary: #757575;
|
|
321
|
+
--color-font-quaternary: #bdbdbd;
|
|
322
|
+
--color-font-link: #009688;
|
|
323
|
+
--color-font-active: #3f51b5;
|
|
324
|
+
--color-font-error: #e53935;
|
|
325
|
+
--color-font-warning: #ef6c00;
|
|
326
|
+
--color-font-success: #43a047;
|
|
327
|
+
--color-font-disabled: #424242;
|
|
328
|
+
--color-font-inverse-base: #ffffff;
|
|
329
|
+
--color-font-inverse-secondary: #f5f5f5;
|
|
330
|
+
--color-font-inverse-tertiary: #eeeeee;
|
|
331
|
+
--color-font-inverse-quaternary: #bdbdbd;
|
|
332
|
+
--color-font-inverse-link: #4db6ac;
|
|
333
|
+
--color-font-inverse-active: #7986cb;
|
|
334
|
+
--color-font-inverse-error: #ef5350;
|
|
335
|
+
--color-font-inverse-warning: #ffa726;
|
|
336
|
+
--color-font-inverse-success: #66bb6a;
|
|
337
|
+
--color-font-inverse-disabled: #f5f5f5;
|
|
338
|
+
--color-font-button-primary: #ffffff;
|
|
339
|
+
--color-font-button-secondary: #009688;
|
|
340
|
+
--content-icon-3d-rotation: 3d_rotation;
|
|
341
|
+
--content-icon-airline-seat-individual-suite: airline_seat_individual_suite;
|
|
342
|
+
--content-icon-airline-seat-legroom-reduced: airline_seat_legroom_reduced;
|
|
343
|
+
--content-icon-airline-seat-legroom-normal: airline_seat_legroom_normal;
|
|
344
|
+
--content-icon-airline-seat-recline-normal: airline_seat_recline_normal;
|
|
345
|
+
--content-icon-airline-seat-legroom-extra: airline_seat_legroom_extra;
|
|
346
|
+
--content-icon-airline-seat-recline-extra: airline_seat_recline_extra;
|
|
347
|
+
--content-icon-airline-seat-flat-angled: airline_seat_flat_angled;
|
|
348
|
+
--content-icon-arrow-drop-down-circle: arrow_drop_down_circle;
|
|
349
|
+
--content-icon-account-balance-wallet: account_balance_wallet;
|
|
350
|
+
--content-icon-airplanemode-inactive: airplanemode_inactive;
|
|
351
|
+
--content-icon-assignment-turned-in: assignment_turned_in;
|
|
352
|
+
--content-icon-assignment-returned: assignment_returned;
|
|
353
|
+
--content-icon-airplanemode-active: airplanemode_active;
|
|
354
|
+
--content-icon-add-circle-outline: add_circle_outline;
|
|
355
|
+
--content-icon-add-shopping-cart: add_shopping_cart;
|
|
356
|
+
--content-icon-assignment-return: assignment_return;
|
|
357
|
+
--content-icon-airline-seat-flat: airline_seat_flat;
|
|
358
|
+
--content-icon-airplanemode-off: airplanemode_off;
|
|
359
|
+
--content-icon-assignment-late: assignment_late;
|
|
360
|
+
--content-icon-assistant-photo: assistant_photo;
|
|
361
|
+
--content-icon-arrow-drop-down: arrow_drop_down;
|
|
362
|
+
--content-icon-airplanemode-on: airplanemode_on;
|
|
363
|
+
--content-icon-airport-shuttle: airport_shuttle;
|
|
364
|
+
--content-icon-account-balance: account_balance;
|
|
365
|
+
--content-icon-account-circle: account_circle;
|
|
366
|
+
--content-icon-arrow-downward: arrow_downward;
|
|
367
|
+
--content-icon-assignment-ind: assignment_ind;
|
|
368
|
+
--content-icon-all-inclusive: all_inclusive;
|
|
369
|
+
--content-icon-arrow-drop-up: arrow_drop_up;
|
|
370
|
+
--content-icon-add-to-photos: add_to_photos;
|
|
371
|
+
--content-icon-arrow-forward: arrow_forward;
|
|
372
|
+
--content-icon-accessibility: accessibility;
|
|
373
|
+
--content-icon-access-alarms: access_alarms;
|
|
374
|
+
--content-icon-arrow-upward: arrow_upward;
|
|
375
|
+
--content-icon-attach-money: attach_money;
|
|
376
|
+
--content-icon-add-to-queue: add_to_queue;
|
|
377
|
+
--content-icon-aspect-ratio: aspect_ratio;
|
|
378
|
+
--content-icon-announcement: announcement;
|
|
379
|
+
--content-icon-add-location: add_location;
|
|
380
|
+
--content-icon-access-alarm: access_alarm;
|
|
381
|
+
--content-icon-account-box: account_box;
|
|
382
|
+
--content-icon-access-time: access_time;
|
|
383
|
+
--content-icon-add-a-photo: add_a_photo;
|
|
384
|
+
--content-icon-attach-file: attach_file;
|
|
385
|
+
--content-icon-assignment: assignment;
|
|
386
|
+
--content-icon-arrow-back: arrow_back;
|
|
387
|
+
--content-icon-accessible: accessible;
|
|
388
|
+
--content-icon-add-circle: add_circle;
|
|
389
|
+
--content-icon-assessment: assessment;
|
|
390
|
+
--content-icon-audiotrack: audiotrack;
|
|
391
|
+
--content-icon-attachment: attachment;
|
|
392
|
+
--content-icon-art-track: art_track;
|
|
393
|
+
--content-icon-alarm-off: alarm_off;
|
|
394
|
+
--content-icon-add-alert: add_alert;
|
|
395
|
+
--content-icon-add-alarm: add_alarm;
|
|
396
|
+
--content-icon-alarm-add: alarm_add;
|
|
397
|
+
--content-icon-autorenew: autorenew;
|
|
398
|
+
--content-icon-assistant: assistant;
|
|
399
|
+
--content-icon-alarm-on: alarm_on;
|
|
400
|
+
--content-icon-av-timer: av_timer;
|
|
401
|
+
--content-icon-all-out: all_out;
|
|
402
|
+
--content-icon-archive: archive;
|
|
403
|
+
--content-icon-add-box: add_box;
|
|
404
|
+
--content-icon-android: android;
|
|
405
|
+
--content-icon-airplay: airplay;
|
|
406
|
+
--content-icon-ac-unit: ac_unit;
|
|
407
|
+
--content-icon-adjust: adjust;
|
|
408
|
+
--content-icon-alarm: alarm;
|
|
409
|
+
--content-icon-album: album;
|
|
410
|
+
--content-icon-apps: apps;
|
|
411
|
+
--content-icon-add: add;
|
|
412
|
+
--content-icon-adb: adb;
|
|
413
|
+
--content-icon-battery-charging-full: battery_charging_full;
|
|
414
|
+
--content-icon-bluetooth-connected: bluetooth_connected;
|
|
415
|
+
--content-icon-bluetooth-searching: bluetooth_searching;
|
|
416
|
+
--content-icon-branding-watermark: branding_watermark;
|
|
417
|
+
--content-icon-bluetooth-disabled: bluetooth_disabled;
|
|
418
|
+
--content-icon-brightness-medium: brightness_medium;
|
|
419
|
+
--content-icon-border-horizontal: border_horizontal;
|
|
420
|
+
--content-icon-bookmark-outline: bookmark_outline;
|
|
421
|
+
--content-icon-brightness-auto: brightness_auto;
|
|
422
|
+
--content-icon-business-center: business_center;
|
|
423
|
+
--content-icon-border-vertical: border_vertical;
|
|
424
|
+
--content-icon-brightness-high: brightness_high;
|
|
425
|
+
--content-icon-bluetooth-audio: bluetooth_audio;
|
|
426
|
+
--content-icon-battery-unknown: battery_unknown;
|
|
427
|
+
--content-icon-bookmark-border: bookmark_border;
|
|
428
|
+
--content-icon-brightness-low: brightness_low;
|
|
429
|
+
--content-icon-border-bottom: border_bottom;
|
|
430
|
+
--content-icon-blur-circular: blur_circular;
|
|
431
|
+
--content-icon-battery-alert: battery_alert;
|
|
432
|
+
--content-icon-border-inner: border_inner;
|
|
433
|
+
--content-icon-brightness-seven: brightness_7;
|
|
434
|
+
--content-icon-border-color: border_color;
|
|
435
|
+
--content-icon-border-clear: border_clear;
|
|
436
|
+
--content-icon-brightness-six: brightness_6;
|
|
437
|
+
--content-icon-brightness-five: brightness_5;
|
|
438
|
+
--content-icon-brightness-four: brightness_4;
|
|
439
|
+
--content-icon-brightness-three: brightness_3;
|
|
440
|
+
--content-icon-brightness-two: brightness_2;
|
|
441
|
+
--content-icon-brightness-one: brightness_1;
|
|
442
|
+
--content-icon-bubble-chart: bubble_chart;
|
|
443
|
+
--content-icon-broken-image: broken_image;
|
|
444
|
+
--content-icon-beach-access: beach_access;
|
|
445
|
+
--content-icon-border-style: border_style;
|
|
446
|
+
--content-icon-battery-full: battery_full;
|
|
447
|
+
--content-icon-border-right: border_right;
|
|
448
|
+
--content-icon-border-outer: border_outer;
|
|
449
|
+
--content-icon-blur-linear: blur_linear;
|
|
450
|
+
--content-icon-border-left: border_left;
|
|
451
|
+
--content-icon-battery-std: battery_std;
|
|
452
|
+
--content-icon-border-top: border_top;
|
|
453
|
+
--content-icon-border-all: border_all;
|
|
454
|
+
--content-icon-bug-report: bug_report;
|
|
455
|
+
--content-icon-burst-mode: burst_mode;
|
|
456
|
+
--content-icon-bluetooth: bluetooth;
|
|
457
|
+
--content-icon-backspace: backspace;
|
|
458
|
+
--content-icon-beenhere: beenhere;
|
|
459
|
+
--content-icon-bookmark: bookmark;
|
|
460
|
+
--content-icon-blur-off: blur_off;
|
|
461
|
+
--content-icon-business: business;
|
|
462
|
+
--content-icon-blur-on: blur_on;
|
|
463
|
+
--content-icon-backup: backup;
|
|
464
|
+
--content-icon-brush: brush;
|
|
465
|
+
--content-icon-build: build;
|
|
466
|
+
--content-icon-block: block;
|
|
467
|
+
--content-icon-book: book;
|
|
468
|
+
--content-icon-control-point-duplicate: control_point_duplicate;
|
|
469
|
+
--content-icon-check-box-outline-blank: check_box_outline_blank;
|
|
470
|
+
--content-icon-collections-bookmark: collections_bookmark;
|
|
471
|
+
--content-icon-call-missed-outgoing: call_missed_outgoing;
|
|
472
|
+
--content-icon-chat-bubble-outline: chat_bubble_outline;
|
|
473
|
+
--content-icon-center-focus-strong: center_focus_strong;
|
|
474
|
+
--content-icon-confirmation-number: confirmation_number;
|
|
475
|
+
--content-icon-chrome-reader-mode: chrome_reader_mode;
|
|
476
|
+
--content-icon-create-new-folder: create_new_folder;
|
|
477
|
+
--content-icon-center-focus-weak: center_focus_weak;
|
|
478
|
+
--content-icon-confirmation-num: confirmation_num;
|
|
479
|
+
--content-icon-card-membership: card_membership;
|
|
480
|
+
--content-icon-cloud-download: cloud_download;
|
|
481
|
+
--content-icon-change-history: change_history;
|
|
482
|
+
--content-icon-closed-caption: closed_caption;
|
|
483
|
+
--content-icon-compare-arrows: compare_arrows;
|
|
484
|
+
--content-icon-cast-connected: cast_connected;
|
|
485
|
+
--content-icon-child-friendly: child_friendly;
|
|
486
|
+
--content-icon-camera-enhance: camera_enhance;
|
|
487
|
+
--content-icon-call-to-action: call_to_action;
|
|
488
|
+
--content-icon-crop-landscape: crop_landscape;
|
|
489
|
+
--content-icon-control-point: control_point;
|
|
490
|
+
--content-icon-content-paste: content_paste;
|
|
491
|
+
--content-icon-card-giftcard: card_giftcard;
|
|
492
|
+
--content-icon-contact-phone: contact_phone;
|
|
493
|
+
--content-icon-crop-original: crop_original;
|
|
494
|
+
--content-icon-call-received: call_received;
|
|
495
|
+
--content-icon-crop-portrait: crop_portrait;
|
|
496
|
+
--content-icon-contact-mail: contact_mail;
|
|
497
|
+
--content-icon-cloud-upload: cloud_upload;
|
|
498
|
+
--content-icon-camera-front: camera_front;
|
|
499
|
+
--content-icon-content-copy: content_copy;
|
|
500
|
+
--content-icon-cloud-circle: cloud_circle;
|
|
501
|
+
--content-icon-check-circle: check_circle;
|
|
502
|
+
--content-icon-card-travel: card_travel;
|
|
503
|
+
--content-icon-crop-rotate: crop_rotate;
|
|
504
|
+
--content-icon-collections: collections;
|
|
505
|
+
--content-icon-camera-roll: camera_roll;
|
|
506
|
+
--content-icon-camera-rear: camera_rear;
|
|
507
|
+
--content-icon-chat-bubble: chat_bubble;
|
|
508
|
+
--content-icon-content-cut: content_cut;
|
|
509
|
+
--content-icon-cloud-queue: cloud_queue;
|
|
510
|
+
--content-icon-crop-square: crop_square;
|
|
511
|
+
--content-icon-credit-card: credit_card;
|
|
512
|
+
--content-icon-call-missed: call_missed;
|
|
513
|
+
--content-icon-child-care: child_care;
|
|
514
|
+
--content-icon-call-split: call_split;
|
|
515
|
+
--content-icon-color-lens: color_lens;
|
|
516
|
+
--content-icon-cloud-done: cloud_done;
|
|
517
|
+
--content-icon-camera-alt: camera_alt;
|
|
518
|
+
--content-icon-call-merge: call_merge;
|
|
519
|
+
--content-icon-clear-all: clear_all;
|
|
520
|
+
--content-icon-crop-free: crop_free;
|
|
521
|
+
--content-icon-crop-onesix-nine: crop_onesix_nine;
|
|
522
|
+
--content-icon-check-box: check_box;
|
|
523
|
+
--content-icon-copyright: copyright;
|
|
524
|
+
--content-icon-cloud-off: cloud_off;
|
|
525
|
+
--content-icon-call-made: call_made;
|
|
526
|
+
--content-icon-contacts: contacts;
|
|
527
|
+
--content-icon-colorize: colorize;
|
|
528
|
+
--content-icon-crop-seven-five: crop_seven_five;
|
|
529
|
+
--content-icon-crop-five-four: crop_five_four;
|
|
530
|
+
--content-icon-crop-three-two: crop_three_two;
|
|
531
|
+
--content-icon-crop-din: crop_din;
|
|
532
|
+
--content-icon-computer: computer;
|
|
533
|
+
--content-icon-call-end: call_end;
|
|
534
|
+
--content-icon-compare: compare;
|
|
535
|
+
--content-icon-comment: comment;
|
|
536
|
+
--content-icon-cancel: cancel;
|
|
537
|
+
--content-icon-casino: casino;
|
|
538
|
+
--content-icon-create: create;
|
|
539
|
+
--content-icon-aperture: aperture;
|
|
540
|
+
--content-icon-cached: cached;
|
|
541
|
+
--content-icon-cloud: cloud;
|
|
542
|
+
--content-icon-clear: clear;
|
|
543
|
+
--content-icon-class: class;
|
|
544
|
+
--content-icon-check: check;
|
|
545
|
+
--content-icon-close: close;
|
|
546
|
+
--content-icon-crop: crop;
|
|
547
|
+
--content-icon-chat: chat;
|
|
548
|
+
--content-icon-code: code;
|
|
549
|
+
--content-icon-call: call;
|
|
550
|
+
--content-icon-cake: cake;
|
|
551
|
+
--content-icon-cast: cast;
|
|
552
|
+
--content-icon-do-not-disturb-off: do_not_disturb_off;
|
|
553
|
+
--content-icon-do-not-disturb-alt: do_not_disturb_alt;
|
|
554
|
+
--content-icon-directions-transit: directions_transit;
|
|
555
|
+
--content-icon-directions-railway: directions_railway;
|
|
556
|
+
--content-icon-directions-subway: directions_subway;
|
|
557
|
+
--content-icon-do-not-disturb-on: do_not_disturb_on;
|
|
558
|
+
--content-icon-dnd-forwardslash: dnd_forwardslash;
|
|
559
|
+
--content-icon-directions-train: directions_train;
|
|
560
|
+
--content-icon-directions-ferry: directions_ferry;
|
|
561
|
+
--content-icon-directions-boat: directions_boat;
|
|
562
|
+
--content-icon-directions-walk: directions_walk;
|
|
563
|
+
--content-icon-directions-bike: directions_bike;
|
|
564
|
+
--content-icon-developer-board: developer_board;
|
|
565
|
+
--content-icon-desktop-windows: desktop_windows;
|
|
566
|
+
--content-icon-directions-run: directions_run;
|
|
567
|
+
--content-icon-directions-car: directions_car;
|
|
568
|
+
--content-icon-developer-mode: developer_mode;
|
|
569
|
+
--content-icon-directions-bus: directions_bus;
|
|
570
|
+
--content-icon-do-not-disturb: do_not_disturb;
|
|
571
|
+
--content-icon-delete-forever: delete_forever;
|
|
572
|
+
--content-icon-devices-other: devices_other;
|
|
573
|
+
--content-icon-delete-sweep: delete_sweep;
|
|
574
|
+
--content-icon-donut-small: donut_small;
|
|
575
|
+
--content-icon-desktop-mac: desktop_mac;
|
|
576
|
+
--content-icon-description: description;
|
|
577
|
+
--content-icon-donut-large: donut_large;
|
|
578
|
+
--content-icon-drag-handle: drag_handle;
|
|
579
|
+
--content-icon-directions: directions;
|
|
580
|
+
--content-icon-device-hub: device_hub;
|
|
581
|
+
--content-icon-dialer-sip: dialer_sip;
|
|
582
|
+
--content-icon-date-range: date_range;
|
|
583
|
+
--content-icon-data-usage: data_usage;
|
|
584
|
+
--content-icon-drive-eta: drive_eta;
|
|
585
|
+
--content-icon-disc-full: disc_full;
|
|
586
|
+
--content-icon-dashboard: dashboard;
|
|
587
|
+
--content-icon-done-all: done_all;
|
|
588
|
+
--content-icon-details: details;
|
|
589
|
+
--content-icon-devices: devices;
|
|
590
|
+
--content-icon-dialpad: dialpad;
|
|
591
|
+
--content-icon-dehaze: dehaze;
|
|
592
|
+
--content-icon-domain: domain;
|
|
593
|
+
--content-icon-drafts: drafts;
|
|
594
|
+
--content-icon-delete: delete;
|
|
595
|
+
--content-icon-done: done;
|
|
596
|
+
--content-icon-dock: dock;
|
|
597
|
+
--content-icon-dns: dns;
|
|
598
|
+
--content-icon-dvr: dvr;
|
|
599
|
+
--content-icon-enhance-photo-translate: enhance_photo_translate;
|
|
600
|
+
--content-icon-enhanced-encryption: enhanced_encryption;
|
|
601
|
+
--content-icon-exposure-minus-two: exposure_minus_two;
|
|
602
|
+
--content-icon-exposure-minus-one: exposure_minus_one;
|
|
603
|
+
--content-icon-event-available: event_available;
|
|
604
|
+
--content-icon-exposure-plus-two: exposure_plus_two;
|
|
605
|
+
--content-icon-exposure-plus-one: exposure_plus_one;
|
|
606
|
+
--content-icon-exposure-neg-two: exposure_neg_two;
|
|
607
|
+
--content-icon-exposure-neg-one: exposure_neg_one;
|
|
608
|
+
--content-icon-exposure-zero: exposure_zero;
|
|
609
|
+
--content-icon-edit-location: edit_location;
|
|
610
|
+
--content-icon-error-outline: error_outline;
|
|
611
|
+
--content-icon-expand-less: expand_less;
|
|
612
|
+
--content-icon-exit-to-app: exit_to_app;
|
|
613
|
+
--content-icon-expand-more: expand_more;
|
|
614
|
+
--content-icon-euro-symbol: euro_symbol;
|
|
615
|
+
--content-icon-event-busy: event_busy;
|
|
616
|
+
--content-icon-event-seat: event_seat;
|
|
617
|
+
--content-icon-ev-station: ev_station;
|
|
618
|
+
--content-icon-event-note: event_note;
|
|
619
|
+
--content-icon-equalizer: equalizer;
|
|
620
|
+
--content-icon-extension: extension;
|
|
621
|
+
--content-icon-exposure: exposure;
|
|
622
|
+
--content-icon-explicit: explicit;
|
|
623
|
+
--content-icon-explore: explore;
|
|
624
|
+
--content-icon-email-fill: email_fill;
|
|
625
|
+
--content-icon-eject: eject;
|
|
626
|
+
--content-icon-event: event;
|
|
627
|
+
--content-icon-error: error;
|
|
628
|
+
--content-icon-edit: edit;
|
|
629
|
+
--content-icon-format-textdirection-r-to-l: format_textdirection_r_to_l;
|
|
630
|
+
--content-icon-format-textdirection-l-to-r: format_textdirection_l_to_r;
|
|
631
|
+
--content-icon-format-indent-increase: format_indent_increase;
|
|
632
|
+
--content-icon-format-indent-decrease: format_indent_decrease;
|
|
633
|
+
--content-icon-format-list-bulleted: format_list_bulleted;
|
|
634
|
+
--content-icon-format-strikethrough: format_strikethrough;
|
|
635
|
+
--content-icon-format-list-numbered: format_list_numbered;
|
|
636
|
+
--content-icon-format-align-justify: format_align_justify;
|
|
637
|
+
--content-icon-format-line-spacing: format_line_spacing;
|
|
638
|
+
--content-icon-format-align-center: format_align_center;
|
|
639
|
+
--content-icon-filter-center-focus: filter_center_focus;
|
|
640
|
+
--content-icon-fiber-manual-record: fiber_manual_record;
|
|
641
|
+
--content-icon-format-color-reset: format_color_reset;
|
|
642
|
+
--content-icon-fiber-smart-record: fiber_smart_record;
|
|
643
|
+
--content-icon-format-align-right: format_align_right;
|
|
644
|
+
--content-icon-featured-play-list: featured_play_list;
|
|
645
|
+
--content-icon-filter-tilt-shift: filter_tilt_shift;
|
|
646
|
+
--content-icon-format-color-text: format_color_text;
|
|
647
|
+
--content-icon-format-align-left: format_align_left;
|
|
648
|
+
--content-icon-format-underlined: format_underlined;
|
|
649
|
+
--content-icon-format-color-fill: format_color_fill;
|
|
650
|
+
--content-icon-format-underline: format_underline;
|
|
651
|
+
--content-icon-favorite-outline: favorite_outline;
|
|
652
|
+
--content-icon-favorite-border: favorite_border;
|
|
653
|
+
--content-icon-fullscreen-exit: fullscreen_exit;
|
|
654
|
+
--content-icon-filter-b-and-w: filter_b_and_w;
|
|
655
|
+
--content-icon-flight-takeoff: flight_takeoff;
|
|
656
|
+
--content-icon-fitness-center: fitness_center;
|
|
657
|
+
--content-icon-featured-video: featured_video;
|
|
658
|
+
--content-icon-filter-vintage: filter_vintage;
|
|
659
|
+
--content-icon-free-breakfast: free_breakfast;
|
|
660
|
+
--content-icon-folder-special: folder_special;
|
|
661
|
+
--content-icon-filter-nine-plus: filter_nine_plus;
|
|
662
|
+
--content-icon-file-download: file_download;
|
|
663
|
+
--content-icon-font-download: font_download;
|
|
664
|
+
--content-icon-format-italic: format_italic;
|
|
665
|
+
--content-icon-folder-shared: folder_shared;
|
|
666
|
+
--content-icon-filter-frames: filter_frames;
|
|
667
|
+
--content-icon-flip-to-front: flip_to_front;
|
|
668
|
+
--content-icon-format-shapes: format_shapes;
|
|
669
|
+
--content-icon-format-quote: format_quote;
|
|
670
|
+
--content-icon-flip-to-back: flip_to_back;
|
|
671
|
+
--content-icon-format-clear: format_clear;
|
|
672
|
+
--content-icon-filter-drama: filter_drama;
|
|
673
|
+
--content-icon-format-paint: format_paint;
|
|
674
|
+
--content-icon-find-replace: find_replace;
|
|
675
|
+
--content-icon-find-in-page: find_in_page;
|
|
676
|
+
--content-icon-fast-forward: fast_forward;
|
|
677
|
+
--content-icon-filter-none: filter_none;
|
|
678
|
+
--content-icon-filter-list: filter_list;
|
|
679
|
+
--content-icon-fingerprint: fingerprint;
|
|
680
|
+
--content-icon-format-size: format_size;
|
|
681
|
+
--content-icon-folder-open: folder_open;
|
|
682
|
+
--content-icon-flight-land: flight_land;
|
|
683
|
+
--content-icon-format-bold: format_bold;
|
|
684
|
+
--content-icon-fast-rewind: fast_rewind;
|
|
685
|
+
--content-icon-file-upload: file_upload;
|
|
686
|
+
--content-icon-fullscreen: fullscreen;
|
|
687
|
+
--content-icon-forward-threezero: forward_threezero;
|
|
688
|
+
--content-icon-filter-hdr: filter_hdr;
|
|
689
|
+
--content-icon-flash-auto: flash_auto;
|
|
690
|
+
--content-icon-forward-onezero: forward_onezero;
|
|
691
|
+
--content-icon-first-page: first_page;
|
|
692
|
+
--content-icon-flash-off: flash_off;
|
|
693
|
+
--content-icon-functions: functions;
|
|
694
|
+
--content-icon-fiber-pin: fiber_pin;
|
|
695
|
+
--content-icon-fiber-new: fiber_new;
|
|
696
|
+
--content-icon-forward-five: forward_five;
|
|
697
|
+
--content-icon-fiber-dvr: fiber_dvr;
|
|
698
|
+
--content-icon-filter-seven: filter_seven;
|
|
699
|
+
--content-icon-filter-six: filter_six;
|
|
700
|
+
--content-icon-filter-five: filter_five;
|
|
701
|
+
--content-icon-filter-four: filter_four;
|
|
702
|
+
--content-icon-feedback: feedback;
|
|
703
|
+
--content-icon-filter-three: filter_three;
|
|
704
|
+
--content-icon-filter-two: filter_two;
|
|
705
|
+
--content-icon-filter-one: filter_one;
|
|
706
|
+
--content-icon-flash-on: flash_on;
|
|
707
|
+
--content-icon-favorite: favorite;
|
|
708
|
+
--content-icon-filter-nine: filter_nine;
|
|
709
|
+
--content-icon-filter-eight: filter_eight;
|
|
710
|
+
--content-icon-forward: forward;
|
|
711
|
+
--content-icon-flight: flight;
|
|
712
|
+
--content-icon-folder: folder;
|
|
713
|
+
--content-icon-camera-filter: camera_filter;
|
|
714
|
+
--content-icon-forum: forum;
|
|
715
|
+
--content-icon-flare: flare;
|
|
716
|
+
--content-icon-flip: flip;
|
|
717
|
+
--content-icon-flag: flag;
|
|
718
|
+
--content-icon-face: face;
|
|
719
|
+
--content-icon-gps-not-fixed: gps_not_fixed;
|
|
720
|
+
--content-icon-golf-course: golf_course;
|
|
721
|
+
--content-icon-g-translate: g_translate;
|
|
722
|
+
--content-icon-graphic-eq: graphic_eq;
|
|
723
|
+
--content-icon-group-work: group_work;
|
|
724
|
+
--content-icon-group-add: group_add;
|
|
725
|
+
--content-icon-gps-fixed: gps_fixed;
|
|
726
|
+
--content-icon-grid-off: grid_off;
|
|
727
|
+
--content-icon-gradient: gradient;
|
|
728
|
+
--content-icon-grid-on: grid_on;
|
|
729
|
+
--content-icon-get-app: get_app;
|
|
730
|
+
--content-icon-gesture: gesture;
|
|
731
|
+
--content-icon-gamepad: gamepad;
|
|
732
|
+
--content-icon-gps-off: gps_off;
|
|
733
|
+
--content-icon-grade: grade;
|
|
734
|
+
--content-icon-gavel: gavel;
|
|
735
|
+
--content-icon-games: games;
|
|
736
|
+
--content-icon-grain: grain;
|
|
737
|
+
--content-icon-group: group;
|
|
738
|
+
--content-icon-gif: gif;
|
|
739
|
+
--content-icon-highlight-remove: highlight_remove;
|
|
740
|
+
--content-icon-hourglass-empty: hourglass_empty;
|
|
741
|
+
--content-icon-hourglass-full: hourglass_full;
|
|
742
|
+
--content-icon-highlight-off: highlight_off;
|
|
743
|
+
--content-icon-high-quality: high_quality;
|
|
744
|
+
--content-icon-help-outline: help_outline;
|
|
745
|
+
--content-icon-headset-mic: headset_mic;
|
|
746
|
+
--content-icon-hdr-strong: hdr_strong;
|
|
747
|
+
--content-icon-highlight: highlight;
|
|
748
|
+
--content-icon-hdr-weak: hdr_weak;
|
|
749
|
+
--content-icon-healing: healing;
|
|
750
|
+
--content-icon-history: history;
|
|
751
|
+
--content-icon-headset: headset;
|
|
752
|
+
--content-icon-hot-tub: hot_tub;
|
|
753
|
+
--content-icon-hearing: hearing;
|
|
754
|
+
--content-icon-hdr-off: hdr_off;
|
|
755
|
+
--content-icon-hdr-on: hdr_on;
|
|
756
|
+
--content-icon-hotel: hotel;
|
|
757
|
+
--content-icon-https: https;
|
|
758
|
+
--content-icon-help: help;
|
|
759
|
+
--content-icon-http: http;
|
|
760
|
+
--content-icon-home: home;
|
|
761
|
+
--content-icon-hd: hd;
|
|
762
|
+
--content-icon-indeterminate-check-box: indeterminate_check_box;
|
|
763
|
+
--content-icon-image-aspect-ratio: image_aspect_ratio;
|
|
764
|
+
--content-icon-insert-drive-file: insert_drive_file;
|
|
765
|
+
--content-icon-invert-colors-off: invert_colors_off;
|
|
766
|
+
--content-icon-important-devices: important_devices;
|
|
767
|
+
--content-icon-insert-invitation: insert_invitation;
|
|
768
|
+
--content-icon-invert-colors-on: invert_colors_on;
|
|
769
|
+
--content-icon-import-contacts: import_contacts;
|
|
770
|
+
--content-icon-insert-emoticon: insert_emoticon;
|
|
771
|
+
--content-icon-insert-comment: insert_comment;
|
|
772
|
+
--content-icon-invert-colors: invert_colors;
|
|
773
|
+
--content-icon-import-export: import_export;
|
|
774
|
+
--content-icon-info-outline: info_outline;
|
|
775
|
+
--content-icon-insert-photo: insert_photo;
|
|
776
|
+
--content-icon-insert-chart: insert_chart;
|
|
777
|
+
--content-icon-insert-link: insert_link;
|
|
778
|
+
--content-icon-input: input;
|
|
779
|
+
--content-icon-inbox: inbox;
|
|
780
|
+
--content-icon-image: image;
|
|
781
|
+
--content-icon-iso: iso;
|
|
782
|
+
--content-icon-keyboard-arrow-right: keyboard_arrow_right;
|
|
783
|
+
--content-icon-keyboard-arrow-left: keyboard_arrow_left;
|
|
784
|
+
--content-icon-keyboard-arrow-down: keyboard_arrow_down;
|
|
785
|
+
--content-icon-keyboard-backspace: keyboard_backspace;
|
|
786
|
+
--content-icon-keyboard-arrow-up: keyboard_arrow_up;
|
|
787
|
+
--content-icon-keyboard-capslock: keyboard_capslock;
|
|
788
|
+
--content-icon-keyboard-control: keyboard_control;
|
|
789
|
+
--content-icon-keyboard-return: keyboard_return;
|
|
790
|
+
--content-icon-keyboard-voice: keyboard_voice;
|
|
791
|
+
--content-icon-keyboard-hide: keyboard_hide;
|
|
792
|
+
--content-icon-keyboard-tab: keyboard_tab;
|
|
793
|
+
--content-icon-keyboard: keyboard;
|
|
794
|
+
--content-icon-kitchen: kitchen;
|
|
795
|
+
--content-icon-local-convenience-store: local_convenience_store;
|
|
796
|
+
--content-icon-local-laundry-service: local_laundry_service;
|
|
797
|
+
--content-icon-local-grocery-store: local_grocery_store;
|
|
798
|
+
--content-icon-location-searching: location_searching;
|
|
799
|
+
--content-icon-local-post-office: local_post_office;
|
|
800
|
+
--content-icon-local-gas-station: local_gas_station;
|
|
801
|
+
--content-icon-location-disabled: location_disabled;
|
|
802
|
+
--content-icon-lightbulb-outline: lightbulb_outline;
|
|
803
|
+
--content-icon-laptop-chromebook: laptop_chromebook;
|
|
804
|
+
--content-icon-location-history: location_history;
|
|
805
|
+
--content-icon-local-attraction: local_attraction;
|
|
806
|
+
--content-icon-local-print-shop: local_print_shop;
|
|
807
|
+
--content-icon-local-restaurant: local_restaurant;
|
|
808
|
+
--content-icon-local-printshop: local_printshop;
|
|
809
|
+
--content-icon-local-car-wash: local_car_wash;
|
|
810
|
+
--content-icon-local-activity: local_activity;
|
|
811
|
+
--content-icon-local-shipping: local_shipping;
|
|
812
|
+
--content-icon-local-hospital: local_hospital;
|
|
813
|
+
--content-icon-laptop-windows: laptop_windows;
|
|
814
|
+
--content-icon-local-pharmacy: local_pharmacy;
|
|
815
|
+
--content-icon-local-florist: local_florist;
|
|
816
|
+
--content-icon-local-parking: local_parking;
|
|
817
|
+
--content-icon-linked-camera: linked_camera;
|
|
818
|
+
--content-icon-local-library: local_library;
|
|
819
|
+
--content-icon-library-music: library_music;
|
|
820
|
+
--content-icon-library-books: library_books;
|
|
821
|
+
--content-icon-location-city: location_city;
|
|
822
|
+
--content-icon-local-airport: local_airport;
|
|
823
|
+
--content-icon-label-outline: label_outline;
|
|
824
|
+
--content-icon-location-off: location_off;
|
|
825
|
+
--content-icon-lock-outline: lock_outline;
|
|
826
|
+
--content-icon-local-dining: local_dining;
|
|
827
|
+
--content-icon-layers-clear: layers_clear;
|
|
828
|
+
--content-icon-low-priority: low_priority;
|
|
829
|
+
--content-icon-local-movies: local_movies;
|
|
830
|
+
--content-icon-linear-scale: linear_scale;
|
|
831
|
+
--content-icon-location-on: location_on;
|
|
832
|
+
--content-icon-local-pizza: local_pizza;
|
|
833
|
+
--content-icon-local-drink: local_drink;
|
|
834
|
+
--content-icon-library-add: library_add;
|
|
835
|
+
--content-icon-leak-remove: leak_remove;
|
|
836
|
+
--content-icon-local-hotel: local_hotel;
|
|
837
|
+
--content-icon-local-offer: local_offer;
|
|
838
|
+
--content-icon-local-phone: local_phone;
|
|
839
|
+
--content-icon-line-weight: line_weight;
|
|
840
|
+
--content-icon-line-style: line_style;
|
|
841
|
+
--content-icon-local-mall: local_mall;
|
|
842
|
+
--content-icon-local-cafe: local_cafe;
|
|
843
|
+
--content-icon-laptop-mac: laptop_mac;
|
|
844
|
+
--content-icon-local-taxi: local_taxi;
|
|
845
|
+
--content-icon-local-play: local_play;
|
|
846
|
+
--content-icon-local-see: local_see;
|
|
847
|
+
--content-icon-local-bar: local_bar;
|
|
848
|
+
--content-icon-local-atm: local_atm;
|
|
849
|
+
--content-icon-last-page: last_page;
|
|
850
|
+
--content-icon-looks-two: looks_two;
|
|
851
|
+
--content-icon-lock-open: lock_open;
|
|
852
|
+
--content-icon-looks-one: looks_one;
|
|
853
|
+
--content-icon-landscape: landscape;
|
|
854
|
+
--content-icon-live-help: live_help;
|
|
855
|
+
--content-icon-leak-add: leak_add;
|
|
856
|
+
--content-icon-language: language;
|
|
857
|
+
--content-icon-loyalty: loyalty;
|
|
858
|
+
--content-icon-looks-six: looks_six;
|
|
859
|
+
--content-icon-looks-five: looks_five;
|
|
860
|
+
--content-icon-looks-four: looks_four;
|
|
861
|
+
--content-icon-live-tv: live_tv;
|
|
862
|
+
--content-icon-looks-three: looks_three;
|
|
863
|
+
--content-icon-layers: layers;
|
|
864
|
+
--content-icon-launch: launch;
|
|
865
|
+
--content-icon-laptop: laptop;
|
|
866
|
+
--content-icon-loupe: loupe;
|
|
867
|
+
--content-icon-looks: looks;
|
|
868
|
+
--content-icon-label: label;
|
|
869
|
+
--content-icon-lens: lens;
|
|
870
|
+
--content-icon-link: link;
|
|
871
|
+
--content-icon-loop: loop;
|
|
872
|
+
--content-icon-lock: lock;
|
|
873
|
+
--content-icon-markunread-mailbox: markunread_mailbox;
|
|
874
|
+
--content-icon-monochrome-photos: monochrome_photos;
|
|
875
|
+
--content-icon-messenger-outline: messenger_outline;
|
|
876
|
+
--content-icon-my-library-books: my_library_books;
|
|
877
|
+
--content-icon-multitrack-audio: multitrack_audio;
|
|
878
|
+
--content-icon-my-library-music: my_library_music;
|
|
879
|
+
--content-icon-monetization-on: monetization_on;
|
|
880
|
+
--content-icon-multiline-chart: multiline_chart;
|
|
881
|
+
--content-icon-movie-creation: movie_creation;
|
|
882
|
+
--content-icon-my-library-add: my_library_add;
|
|
883
|
+
--content-icon-move-to-inbox: move_to_inbox;
|
|
884
|
+
--content-icon-mail-outline: mail_outline;
|
|
885
|
+
--content-icon-mode-comment: mode_comment;
|
|
886
|
+
--content-icon-movie-filter: movie_filter;
|
|
887
|
+
--content-icon-my-location: my_location;
|
|
888
|
+
--content-icon-music-video: music_video;
|
|
889
|
+
--content-icon-more-horiz: more_horiz;
|
|
890
|
+
--content-icon-merge-type: merge_type;
|
|
891
|
+
--content-icon-music-note: music_note;
|
|
892
|
+
--content-icon-markunread: markunread;
|
|
893
|
+
--content-icon-motorcycle: motorcycle;
|
|
894
|
+
--content-icon-more-vert: more_vert;
|
|
895
|
+
--content-icon-mode-edit: mode_edit;
|
|
896
|
+
--content-icon-money-off: money_off;
|
|
897
|
+
--content-icon-messenger: messenger;
|
|
898
|
+
--content-icon-mood-bad: mood_bad;
|
|
899
|
+
--content-icon-mic-none: mic_none;
|
|
900
|
+
--content-icon-mic-off: mic_off;
|
|
901
|
+
--content-icon-message: message;
|
|
902
|
+
--content-icon-memory: memory;
|
|
903
|
+
--content-icon-mouse: mouse;
|
|
904
|
+
--content-icon-movie: movie;
|
|
905
|
+
--content-icon-mood: mood;
|
|
906
|
+
--content-icon-mail: mail;
|
|
907
|
+
--content-icon-more: more;
|
|
908
|
+
--content-icon-menu: menu;
|
|
909
|
+
--content-icon-map: map;
|
|
910
|
+
--content-icon-mms: mms;
|
|
911
|
+
--content-icon-mic: mic;
|
|
912
|
+
--content-icon-notifications-paused: notifications_paused;
|
|
913
|
+
--content-icon-notifications-active: notifications_active;
|
|
914
|
+
--content-icon-notifications-none: notifications_none;
|
|
915
|
+
--content-icon-notifications-off: notifications_off;
|
|
916
|
+
--content-icon-notifications-on: notifications_on;
|
|
917
|
+
--content-icon-navigate-before: navigate_before;
|
|
918
|
+
--content-icon-network-locked: network_locked;
|
|
919
|
+
--content-icon-not-interested: not_interested;
|
|
920
|
+
--content-icon-no-encryption: no_encryption;
|
|
921
|
+
--content-icon-notifications: notifications;
|
|
922
|
+
--content-icon-network-check: network_check;
|
|
923
|
+
--content-icon-navigate-next: navigate_next;
|
|
924
|
+
--content-icon-now-wallpaper: now_wallpaper;
|
|
925
|
+
--content-icon-nature-people: nature_people;
|
|
926
|
+
--content-icon-new-releases: new_releases;
|
|
927
|
+
--content-icon-network-wifi: network_wifi;
|
|
928
|
+
--content-icon-network-cell: network_cell;
|
|
929
|
+
--content-icon-now-widgets: now_widgets;
|
|
930
|
+
--content-icon-navigation: navigation;
|
|
931
|
+
--content-icon-next-week: next_week;
|
|
932
|
+
--content-icon-note-add: note_add;
|
|
933
|
+
--content-icon-near-me: near_me;
|
|
934
|
+
--content-icon-no-sim: no_sim;
|
|
935
|
+
--content-icon-nature: nature;
|
|
936
|
+
--content-icon-note: note;
|
|
937
|
+
--content-icon-nfc: nfc;
|
|
938
|
+
--content-icon-open-in-browser: open_in_browser;
|
|
939
|
+
--content-icon-ondemand-video: ondemand_video;
|
|
940
|
+
--content-icon-open-in-new: open_in_new;
|
|
941
|
+
--content-icon-offline-pin: offline_pin;
|
|
942
|
+
--content-icon-open-with: open_with;
|
|
943
|
+
--content-icon-opacity: opacity;
|
|
944
|
+
--content-icon-photo-size-select-actual: photo_size_select_actual;
|
|
945
|
+
--content-icon-photo-size-select-large: photo_size_select_large;
|
|
946
|
+
--content-icon-photo-size-select-small: photo_size_select_small;
|
|
947
|
+
--content-icon-phone-bluetooth-speaker: phone_bluetooth_speaker;
|
|
948
|
+
--content-icon-perm-device-information: perm_device_information;
|
|
949
|
+
--content-icon-picture-in-picture-alt: picture_in_picture_alt;
|
|
950
|
+
--content-icon-perm-contact-calendar: perm_contact_calendar;
|
|
951
|
+
--content-icon-pause-circle-outline: pause_circle_outline;
|
|
952
|
+
--content-icon-play-circle-outline: play_circle_outline;
|
|
953
|
+
--content-icon-pause-circle-filled: pause_circle_filled;
|
|
954
|
+
--content-icon-panorama-wide-angle: panorama_wide_angle;
|
|
955
|
+
--content-icon-panorama-horizontal: panorama_horizontal;
|
|
956
|
+
--content-icon-power-settings-new: power_settings_new;
|
|
957
|
+
--content-icon-play-circle-filled: play_circle_filled;
|
|
958
|
+
--content-icon-pie-chart-outlined: pie_chart_outlined;
|
|
959
|
+
--content-icon-playlist-add-check: playlist_add_check;
|
|
960
|
+
--content-icon-picture-in-picture: picture_in_picture;
|
|
961
|
+
--content-icon-perm-data-setting: perm_data_setting;
|
|
962
|
+
--content-icon-person-pin-circle: person_pin_circle;
|
|
963
|
+
--content-icon-panorama-vertical: panorama_vertical;
|
|
964
|
+
--content-icon-portable-wifi-off: portable_wifi_off;
|
|
965
|
+
--content-icon-panorama-fish-eye: panorama_fish_eye;
|
|
966
|
+
--content-icon-play-circle-fill: play_circle_fill;
|
|
967
|
+
--content-icon-perm-device-info: perm_device_info;
|
|
968
|
+
--content-icon-perm-contact-cal: perm_contact_cal;
|
|
969
|
+
--content-icon-panorama-fisheye: panorama_fisheye;
|
|
970
|
+
--content-icon-perm-camera-mic: perm_camera_mic;
|
|
971
|
+
--content-icon-phonelink-erase: phonelink_erase;
|
|
972
|
+
--content-icon-phone-forwarded: phone_forwarded;
|
|
973
|
+
--content-icon-phonelink-setup: phonelink_setup;
|
|
974
|
+
--content-icon-personal-video: personal_video;
|
|
975
|
+
--content-icon-phonelink-ring: phonelink_ring;
|
|
976
|
+
--content-icon-people-outline: people_outline;
|
|
977
|
+
--content-icon-person-outline: person_outline;
|
|
978
|
+
--content-icon-perm-scan-wifi: perm_scan_wifi;
|
|
979
|
+
--content-icon-perm-phone-msg: perm_phone_msg;
|
|
980
|
+
--content-icon-phonelink-lock: phonelink_lock;
|
|
981
|
+
--content-icon-present-to-all: present_to_all;
|
|
982
|
+
--content-icon-picture-as-pdf: picture_as_pdf;
|
|
983
|
+
--content-icon-pregnant-woman: pregnant_woman;
|
|
984
|
+
--content-icon-priority-high: priority_high;
|
|
985
|
+
--content-icon-perm-identity: perm_identity;
|
|
986
|
+
--content-icon-play-for-work: play_for_work;
|
|
987
|
+
--content-icon-phone-android: phone_android;
|
|
988
|
+
--content-icon-phonelink-off: phonelink_off;
|
|
989
|
+
--content-icon-playlist-play: playlist_play;
|
|
990
|
+
--content-icon-photo-library: photo_library;
|
|
991
|
+
--content-icon-phone-in-talk: phone_in_talk;
|
|
992
|
+
--content-icon-phone-paused: phone_paused;
|
|
993
|
+
--content-icon-phone-missed: phone_missed;
|
|
994
|
+
--content-icon-phone-locked: phone_locked;
|
|
995
|
+
--content-icon-phone-iphone: phone_iphone;
|
|
996
|
+
--content-icon-photo-camera: photo_camera;
|
|
997
|
+
--content-icon-playlist-add: playlist_add;
|
|
998
|
+
--content-icon-photo-filter: photo_filter;
|
|
999
|
+
--content-icon-photo-album: photo_album;
|
|
1000
|
+
--content-icon-power-input: power_input;
|
|
1001
|
+
--content-icon-play-arrow: play_arrow;
|
|
1002
|
+
--content-icon-perm-media: perm_media;
|
|
1003
|
+
--content-icon-person-add: person_add;
|
|
1004
|
+
--content-icon-person-pin: person_pin;
|
|
1005
|
+
--content-icon-party-mode: party_mode;
|
|
1006
|
+
--content-icon-pie-chart: pie_chart;
|
|
1007
|
+
--content-icon-phonelink: phonelink;
|
|
1008
|
+
--content-icon-pin-drop: pin_drop;
|
|
1009
|
+
--content-icon-portrait: portrait;
|
|
1010
|
+
--content-icon-plus-one: plus_one;
|
|
1011
|
+
--content-icon-panorama: panorama;
|
|
1012
|
+
--content-icon-pan-tool: pan_tool;
|
|
1013
|
+
--content-icon-pageview: pageview;
|
|
1014
|
+
--content-icon-payment: payment;
|
|
1015
|
+
--content-icon-publish: publish;
|
|
1016
|
+
--content-icon-palette: palette;
|
|
1017
|
+
--content-icon-polymer: polymer;
|
|
1018
|
+
--content-icon-public: public;
|
|
1019
|
+
--content-icon-people: people;
|
|
1020
|
+
--content-icon-person: person;
|
|
1021
|
+
--content-icon-print: print;
|
|
1022
|
+
--content-icon-pause: pause;
|
|
1023
|
+
--content-icon-photo: photo;
|
|
1024
|
+
--content-icon-power: power;
|
|
1025
|
+
--content-icon-place: place;
|
|
1026
|
+
--content-icon-phone: phone;
|
|
1027
|
+
--content-icon-pages: pages;
|
|
1028
|
+
--content-icon-poll: poll;
|
|
1029
|
+
--content-icon-pool: pool;
|
|
1030
|
+
--content-icon-pets: pets;
|
|
1031
|
+
--content-icon-quick-contacts-dialer: quick_contacts_dialer;
|
|
1032
|
+
--content-icon-quick-contacts-mail: quick_contacts_mail;
|
|
1033
|
+
--content-icon-queue-play-next: queue_play_next;
|
|
1034
|
+
--content-icon-question-answer: question_answer;
|
|
1035
|
+
--content-icon-query-builder: query_builder;
|
|
1036
|
+
--content-icon-queue-music: queue_music;
|
|
1037
|
+
--content-icon-queue: queue;
|
|
1038
|
+
--content-icon-radio-button-unchecked: radio_button_unchecked;
|
|
1039
|
+
--content-icon-remove-circle-outline: remove_circle_outline;
|
|
1040
|
+
--content-icon-rotate-ninezero-degrees-ccw: rotate_ninezero_degrees_ccw;
|
|
1041
|
+
--content-icon-remove-shopping-cart: remove_shopping_cart;
|
|
1042
|
+
--content-icon-radio-button-checked: radio_button_checked;
|
|
1043
|
+
--content-icon-remove-from-queue: remove_from_queue;
|
|
1044
|
+
--content-icon-record-voice-over: record_voice_over;
|
|
1045
|
+
--content-icon-radio-button-off: radio_button_off;
|
|
1046
|
+
--content-icon-restaurant-menu: restaurant_menu;
|
|
1047
|
+
--content-icon-radio-button-on: radio_button_on;
|
|
1048
|
+
--content-icon-rounded-corner: rounded_corner;
|
|
1049
|
+
--content-icon-remove-red-eye: remove_red_eye;
|
|
1050
|
+
--content-icon-report-problem: report_problem;
|
|
1051
|
+
--content-icon-remove-circle: remove_circle;
|
|
1052
|
+
--content-icon-recent-actors: recent_actors;
|
|
1053
|
+
--content-icon-room-service: room_service;
|
|
1054
|
+
--content-icon-restore-page: restore_page;
|
|
1055
|
+
--content-icon-rotate-right: rotate_right;
|
|
1056
|
+
--content-icon-ring-volume: ring_volume;
|
|
1057
|
+
--content-icon-rate-review: rate_review;
|
|
1058
|
+
--content-icon-rotate-left: rotate_left;
|
|
1059
|
+
--content-icon-restaurant: restaurant;
|
|
1060
|
+
--content-icon-repeat-one: repeat_one;
|
|
1061
|
+
--content-icon-reply-all: reply_all;
|
|
1062
|
+
--content-icon-replay-threezero: replay_threezero;
|
|
1063
|
+
--content-icon-replay-onezero: replay_onezero;
|
|
1064
|
+
--content-icon-rv-hookup: rv_hookup;
|
|
1065
|
+
--content-icon-replay-five: replay_five;
|
|
1066
|
+
--content-icon-rss-feed: rss_feed;
|
|
1067
|
+
--content-icon-reorder: reorder;
|
|
1068
|
+
--content-icon-restore: restore;
|
|
1069
|
+
--content-icon-receipt: receipt;
|
|
1070
|
+
--content-icon-refresh: refresh;
|
|
1071
|
+
--content-icon-rowing: rowing;
|
|
1072
|
+
--content-icon-repeat: repeat;
|
|
1073
|
+
--content-icon-report: report;
|
|
1074
|
+
--content-icon-remove: remove;
|
|
1075
|
+
--content-icon-router: router;
|
|
1076
|
+
--content-icon-redeem: redeem;
|
|
1077
|
+
--content-icon-replay: replay;
|
|
1078
|
+
--content-icon-radio: radio;
|
|
1079
|
+
--content-icon-room: room;
|
|
1080
|
+
--content-icon-redo: redo;
|
|
1081
|
+
--content-icon-signal-cellular-connected-no-internet-four-bar: signal_cellular_connected_no_internet_four_bar;
|
|
1082
|
+
--content-icon-sentiment-very-dissatisfied: sentiment_very_dissatisfied;
|
|
1083
|
+
--content-icon-settings-system-daydream: settings_system_daydream;
|
|
1084
|
+
--content-icon-settings-input-composite: settings_input_composite;
|
|
1085
|
+
--content-icon-settings-input-component: settings_input_component;
|
|
1086
|
+
--content-icon-sentiment-very-satisfied: sentiment_very_satisfied;
|
|
1087
|
+
--content-icon-subdirectory-arrow-right: subdirectory_arrow_right;
|
|
1088
|
+
--content-icon-subdirectory-arrow-left: subdirectory_arrow_left;
|
|
1089
|
+
--content-icon-settings-backup-restore: settings_backup_restore;
|
|
1090
|
+
--content-icon-signal-cellular-no-sim: signal_cellular_no_sim;
|
|
1091
|
+
--content-icon-settings-input-antenna: settings_input_antenna;
|
|
1092
|
+
--content-icon-stay-primary-landscape: stay_primary_landscape;
|
|
1093
|
+
--content-icon-stay-current-landscape: stay_current_landscape;
|
|
1094
|
+
--content-icon-signal-wifi-four-bar-lock: signal_wifi_four_bar_lock;
|
|
1095
|
+
--content-icon-sentiment-dissatisfied: sentiment_dissatisfied;
|
|
1096
|
+
--content-icon-settings-input-svideo: settings_input_svideo;
|
|
1097
|
+
--content-icon-settings-applications: settings_applications;
|
|
1098
|
+
--content-icon-stay-current-portrait: stay_current_portrait;
|
|
1099
|
+
--content-icon-signal-cellular-four-bar: signal_cellular_four_bar;
|
|
1100
|
+
--content-icon-stay-primary-portrait: stay_primary_portrait;
|
|
1101
|
+
--content-icon-screen-lock-landscape: screen_lock_landscape;
|
|
1102
|
+
--content-icon-signal-cellular-null: signal_cellular_null;
|
|
1103
|
+
--content-icon-store-mall-directory: store_mall_directory;
|
|
1104
|
+
--content-icon-screen-lock-rotation: screen_lock_rotation;
|
|
1105
|
+
--content-icon-screen-lock-portrait: screen_lock_portrait;
|
|
1106
|
+
--content-icon-swap-vertical-circle: swap_vertical_circle;
|
|
1107
|
+
--content-icon-signal-cellular-off: signal_cellular_off;
|
|
1108
|
+
--content-icon-settings-brightness: settings_brightness;
|
|
1109
|
+
--content-icon-settings-input-hdmi: settings_input_hdmi;
|
|
1110
|
+
--content-icon-sentiment-satisfied: sentiment_satisfied;
|
|
1111
|
+
--content-icon-settings-bluetooth: settings_bluetooth;
|
|
1112
|
+
--content-icon-supervisor-account: supervisor_account;
|
|
1113
|
+
--content-icon-signal-wifi-four-bar: signal_wifi_four_bar;
|
|
1114
|
+
--content-icon-stop-screen-share: stop_screen_share;
|
|
1115
|
+
--content-icon-settings-ethernet: settings_ethernet;
|
|
1116
|
+
--content-icon-sentiment-neutral: sentiment_neutral;
|
|
1117
|
+
--content-icon-settings-overscan: settings_overscan;
|
|
1118
|
+
--content-icon-speaker-notes-off: speaker_notes_off;
|
|
1119
|
+
--content-icon-slow-motion-video: slow_motion_video;
|
|
1120
|
+
--content-icon-system-update-alt: system_update_alt;
|
|
1121
|
+
--content-icon-settings-display: settings_display;
|
|
1122
|
+
--content-icon-swap-vert-circle: swap_vert_circle;
|
|
1123
|
+
--content-icon-system-update-tv: system_update_tv;
|
|
1124
|
+
--content-icon-strikethrough-s: strikethrough_s;
|
|
1125
|
+
--content-icon-screen-rotation: screen_rotation;
|
|
1126
|
+
--content-icon-shopping-basket: shopping_basket;
|
|
1127
|
+
--content-icon-signal-wifi-off: signal_wifi_off;
|
|
1128
|
+
--content-icon-settings-remote: settings_remote;
|
|
1129
|
+
--content-icon-sim-card-alert: sim_card_alert;
|
|
1130
|
+
--content-icon-surround-sound: surround_sound;
|
|
1131
|
+
--content-icon-settings-power: settings_power;
|
|
1132
|
+
--content-icon-settings-phone: settings_phone;
|
|
1133
|
+
--content-icon-settings-voice: settings_voice;
|
|
1134
|
+
--content-icon-switch-camera: switch_camera;
|
|
1135
|
+
--content-icon-speaker-notes: speaker_notes;
|
|
1136
|
+
--content-icon-speaker-group: speaker_group;
|
|
1137
|
+
--content-icon-sort-by-alpha: sort_by_alpha;
|
|
1138
|
+
--content-icon-smoking-rooms: smoking_rooms;
|
|
1139
|
+
--content-icon-system-update: system_update;
|
|
1140
|
+
--content-icon-shopping-cart: shopping_cart;
|
|
1141
|
+
--content-icon-skip-previous: skip_previous;
|
|
1142
|
+
--content-icon-subscriptions: subscriptions;
|
|
1143
|
+
--content-icon-settings-cell: settings_cell;
|
|
1144
|
+
--content-icon-sync-disabled: sync_disabled;
|
|
1145
|
+
--content-icon-speaker-phone: speaker_phone;
|
|
1146
|
+
--content-icon-switch-video: switch_video;
|
|
1147
|
+
--content-icon-sync-problem: sync_problem;
|
|
1148
|
+
--content-icon-star-outline: star_outline;
|
|
1149
|
+
--content-icon-screen-share: screen_share;
|
|
1150
|
+
--content-icon-star-border: star_border;
|
|
1151
|
+
--content-icon-spellcheck: spellcheck;
|
|
1152
|
+
--content-icon-sms-failed: sms_failed;
|
|
1153
|
+
--content-icon-swap-horiz: swap_horiz;
|
|
1154
|
+
--content-icon-smoke-free: smoke_free;
|
|
1155
|
+
--content-icon-smartphone: smartphone;
|
|
1156
|
+
--content-icon-select-all: select_all;
|
|
1157
|
+
--content-icon-sd-storage: sd_storage;
|
|
1158
|
+
--content-icon-swap-calls: swap_calls;
|
|
1159
|
+
--content-icon-streetview: streetview;
|
|
1160
|
+
--content-icon-straighten: straighten;
|
|
1161
|
+
--content-icon-show-chart: show_chart;
|
|
1162
|
+
--content-icon-short-text: short_text;
|
|
1163
|
+
--content-icon-subtitles: subtitles;
|
|
1164
|
+
--content-icon-slideshow: slideshow;
|
|
1165
|
+
--content-icon-swap-vert: swap_vert;
|
|
1166
|
+
--content-icon-skip-next: skip_next;
|
|
1167
|
+
--content-icon-space-bar: space_bar;
|
|
1168
|
+
--content-icon-satellite: satellite;
|
|
1169
|
+
--content-icon-security: security;
|
|
1170
|
+
--content-icon-sim-card: sim_card;
|
|
1171
|
+
--content-icon-shop-two: shop_two;
|
|
1172
|
+
--content-icon-schedule: schedule;
|
|
1173
|
+
--content-icon-settings: settings;
|
|
1174
|
+
--content-icon-subject: subject;
|
|
1175
|
+
--content-icon-shuffle: shuffle;
|
|
1176
|
+
--content-icon-sd-card: sd_card;
|
|
1177
|
+
--content-icon-speaker: speaker;
|
|
1178
|
+
--content-icon-scanner: scanner;
|
|
1179
|
+
--content-icon-storage: storage;
|
|
1180
|
+
--content-icon-school: school;
|
|
1181
|
+
--content-icon-snooze: snooze;
|
|
1182
|
+
--content-icon-subway: subway;
|
|
1183
|
+
--content-icon-stars: stars;
|
|
1184
|
+
--content-icon-share: share;
|
|
1185
|
+
--content-icon-style: style;
|
|
1186
|
+
--content-icon-store: store;
|
|
1187
|
+
--content-icon-sort-alt2: sort_alt2;
|
|
1188
|
+
--content-icon-shop: shop;
|
|
1189
|
+
--content-icon-send: send;
|
|
1190
|
+
--content-icon-sync: sync;
|
|
1191
|
+
--content-icon-save: save;
|
|
1192
|
+
--content-icon-stop: stop;
|
|
1193
|
+
--content-icon-sms: sms;
|
|
1194
|
+
--content-icon-spa: spa;
|
|
1195
|
+
--content-icon-transfer-within-a-station: transfer_within_a_station;
|
|
1196
|
+
--content-icon-trending-neutral: trending_neutral;
|
|
1197
|
+
--content-icon-thumbs-up-down: thumbs_up_down;
|
|
1198
|
+
--content-icon-tablet-android: tablet_android;
|
|
1199
|
+
--content-icon-tab-unselected: tab_unselected;
|
|
1200
|
+
--content-icon-track-changes: track_changes;
|
|
1201
|
+
--content-icon-time-to-leave: time_to_leave;
|
|
1202
|
+
--content-icon-turned-in-not: turned_in_not;
|
|
1203
|
+
--content-icon-trending-down: trending_down;
|
|
1204
|
+
--content-icon-trending-flat: trending_flat;
|
|
1205
|
+
--content-icon-tap-and-play: tap_and_play;
|
|
1206
|
+
--content-icon-trending-up: trending_up;
|
|
1207
|
+
--content-icon-text-format: text_format;
|
|
1208
|
+
--content-icon-text-fields: text_fields;
|
|
1209
|
+
--content-icon-thumb-down: thumb_down;
|
|
1210
|
+
--content-icon-tablet-mac: tablet_mac;
|
|
1211
|
+
--content-icon-touch-app: touch_app;
|
|
1212
|
+
--content-icon-timer-off: timer_off;
|
|
1213
|
+
--content-icon-timelapse: timelapse;
|
|
1214
|
+
--content-icon-tag-faces: tag_faces;
|
|
1215
|
+
--content-icon-transform: transform;
|
|
1216
|
+
--content-icon-turned-in: turned_in;
|
|
1217
|
+
--content-icon-translate: translate;
|
|
1218
|
+
--content-icon-thumb-up: thumb_up;
|
|
1219
|
+
--content-icon-tonality: tonality;
|
|
1220
|
+
--content-icon-theaters: theaters;
|
|
1221
|
+
--content-icon-timer-onezero: timer_onezero;
|
|
1222
|
+
--content-icon-timeline: timeline;
|
|
1223
|
+
--content-icon-texture: texture;
|
|
1224
|
+
--content-icon-textsms: textsms;
|
|
1225
|
+
--content-icon-traffic: traffic;
|
|
1226
|
+
--content-icon-timer-three: timer_three;
|
|
1227
|
+
--content-icon-terrain: terrain;
|
|
1228
|
+
--content-icon-tablet: tablet;
|
|
1229
|
+
--content-icon-title: title;
|
|
1230
|
+
--content-icon-timer: timer;
|
|
1231
|
+
--content-icon-train: train;
|
|
1232
|
+
--content-icon-today: today;
|
|
1233
|
+
--content-icon-toys: toys;
|
|
1234
|
+
--content-icon-tram: tram;
|
|
1235
|
+
--content-icon-tune: tune;
|
|
1236
|
+
--content-icon-toll: toll;
|
|
1237
|
+
--content-icon-toc: toc;
|
|
1238
|
+
--content-icon-tab: tab;
|
|
1239
|
+
--content-icon-tv: tv;
|
|
1240
|
+
--content-icon-unfold-more: unfold_more;
|
|
1241
|
+
--content-icon-unfold-less: unfold_less;
|
|
1242
|
+
--content-icon-unarchive: unarchive;
|
|
1243
|
+
--content-icon-update: update;
|
|
1244
|
+
--content-icon-undo: undo;
|
|
1245
|
+
--content-icon-usb: usb;
|
|
1246
|
+
--content-icon-vertical-align-center: vertical_align_center;
|
|
1247
|
+
--content-icon-vertical-align-bottom: vertical_align_bottom;
|
|
1248
|
+
--content-icon-vertical-align-top: vertical_align_top;
|
|
1249
|
+
--content-icon-video-collection: video_collection;
|
|
1250
|
+
--content-icon-view-comfortable: view_comfortable;
|
|
1251
|
+
--content-icon-videogame-asset: videogame_asset;
|
|
1252
|
+
--content-icon-visibility-off: visibility_off;
|
|
1253
|
+
--content-icon-view-headline: view_headline;
|
|
1254
|
+
--content-icon-video-library: video_library;
|
|
1255
|
+
--content-icon-view-carousel: view_carousel;
|
|
1256
|
+
--content-icon-verified-user: verified_user;
|
|
1257
|
+
--content-icon-view-compact: view_compact;
|
|
1258
|
+
--content-icon-videocam-off: videocam_off;
|
|
1259
|
+
--content-icon-view-stream: view_stream;
|
|
1260
|
+
--content-icon-view-column: view_column;
|
|
1261
|
+
--content-icon-video-label: video_label;
|
|
1262
|
+
--content-icon-view-module: view_module;
|
|
1263
|
+
--content-icon-view-agenda: view_agenda;
|
|
1264
|
+
--content-icon-volume-down: volume_down;
|
|
1265
|
+
--content-icon-volume-mute: volume_mute;
|
|
1266
|
+
--content-icon-visibility: visibility;
|
|
1267
|
+
--content-icon-view-array: view_array;
|
|
1268
|
+
--content-icon-video-call: video_call;
|
|
1269
|
+
--content-icon-voice-chat: voice_chat;
|
|
1270
|
+
--content-icon-view-comfy: view_comfy;
|
|
1271
|
+
--content-icon-view-quilt: view_quilt;
|
|
1272
|
+
--content-icon-volume-off: volume_off;
|
|
1273
|
+
--content-icon-vibration: vibration;
|
|
1274
|
+
--content-icon-view-week: view_week;
|
|
1275
|
+
--content-icon-view-list: view_list;
|
|
1276
|
+
--content-icon-voicemail: voicemail;
|
|
1277
|
+
--content-icon-volume-up: volume_up;
|
|
1278
|
+
--content-icon-vignette: vignette;
|
|
1279
|
+
--content-icon-view-day: view_day;
|
|
1280
|
+
--content-icon-videocam: videocam;
|
|
1281
|
+
--content-icon-vpn-lock: vpn_lock;
|
|
1282
|
+
--content-icon-vpn-key: vpn_key;
|
|
1283
|
+
--content-icon-wallet-membership: wallet_membership;
|
|
1284
|
+
--content-icon-wb-incandescent: wb_incandescent;
|
|
1285
|
+
--content-icon-wallet-giftcard: wallet_giftcard;
|
|
1286
|
+
--content-icon-wifi-tethering: wifi_tethering;
|
|
1287
|
+
--content-icon-wb-iridescent: wb_iridescent;
|
|
1288
|
+
--content-icon-wallet-travel: wallet_travel;
|
|
1289
|
+
--content-icon-watch-later: watch_later;
|
|
1290
|
+
--content-icon-web-asset: web_asset;
|
|
1291
|
+
--content-icon-wallpaper: wallpaper;
|
|
1292
|
+
--content-icon-wrap-text: wrap_text;
|
|
1293
|
+
--content-icon-wifi-lock: wifi_lock;
|
|
1294
|
+
--content-icon-wb-cloudy: wb_cloudy;
|
|
1295
|
+
--content-icon-whatshot: whatshot;
|
|
1296
|
+
--content-icon-wb-sunny: wb_sunny;
|
|
1297
|
+
--content-icon-widgets: widgets;
|
|
1298
|
+
--content-icon-wb-auto: wb_auto;
|
|
1299
|
+
--content-icon-weekend: weekend;
|
|
1300
|
+
--content-icon-warning: warning;
|
|
1301
|
+
--content-icon-watch: watch;
|
|
1302
|
+
--content-icon-work: work;
|
|
1303
|
+
--content-icon-wifi: wifi;
|
|
1304
|
+
--content-icon-web: web;
|
|
1305
|
+
--content-icon-wc: wc;
|
|
1306
|
+
--content-icon-youtube-searched-for: youtube_searched_for;
|
|
1307
|
+
--content-icon-zoom-out-map: zoom_out_map;
|
|
1308
|
+
--content-icon-zoom-out: zoom_out;
|
|
1309
|
+
--content-icon-zoom-in: zoom_in;
|
|
1310
|
+
--font-family-base: 'Open Sans';
|
|
1311
|
+
--font-family-icons: MaterialIcons;
|
|
1312
|
+
--size-font-tiny: 0.75rem;
|
|
1313
|
+
--size-font-small: 0.875rem;
|
|
1314
|
+
--size-font-medium: 1rem;
|
|
1315
|
+
--size-font-large: 1.25rem;
|
|
1316
|
+
--size-font-xl: 1.5rem;
|
|
1317
|
+
--size-font-xxl: 2rem;
|
|
1318
|
+
--size-font-xxxl: 3rem;
|
|
1319
|
+
--size-font-base: 1rem;
|
|
1320
|
+
--size-icon-small: 1.5rem;
|
|
1321
|
+
--size-icon-base: 2rem;
|
|
1322
|
+
--size-icon-large: 2.5rem;
|
|
1323
|
+
--size-icon-xl: 3rem;
|
|
1324
|
+
--size-icon-xxl: 5rem;
|
|
1325
|
+
--size-padding-tiny: 0.25rem;
|
|
1326
|
+
--size-padding-small: 0.5rem;
|
|
1327
|
+
--size-padding-medium: 1rem;
|
|
1328
|
+
--size-padding-large: 1.5rem;
|
|
1329
|
+
--size-padding-xl: 2rem;
|
|
1330
|
+
--size-padding-xxl: 3rem;
|
|
1331
|
+
--size-padding-base: 1rem;
|
|
1332
|
+
--time-transition-short: 0.20s;
|
|
1333
|
+
--time-transition-base: 0.40s;
|
|
1334
|
+
--time-transition-long: 0.60s;
|
|
1335
|
+
--time-transition-xl: 1.00s;
|
|
1336
|
+
--time-delay-short: 0.05s;
|
|
1337
|
+
--time-delay-base: 0.10s;
|
|
1338
|
+
--time-delay-long: 0.20s;
|
|
1339
|
+
--time-duration-short: 2.00s;
|
|
1340
|
+
--time-duration-base: 4.00s;
|
|
1341
|
+
--time-duration-long: 6.00s;
|
|
1342
|
+
}
|