@public-ui/themes 3.0.0-rc.9 → 3.0.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/assets/fontawesome-free/LICENSE.txt +165 -0
- package/assets/fontawesome-free/css/all.css +7831 -0
- package/assets/fontawesome-free/css/all.min.css +6 -0
- package/assets/fontawesome-free/css/brands.css +1432 -0
- package/assets/fontawesome-free/css/brands.min.css +6 -0
- package/assets/fontawesome-free/css/fontawesome.css +6338 -0
- package/assets/fontawesome-free/css/fontawesome.min.css +6 -0
- package/assets/fontawesome-free/css/regular.css +19 -0
- package/assets/fontawesome-free/css/regular.min.css +6 -0
- package/assets/fontawesome-free/css/solid.css +19 -0
- package/assets/fontawesome-free/css/solid.min.css +6 -0
- package/assets/fontawesome-free/css/svg-with-js.css +634 -0
- package/assets/fontawesome-free/css/svg-with-js.min.css +6 -0
- package/assets/fontawesome-free/css/v4-font-face.css +26 -0
- package/assets/fontawesome-free/css/v4-font-face.min.css +6 -0
- package/assets/fontawesome-free/css/v4-shims.css +2146 -0
- package/assets/fontawesome-free/css/v4-shims.min.css +6 -0
- package/assets/fontawesome-free/css/v5-font-face.css +22 -0
- package/assets/fontawesome-free/css/v5-font-face.min.css +6 -0
- package/assets/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
- package/assets/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
- package/assets/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
- package/assets/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
- package/assets/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
- package/assets/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
- package/assets/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
- package/assets/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
- package/assets/icofont/demo.html +18939 -0
- package/assets/icofont/fonts/icofont.eot +0 -0
- package/assets/icofont/fonts/icofont.svg +2105 -0
- package/assets/icofont/fonts/icofont.ttf +0 -0
- package/assets/icofont/fonts/icofont.woff +0 -0
- package/assets/icofont/fonts/icofont.woff2 +0 -0
- package/assets/icofont/icofont.css +10757 -0
- package/assets/icofont/icofont.min.css +7 -0
- package/assets/kreon/Kreon-VariableFont_wght.ttf +0 -0
- package/assets/kreon/OFL.txt +93 -0
- package/assets/kreon/README.txt +67 -0
- package/assets/kreon/static/Kreon-Bold.ttf +0 -0
- package/assets/kreon/static/Kreon-Light.ttf +0 -0
- package/assets/kreon/static/Kreon-Medium.ttf +0 -0
- package/assets/kreon/static/Kreon-Regular.ttf +0 -0
- package/assets/kreon/static/Kreon-SemiBold.ttf +0 -0
- package/assets/kreon/style.css +41 -0
- package/assets/material-icons/LICENSE +202 -0
- package/assets/material-icons/README.md +129 -0
- package/assets/material-icons/_data/versions.json +2124 -0
- package/assets/material-icons/css/_codepoints.scss +2279 -0
- package/assets/material-icons/css/_mixins.scss +13 -0
- package/assets/material-icons/css/_variables.scss +6 -0
- package/assets/material-icons/css/material-icons.css +9208 -0
- package/assets/material-icons/css/material-icons.min.css +1 -0
- package/assets/material-icons/css/material-icons.scss +33 -0
- package/assets/material-icons/iconfont/_mixins.scss +55 -0
- package/assets/material-icons/iconfont/_variables.scss +3 -0
- package/assets/material-icons/iconfont/filled.css +24 -0
- package/assets/material-icons/iconfont/filled.scss +4 -0
- package/assets/material-icons/iconfont/material-icons-outlined.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-outlined.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons-round.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-round.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons-sharp.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-sharp.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons-two-tone.woff +0 -0
- package/assets/material-icons/iconfont/material-icons-two-tone.woff2 +0 -0
- package/assets/material-icons/iconfont/material-icons.css +124 -0
- package/assets/material-icons/iconfont/material-icons.scss +5 -0
- package/assets/material-icons/iconfont/material-icons.woff +0 -0
- package/assets/material-icons/iconfont/material-icons.woff2 +0 -0
- package/assets/material-icons/iconfont/outlined.css +24 -0
- package/assets/material-icons/iconfont/outlined.scss +4 -0
- package/assets/material-icons/iconfont/round.css +24 -0
- package/assets/material-icons/iconfont/round.scss +4 -0
- package/assets/material-icons/iconfont/sharp.css +24 -0
- package/assets/material-icons/iconfont/sharp.scss +4 -0
- package/assets/material-icons/iconfont/two-tone.css +24 -0
- package/assets/material-icons/iconfont/two-tone.scss +4 -0
- package/assets/material-icons/index.d.ts +2128 -0
- package/assets/material-icons/package.json +52 -0
- package/assets/material-symbols/LICENSE +202 -0
- package/assets/material-symbols/README.md +114 -0
- package/assets/material-symbols/_core.scss +46 -0
- package/assets/material-symbols/index.css +74 -0
- package/assets/material-symbols/index.d.ts +2809 -0
- package/assets/material-symbols/index.scss +3 -0
- package/assets/material-symbols/material-symbols-outlined.woff2 +0 -0
- package/assets/material-symbols/material-symbols-rounded.woff2 +0 -0
- package/assets/material-symbols/material-symbols-sharp.woff2 +0 -0
- package/assets/material-symbols/outlined.css +24 -0
- package/assets/material-symbols/outlined.scss +3 -0
- package/assets/material-symbols/package.json +41 -0
- package/assets/material-symbols/rounded.css +24 -0
- package/assets/material-symbols/rounded.scss +3 -0
- package/assets/material-symbols/sharp.css +24 -0
- package/assets/material-symbols/sharp.scss +3 -0
- package/assets/noto-sans/fonts/NotoSans-Black.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-BlackItalic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-Bold.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-BoldItalic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-ExtraBold.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-ExtraBoldItalic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-ExtraLight.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-ExtraLightItalic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-Italic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-Light.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-LightItalic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-Medium.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-MediumItalic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-Regular.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-SemiBold.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-SemiBoldItalic.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-Thin.ttf +0 -0
- package/assets/noto-sans/fonts/NotoSans-ThinItalic.ttf +0 -0
- package/assets/noto-sans/fonts/OFL.txt +93 -0
- package/assets/noto-sans/noto-sans.css +11 -0
- package/assets/roboto/LICENSE.txt +202 -0
- package/assets/roboto/Roboto-Black.ttf +0 -0
- package/assets/roboto/Roboto-BlackItalic.ttf +0 -0
- package/assets/roboto/Roboto-Bold.ttf +0 -0
- package/assets/roboto/Roboto-BoldItalic.ttf +0 -0
- package/assets/roboto/Roboto-Italic.ttf +0 -0
- package/assets/roboto/Roboto-Light.ttf +0 -0
- package/assets/roboto/Roboto-LightItalic.ttf +0 -0
- package/assets/roboto/Roboto-Medium.ttf +0 -0
- package/assets/roboto/Roboto-MediumItalic.ttf +0 -0
- package/assets/roboto/Roboto-Regular.ttf +0 -0
- package/assets/roboto/Roboto-Thin.ttf +0 -0
- package/assets/roboto/Roboto-ThinItalic.ttf +0 -0
- package/assets/roboto/roboto.css +27 -0
- package/assets/tabler-icons/fonts/tabler-icons.eot +0 -0
- package/assets/tabler-icons/fonts/tabler-icons.ttf +0 -0
- package/assets/tabler-icons/fonts/tabler-icons.woff +0 -0
- package/assets/tabler-icons/fonts/tabler-icons.woff2 +0 -0
- package/assets/tabler-icons/tabler-icons.css +16056 -0
- package/assets/tabler-icons/tabler-icons.html +36226 -0
- package/assets/tabler-icons/tabler-icons.min.css +4 -0
- package/assets/tabler-icons/tabler-icons.png +0 -0
- package/assets/tabler-icons/tabler-icons.scss +8058 -0
- package/dist/index.cjs +482 -72
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +482 -72
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,2279 @@
|
|
|
1
|
+
$material-icons-codepoints: () !default;
|
|
2
|
+
$material-icons-codepoints: map-merge((
|
|
3
|
+
"123": eb8d,
|
|
4
|
+
"360": e577,
|
|
5
|
+
"10k": e951,
|
|
6
|
+
"10mp": e952,
|
|
7
|
+
"11mp": e953,
|
|
8
|
+
"12mp": e954,
|
|
9
|
+
"13mp": e955,
|
|
10
|
+
"14mp": e956,
|
|
11
|
+
"15mp": e957,
|
|
12
|
+
"16mp": e958,
|
|
13
|
+
"17mp": e959,
|
|
14
|
+
"18_up_rating": f8fd,
|
|
15
|
+
"18mp": e95a,
|
|
16
|
+
"19mp": e95b,
|
|
17
|
+
"1k": e95c,
|
|
18
|
+
"1k_plus": e95d,
|
|
19
|
+
"1x_mobiledata": efcd,
|
|
20
|
+
"20mp": e95e,
|
|
21
|
+
"21mp": e95f,
|
|
22
|
+
"22mp": e960,
|
|
23
|
+
"23mp": e961,
|
|
24
|
+
"24mp": e962,
|
|
25
|
+
"2k": e963,
|
|
26
|
+
"2k_plus": e964,
|
|
27
|
+
"2mp": e965,
|
|
28
|
+
"30fps": efce,
|
|
29
|
+
"30fps_select": efcf,
|
|
30
|
+
"3d_rotation": e84d,
|
|
31
|
+
"3g_mobiledata": efd0,
|
|
32
|
+
"3k": e966,
|
|
33
|
+
"3k_plus": e967,
|
|
34
|
+
"3mp": e968,
|
|
35
|
+
"3p": efd1,
|
|
36
|
+
"4g_mobiledata": efd2,
|
|
37
|
+
"4g_plus_mobiledata": efd3,
|
|
38
|
+
"4k": e072,
|
|
39
|
+
"4k_plus": e969,
|
|
40
|
+
"4mp": e96a,
|
|
41
|
+
"5g": ef38,
|
|
42
|
+
"5k": e96b,
|
|
43
|
+
"5k_plus": e96c,
|
|
44
|
+
"5mp": e96d,
|
|
45
|
+
"60fps": efd4,
|
|
46
|
+
"60fps_select": efd5,
|
|
47
|
+
"6_ft_apart": f21e,
|
|
48
|
+
"6k": e96e,
|
|
49
|
+
"6k_plus": e96f,
|
|
50
|
+
"6mp": e970,
|
|
51
|
+
"7k": e971,
|
|
52
|
+
"7k_plus": e972,
|
|
53
|
+
"7mp": e973,
|
|
54
|
+
"8k": e974,
|
|
55
|
+
"8k_plus": e975,
|
|
56
|
+
"8mp": e976,
|
|
57
|
+
"9k": e977,
|
|
58
|
+
"9k_plus": e978,
|
|
59
|
+
"9mp": e979,
|
|
60
|
+
"abc": eb94,
|
|
61
|
+
"ac_unit": eb3b,
|
|
62
|
+
"access_alarm": e190,
|
|
63
|
+
"access_alarms": e191,
|
|
64
|
+
"access_time": e192,
|
|
65
|
+
"access_time_filled": efd6,
|
|
66
|
+
"accessibility": e84e,
|
|
67
|
+
"accessibility_new": e92c,
|
|
68
|
+
"accessible": e914,
|
|
69
|
+
"accessible_forward": e934,
|
|
70
|
+
"account_balance": e84f,
|
|
71
|
+
"account_balance_wallet": e850,
|
|
72
|
+
"account_box": e851,
|
|
73
|
+
"account_circle": e853,
|
|
74
|
+
"account_tree": e97a,
|
|
75
|
+
"ad_units": ef39,
|
|
76
|
+
"adb": e60e,
|
|
77
|
+
"add": e145,
|
|
78
|
+
"add_a_photo": e439,
|
|
79
|
+
"add_alarm": e193,
|
|
80
|
+
"add_alert": e003,
|
|
81
|
+
"add_box": e146,
|
|
82
|
+
"add_business": e729,
|
|
83
|
+
"add_call": e0e8,
|
|
84
|
+
"add_card": eb86,
|
|
85
|
+
"add_chart": e97b,
|
|
86
|
+
"add_circle": e147,
|
|
87
|
+
"add_circle_outline": e148,
|
|
88
|
+
"add_comment": e266,
|
|
89
|
+
"add_home": f8eb,
|
|
90
|
+
"add_home_work": f8ed,
|
|
91
|
+
"add_ic_call": e97c,
|
|
92
|
+
"add_link": e178,
|
|
93
|
+
"add_location": e567,
|
|
94
|
+
"add_location_alt": ef3a,
|
|
95
|
+
"add_moderator": e97d,
|
|
96
|
+
"add_photo_alternate": e43e,
|
|
97
|
+
"add_reaction": e1d3,
|
|
98
|
+
"add_road": ef3b,
|
|
99
|
+
"add_shopping_cart": e854,
|
|
100
|
+
"add_task": f23a,
|
|
101
|
+
"add_to_drive": e65c,
|
|
102
|
+
"add_to_home_screen": e1fe,
|
|
103
|
+
"add_to_photos": e39d,
|
|
104
|
+
"add_to_queue": e05c,
|
|
105
|
+
"addchart": ef3c,
|
|
106
|
+
"adf_scanner": eada,
|
|
107
|
+
"adjust": e39e,
|
|
108
|
+
"admin_panel_settings": ef3d,
|
|
109
|
+
"adobe": ea96,
|
|
110
|
+
"ads_click": e762,
|
|
111
|
+
"agriculture": ea79,
|
|
112
|
+
"air": efd8,
|
|
113
|
+
"airline_seat_flat": e630,
|
|
114
|
+
"airline_seat_flat_angled": e631,
|
|
115
|
+
"airline_seat_individual_suite": e632,
|
|
116
|
+
"airline_seat_legroom_extra": e633,
|
|
117
|
+
"airline_seat_legroom_normal": e634,
|
|
118
|
+
"airline_seat_legroom_reduced": e635,
|
|
119
|
+
"airline_seat_recline_extra": e636,
|
|
120
|
+
"airline_seat_recline_normal": e637,
|
|
121
|
+
"airline_stops": e7d0,
|
|
122
|
+
"airlines": e7ca,
|
|
123
|
+
"airplane_ticket": efd9,
|
|
124
|
+
"airplanemode_active": e195,
|
|
125
|
+
"airplanemode_inactive": e194,
|
|
126
|
+
"airplanemode_off": e194,
|
|
127
|
+
"airplanemode_on": e195,
|
|
128
|
+
"airplay": e055,
|
|
129
|
+
"airport_shuttle": eb3c,
|
|
130
|
+
"alarm": e855,
|
|
131
|
+
"alarm_add": e856,
|
|
132
|
+
"alarm_off": e857,
|
|
133
|
+
"alarm_on": e858,
|
|
134
|
+
"album": e019,
|
|
135
|
+
"align_horizontal_center": e00f,
|
|
136
|
+
"align_horizontal_left": e00d,
|
|
137
|
+
"align_horizontal_right": e010,
|
|
138
|
+
"align_vertical_bottom": e015,
|
|
139
|
+
"align_vertical_center": e011,
|
|
140
|
+
"align_vertical_top": e00c,
|
|
141
|
+
"all_inbox": e97f,
|
|
142
|
+
"all_inclusive": eb3d,
|
|
143
|
+
"all_out": e90b,
|
|
144
|
+
"alt_route": f184,
|
|
145
|
+
"alternate_email": e0e6,
|
|
146
|
+
"amp_stories": ea13,
|
|
147
|
+
"analytics": ef3e,
|
|
148
|
+
"anchor": f1cd,
|
|
149
|
+
"android": e859,
|
|
150
|
+
"animation": e71c,
|
|
151
|
+
"announcement": e85a,
|
|
152
|
+
"aod": efda,
|
|
153
|
+
"apartment": ea40,
|
|
154
|
+
"api": f1b7,
|
|
155
|
+
"app_blocking": ef3f,
|
|
156
|
+
"app_registration": ef40,
|
|
157
|
+
"app_settings_alt": ef41,
|
|
158
|
+
"app_shortcut": eae4,
|
|
159
|
+
"apple": ea80,
|
|
160
|
+
"approval": e982,
|
|
161
|
+
"apps": e5c3,
|
|
162
|
+
"apps_outage": e7cc,
|
|
163
|
+
"architecture": ea3b,
|
|
164
|
+
"archive": e149,
|
|
165
|
+
"area_chart": e770,
|
|
166
|
+
"arrow_back": e5c4,
|
|
167
|
+
"arrow_back_ios": e5e0,
|
|
168
|
+
"arrow_back_ios_new": e2ea,
|
|
169
|
+
"arrow_circle_down": f181,
|
|
170
|
+
"arrow_circle_left": eaa7,
|
|
171
|
+
"arrow_circle_right": eaaa,
|
|
172
|
+
"arrow_circle_up": f182,
|
|
173
|
+
"arrow_downward": e5db,
|
|
174
|
+
"arrow_drop_down": e5c5,
|
|
175
|
+
"arrow_drop_down_circle": e5c6,
|
|
176
|
+
"arrow_drop_up": e5c7,
|
|
177
|
+
"arrow_forward": e5c8,
|
|
178
|
+
"arrow_forward_ios": e5e1,
|
|
179
|
+
"arrow_left": e5de,
|
|
180
|
+
"arrow_outward": f8ce,
|
|
181
|
+
"arrow_right": e5df,
|
|
182
|
+
"arrow_right_alt": e941,
|
|
183
|
+
"arrow_upward": e5d8,
|
|
184
|
+
"art_track": e060,
|
|
185
|
+
"article": ef42,
|
|
186
|
+
"aspect_ratio": e85b,
|
|
187
|
+
"assessment": e85c,
|
|
188
|
+
"assignment": e85d,
|
|
189
|
+
"assignment_add": f848,
|
|
190
|
+
"assignment_ind": e85e,
|
|
191
|
+
"assignment_late": e85f,
|
|
192
|
+
"assignment_return": e860,
|
|
193
|
+
"assignment_returned": e861,
|
|
194
|
+
"assignment_turned_in": e862,
|
|
195
|
+
"assist_walker": f8d5,
|
|
196
|
+
"assistant": e39f,
|
|
197
|
+
"assistant_direction": e988,
|
|
198
|
+
"assistant_navigation": e989,
|
|
199
|
+
"assistant_photo": e3a0,
|
|
200
|
+
"assured_workload": eb6f,
|
|
201
|
+
"atm": e573,
|
|
202
|
+
"attach_email": ea5e,
|
|
203
|
+
"attach_file": e226,
|
|
204
|
+
"attach_money": e227,
|
|
205
|
+
"attachment": e2bc,
|
|
206
|
+
"attractions": ea52,
|
|
207
|
+
"attribution": efdb,
|
|
208
|
+
"audio_file": eb82,
|
|
209
|
+
"audiotrack": e3a1,
|
|
210
|
+
"auto_awesome": e65f,
|
|
211
|
+
"auto_awesome_mosaic": e660,
|
|
212
|
+
"auto_awesome_motion": e661,
|
|
213
|
+
"auto_delete": ea4c,
|
|
214
|
+
"auto_fix_high": e663,
|
|
215
|
+
"auto_fix_normal": e664,
|
|
216
|
+
"auto_fix_off": e665,
|
|
217
|
+
"auto_graph": e4fb,
|
|
218
|
+
"auto_mode": ec20,
|
|
219
|
+
"auto_stories": e666,
|
|
220
|
+
"autofps_select": efdc,
|
|
221
|
+
"autorenew": e863,
|
|
222
|
+
"av_timer": e01b,
|
|
223
|
+
"baby_changing_station": f19b,
|
|
224
|
+
"back_hand": e764,
|
|
225
|
+
"backpack": f19c,
|
|
226
|
+
"backspace": e14a,
|
|
227
|
+
"backup": e864,
|
|
228
|
+
"backup_table": ef43,
|
|
229
|
+
"badge": ea67,
|
|
230
|
+
"bakery_dining": ea53,
|
|
231
|
+
"balance": eaf6,
|
|
232
|
+
"balcony": e58f,
|
|
233
|
+
"ballot": e172,
|
|
234
|
+
"bar_chart": e26b,
|
|
235
|
+
"barcode_reader": f85c,
|
|
236
|
+
"batch_prediction": f0f5,
|
|
237
|
+
"bathroom": efdd,
|
|
238
|
+
"bathtub": ea41,
|
|
239
|
+
"battery_0_bar": ebdc,
|
|
240
|
+
"battery_1_bar": ebd9,
|
|
241
|
+
"battery_20": f09c,
|
|
242
|
+
"battery_2_bar": ebe0,
|
|
243
|
+
"battery_30": f09d,
|
|
244
|
+
"battery_3_bar": ebdd,
|
|
245
|
+
"battery_4_bar": ebe2,
|
|
246
|
+
"battery_50": f09e,
|
|
247
|
+
"battery_5_bar": ebd4,
|
|
248
|
+
"battery_60": f09f,
|
|
249
|
+
"battery_6_bar": ebd2,
|
|
250
|
+
"battery_80": f0a0,
|
|
251
|
+
"battery_90": f0a1,
|
|
252
|
+
"battery_alert": e19c,
|
|
253
|
+
"battery_charging_20": f0a2,
|
|
254
|
+
"battery_charging_30": f0a3,
|
|
255
|
+
"battery_charging_50": f0a4,
|
|
256
|
+
"battery_charging_60": f0a5,
|
|
257
|
+
"battery_charging_80": f0a6,
|
|
258
|
+
"battery_charging_90": f0a7,
|
|
259
|
+
"battery_charging_full": e1a3,
|
|
260
|
+
"battery_full": e1a4,
|
|
261
|
+
"battery_saver": efde,
|
|
262
|
+
"battery_std": e1a5,
|
|
263
|
+
"battery_unknown": e1a6,
|
|
264
|
+
"beach_access": eb3e,
|
|
265
|
+
"bed": efdf,
|
|
266
|
+
"bedroom_baby": efe0,
|
|
267
|
+
"bedroom_child": efe1,
|
|
268
|
+
"bedroom_parent": efe2,
|
|
269
|
+
"bedtime": ef44,
|
|
270
|
+
"bedtime_off": eb76,
|
|
271
|
+
"beenhere": e52d,
|
|
272
|
+
"bento": f1f4,
|
|
273
|
+
"bike_scooter": ef45,
|
|
274
|
+
"biotech": ea3a,
|
|
275
|
+
"blender": efe3,
|
|
276
|
+
"blind": f8d6,
|
|
277
|
+
"blinds": e286,
|
|
278
|
+
"blinds_closed": ec1f,
|
|
279
|
+
"block": e14b,
|
|
280
|
+
"block_flipped": ef46,
|
|
281
|
+
"bloodtype": efe4,
|
|
282
|
+
"bluetooth": e1a7,
|
|
283
|
+
"bluetooth_audio": e60f,
|
|
284
|
+
"bluetooth_connected": e1a8,
|
|
285
|
+
"bluetooth_disabled": e1a9,
|
|
286
|
+
"bluetooth_drive": efe5,
|
|
287
|
+
"bluetooth_searching": e1aa,
|
|
288
|
+
"blur_circular": e3a2,
|
|
289
|
+
"blur_linear": e3a3,
|
|
290
|
+
"blur_off": e3a4,
|
|
291
|
+
"blur_on": e3a5,
|
|
292
|
+
"bolt": ea0b,
|
|
293
|
+
"book": e865,
|
|
294
|
+
"book_online": f217,
|
|
295
|
+
"bookmark": e866,
|
|
296
|
+
"bookmark_add": e598,
|
|
297
|
+
"bookmark_added": e599,
|
|
298
|
+
"bookmark_border": e867,
|
|
299
|
+
"bookmark_outline": e867,
|
|
300
|
+
"bookmark_remove": e59a,
|
|
301
|
+
"bookmarks": e98b,
|
|
302
|
+
"border_all": e228,
|
|
303
|
+
"border_bottom": e229,
|
|
304
|
+
"border_clear": e22a,
|
|
305
|
+
"border_color": e22b,
|
|
306
|
+
"border_horizontal": e22c,
|
|
307
|
+
"border_inner": e22d,
|
|
308
|
+
"border_left": e22e,
|
|
309
|
+
"border_outer": e22f,
|
|
310
|
+
"border_right": e230,
|
|
311
|
+
"border_style": e231,
|
|
312
|
+
"border_top": e232,
|
|
313
|
+
"border_vertical": e233,
|
|
314
|
+
"boy": eb67,
|
|
315
|
+
"branding_watermark": e06b,
|
|
316
|
+
"breakfast_dining": ea54,
|
|
317
|
+
"brightness_1": e3a6,
|
|
318
|
+
"brightness_2": e3a7,
|
|
319
|
+
"brightness_3": e3a8,
|
|
320
|
+
"brightness_4": e3a9,
|
|
321
|
+
"brightness_5": e3aa,
|
|
322
|
+
"brightness_6": e3ab,
|
|
323
|
+
"brightness_7": e3ac,
|
|
324
|
+
"brightness_auto": e1ab,
|
|
325
|
+
"brightness_high": e1ac,
|
|
326
|
+
"brightness_low": e1ad,
|
|
327
|
+
"brightness_medium": e1ae,
|
|
328
|
+
"broadcast_on_home": f8f8,
|
|
329
|
+
"broadcast_on_personal": f8f9,
|
|
330
|
+
"broken_image": e3ad,
|
|
331
|
+
"browse_gallery": ebd1,
|
|
332
|
+
"browser_not_supported": ef47,
|
|
333
|
+
"browser_updated": e7cf,
|
|
334
|
+
"brunch_dining": ea73,
|
|
335
|
+
"brush": e3ae,
|
|
336
|
+
"bubble_chart": e6dd,
|
|
337
|
+
"bug_report": e868,
|
|
338
|
+
"build": e869,
|
|
339
|
+
"build_circle": ef48,
|
|
340
|
+
"bungalow": e591,
|
|
341
|
+
"burst_mode": e43c,
|
|
342
|
+
"bus_alert": e98f,
|
|
343
|
+
"business": e0af,
|
|
344
|
+
"business_center": eb3f,
|
|
345
|
+
"cabin": e589,
|
|
346
|
+
"cable": efe6,
|
|
347
|
+
"cached": e86a,
|
|
348
|
+
"cake": e7e9,
|
|
349
|
+
"calculate": ea5f,
|
|
350
|
+
"calendar_month": ebcc,
|
|
351
|
+
"calendar_today": e935,
|
|
352
|
+
"calendar_view_day": e936,
|
|
353
|
+
"calendar_view_month": efe7,
|
|
354
|
+
"calendar_view_week": efe8,
|
|
355
|
+
"call": e0b0,
|
|
356
|
+
"call_end": e0b1,
|
|
357
|
+
"call_made": e0b2,
|
|
358
|
+
"call_merge": e0b3,
|
|
359
|
+
"call_missed": e0b4,
|
|
360
|
+
"call_missed_outgoing": e0e4,
|
|
361
|
+
"call_received": e0b5,
|
|
362
|
+
"call_split": e0b6,
|
|
363
|
+
"call_to_action": e06c,
|
|
364
|
+
"camera": e3af,
|
|
365
|
+
"camera_alt": e3b0,
|
|
366
|
+
"camera_enhance": e8fc,
|
|
367
|
+
"camera_front": e3b1,
|
|
368
|
+
"camera_indoor": efe9,
|
|
369
|
+
"camera_outdoor": efea,
|
|
370
|
+
"camera_rear": e3b2,
|
|
371
|
+
"camera_roll": e3b3,
|
|
372
|
+
"cameraswitch": efeb,
|
|
373
|
+
"campaign": ef49,
|
|
374
|
+
"cancel": e5c9,
|
|
375
|
+
"cancel_presentation": e0e9,
|
|
376
|
+
"cancel_schedule_send": ea39,
|
|
377
|
+
"candlestick_chart": ead4,
|
|
378
|
+
"car_crash": ebf2,
|
|
379
|
+
"car_rental": ea55,
|
|
380
|
+
"car_repair": ea56,
|
|
381
|
+
"card_giftcard": e8f6,
|
|
382
|
+
"card_membership": e8f7,
|
|
383
|
+
"card_travel": e8f8,
|
|
384
|
+
"carpenter": f1f8,
|
|
385
|
+
"cases": e992,
|
|
386
|
+
"casino": eb40,
|
|
387
|
+
"cast": e307,
|
|
388
|
+
"cast_connected": e308,
|
|
389
|
+
"cast_for_education": efec,
|
|
390
|
+
"castle": eab1,
|
|
391
|
+
"catching_pokemon": e508,
|
|
392
|
+
"category": e574,
|
|
393
|
+
"celebration": ea65,
|
|
394
|
+
"cell_tower": ebba,
|
|
395
|
+
"cell_wifi": e0ec,
|
|
396
|
+
"center_focus_strong": e3b4,
|
|
397
|
+
"center_focus_weak": e3b5,
|
|
398
|
+
"chair": efed,
|
|
399
|
+
"chair_alt": efee,
|
|
400
|
+
"chalet": e585,
|
|
401
|
+
"change_circle": e2e7,
|
|
402
|
+
"change_history": e86b,
|
|
403
|
+
"charging_station": f19d,
|
|
404
|
+
"chat": e0b7,
|
|
405
|
+
"chat_bubble": e0ca,
|
|
406
|
+
"chat_bubble_outline": e0cb,
|
|
407
|
+
"check": e5ca,
|
|
408
|
+
"check_box": e834,
|
|
409
|
+
"check_box_outline_blank": e835,
|
|
410
|
+
"check_circle": e86c,
|
|
411
|
+
"check_circle_outline": e92d,
|
|
412
|
+
"checklist": e6b1,
|
|
413
|
+
"checklist_rtl": e6b3,
|
|
414
|
+
"checkroom": f19e,
|
|
415
|
+
"chevron_left": e5cb,
|
|
416
|
+
"chevron_right": e5cc,
|
|
417
|
+
"child_care": eb41,
|
|
418
|
+
"child_friendly": eb42,
|
|
419
|
+
"chrome_reader_mode": e86d,
|
|
420
|
+
"church": eaae,
|
|
421
|
+
"circle": ef4a,
|
|
422
|
+
"circle_notifications": e994,
|
|
423
|
+
"class": e86e,
|
|
424
|
+
"clean_hands": f21f,
|
|
425
|
+
"cleaning_services": f0ff,
|
|
426
|
+
"clear": e14c,
|
|
427
|
+
"clear_all": e0b8,
|
|
428
|
+
"close": e5cd,
|
|
429
|
+
"close_fullscreen": f1cf,
|
|
430
|
+
"closed_caption": e01c,
|
|
431
|
+
"closed_caption_disabled": f1dc,
|
|
432
|
+
"closed_caption_off": e996,
|
|
433
|
+
"cloud": e2bd,
|
|
434
|
+
"cloud_circle": e2be,
|
|
435
|
+
"cloud_done": e2bf,
|
|
436
|
+
"cloud_download": e2c0,
|
|
437
|
+
"cloud_off": e2c1,
|
|
438
|
+
"cloud_queue": e2c2,
|
|
439
|
+
"cloud_sync": eb5a,
|
|
440
|
+
"cloud_upload": e2c3,
|
|
441
|
+
"cloudy_snowing": e810,
|
|
442
|
+
"co2": e7b0,
|
|
443
|
+
"co_present": eaf0,
|
|
444
|
+
"code": e86f,
|
|
445
|
+
"code_off": e4f3,
|
|
446
|
+
"coffee": efef,
|
|
447
|
+
"coffee_maker": eff0,
|
|
448
|
+
"collections": e3b6,
|
|
449
|
+
"collections_bookmark": e431,
|
|
450
|
+
"color_lens": e3b7,
|
|
451
|
+
"colorize": e3b8,
|
|
452
|
+
"comment": e0b9,
|
|
453
|
+
"comment_bank": ea4e,
|
|
454
|
+
"comments_disabled": e7a2,
|
|
455
|
+
"commit": eaf5,
|
|
456
|
+
"commute": e940,
|
|
457
|
+
"compare": e3b9,
|
|
458
|
+
"compare_arrows": e915,
|
|
459
|
+
"compass_calibration": e57c,
|
|
460
|
+
"compost": e761,
|
|
461
|
+
"compress": e94d,
|
|
462
|
+
"computer": e30a,
|
|
463
|
+
"confirmation_num": e638,
|
|
464
|
+
"confirmation_number": e638,
|
|
465
|
+
"connect_without_contact": f223,
|
|
466
|
+
"connected_tv": e998,
|
|
467
|
+
"connecting_airports": e7c9,
|
|
468
|
+
"construction": ea3c,
|
|
469
|
+
"contact_emergency": f8d1,
|
|
470
|
+
"contact_mail": e0d0,
|
|
471
|
+
"contact_page": f22e,
|
|
472
|
+
"contact_phone": e0cf,
|
|
473
|
+
"contact_support": e94c,
|
|
474
|
+
"contactless": ea71,
|
|
475
|
+
"contacts": e0ba,
|
|
476
|
+
"content_copy": e14d,
|
|
477
|
+
"content_cut": e14e,
|
|
478
|
+
"content_paste": e14f,
|
|
479
|
+
"content_paste_go": ea8e,
|
|
480
|
+
"content_paste_off": e4f8,
|
|
481
|
+
"content_paste_search": ea9b,
|
|
482
|
+
"contrast": eb37,
|
|
483
|
+
"control_camera": e074,
|
|
484
|
+
"control_point": e3ba,
|
|
485
|
+
"control_point_duplicate": e3bb,
|
|
486
|
+
"conveyor_belt": f867,
|
|
487
|
+
"cookie": eaac,
|
|
488
|
+
"copy": f08a,
|
|
489
|
+
"copy_all": e2ec,
|
|
490
|
+
"copyright": e90c,
|
|
491
|
+
"coronavirus": f221,
|
|
492
|
+
"corporate_fare": f1d0,
|
|
493
|
+
"cottage": e587,
|
|
494
|
+
"countertops": f1f7,
|
|
495
|
+
"create": e150,
|
|
496
|
+
"create_new_folder": e2cc,
|
|
497
|
+
"credit_card": e870,
|
|
498
|
+
"credit_card_off": e4f4,
|
|
499
|
+
"credit_score": eff1,
|
|
500
|
+
"crib": e588,
|
|
501
|
+
"crisis_alert": ebe9,
|
|
502
|
+
"crop": e3be,
|
|
503
|
+
"crop_16_9": e3bc,
|
|
504
|
+
"crop_3_2": e3bd,
|
|
505
|
+
"crop_5_4": e3bf,
|
|
506
|
+
"crop_7_5": e3c0,
|
|
507
|
+
"crop_din": e3c1,
|
|
508
|
+
"crop_free": e3c2,
|
|
509
|
+
"crop_landscape": e3c3,
|
|
510
|
+
"crop_original": e3c4,
|
|
511
|
+
"crop_portrait": e3c5,
|
|
512
|
+
"crop_rotate": e437,
|
|
513
|
+
"crop_square": e3c6,
|
|
514
|
+
"cruelty_free": e799,
|
|
515
|
+
"css": eb93,
|
|
516
|
+
"currency_bitcoin": ebc5,
|
|
517
|
+
"currency_exchange": eb70,
|
|
518
|
+
"currency_franc": eafa,
|
|
519
|
+
"currency_lira": eaef,
|
|
520
|
+
"currency_pound": eaf1,
|
|
521
|
+
"currency_ruble": eaec,
|
|
522
|
+
"currency_rupee": eaf7,
|
|
523
|
+
"currency_yen": eafb,
|
|
524
|
+
"currency_yuan": eaf9,
|
|
525
|
+
"curtains": ec1e,
|
|
526
|
+
"curtains_closed": ec1d,
|
|
527
|
+
"cut": f08b,
|
|
528
|
+
"cyclone": ebd5,
|
|
529
|
+
"dangerous": e99a,
|
|
530
|
+
"dark_mode": e51c,
|
|
531
|
+
"dashboard": e871,
|
|
532
|
+
"dashboard_customize": e99b,
|
|
533
|
+
"data_array": ead1,
|
|
534
|
+
"data_exploration": e76f,
|
|
535
|
+
"data_object": ead3,
|
|
536
|
+
"data_saver_off": eff2,
|
|
537
|
+
"data_saver_on": eff3,
|
|
538
|
+
"data_thresholding": eb9f,
|
|
539
|
+
"data_usage": e1af,
|
|
540
|
+
"dataset": f8ee,
|
|
541
|
+
"dataset_linked": f8ef,
|
|
542
|
+
"date_range": e916,
|
|
543
|
+
"deblur": eb77,
|
|
544
|
+
"deck": ea42,
|
|
545
|
+
"dehaze": e3c7,
|
|
546
|
+
"delete": e872,
|
|
547
|
+
"delete_forever": e92b,
|
|
548
|
+
"delete_outline": e92e,
|
|
549
|
+
"delete_sweep": e16c,
|
|
550
|
+
"delivery_dining": ea72,
|
|
551
|
+
"density_large": eba9,
|
|
552
|
+
"density_medium": eb9e,
|
|
553
|
+
"density_small": eba8,
|
|
554
|
+
"departure_board": e576,
|
|
555
|
+
"description": e873,
|
|
556
|
+
"deselect": ebb6,
|
|
557
|
+
"design_services": f10a,
|
|
558
|
+
"desk": f8f4,
|
|
559
|
+
"desktop_access_disabled": e99d,
|
|
560
|
+
"desktop_mac": e30b,
|
|
561
|
+
"desktop_windows": e30c,
|
|
562
|
+
"details": e3c8,
|
|
563
|
+
"developer_board": e30d,
|
|
564
|
+
"developer_board_off": e4ff,
|
|
565
|
+
"developer_mode": e1b0,
|
|
566
|
+
"device_hub": e335,
|
|
567
|
+
"device_thermostat": e1ff,
|
|
568
|
+
"device_unknown": e339,
|
|
569
|
+
"devices": e1b1,
|
|
570
|
+
"devices_fold": ebde,
|
|
571
|
+
"devices_other": e337,
|
|
572
|
+
"dew_point": f879,
|
|
573
|
+
"dialer_sip": e0bb,
|
|
574
|
+
"dialpad": e0bc,
|
|
575
|
+
"diamond": ead5,
|
|
576
|
+
"difference": eb7d,
|
|
577
|
+
"dining": eff4,
|
|
578
|
+
"dinner_dining": ea57,
|
|
579
|
+
"directions": e52e,
|
|
580
|
+
"directions_bike": e52f,
|
|
581
|
+
"directions_boat": e532,
|
|
582
|
+
"directions_boat_filled": eff5,
|
|
583
|
+
"directions_bus": e530,
|
|
584
|
+
"directions_bus_filled": eff6,
|
|
585
|
+
"directions_car": e531,
|
|
586
|
+
"directions_car_filled": eff7,
|
|
587
|
+
"directions_ferry": e532,
|
|
588
|
+
"directions_off": f10f,
|
|
589
|
+
"directions_railway": e534,
|
|
590
|
+
"directions_railway_filled": eff8,
|
|
591
|
+
"directions_run": e566,
|
|
592
|
+
"directions_subway": e533,
|
|
593
|
+
"directions_subway_filled": eff9,
|
|
594
|
+
"directions_train": e534,
|
|
595
|
+
"directions_transit": e535,
|
|
596
|
+
"directions_transit_filled": effa,
|
|
597
|
+
"directions_walk": e536,
|
|
598
|
+
"dirty_lens": ef4b,
|
|
599
|
+
"disabled_by_default": f230,
|
|
600
|
+
"disabled_visible": e76e,
|
|
601
|
+
"disc_full": e610,
|
|
602
|
+
"discord": ea6c,
|
|
603
|
+
"discount": ebc9,
|
|
604
|
+
"display_settings": eb97,
|
|
605
|
+
"diversity_1": f8d7,
|
|
606
|
+
"diversity_2": f8d8,
|
|
607
|
+
"diversity_3": f8d9,
|
|
608
|
+
"dnd_forwardslash": e611,
|
|
609
|
+
"dns": e875,
|
|
610
|
+
"do_disturb": f08c,
|
|
611
|
+
"do_disturb_alt": f08d,
|
|
612
|
+
"do_disturb_off": f08e,
|
|
613
|
+
"do_disturb_on": f08f,
|
|
614
|
+
"do_not_disturb": e612,
|
|
615
|
+
"do_not_disturb_alt": e611,
|
|
616
|
+
"do_not_disturb_off": e643,
|
|
617
|
+
"do_not_disturb_on": e644,
|
|
618
|
+
"do_not_disturb_on_total_silence": effb,
|
|
619
|
+
"do_not_step": f19f,
|
|
620
|
+
"do_not_touch": f1b0,
|
|
621
|
+
"dock": e30e,
|
|
622
|
+
"document_scanner": e5fa,
|
|
623
|
+
"domain": e7ee,
|
|
624
|
+
"domain_add": eb62,
|
|
625
|
+
"domain_disabled": e0ef,
|
|
626
|
+
"domain_verification": ef4c,
|
|
627
|
+
"done": e876,
|
|
628
|
+
"done_all": e877,
|
|
629
|
+
"done_outline": e92f,
|
|
630
|
+
"donut_large": e917,
|
|
631
|
+
"donut_small": e918,
|
|
632
|
+
"door_back": effc,
|
|
633
|
+
"door_front": effd,
|
|
634
|
+
"door_sliding": effe,
|
|
635
|
+
"doorbell": efff,
|
|
636
|
+
"double_arrow": ea50,
|
|
637
|
+
"downhill_skiing": e509,
|
|
638
|
+
"download": f090,
|
|
639
|
+
"download_done": f091,
|
|
640
|
+
"download_for_offline": f000,
|
|
641
|
+
"downloading": f001,
|
|
642
|
+
"drafts": e151,
|
|
643
|
+
"drag_handle": e25d,
|
|
644
|
+
"drag_indicator": e945,
|
|
645
|
+
"draw": e746,
|
|
646
|
+
"drive_eta": e613,
|
|
647
|
+
"drive_file_move": e675,
|
|
648
|
+
"drive_file_move_outline": e9a1,
|
|
649
|
+
"drive_file_move_rtl": e76d,
|
|
650
|
+
"drive_file_rename_outline": e9a2,
|
|
651
|
+
"drive_folder_upload": e9a3,
|
|
652
|
+
"dry": f1b3,
|
|
653
|
+
"dry_cleaning": ea58,
|
|
654
|
+
"duo": e9a5,
|
|
655
|
+
"dvr": e1b2,
|
|
656
|
+
"dynamic_feed": ea14,
|
|
657
|
+
"dynamic_form": f1bf,
|
|
658
|
+
"e_mobiledata": f002,
|
|
659
|
+
"earbuds": f003,
|
|
660
|
+
"earbuds_battery": f004,
|
|
661
|
+
"east": f1df,
|
|
662
|
+
"eco": ea35,
|
|
663
|
+
"edgesensor_high": f005,
|
|
664
|
+
"edgesensor_low": f006,
|
|
665
|
+
"edit": e3c9,
|
|
666
|
+
"edit_attributes": e578,
|
|
667
|
+
"edit_calendar": e742,
|
|
668
|
+
"edit_document": f88c,
|
|
669
|
+
"edit_location": e568,
|
|
670
|
+
"edit_location_alt": e1c5,
|
|
671
|
+
"edit_note": e745,
|
|
672
|
+
"edit_notifications": e525,
|
|
673
|
+
"edit_off": e950,
|
|
674
|
+
"edit_road": ef4d,
|
|
675
|
+
"edit_square": f88d,
|
|
676
|
+
"egg": eacc,
|
|
677
|
+
"egg_alt": eac8,
|
|
678
|
+
"eject": e8fb,
|
|
679
|
+
"elderly": f21a,
|
|
680
|
+
"elderly_woman": eb69,
|
|
681
|
+
"electric_bike": eb1b,
|
|
682
|
+
"electric_bolt": ec1c,
|
|
683
|
+
"electric_car": eb1c,
|
|
684
|
+
"electric_meter": ec1b,
|
|
685
|
+
"electric_moped": eb1d,
|
|
686
|
+
"electric_rickshaw": eb1e,
|
|
687
|
+
"electric_scooter": eb1f,
|
|
688
|
+
"electrical_services": f102,
|
|
689
|
+
"elevator": f1a0,
|
|
690
|
+
"email": e0be,
|
|
691
|
+
"emergency": e1eb,
|
|
692
|
+
"emergency_recording": ebf4,
|
|
693
|
+
"emergency_share": ebf6,
|
|
694
|
+
"emoji_emotions": ea22,
|
|
695
|
+
"emoji_events": ea23,
|
|
696
|
+
"emoji_flags": ea1a,
|
|
697
|
+
"emoji_food_beverage": ea1b,
|
|
698
|
+
"emoji_nature": ea1c,
|
|
699
|
+
"emoji_objects": ea24,
|
|
700
|
+
"emoji_people": ea1d,
|
|
701
|
+
"emoji_symbols": ea1e,
|
|
702
|
+
"emoji_transportation": ea1f,
|
|
703
|
+
"energy_savings_leaf": ec1a,
|
|
704
|
+
"engineering": ea3d,
|
|
705
|
+
"enhance_photo_translate": e8fc,
|
|
706
|
+
"enhanced_encryption": e63f,
|
|
707
|
+
"equalizer": e01d,
|
|
708
|
+
"error": e000,
|
|
709
|
+
"error_outline": e001,
|
|
710
|
+
"escalator": f1a1,
|
|
711
|
+
"escalator_warning": f1ac,
|
|
712
|
+
"euro": ea15,
|
|
713
|
+
"euro_symbol": e926,
|
|
714
|
+
"ev_station": e56d,
|
|
715
|
+
"event": e878,
|
|
716
|
+
"event_available": e614,
|
|
717
|
+
"event_busy": e615,
|
|
718
|
+
"event_note": e616,
|
|
719
|
+
"event_repeat": eb7b,
|
|
720
|
+
"event_seat": e903,
|
|
721
|
+
"exit_to_app": e879,
|
|
722
|
+
"expand": e94f,
|
|
723
|
+
"expand_circle_down": e7cd,
|
|
724
|
+
"expand_less": e5ce,
|
|
725
|
+
"expand_more": e5cf,
|
|
726
|
+
"explicit": e01e,
|
|
727
|
+
"explore": e87a,
|
|
728
|
+
"explore_off": e9a8,
|
|
729
|
+
"exposure": e3ca,
|
|
730
|
+
"exposure_minus_1": e3cb,
|
|
731
|
+
"exposure_minus_2": e3cc,
|
|
732
|
+
"exposure_neg_1": e3cb,
|
|
733
|
+
"exposure_neg_2": e3cc,
|
|
734
|
+
"exposure_plus_1": e3cd,
|
|
735
|
+
"exposure_plus_2": e3ce,
|
|
736
|
+
"exposure_zero": e3cf,
|
|
737
|
+
"extension": e87b,
|
|
738
|
+
"extension_off": e4f5,
|
|
739
|
+
"face": e87c,
|
|
740
|
+
"face_2": f8da,
|
|
741
|
+
"face_3": f8db,
|
|
742
|
+
"face_4": f8dc,
|
|
743
|
+
"face_5": f8dd,
|
|
744
|
+
"face_6": f8de,
|
|
745
|
+
"face_retouching_natural": ef4e,
|
|
746
|
+
"face_retouching_off": f007,
|
|
747
|
+
"face_unlock": f008,
|
|
748
|
+
"facebook": f234,
|
|
749
|
+
"fact_check": f0c5,
|
|
750
|
+
"factory": ebbc,
|
|
751
|
+
"family_restroom": f1a2,
|
|
752
|
+
"fast_forward": e01f,
|
|
753
|
+
"fast_rewind": e020,
|
|
754
|
+
"fastfood": e57a,
|
|
755
|
+
"favorite": e87d,
|
|
756
|
+
"favorite_border": e87e,
|
|
757
|
+
"favorite_outline": e87e,
|
|
758
|
+
"fax": ead8,
|
|
759
|
+
"featured_play_list": e06d,
|
|
760
|
+
"featured_video": e06e,
|
|
761
|
+
"feed": f009,
|
|
762
|
+
"feedback": e87f,
|
|
763
|
+
"female": e590,
|
|
764
|
+
"fence": f1f6,
|
|
765
|
+
"festival": ea68,
|
|
766
|
+
"fiber_dvr": e05d,
|
|
767
|
+
"fiber_manual_record": e061,
|
|
768
|
+
"fiber_new": e05e,
|
|
769
|
+
"fiber_pin": e06a,
|
|
770
|
+
"fiber_smart_record": e062,
|
|
771
|
+
"file_copy": e173,
|
|
772
|
+
"file_download": e2c4,
|
|
773
|
+
"file_download_done": e9aa,
|
|
774
|
+
"file_download_off": e4fe,
|
|
775
|
+
"file_open": eaf3,
|
|
776
|
+
"file_present": ea0e,
|
|
777
|
+
"file_upload": e2c6,
|
|
778
|
+
"file_upload_off": f886,
|
|
779
|
+
"filter": e3d3,
|
|
780
|
+
"filter_1": e3d0,
|
|
781
|
+
"filter_2": e3d1,
|
|
782
|
+
"filter_3": e3d2,
|
|
783
|
+
"filter_4": e3d4,
|
|
784
|
+
"filter_5": e3d5,
|
|
785
|
+
"filter_6": e3d6,
|
|
786
|
+
"filter_7": e3d7,
|
|
787
|
+
"filter_8": e3d8,
|
|
788
|
+
"filter_9": e3d9,
|
|
789
|
+
"filter_9_plus": e3da,
|
|
790
|
+
"filter_alt": ef4f,
|
|
791
|
+
"filter_alt_off": eb32,
|
|
792
|
+
"filter_b_and_w": e3db,
|
|
793
|
+
"filter_center_focus": e3dc,
|
|
794
|
+
"filter_drama": e3dd,
|
|
795
|
+
"filter_frames": e3de,
|
|
796
|
+
"filter_hdr": e3df,
|
|
797
|
+
"filter_list": e152,
|
|
798
|
+
"filter_list_alt": e94e,
|
|
799
|
+
"filter_list_off": eb57,
|
|
800
|
+
"filter_none": e3e0,
|
|
801
|
+
"filter_tilt_shift": e3e2,
|
|
802
|
+
"filter_vintage": e3e3,
|
|
803
|
+
"find_in_page": e880,
|
|
804
|
+
"find_replace": e881,
|
|
805
|
+
"fingerprint": e90d,
|
|
806
|
+
"fire_extinguisher": f1d8,
|
|
807
|
+
"fire_hydrant": f1a3,
|
|
808
|
+
"fire_hydrant_alt": f8f1,
|
|
809
|
+
"fire_truck": f8f2,
|
|
810
|
+
"fireplace": ea43,
|
|
811
|
+
"first_page": e5dc,
|
|
812
|
+
"fit_screen": ea10,
|
|
813
|
+
"fitbit": e82b,
|
|
814
|
+
"fitness_center": eb43,
|
|
815
|
+
"flag": e153,
|
|
816
|
+
"flag_circle": eaf8,
|
|
817
|
+
"flaky": ef50,
|
|
818
|
+
"flare": e3e4,
|
|
819
|
+
"flash_auto": e3e5,
|
|
820
|
+
"flash_off": e3e6,
|
|
821
|
+
"flash_on": e3e7,
|
|
822
|
+
"flashlight_off": f00a,
|
|
823
|
+
"flashlight_on": f00b,
|
|
824
|
+
"flatware": f00c,
|
|
825
|
+
"flight": e539,
|
|
826
|
+
"flight_class": e7cb,
|
|
827
|
+
"flight_land": e904,
|
|
828
|
+
"flight_takeoff": e905,
|
|
829
|
+
"flip": e3e8,
|
|
830
|
+
"flip_camera_android": ea37,
|
|
831
|
+
"flip_camera_ios": ea38,
|
|
832
|
+
"flip_to_back": e882,
|
|
833
|
+
"flip_to_front": e883,
|
|
834
|
+
"flood": ebe6,
|
|
835
|
+
"flourescent": ec31,
|
|
836
|
+
"fluorescent": ec31,
|
|
837
|
+
"flutter_dash": e00b,
|
|
838
|
+
"fmd_bad": f00e,
|
|
839
|
+
"fmd_good": f00f,
|
|
840
|
+
"foggy": e818,
|
|
841
|
+
"folder": e2c7,
|
|
842
|
+
"folder_copy": ebbd,
|
|
843
|
+
"folder_delete": eb34,
|
|
844
|
+
"folder_off": eb83,
|
|
845
|
+
"folder_open": e2c8,
|
|
846
|
+
"folder_shared": e2c9,
|
|
847
|
+
"folder_special": e617,
|
|
848
|
+
"folder_zip": eb2c,
|
|
849
|
+
"follow_the_signs": f222,
|
|
850
|
+
"font_download": e167,
|
|
851
|
+
"font_download_off": e4f9,
|
|
852
|
+
"food_bank": f1f2,
|
|
853
|
+
"forest": ea99,
|
|
854
|
+
"fork_left": eba0,
|
|
855
|
+
"fork_right": ebac,
|
|
856
|
+
"forklift": f868,
|
|
857
|
+
"format_align_center": e234,
|
|
858
|
+
"format_align_justify": e235,
|
|
859
|
+
"format_align_left": e236,
|
|
860
|
+
"format_align_right": e237,
|
|
861
|
+
"format_bold": e238,
|
|
862
|
+
"format_clear": e239,
|
|
863
|
+
"format_color_fill": e23a,
|
|
864
|
+
"format_color_reset": e23b,
|
|
865
|
+
"format_color_text": e23c,
|
|
866
|
+
"format_indent_decrease": e23d,
|
|
867
|
+
"format_indent_increase": e23e,
|
|
868
|
+
"format_italic": e23f,
|
|
869
|
+
"format_line_spacing": e240,
|
|
870
|
+
"format_list_bulleted": e241,
|
|
871
|
+
"format_list_bulleted_add": f849,
|
|
872
|
+
"format_list_numbered": e242,
|
|
873
|
+
"format_list_numbered_rtl": e267,
|
|
874
|
+
"format_overline": eb65,
|
|
875
|
+
"format_paint": e243,
|
|
876
|
+
"format_quote": e244,
|
|
877
|
+
"format_shapes": e25e,
|
|
878
|
+
"format_size": e245,
|
|
879
|
+
"format_strikethrough": e246,
|
|
880
|
+
"format_textdirection_l_to_r": e247,
|
|
881
|
+
"format_textdirection_r_to_l": e248,
|
|
882
|
+
"format_underline": e249,
|
|
883
|
+
"format_underlined": e249,
|
|
884
|
+
"fort": eaad,
|
|
885
|
+
"forum": e0bf,
|
|
886
|
+
"forward": e154,
|
|
887
|
+
"forward_10": e056,
|
|
888
|
+
"forward_30": e057,
|
|
889
|
+
"forward_5": e058,
|
|
890
|
+
"forward_to_inbox": f187,
|
|
891
|
+
"foundation": f200,
|
|
892
|
+
"free_breakfast": eb44,
|
|
893
|
+
"free_cancellation": e748,
|
|
894
|
+
"front_hand": e769,
|
|
895
|
+
"front_loader": f869,
|
|
896
|
+
"fullscreen": e5d0,
|
|
897
|
+
"fullscreen_exit": e5d1,
|
|
898
|
+
"functions": e24a,
|
|
899
|
+
"g_mobiledata": f010,
|
|
900
|
+
"g_translate": e927,
|
|
901
|
+
"gamepad": e30f,
|
|
902
|
+
"games": e021,
|
|
903
|
+
"garage": f011,
|
|
904
|
+
"gas_meter": ec19,
|
|
905
|
+
"gavel": e90e,
|
|
906
|
+
"generating_tokens": e749,
|
|
907
|
+
"gesture": e155,
|
|
908
|
+
"get_app": e884,
|
|
909
|
+
"gif": e908,
|
|
910
|
+
"gif_box": e7a3,
|
|
911
|
+
"girl": eb68,
|
|
912
|
+
"gite": e58b,
|
|
913
|
+
"goat": 10fffd,
|
|
914
|
+
"golf_course": eb45,
|
|
915
|
+
"gpp_bad": f012,
|
|
916
|
+
"gpp_good": f013,
|
|
917
|
+
"gpp_maybe": f014,
|
|
918
|
+
"gps_fixed": e1b3,
|
|
919
|
+
"gps_not_fixed": e1b4,
|
|
920
|
+
"gps_off": e1b5,
|
|
921
|
+
"grade": e885,
|
|
922
|
+
"gradient": e3e9,
|
|
923
|
+
"grading": ea4f,
|
|
924
|
+
"grain": e3ea,
|
|
925
|
+
"graphic_eq": e1b8,
|
|
926
|
+
"grass": f205,
|
|
927
|
+
"grid_3x3": f015,
|
|
928
|
+
"grid_4x4": f016,
|
|
929
|
+
"grid_goldenratio": f017,
|
|
930
|
+
"grid_off": e3eb,
|
|
931
|
+
"grid_on": e3ec,
|
|
932
|
+
"grid_view": e9b0,
|
|
933
|
+
"group": e7ef,
|
|
934
|
+
"group_add": e7f0,
|
|
935
|
+
"group_off": e747,
|
|
936
|
+
"group_remove": e7ad,
|
|
937
|
+
"group_work": e886,
|
|
938
|
+
"groups": f233,
|
|
939
|
+
"groups_2": f8df,
|
|
940
|
+
"groups_3": f8e0,
|
|
941
|
+
"h_mobiledata": f018,
|
|
942
|
+
"h_plus_mobiledata": f019,
|
|
943
|
+
"hail": e9b1,
|
|
944
|
+
"handshake": ebcb,
|
|
945
|
+
"handyman": f10b,
|
|
946
|
+
"hardware": ea59,
|
|
947
|
+
"hd": e052,
|
|
948
|
+
"hdr_auto": f01a,
|
|
949
|
+
"hdr_auto_select": f01b,
|
|
950
|
+
"hdr_enhanced_select": ef51,
|
|
951
|
+
"hdr_off": e3ed,
|
|
952
|
+
"hdr_off_select": f01c,
|
|
953
|
+
"hdr_on": e3ee,
|
|
954
|
+
"hdr_on_select": f01d,
|
|
955
|
+
"hdr_plus": f01e,
|
|
956
|
+
"hdr_strong": e3f1,
|
|
957
|
+
"hdr_weak": e3f2,
|
|
958
|
+
"headphones": f01f,
|
|
959
|
+
"headphones_battery": f020,
|
|
960
|
+
"headset": e310,
|
|
961
|
+
"headset_mic": e311,
|
|
962
|
+
"headset_off": e33a,
|
|
963
|
+
"healing": e3f3,
|
|
964
|
+
"health_and_safety": e1d5,
|
|
965
|
+
"hearing": e023,
|
|
966
|
+
"hearing_disabled": f104,
|
|
967
|
+
"heart_broken": eac2,
|
|
968
|
+
"heat_pump": ec18,
|
|
969
|
+
"height": ea16,
|
|
970
|
+
"help": e887,
|
|
971
|
+
"help_center": f1c0,
|
|
972
|
+
"help_outline": e8fd,
|
|
973
|
+
"hevc": f021,
|
|
974
|
+
"hexagon": eb39,
|
|
975
|
+
"hide_image": f022,
|
|
976
|
+
"hide_source": f023,
|
|
977
|
+
"high_quality": e024,
|
|
978
|
+
"highlight": e25f,
|
|
979
|
+
"highlight_alt": ef52,
|
|
980
|
+
"highlight_off": e888,
|
|
981
|
+
"highlight_remove": e888,
|
|
982
|
+
"hiking": e50a,
|
|
983
|
+
"history": e889,
|
|
984
|
+
"history_edu": ea3e,
|
|
985
|
+
"history_toggle_off": f17d,
|
|
986
|
+
"hive": eaa6,
|
|
987
|
+
"hls": eb8a,
|
|
988
|
+
"hls_off": eb8c,
|
|
989
|
+
"holiday_village": e58a,
|
|
990
|
+
"home": e88a,
|
|
991
|
+
"home_filled": e9b2,
|
|
992
|
+
"home_max": f024,
|
|
993
|
+
"home_mini": f025,
|
|
994
|
+
"home_repair_service": f100,
|
|
995
|
+
"home_work": ea09,
|
|
996
|
+
"horizontal_distribute": e014,
|
|
997
|
+
"horizontal_rule": f108,
|
|
998
|
+
"horizontal_split": e947,
|
|
999
|
+
"hot_tub": eb46,
|
|
1000
|
+
"hotel": e53a,
|
|
1001
|
+
"hotel_class": e743,
|
|
1002
|
+
"hourglass_bottom": ea5c,
|
|
1003
|
+
"hourglass_disabled": ef53,
|
|
1004
|
+
"hourglass_empty": e88b,
|
|
1005
|
+
"hourglass_full": e88c,
|
|
1006
|
+
"hourglass_top": ea5b,
|
|
1007
|
+
"house": ea44,
|
|
1008
|
+
"house_siding": f202,
|
|
1009
|
+
"houseboat": e584,
|
|
1010
|
+
"how_to_reg": e174,
|
|
1011
|
+
"how_to_vote": e175,
|
|
1012
|
+
"html": eb7e,
|
|
1013
|
+
"http": e902,
|
|
1014
|
+
"https": e88d,
|
|
1015
|
+
"hub": e9f4,
|
|
1016
|
+
"hvac": f10e,
|
|
1017
|
+
"ice_skating": e50b,
|
|
1018
|
+
"icecream": ea69,
|
|
1019
|
+
"image": e3f4,
|
|
1020
|
+
"image_aspect_ratio": e3f5,
|
|
1021
|
+
"image_not_supported": f116,
|
|
1022
|
+
"image_search": e43f,
|
|
1023
|
+
"imagesearch_roller": e9b4,
|
|
1024
|
+
"import_contacts": e0e0,
|
|
1025
|
+
"import_export": e0c3,
|
|
1026
|
+
"important_devices": e912,
|
|
1027
|
+
"inbox": e156,
|
|
1028
|
+
"incomplete_circle": e79b,
|
|
1029
|
+
"indeterminate_check_box": e909,
|
|
1030
|
+
"info": e88e,
|
|
1031
|
+
"info_outline": e88f,
|
|
1032
|
+
"input": e890,
|
|
1033
|
+
"insert_chart": e24b,
|
|
1034
|
+
"insert_chart_outlined": e26a,
|
|
1035
|
+
"insert_comment": e24c,
|
|
1036
|
+
"insert_drive_file": e24d,
|
|
1037
|
+
"insert_emoticon": e24e,
|
|
1038
|
+
"insert_invitation": e24f,
|
|
1039
|
+
"insert_link": e250,
|
|
1040
|
+
"insert_page_break": eaca,
|
|
1041
|
+
"insert_photo": e251,
|
|
1042
|
+
"insights": f092,
|
|
1043
|
+
"install_desktop": eb71,
|
|
1044
|
+
"install_mobile": eb72,
|
|
1045
|
+
"integration_instructions": ef54,
|
|
1046
|
+
"interests": e7c8,
|
|
1047
|
+
"interpreter_mode": e83b,
|
|
1048
|
+
"inventory": e179,
|
|
1049
|
+
"inventory_2": e1a1,
|
|
1050
|
+
"invert_colors": e891,
|
|
1051
|
+
"invert_colors_off": e0c4,
|
|
1052
|
+
"invert_colors_on": e891,
|
|
1053
|
+
"ios_share": e6b8,
|
|
1054
|
+
"iron": e583,
|
|
1055
|
+
"iso": e3f6,
|
|
1056
|
+
"javascript": eb7c,
|
|
1057
|
+
"join_full": eaeb,
|
|
1058
|
+
"join_inner": eaf4,
|
|
1059
|
+
"join_left": eaf2,
|
|
1060
|
+
"join_right": eaea,
|
|
1061
|
+
"kayaking": e50c,
|
|
1062
|
+
"kebab_dining": e842,
|
|
1063
|
+
"key": e73c,
|
|
1064
|
+
"key_off": eb84,
|
|
1065
|
+
"keyboard": e312,
|
|
1066
|
+
"keyboard_alt": f028,
|
|
1067
|
+
"keyboard_arrow_down": e313,
|
|
1068
|
+
"keyboard_arrow_left": e314,
|
|
1069
|
+
"keyboard_arrow_right": e315,
|
|
1070
|
+
"keyboard_arrow_up": e316,
|
|
1071
|
+
"keyboard_backspace": e317,
|
|
1072
|
+
"keyboard_capslock": e318,
|
|
1073
|
+
"keyboard_command": eae0,
|
|
1074
|
+
"keyboard_command_key": eae7,
|
|
1075
|
+
"keyboard_control": e5d3,
|
|
1076
|
+
"keyboard_control_key": eae6,
|
|
1077
|
+
"keyboard_double_arrow_down": ead0,
|
|
1078
|
+
"keyboard_double_arrow_left": eac3,
|
|
1079
|
+
"keyboard_double_arrow_right": eac9,
|
|
1080
|
+
"keyboard_double_arrow_up": eacf,
|
|
1081
|
+
"keyboard_hide": e31a,
|
|
1082
|
+
"keyboard_option": eadf,
|
|
1083
|
+
"keyboard_option_key": eae8,
|
|
1084
|
+
"keyboard_return": e31b,
|
|
1085
|
+
"keyboard_tab": e31c,
|
|
1086
|
+
"keyboard_voice": e31d,
|
|
1087
|
+
"king_bed": ea45,
|
|
1088
|
+
"kitchen": eb47,
|
|
1089
|
+
"kitesurfing": e50d,
|
|
1090
|
+
"label": e892,
|
|
1091
|
+
"label_important": e937,
|
|
1092
|
+
"label_important_outline": e948,
|
|
1093
|
+
"label_off": e9b6,
|
|
1094
|
+
"label_outline": e893,
|
|
1095
|
+
"lan": eb2f,
|
|
1096
|
+
"landscape": e3f7,
|
|
1097
|
+
"landslide": ebd7,
|
|
1098
|
+
"language": e894,
|
|
1099
|
+
"laptop": e31e,
|
|
1100
|
+
"laptop_chromebook": e31f,
|
|
1101
|
+
"laptop_mac": e320,
|
|
1102
|
+
"laptop_windows": e321,
|
|
1103
|
+
"last_page": e5dd,
|
|
1104
|
+
"launch": e895,
|
|
1105
|
+
"layers": e53b,
|
|
1106
|
+
"layers_clear": e53c,
|
|
1107
|
+
"leaderboard": f20c,
|
|
1108
|
+
"leak_add": e3f8,
|
|
1109
|
+
"leak_remove": e3f9,
|
|
1110
|
+
"leave_bags_at_home": f21b,
|
|
1111
|
+
"legend_toggle": f11b,
|
|
1112
|
+
"lens": e3fa,
|
|
1113
|
+
"lens_blur": f029,
|
|
1114
|
+
"library_add": e02e,
|
|
1115
|
+
"library_add_check": e9b7,
|
|
1116
|
+
"library_books": e02f,
|
|
1117
|
+
"library_music": e030,
|
|
1118
|
+
"light": f02a,
|
|
1119
|
+
"light_mode": e518,
|
|
1120
|
+
"lightbulb": e0f0,
|
|
1121
|
+
"lightbulb_circle": ebfe,
|
|
1122
|
+
"lightbulb_outline": e90f,
|
|
1123
|
+
"line_axis": ea9a,
|
|
1124
|
+
"line_style": e919,
|
|
1125
|
+
"line_weight": e91a,
|
|
1126
|
+
"linear_scale": e260,
|
|
1127
|
+
"link": e157,
|
|
1128
|
+
"link_off": e16f,
|
|
1129
|
+
"linked_camera": e438,
|
|
1130
|
+
"liquor": ea60,
|
|
1131
|
+
"list": e896,
|
|
1132
|
+
"list_alt": e0ee,
|
|
1133
|
+
"live_help": e0c6,
|
|
1134
|
+
"live_tv": e639,
|
|
1135
|
+
"living": f02b,
|
|
1136
|
+
"local_activity": e53f,
|
|
1137
|
+
"local_airport": e53d,
|
|
1138
|
+
"local_atm": e53e,
|
|
1139
|
+
"local_attraction": e53f,
|
|
1140
|
+
"local_bar": e540,
|
|
1141
|
+
"local_cafe": e541,
|
|
1142
|
+
"local_car_wash": e542,
|
|
1143
|
+
"local_convenience_store": e543,
|
|
1144
|
+
"local_dining": e556,
|
|
1145
|
+
"local_drink": e544,
|
|
1146
|
+
"local_fire_department": ef55,
|
|
1147
|
+
"local_florist": e545,
|
|
1148
|
+
"local_gas_station": e546,
|
|
1149
|
+
"local_grocery_store": e547,
|
|
1150
|
+
"local_hospital": e548,
|
|
1151
|
+
"local_hotel": e549,
|
|
1152
|
+
"local_laundry_service": e54a,
|
|
1153
|
+
"local_library": e54b,
|
|
1154
|
+
"local_mall": e54c,
|
|
1155
|
+
"local_movies": e54d,
|
|
1156
|
+
"local_offer": e54e,
|
|
1157
|
+
"local_parking": e54f,
|
|
1158
|
+
"local_pharmacy": e550,
|
|
1159
|
+
"local_phone": e551,
|
|
1160
|
+
"local_pizza": e552,
|
|
1161
|
+
"local_play": e553,
|
|
1162
|
+
"local_police": ef56,
|
|
1163
|
+
"local_post_office": e554,
|
|
1164
|
+
"local_print_shop": e555,
|
|
1165
|
+
"local_printshop": e555,
|
|
1166
|
+
"local_restaurant": e556,
|
|
1167
|
+
"local_see": e557,
|
|
1168
|
+
"local_shipping": e558,
|
|
1169
|
+
"local_taxi": e559,
|
|
1170
|
+
"location_city": e7f1,
|
|
1171
|
+
"location_disabled": e1b6,
|
|
1172
|
+
"location_history": e55a,
|
|
1173
|
+
"location_off": e0c7,
|
|
1174
|
+
"location_on": e0c8,
|
|
1175
|
+
"location_pin": f1db,
|
|
1176
|
+
"location_searching": e1b7,
|
|
1177
|
+
"lock": e897,
|
|
1178
|
+
"lock_clock": ef57,
|
|
1179
|
+
"lock_open": e898,
|
|
1180
|
+
"lock_outline": e899,
|
|
1181
|
+
"lock_person": f8f3,
|
|
1182
|
+
"lock_reset": eade,
|
|
1183
|
+
"login": ea77,
|
|
1184
|
+
"logo_dev": ead6,
|
|
1185
|
+
"logout": e9ba,
|
|
1186
|
+
"looks": e3fc,
|
|
1187
|
+
"looks_3": e3fb,
|
|
1188
|
+
"looks_4": e3fd,
|
|
1189
|
+
"looks_5": e3fe,
|
|
1190
|
+
"looks_6": e3ff,
|
|
1191
|
+
"looks_one": e400,
|
|
1192
|
+
"looks_two": e401,
|
|
1193
|
+
"loop": e028,
|
|
1194
|
+
"loupe": e402,
|
|
1195
|
+
"low_priority": e16d,
|
|
1196
|
+
"loyalty": e89a,
|
|
1197
|
+
"lte_mobiledata": f02c,
|
|
1198
|
+
"lte_plus_mobiledata": f02d,
|
|
1199
|
+
"luggage": f235,
|
|
1200
|
+
"lunch_dining": ea61,
|
|
1201
|
+
"lyrics": ec0b,
|
|
1202
|
+
"macro_off": f8d2,
|
|
1203
|
+
"mail": e158,
|
|
1204
|
+
"mail_lock": ec0a,
|
|
1205
|
+
"mail_outline": e0e1,
|
|
1206
|
+
"male": e58e,
|
|
1207
|
+
"man": e4eb,
|
|
1208
|
+
"man_2": f8e1,
|
|
1209
|
+
"man_3": f8e2,
|
|
1210
|
+
"man_4": f8e3,
|
|
1211
|
+
"manage_accounts": f02e,
|
|
1212
|
+
"manage_history": ebe7,
|
|
1213
|
+
"manage_search": f02f,
|
|
1214
|
+
"map": e55b,
|
|
1215
|
+
"maps_home_work": f030,
|
|
1216
|
+
"maps_ugc": ef58,
|
|
1217
|
+
"margin": e9bb,
|
|
1218
|
+
"mark_as_unread": e9bc,
|
|
1219
|
+
"mark_chat_read": f18b,
|
|
1220
|
+
"mark_chat_unread": f189,
|
|
1221
|
+
"mark_email_read": f18c,
|
|
1222
|
+
"mark_email_unread": f18a,
|
|
1223
|
+
"mark_unread_chat_alt": eb9d,
|
|
1224
|
+
"markunread": e159,
|
|
1225
|
+
"markunread_mailbox": e89b,
|
|
1226
|
+
"masks": f218,
|
|
1227
|
+
"maximize": e930,
|
|
1228
|
+
"media_bluetooth_off": f031,
|
|
1229
|
+
"media_bluetooth_on": f032,
|
|
1230
|
+
"mediation": efa7,
|
|
1231
|
+
"medical_information": ebed,
|
|
1232
|
+
"medical_services": f109,
|
|
1233
|
+
"medication": f033,
|
|
1234
|
+
"medication_liquid": ea87,
|
|
1235
|
+
"meeting_room": eb4f,
|
|
1236
|
+
"memory": e322,
|
|
1237
|
+
"menu": e5d2,
|
|
1238
|
+
"menu_book": ea19,
|
|
1239
|
+
"menu_open": e9bd,
|
|
1240
|
+
"merge": eb98,
|
|
1241
|
+
"merge_type": e252,
|
|
1242
|
+
"message": e0c9,
|
|
1243
|
+
"messenger": e0ca,
|
|
1244
|
+
"messenger_outline": e0cb,
|
|
1245
|
+
"mic": e029,
|
|
1246
|
+
"mic_external_off": ef59,
|
|
1247
|
+
"mic_external_on": ef5a,
|
|
1248
|
+
"mic_none": e02a,
|
|
1249
|
+
"mic_off": e02b,
|
|
1250
|
+
"microwave": f204,
|
|
1251
|
+
"military_tech": ea3f,
|
|
1252
|
+
"minimize": e931,
|
|
1253
|
+
"minor_crash": ebf1,
|
|
1254
|
+
"miscellaneous_services": f10c,
|
|
1255
|
+
"missed_video_call": e073,
|
|
1256
|
+
"mms": e618,
|
|
1257
|
+
"mobile_friendly": e200,
|
|
1258
|
+
"mobile_off": e201,
|
|
1259
|
+
"mobile_screen_share": e0e7,
|
|
1260
|
+
"mobiledata_off": f034,
|
|
1261
|
+
"mode": f097,
|
|
1262
|
+
"mode_comment": e253,
|
|
1263
|
+
"mode_edit": e254,
|
|
1264
|
+
"mode_edit_outline": f035,
|
|
1265
|
+
"mode_fan_off": ec17,
|
|
1266
|
+
"mode_night": f036,
|
|
1267
|
+
"mode_of_travel": e7ce,
|
|
1268
|
+
"mode_standby": f037,
|
|
1269
|
+
"model_training": f0cf,
|
|
1270
|
+
"monetization_on": e263,
|
|
1271
|
+
"money": e57d,
|
|
1272
|
+
"money_off": e25c,
|
|
1273
|
+
"money_off_csred": f038,
|
|
1274
|
+
"monitor": ef5b,
|
|
1275
|
+
"monitor_heart": eaa2,
|
|
1276
|
+
"monitor_weight": f039,
|
|
1277
|
+
"monochrome_photos": e403,
|
|
1278
|
+
"mood": e7f2,
|
|
1279
|
+
"mood_bad": e7f3,
|
|
1280
|
+
"moped": eb28,
|
|
1281
|
+
"more": e619,
|
|
1282
|
+
"more_horiz": e5d3,
|
|
1283
|
+
"more_time": ea5d,
|
|
1284
|
+
"more_vert": e5d4,
|
|
1285
|
+
"mosque": eab2,
|
|
1286
|
+
"motion_photos_auto": f03a,
|
|
1287
|
+
"motion_photos_off": e9c0,
|
|
1288
|
+
"motion_photos_on": e9c1,
|
|
1289
|
+
"motion_photos_pause": f227,
|
|
1290
|
+
"motion_photos_paused": e9c2,
|
|
1291
|
+
"motorcycle": e91b,
|
|
1292
|
+
"mouse": e323,
|
|
1293
|
+
"move_down": eb61,
|
|
1294
|
+
"move_to_inbox": e168,
|
|
1295
|
+
"move_up": eb64,
|
|
1296
|
+
"movie": e02c,
|
|
1297
|
+
"movie_creation": e404,
|
|
1298
|
+
"movie_edit": f840,
|
|
1299
|
+
"movie_filter": e43a,
|
|
1300
|
+
"moving": e501,
|
|
1301
|
+
"mp": e9c3,
|
|
1302
|
+
"multiline_chart": e6df,
|
|
1303
|
+
"multiple_stop": f1b9,
|
|
1304
|
+
"multitrack_audio": e1b8,
|
|
1305
|
+
"museum": ea36,
|
|
1306
|
+
"music_note": e405,
|
|
1307
|
+
"music_off": e440,
|
|
1308
|
+
"music_video": e063,
|
|
1309
|
+
"my_library_add": e02e,
|
|
1310
|
+
"my_library_books": e02f,
|
|
1311
|
+
"my_library_music": e030,
|
|
1312
|
+
"my_location": e55c,
|
|
1313
|
+
"nat": ef5c,
|
|
1314
|
+
"nature": e406,
|
|
1315
|
+
"nature_people": e407,
|
|
1316
|
+
"navigate_before": e408,
|
|
1317
|
+
"navigate_next": e409,
|
|
1318
|
+
"navigation": e55d,
|
|
1319
|
+
"near_me": e569,
|
|
1320
|
+
"near_me_disabled": f1ef,
|
|
1321
|
+
"nearby_error": f03b,
|
|
1322
|
+
"nearby_off": f03c,
|
|
1323
|
+
"nest_cam_wired_stand": ec16,
|
|
1324
|
+
"network_cell": e1b9,
|
|
1325
|
+
"network_check": e640,
|
|
1326
|
+
"network_locked": e61a,
|
|
1327
|
+
"network_ping": ebca,
|
|
1328
|
+
"network_wifi": e1ba,
|
|
1329
|
+
"network_wifi_1_bar": ebe4,
|
|
1330
|
+
"network_wifi_2_bar": ebd6,
|
|
1331
|
+
"network_wifi_3_bar": ebe1,
|
|
1332
|
+
"new_label": e609,
|
|
1333
|
+
"new_releases": e031,
|
|
1334
|
+
"newspaper": eb81,
|
|
1335
|
+
"next_plan": ef5d,
|
|
1336
|
+
"next_week": e16a,
|
|
1337
|
+
"nfc": e1bb,
|
|
1338
|
+
"night_shelter": f1f1,
|
|
1339
|
+
"nightlife": ea62,
|
|
1340
|
+
"nightlight": f03d,
|
|
1341
|
+
"nightlight_round": ef5e,
|
|
1342
|
+
"nights_stay": ea46,
|
|
1343
|
+
"no_accounts": f03e,
|
|
1344
|
+
"no_adult_content": f8fe,
|
|
1345
|
+
"no_backpack": f237,
|
|
1346
|
+
"no_cell": f1a4,
|
|
1347
|
+
"no_crash": ebf0,
|
|
1348
|
+
"no_drinks": f1a5,
|
|
1349
|
+
"no_encryption": e641,
|
|
1350
|
+
"no_encryption_gmailerrorred": f03f,
|
|
1351
|
+
"no_flash": f1a6,
|
|
1352
|
+
"no_food": f1a7,
|
|
1353
|
+
"no_luggage": f23b,
|
|
1354
|
+
"no_meals": f1d6,
|
|
1355
|
+
"no_meals_ouline": f229,
|
|
1356
|
+
"no_meeting_room": eb4e,
|
|
1357
|
+
"no_photography": f1a8,
|
|
1358
|
+
"no_sim": e0cc,
|
|
1359
|
+
"no_stroller": f1af,
|
|
1360
|
+
"no_transfer": f1d5,
|
|
1361
|
+
"noise_aware": ebec,
|
|
1362
|
+
"noise_control_off": ebf3,
|
|
1363
|
+
"nordic_walking": e50e,
|
|
1364
|
+
"north": f1e0,
|
|
1365
|
+
"north_east": f1e1,
|
|
1366
|
+
"north_west": f1e2,
|
|
1367
|
+
"not_accessible": f0fe,
|
|
1368
|
+
"not_interested": e033,
|
|
1369
|
+
"not_listed_location": e575,
|
|
1370
|
+
"not_started": f0d1,
|
|
1371
|
+
"note": e06f,
|
|
1372
|
+
"note_add": e89c,
|
|
1373
|
+
"note_alt": f040,
|
|
1374
|
+
"notes": e26c,
|
|
1375
|
+
"notification_add": e399,
|
|
1376
|
+
"notification_important": e004,
|
|
1377
|
+
"notifications": e7f4,
|
|
1378
|
+
"notifications_active": e7f7,
|
|
1379
|
+
"notifications_none": e7f5,
|
|
1380
|
+
"notifications_off": e7f6,
|
|
1381
|
+
"notifications_on": e7f7,
|
|
1382
|
+
"notifications_paused": e7f8,
|
|
1383
|
+
"now_wallpaper": e1bc,
|
|
1384
|
+
"now_widgets": e1bd,
|
|
1385
|
+
"numbers": eac7,
|
|
1386
|
+
"offline_bolt": e932,
|
|
1387
|
+
"offline_pin": e90a,
|
|
1388
|
+
"offline_share": e9c5,
|
|
1389
|
+
"oil_barrel": ec15,
|
|
1390
|
+
"on_device_training": ebfd,
|
|
1391
|
+
"ondemand_video": e63a,
|
|
1392
|
+
"online_prediction": f0eb,
|
|
1393
|
+
"opacity": e91c,
|
|
1394
|
+
"open_in_browser": e89d,
|
|
1395
|
+
"open_in_full": f1ce,
|
|
1396
|
+
"open_in_new": e89e,
|
|
1397
|
+
"open_in_new_off": e4f6,
|
|
1398
|
+
"open_with": e89f,
|
|
1399
|
+
"other_houses": e58c,
|
|
1400
|
+
"outbond": f228,
|
|
1401
|
+
"outbound": e1ca,
|
|
1402
|
+
"outbox": ef5f,
|
|
1403
|
+
"outdoor_grill": ea47,
|
|
1404
|
+
"outgoing_mail": f0d2,
|
|
1405
|
+
"outlet": f1d4,
|
|
1406
|
+
"outlined_flag": e16e,
|
|
1407
|
+
"output": ebbe,
|
|
1408
|
+
"padding": e9c8,
|
|
1409
|
+
"pages": e7f9,
|
|
1410
|
+
"pageview": e8a0,
|
|
1411
|
+
"paid": f041,
|
|
1412
|
+
"palette": e40a,
|
|
1413
|
+
"pallet": f86a,
|
|
1414
|
+
"pan_tool": e925,
|
|
1415
|
+
"pan_tool_alt": ebb9,
|
|
1416
|
+
"panorama": e40b,
|
|
1417
|
+
"panorama_fish_eye": e40c,
|
|
1418
|
+
"panorama_fisheye": e40c,
|
|
1419
|
+
"panorama_horizontal": e40d,
|
|
1420
|
+
"panorama_horizontal_select": ef60,
|
|
1421
|
+
"panorama_photosphere": e9c9,
|
|
1422
|
+
"panorama_photosphere_select": e9ca,
|
|
1423
|
+
"panorama_vertical": e40e,
|
|
1424
|
+
"panorama_vertical_select": ef61,
|
|
1425
|
+
"panorama_wide_angle": e40f,
|
|
1426
|
+
"panorama_wide_angle_select": ef62,
|
|
1427
|
+
"paragliding": e50f,
|
|
1428
|
+
"park": ea63,
|
|
1429
|
+
"party_mode": e7fa,
|
|
1430
|
+
"password": f042,
|
|
1431
|
+
"paste": f098,
|
|
1432
|
+
"pattern": f043,
|
|
1433
|
+
"pause": e034,
|
|
1434
|
+
"pause_circle": e1a2,
|
|
1435
|
+
"pause_circle_filled": e035,
|
|
1436
|
+
"pause_circle_outline": e036,
|
|
1437
|
+
"pause_presentation": e0ea,
|
|
1438
|
+
"payment": e8a1,
|
|
1439
|
+
"payments": ef63,
|
|
1440
|
+
"paypal": ea8d,
|
|
1441
|
+
"pedal_bike": eb29,
|
|
1442
|
+
"pending": ef64,
|
|
1443
|
+
"pending_actions": f1bb,
|
|
1444
|
+
"pentagon": eb50,
|
|
1445
|
+
"people": e7fb,
|
|
1446
|
+
"people_alt": ea21,
|
|
1447
|
+
"people_outline": e7fc,
|
|
1448
|
+
"percent": eb58,
|
|
1449
|
+
"perm_camera_mic": e8a2,
|
|
1450
|
+
"perm_contact_cal": e8a3,
|
|
1451
|
+
"perm_contact_calendar": e8a3,
|
|
1452
|
+
"perm_data_setting": e8a4,
|
|
1453
|
+
"perm_device_info": e8a5,
|
|
1454
|
+
"perm_device_information": e8a5,
|
|
1455
|
+
"perm_identity": e8a6,
|
|
1456
|
+
"perm_media": e8a7,
|
|
1457
|
+
"perm_phone_msg": e8a8,
|
|
1458
|
+
"perm_scan_wifi": e8a9,
|
|
1459
|
+
"person": e7fd,
|
|
1460
|
+
"person_2": f8e4,
|
|
1461
|
+
"person_3": f8e5,
|
|
1462
|
+
"person_4": f8e6,
|
|
1463
|
+
"person_add": e7fe,
|
|
1464
|
+
"person_add_alt": ea4d,
|
|
1465
|
+
"person_add_alt_1": ef65,
|
|
1466
|
+
"person_add_disabled": e9cb,
|
|
1467
|
+
"person_off": e510,
|
|
1468
|
+
"person_outline": e7ff,
|
|
1469
|
+
"person_pin": e55a,
|
|
1470
|
+
"person_pin_circle": e56a,
|
|
1471
|
+
"person_remove": ef66,
|
|
1472
|
+
"person_remove_alt_1": ef67,
|
|
1473
|
+
"person_search": f106,
|
|
1474
|
+
"personal_injury": e6da,
|
|
1475
|
+
"personal_video": e63b,
|
|
1476
|
+
"pest_control": f0fa,
|
|
1477
|
+
"pest_control_rodent": f0fd,
|
|
1478
|
+
"pets": e91d,
|
|
1479
|
+
"phishing": ead7,
|
|
1480
|
+
"phone": e0cd,
|
|
1481
|
+
"phone_android": e324,
|
|
1482
|
+
"phone_bluetooth_speaker": e61b,
|
|
1483
|
+
"phone_callback": e649,
|
|
1484
|
+
"phone_disabled": e9cc,
|
|
1485
|
+
"phone_enabled": e9cd,
|
|
1486
|
+
"phone_forwarded": e61c,
|
|
1487
|
+
"phone_in_talk": e61d,
|
|
1488
|
+
"phone_iphone": e325,
|
|
1489
|
+
"phone_locked": e61e,
|
|
1490
|
+
"phone_missed": e61f,
|
|
1491
|
+
"phone_paused": e620,
|
|
1492
|
+
"phonelink": e326,
|
|
1493
|
+
"phonelink_erase": e0db,
|
|
1494
|
+
"phonelink_lock": e0dc,
|
|
1495
|
+
"phonelink_off": e327,
|
|
1496
|
+
"phonelink_ring": e0dd,
|
|
1497
|
+
"phonelink_setup": e0de,
|
|
1498
|
+
"photo": e410,
|
|
1499
|
+
"photo_album": e411,
|
|
1500
|
+
"photo_camera": e412,
|
|
1501
|
+
"photo_camera_back": ef68,
|
|
1502
|
+
"photo_camera_front": ef69,
|
|
1503
|
+
"photo_filter": e43b,
|
|
1504
|
+
"photo_library": e413,
|
|
1505
|
+
"photo_size_select_actual": e432,
|
|
1506
|
+
"photo_size_select_large": e433,
|
|
1507
|
+
"photo_size_select_small": e434,
|
|
1508
|
+
"php": eb8f,
|
|
1509
|
+
"piano": e521,
|
|
1510
|
+
"piano_off": e520,
|
|
1511
|
+
"picture_as_pdf": e415,
|
|
1512
|
+
"picture_in_picture": e8aa,
|
|
1513
|
+
"picture_in_picture_alt": e911,
|
|
1514
|
+
"pie_chart": e6c4,
|
|
1515
|
+
"pie_chart_outline": f044,
|
|
1516
|
+
"pie_chart_outlined": e6c5,
|
|
1517
|
+
"pin": f045,
|
|
1518
|
+
"pin_drop": e55e,
|
|
1519
|
+
"pin_end": e767,
|
|
1520
|
+
"pin_invoke": e763,
|
|
1521
|
+
"pinch": eb38,
|
|
1522
|
+
"pivot_table_chart": e9ce,
|
|
1523
|
+
"pix": eaa3,
|
|
1524
|
+
"place": e55f,
|
|
1525
|
+
"plagiarism": ea5a,
|
|
1526
|
+
"play_arrow": e037,
|
|
1527
|
+
"play_circle": e1c4,
|
|
1528
|
+
"play_circle_fill": e038,
|
|
1529
|
+
"play_circle_filled": e038,
|
|
1530
|
+
"play_circle_outline": e039,
|
|
1531
|
+
"play_disabled": ef6a,
|
|
1532
|
+
"play_for_work": e906,
|
|
1533
|
+
"play_lesson": f047,
|
|
1534
|
+
"playlist_add": e03b,
|
|
1535
|
+
"playlist_add_check": e065,
|
|
1536
|
+
"playlist_add_check_circle": e7e6,
|
|
1537
|
+
"playlist_add_circle": e7e5,
|
|
1538
|
+
"playlist_play": e05f,
|
|
1539
|
+
"playlist_remove": eb80,
|
|
1540
|
+
"plumbing": f107,
|
|
1541
|
+
"plus_one": e800,
|
|
1542
|
+
"podcasts": f048,
|
|
1543
|
+
"point_of_sale": f17e,
|
|
1544
|
+
"policy": ea17,
|
|
1545
|
+
"poll": e801,
|
|
1546
|
+
"polyline": ebbb,
|
|
1547
|
+
"polymer": e8ab,
|
|
1548
|
+
"pool": eb48,
|
|
1549
|
+
"portable_wifi_off": e0ce,
|
|
1550
|
+
"portrait": e416,
|
|
1551
|
+
"post_add": ea20,
|
|
1552
|
+
"power": e63c,
|
|
1553
|
+
"power_input": e336,
|
|
1554
|
+
"power_off": e646,
|
|
1555
|
+
"power_settings_new": e8ac,
|
|
1556
|
+
"precision_manufacturing": f049,
|
|
1557
|
+
"pregnant_woman": e91e,
|
|
1558
|
+
"present_to_all": e0df,
|
|
1559
|
+
"preview": f1c5,
|
|
1560
|
+
"price_change": f04a,
|
|
1561
|
+
"price_check": f04b,
|
|
1562
|
+
"print": e8ad,
|
|
1563
|
+
"print_disabled": e9cf,
|
|
1564
|
+
"priority_high": e645,
|
|
1565
|
+
"privacy_tip": f0dc,
|
|
1566
|
+
"private_connectivity": e744,
|
|
1567
|
+
"production_quantity_limits": e1d1,
|
|
1568
|
+
"propane": ec14,
|
|
1569
|
+
"propane_tank": ec13,
|
|
1570
|
+
"psychology": ea4a,
|
|
1571
|
+
"psychology_alt": f8ea,
|
|
1572
|
+
"public": e80b,
|
|
1573
|
+
"public_off": f1ca,
|
|
1574
|
+
"publish": e255,
|
|
1575
|
+
"published_with_changes": f232,
|
|
1576
|
+
"punch_clock": eaa8,
|
|
1577
|
+
"push_pin": f10d,
|
|
1578
|
+
"qr_code": ef6b,
|
|
1579
|
+
"qr_code_2": e00a,
|
|
1580
|
+
"qr_code_scanner": f206,
|
|
1581
|
+
"query_builder": e8ae,
|
|
1582
|
+
"query_stats": e4fc,
|
|
1583
|
+
"question_answer": e8af,
|
|
1584
|
+
"question_mark": eb8b,
|
|
1585
|
+
"queue": e03c,
|
|
1586
|
+
"queue_music": e03d,
|
|
1587
|
+
"queue_play_next": e066,
|
|
1588
|
+
"quick_contacts_dialer": e0cf,
|
|
1589
|
+
"quick_contacts_mail": e0d0,
|
|
1590
|
+
"quickreply": ef6c,
|
|
1591
|
+
"quiz": f04c,
|
|
1592
|
+
"quora": ea98,
|
|
1593
|
+
"r_mobiledata": f04d,
|
|
1594
|
+
"radar": f04e,
|
|
1595
|
+
"radio": e03e,
|
|
1596
|
+
"radio_button_checked": e837,
|
|
1597
|
+
"radio_button_off": e836,
|
|
1598
|
+
"radio_button_on": e837,
|
|
1599
|
+
"radio_button_unchecked": e836,
|
|
1600
|
+
"railway_alert": e9d1,
|
|
1601
|
+
"ramen_dining": ea64,
|
|
1602
|
+
"ramp_left": eb9c,
|
|
1603
|
+
"ramp_right": eb96,
|
|
1604
|
+
"rate_review": e560,
|
|
1605
|
+
"raw_off": f04f,
|
|
1606
|
+
"raw_on": f050,
|
|
1607
|
+
"read_more": ef6d,
|
|
1608
|
+
"real_estate_agent": e73a,
|
|
1609
|
+
"rebase_edit": f846,
|
|
1610
|
+
"receipt": e8b0,
|
|
1611
|
+
"receipt_long": ef6e,
|
|
1612
|
+
"recent_actors": e03f,
|
|
1613
|
+
"recommend": e9d2,
|
|
1614
|
+
"record_voice_over": e91f,
|
|
1615
|
+
"rectangle": eb54,
|
|
1616
|
+
"recycling": e760,
|
|
1617
|
+
"reddit": eaa0,
|
|
1618
|
+
"redeem": e8b1,
|
|
1619
|
+
"redo": e15a,
|
|
1620
|
+
"reduce_capacity": f21c,
|
|
1621
|
+
"refresh": e5d5,
|
|
1622
|
+
"remember_me": f051,
|
|
1623
|
+
"remove": e15b,
|
|
1624
|
+
"remove_circle": e15c,
|
|
1625
|
+
"remove_circle_outline": e15d,
|
|
1626
|
+
"remove_done": e9d3,
|
|
1627
|
+
"remove_from_queue": e067,
|
|
1628
|
+
"remove_moderator": e9d4,
|
|
1629
|
+
"remove_red_eye": e417,
|
|
1630
|
+
"remove_road": ebfc,
|
|
1631
|
+
"remove_shopping_cart": e928,
|
|
1632
|
+
"reorder": e8fe,
|
|
1633
|
+
"repartition": f8e8,
|
|
1634
|
+
"repeat": e040,
|
|
1635
|
+
"repeat_on": e9d6,
|
|
1636
|
+
"repeat_one": e041,
|
|
1637
|
+
"repeat_one_on": e9d7,
|
|
1638
|
+
"replay": e042,
|
|
1639
|
+
"replay_10": e059,
|
|
1640
|
+
"replay_30": e05a,
|
|
1641
|
+
"replay_5": e05b,
|
|
1642
|
+
"replay_circle_filled": e9d8,
|
|
1643
|
+
"reply": e15e,
|
|
1644
|
+
"reply_all": e15f,
|
|
1645
|
+
"report": e160,
|
|
1646
|
+
"report_gmailerrorred": f052,
|
|
1647
|
+
"report_off": e170,
|
|
1648
|
+
"report_problem": e8b2,
|
|
1649
|
+
"request_page": f22c,
|
|
1650
|
+
"request_quote": f1b6,
|
|
1651
|
+
"reset_tv": e9d9,
|
|
1652
|
+
"restart_alt": f053,
|
|
1653
|
+
"restaurant": e56c,
|
|
1654
|
+
"restaurant_menu": e561,
|
|
1655
|
+
"restore": e8b3,
|
|
1656
|
+
"restore_from_trash": e938,
|
|
1657
|
+
"restore_page": e929,
|
|
1658
|
+
"reviews": f054,
|
|
1659
|
+
"rice_bowl": f1f5,
|
|
1660
|
+
"ring_volume": e0d1,
|
|
1661
|
+
"rocket": eba5,
|
|
1662
|
+
"rocket_launch": eb9b,
|
|
1663
|
+
"roller_shades": ec12,
|
|
1664
|
+
"roller_shades_closed": ec11,
|
|
1665
|
+
"roller_skating": ebcd,
|
|
1666
|
+
"roofing": f201,
|
|
1667
|
+
"room": e8b4,
|
|
1668
|
+
"room_preferences": f1b8,
|
|
1669
|
+
"room_service": eb49,
|
|
1670
|
+
"rotate_90_degrees_ccw": e418,
|
|
1671
|
+
"rotate_90_degrees_cw": eaab,
|
|
1672
|
+
"rotate_left": e419,
|
|
1673
|
+
"rotate_right": e41a,
|
|
1674
|
+
"roundabout_left": eb99,
|
|
1675
|
+
"roundabout_right": eba3,
|
|
1676
|
+
"rounded_corner": e920,
|
|
1677
|
+
"route": eacd,
|
|
1678
|
+
"router": e328,
|
|
1679
|
+
"rowing": e921,
|
|
1680
|
+
"rss_feed": e0e5,
|
|
1681
|
+
"rsvp": f055,
|
|
1682
|
+
"rtt": e9ad,
|
|
1683
|
+
"rule": f1c2,
|
|
1684
|
+
"rule_folder": f1c9,
|
|
1685
|
+
"run_circle": ef6f,
|
|
1686
|
+
"running_with_errors": e51d,
|
|
1687
|
+
"rv_hookup": e642,
|
|
1688
|
+
"safety_check": ebef,
|
|
1689
|
+
"safety_divider": e1cc,
|
|
1690
|
+
"sailing": e502,
|
|
1691
|
+
"sanitizer": f21d,
|
|
1692
|
+
"satellite": e562,
|
|
1693
|
+
"satellite_alt": eb3a,
|
|
1694
|
+
"save": e161,
|
|
1695
|
+
"save_alt": e171,
|
|
1696
|
+
"save_as": eb60,
|
|
1697
|
+
"saved_search": ea11,
|
|
1698
|
+
"savings": e2eb,
|
|
1699
|
+
"scale": eb5f,
|
|
1700
|
+
"scanner": e329,
|
|
1701
|
+
"scatter_plot": e268,
|
|
1702
|
+
"schedule": e8b5,
|
|
1703
|
+
"schedule_send": ea0a,
|
|
1704
|
+
"schema": e4fd,
|
|
1705
|
+
"school": e80c,
|
|
1706
|
+
"science": ea4b,
|
|
1707
|
+
"score": e269,
|
|
1708
|
+
"scoreboard": ebd0,
|
|
1709
|
+
"screen_lock_landscape": e1be,
|
|
1710
|
+
"screen_lock_portrait": e1bf,
|
|
1711
|
+
"screen_lock_rotation": e1c0,
|
|
1712
|
+
"screen_rotation": e1c1,
|
|
1713
|
+
"screen_rotation_alt": ebee,
|
|
1714
|
+
"screen_search_desktop": ef70,
|
|
1715
|
+
"screen_share": e0e2,
|
|
1716
|
+
"screenshot": f056,
|
|
1717
|
+
"screenshot_monitor": ec08,
|
|
1718
|
+
"scuba_diving": ebce,
|
|
1719
|
+
"sd": e9dd,
|
|
1720
|
+
"sd_card": e623,
|
|
1721
|
+
"sd_card_alert": f057,
|
|
1722
|
+
"sd_storage": e1c2,
|
|
1723
|
+
"search": e8b6,
|
|
1724
|
+
"search_off": ea76,
|
|
1725
|
+
"security": e32a,
|
|
1726
|
+
"security_update": f058,
|
|
1727
|
+
"security_update_good": f059,
|
|
1728
|
+
"security_update_warning": f05a,
|
|
1729
|
+
"segment": e94b,
|
|
1730
|
+
"select_all": e162,
|
|
1731
|
+
"self_improvement": ea78,
|
|
1732
|
+
"sell": f05b,
|
|
1733
|
+
"send": e163,
|
|
1734
|
+
"send_and_archive": ea0c,
|
|
1735
|
+
"send_time_extension": eadb,
|
|
1736
|
+
"send_to_mobile": f05c,
|
|
1737
|
+
"sensor_door": f1b5,
|
|
1738
|
+
"sensor_occupied": ec10,
|
|
1739
|
+
"sensor_window": f1b4,
|
|
1740
|
+
"sensors": e51e,
|
|
1741
|
+
"sensors_off": e51f,
|
|
1742
|
+
"sentiment_dissatisfied": e811,
|
|
1743
|
+
"sentiment_neutral": e812,
|
|
1744
|
+
"sentiment_satisfied": e813,
|
|
1745
|
+
"sentiment_satisfied_alt": e0ed,
|
|
1746
|
+
"sentiment_very_dissatisfied": e814,
|
|
1747
|
+
"sentiment_very_satisfied": e815,
|
|
1748
|
+
"set_meal": f1ea,
|
|
1749
|
+
"settings": e8b8,
|
|
1750
|
+
"settings_accessibility": f05d,
|
|
1751
|
+
"settings_applications": e8b9,
|
|
1752
|
+
"settings_backup_restore": e8ba,
|
|
1753
|
+
"settings_bluetooth": e8bb,
|
|
1754
|
+
"settings_brightness": e8bd,
|
|
1755
|
+
"settings_cell": e8bc,
|
|
1756
|
+
"settings_display": e8bd,
|
|
1757
|
+
"settings_ethernet": e8be,
|
|
1758
|
+
"settings_input_antenna": e8bf,
|
|
1759
|
+
"settings_input_component": e8c0,
|
|
1760
|
+
"settings_input_composite": e8c1,
|
|
1761
|
+
"settings_input_hdmi": e8c2,
|
|
1762
|
+
"settings_input_svideo": e8c3,
|
|
1763
|
+
"settings_overscan": e8c4,
|
|
1764
|
+
"settings_phone": e8c5,
|
|
1765
|
+
"settings_power": e8c6,
|
|
1766
|
+
"settings_remote": e8c7,
|
|
1767
|
+
"settings_suggest": f05e,
|
|
1768
|
+
"settings_system_daydream": e1c3,
|
|
1769
|
+
"settings_voice": e8c8,
|
|
1770
|
+
"severe_cold": ebd3,
|
|
1771
|
+
"shape_line": f8d3,
|
|
1772
|
+
"share": e80d,
|
|
1773
|
+
"share_arrival_time": e524,
|
|
1774
|
+
"share_location": f05f,
|
|
1775
|
+
"shelves": f86e,
|
|
1776
|
+
"shield": e9e0,
|
|
1777
|
+
"shield_moon": eaa9,
|
|
1778
|
+
"shop": e8c9,
|
|
1779
|
+
"shop_2": e19e,
|
|
1780
|
+
"shop_two": e8ca,
|
|
1781
|
+
"shopify": ea9d,
|
|
1782
|
+
"shopping_bag": f1cc,
|
|
1783
|
+
"shopping_basket": e8cb,
|
|
1784
|
+
"shopping_cart": e8cc,
|
|
1785
|
+
"shopping_cart_checkout": eb88,
|
|
1786
|
+
"short_text": e261,
|
|
1787
|
+
"shortcut": f060,
|
|
1788
|
+
"show_chart": e6e1,
|
|
1789
|
+
"shower": f061,
|
|
1790
|
+
"shuffle": e043,
|
|
1791
|
+
"shuffle_on": e9e1,
|
|
1792
|
+
"shutter_speed": e43d,
|
|
1793
|
+
"sick": f220,
|
|
1794
|
+
"sign_language": ebe5,
|
|
1795
|
+
"signal_cellular_0_bar": f0a8,
|
|
1796
|
+
"signal_cellular_1_bar": f0a9,
|
|
1797
|
+
"signal_cellular_2_bar": f0aa,
|
|
1798
|
+
"signal_cellular_3_bar": f0ab,
|
|
1799
|
+
"signal_cellular_4_bar": e1c8,
|
|
1800
|
+
"signal_cellular_alt": e202,
|
|
1801
|
+
"signal_cellular_alt_1_bar": ebdf,
|
|
1802
|
+
"signal_cellular_alt_2_bar": ebe3,
|
|
1803
|
+
"signal_cellular_connected_no_internet_0_bar": f0ac,
|
|
1804
|
+
"signal_cellular_connected_no_internet_1_bar": f0ad,
|
|
1805
|
+
"signal_cellular_connected_no_internet_2_bar": f0ae,
|
|
1806
|
+
"signal_cellular_connected_no_internet_3_bar": f0af,
|
|
1807
|
+
"signal_cellular_connected_no_internet_4_bar": e1cd,
|
|
1808
|
+
"signal_cellular_no_sim": e1ce,
|
|
1809
|
+
"signal_cellular_nodata": f062,
|
|
1810
|
+
"signal_cellular_null": e1cf,
|
|
1811
|
+
"signal_cellular_off": e1d0,
|
|
1812
|
+
"signal_wifi_0_bar": f0b0,
|
|
1813
|
+
"signal_wifi_1_bar": f0b1,
|
|
1814
|
+
"signal_wifi_1_bar_lock": f0b2,
|
|
1815
|
+
"signal_wifi_2_bar": f0b3,
|
|
1816
|
+
"signal_wifi_2_bar_lock": f0b4,
|
|
1817
|
+
"signal_wifi_3_bar": f0b5,
|
|
1818
|
+
"signal_wifi_3_bar_lock": f0b6,
|
|
1819
|
+
"signal_wifi_4_bar": e1d8,
|
|
1820
|
+
"signal_wifi_4_bar_lock": e1d9,
|
|
1821
|
+
"signal_wifi_bad": f063,
|
|
1822
|
+
"signal_wifi_connected_no_internet_0": f0f2,
|
|
1823
|
+
"signal_wifi_connected_no_internet_1": f0ee,
|
|
1824
|
+
"signal_wifi_connected_no_internet_2": f0f1,
|
|
1825
|
+
"signal_wifi_connected_no_internet_3": f0ed,
|
|
1826
|
+
"signal_wifi_connected_no_internet_4": f064,
|
|
1827
|
+
"signal_wifi_off": e1da,
|
|
1828
|
+
"signal_wifi_statusbar_1_bar": f0e6,
|
|
1829
|
+
"signal_wifi_statusbar_2_bar": f0f0,
|
|
1830
|
+
"signal_wifi_statusbar_3_bar": f0ea,
|
|
1831
|
+
"signal_wifi_statusbar_4_bar": f065,
|
|
1832
|
+
"signal_wifi_statusbar_connected_no_internet": f0f8,
|
|
1833
|
+
"signal_wifi_statusbar_connected_no_internet_1": f0e9,
|
|
1834
|
+
"signal_wifi_statusbar_connected_no_internet_2": f0f7,
|
|
1835
|
+
"signal_wifi_statusbar_connected_no_internet_3": f0e8,
|
|
1836
|
+
"signal_wifi_statusbar_connected_no_internet_4": f066,
|
|
1837
|
+
"signal_wifi_statusbar_not_connected": f0ef,
|
|
1838
|
+
"signal_wifi_statusbar_null": f067,
|
|
1839
|
+
"signpost": eb91,
|
|
1840
|
+
"sim_card": e32b,
|
|
1841
|
+
"sim_card_alert": e624,
|
|
1842
|
+
"sim_card_download": f068,
|
|
1843
|
+
"single_bed": ea48,
|
|
1844
|
+
"sip": f069,
|
|
1845
|
+
"skateboarding": e511,
|
|
1846
|
+
"skip_next": e044,
|
|
1847
|
+
"skip_previous": e045,
|
|
1848
|
+
"sledding": e512,
|
|
1849
|
+
"slideshow": e41b,
|
|
1850
|
+
"slow_motion_video": e068,
|
|
1851
|
+
"smart_button": f1c1,
|
|
1852
|
+
"smart_display": f06a,
|
|
1853
|
+
"smart_screen": f06b,
|
|
1854
|
+
"smart_toy": f06c,
|
|
1855
|
+
"smartphone": e32c,
|
|
1856
|
+
"smoke_free": eb4a,
|
|
1857
|
+
"smoking_rooms": eb4b,
|
|
1858
|
+
"sms": e625,
|
|
1859
|
+
"sms_failed": e626,
|
|
1860
|
+
"snapchat": ea6e,
|
|
1861
|
+
"snippet_folder": f1c7,
|
|
1862
|
+
"snooze": e046,
|
|
1863
|
+
"snowboarding": e513,
|
|
1864
|
+
"snowing": e80f,
|
|
1865
|
+
"snowmobile": e503,
|
|
1866
|
+
"snowshoeing": e514,
|
|
1867
|
+
"soap": f1b2,
|
|
1868
|
+
"social_distance": e1cb,
|
|
1869
|
+
"solar_power": ec0f,
|
|
1870
|
+
"sort": e164,
|
|
1871
|
+
"sort_by_alpha": e053,
|
|
1872
|
+
"sos": ebf7,
|
|
1873
|
+
"soup_kitchen": e7d3,
|
|
1874
|
+
"source": f1c4,
|
|
1875
|
+
"south": f1e3,
|
|
1876
|
+
"south_america": e7e4,
|
|
1877
|
+
"south_east": f1e4,
|
|
1878
|
+
"south_west": f1e5,
|
|
1879
|
+
"spa": eb4c,
|
|
1880
|
+
"space_bar": e256,
|
|
1881
|
+
"space_dashboard": e66b,
|
|
1882
|
+
"spatial_audio": ebeb,
|
|
1883
|
+
"spatial_audio_off": ebe8,
|
|
1884
|
+
"spatial_tracking": ebea,
|
|
1885
|
+
"speaker": e32d,
|
|
1886
|
+
"speaker_group": e32e,
|
|
1887
|
+
"speaker_notes": e8cd,
|
|
1888
|
+
"speaker_notes_off": e92a,
|
|
1889
|
+
"speaker_phone": e0d2,
|
|
1890
|
+
"speed": e9e4,
|
|
1891
|
+
"spellcheck": e8ce,
|
|
1892
|
+
"splitscreen": f06d,
|
|
1893
|
+
"spoke": e9a7,
|
|
1894
|
+
"sports": ea30,
|
|
1895
|
+
"sports_bar": f1f3,
|
|
1896
|
+
"sports_baseball": ea51,
|
|
1897
|
+
"sports_basketball": ea26,
|
|
1898
|
+
"sports_cricket": ea27,
|
|
1899
|
+
"sports_esports": ea28,
|
|
1900
|
+
"sports_football": ea29,
|
|
1901
|
+
"sports_golf": ea2a,
|
|
1902
|
+
"sports_gymnastics": ebc4,
|
|
1903
|
+
"sports_handball": ea33,
|
|
1904
|
+
"sports_hockey": ea2b,
|
|
1905
|
+
"sports_kabaddi": ea34,
|
|
1906
|
+
"sports_martial_arts": eae9,
|
|
1907
|
+
"sports_mma": ea2c,
|
|
1908
|
+
"sports_motorsports": ea2d,
|
|
1909
|
+
"sports_rugby": ea2e,
|
|
1910
|
+
"sports_score": f06e,
|
|
1911
|
+
"sports_soccer": ea2f,
|
|
1912
|
+
"sports_tennis": ea32,
|
|
1913
|
+
"sports_volleyball": ea31,
|
|
1914
|
+
"square": eb36,
|
|
1915
|
+
"square_foot": ea49,
|
|
1916
|
+
"ssid_chart": eb66,
|
|
1917
|
+
"stacked_bar_chart": e9e6,
|
|
1918
|
+
"stacked_line_chart": f22b,
|
|
1919
|
+
"stadium": eb90,
|
|
1920
|
+
"stairs": f1a9,
|
|
1921
|
+
"star": e838,
|
|
1922
|
+
"star_border": e83a,
|
|
1923
|
+
"star_border_purple500": f099,
|
|
1924
|
+
"star_half": e839,
|
|
1925
|
+
"star_outline": f06f,
|
|
1926
|
+
"star_purple500": f09a,
|
|
1927
|
+
"star_rate": f0ec,
|
|
1928
|
+
"stars": e8d0,
|
|
1929
|
+
"start": e089,
|
|
1930
|
+
"stay_current_landscape": e0d3,
|
|
1931
|
+
"stay_current_portrait": e0d4,
|
|
1932
|
+
"stay_primary_landscape": e0d5,
|
|
1933
|
+
"stay_primary_portrait": e0d6,
|
|
1934
|
+
"sticky_note_2": f1fc,
|
|
1935
|
+
"stop": e047,
|
|
1936
|
+
"stop_circle": ef71,
|
|
1937
|
+
"stop_screen_share": e0e3,
|
|
1938
|
+
"storage": e1db,
|
|
1939
|
+
"store": e8d1,
|
|
1940
|
+
"store_mall_directory": e563,
|
|
1941
|
+
"storefront": ea12,
|
|
1942
|
+
"storm": f070,
|
|
1943
|
+
"straight": eb95,
|
|
1944
|
+
"straighten": e41c,
|
|
1945
|
+
"stream": e9e9,
|
|
1946
|
+
"streetview": e56e,
|
|
1947
|
+
"strikethrough_s": e257,
|
|
1948
|
+
"stroller": f1ae,
|
|
1949
|
+
"style": e41d,
|
|
1950
|
+
"subdirectory_arrow_left": e5d9,
|
|
1951
|
+
"subdirectory_arrow_right": e5da,
|
|
1952
|
+
"subject": e8d2,
|
|
1953
|
+
"subscript": f111,
|
|
1954
|
+
"subscriptions": e064,
|
|
1955
|
+
"subtitles": e048,
|
|
1956
|
+
"subtitles_off": ef72,
|
|
1957
|
+
"subway": e56f,
|
|
1958
|
+
"summarize": f071,
|
|
1959
|
+
"sunny": e81a,
|
|
1960
|
+
"sunny_snowing": e819,
|
|
1961
|
+
"superscript": f112,
|
|
1962
|
+
"supervised_user_circle": e939,
|
|
1963
|
+
"supervisor_account": e8d3,
|
|
1964
|
+
"support": ef73,
|
|
1965
|
+
"support_agent": f0e2,
|
|
1966
|
+
"surfing": e515,
|
|
1967
|
+
"surround_sound": e049,
|
|
1968
|
+
"swap_calls": e0d7,
|
|
1969
|
+
"swap_horiz": e8d4,
|
|
1970
|
+
"swap_horizontal_circle": e933,
|
|
1971
|
+
"swap_vert": e8d5,
|
|
1972
|
+
"swap_vert_circle": e8d6,
|
|
1973
|
+
"swap_vertical_circle": e8d6,
|
|
1974
|
+
"swipe": e9ec,
|
|
1975
|
+
"swipe_down": eb53,
|
|
1976
|
+
"swipe_down_alt": eb30,
|
|
1977
|
+
"swipe_left": eb59,
|
|
1978
|
+
"swipe_left_alt": eb33,
|
|
1979
|
+
"swipe_right": eb52,
|
|
1980
|
+
"swipe_right_alt": eb56,
|
|
1981
|
+
"swipe_up": eb2e,
|
|
1982
|
+
"swipe_up_alt": eb35,
|
|
1983
|
+
"swipe_vertical": eb51,
|
|
1984
|
+
"switch_access_shortcut": e7e1,
|
|
1985
|
+
"switch_access_shortcut_add": e7e2,
|
|
1986
|
+
"switch_account": e9ed,
|
|
1987
|
+
"switch_camera": e41e,
|
|
1988
|
+
"switch_left": f1d1,
|
|
1989
|
+
"switch_right": f1d2,
|
|
1990
|
+
"switch_video": e41f,
|
|
1991
|
+
"synagogue": eab0,
|
|
1992
|
+
"sync": e627,
|
|
1993
|
+
"sync_alt": ea18,
|
|
1994
|
+
"sync_disabled": e628,
|
|
1995
|
+
"sync_lock": eaee,
|
|
1996
|
+
"sync_problem": e629,
|
|
1997
|
+
"system_security_update": f072,
|
|
1998
|
+
"system_security_update_good": f073,
|
|
1999
|
+
"system_security_update_warning": f074,
|
|
2000
|
+
"system_update": e62a,
|
|
2001
|
+
"system_update_alt": e8d7,
|
|
2002
|
+
"system_update_tv": e8d7,
|
|
2003
|
+
"tab": e8d8,
|
|
2004
|
+
"tab_unselected": e8d9,
|
|
2005
|
+
"table_bar": ead2,
|
|
2006
|
+
"table_chart": e265,
|
|
2007
|
+
"table_restaurant": eac6,
|
|
2008
|
+
"table_rows": f101,
|
|
2009
|
+
"table_view": f1be,
|
|
2010
|
+
"tablet": e32f,
|
|
2011
|
+
"tablet_android": e330,
|
|
2012
|
+
"tablet_mac": e331,
|
|
2013
|
+
"tag": e9ef,
|
|
2014
|
+
"tag_faces": e420,
|
|
2015
|
+
"takeout_dining": ea74,
|
|
2016
|
+
"tap_and_play": e62b,
|
|
2017
|
+
"tapas": f1e9,
|
|
2018
|
+
"task": f075,
|
|
2019
|
+
"task_alt": e2e6,
|
|
2020
|
+
"taxi_alert": ef74,
|
|
2021
|
+
"telegram": ea6b,
|
|
2022
|
+
"temple_buddhist": eab3,
|
|
2023
|
+
"temple_hindu": eaaf,
|
|
2024
|
+
"terminal": eb8e,
|
|
2025
|
+
"terrain": e564,
|
|
2026
|
+
"text_decrease": eadd,
|
|
2027
|
+
"text_fields": e262,
|
|
2028
|
+
"text_format": e165,
|
|
2029
|
+
"text_increase": eae2,
|
|
2030
|
+
"text_rotate_up": e93a,
|
|
2031
|
+
"text_rotate_vertical": e93b,
|
|
2032
|
+
"text_rotation_angledown": e93c,
|
|
2033
|
+
"text_rotation_angleup": e93d,
|
|
2034
|
+
"text_rotation_down": e93e,
|
|
2035
|
+
"text_rotation_none": e93f,
|
|
2036
|
+
"text_snippet": f1c6,
|
|
2037
|
+
"textsms": e0d8,
|
|
2038
|
+
"texture": e421,
|
|
2039
|
+
"theater_comedy": ea66,
|
|
2040
|
+
"theaters": e8da,
|
|
2041
|
+
"thermostat": f076,
|
|
2042
|
+
"thermostat_auto": f077,
|
|
2043
|
+
"thumb_down": e8db,
|
|
2044
|
+
"thumb_down_alt": e816,
|
|
2045
|
+
"thumb_down_off_alt": e9f2,
|
|
2046
|
+
"thumb_up": e8dc,
|
|
2047
|
+
"thumb_up_alt": e817,
|
|
2048
|
+
"thumb_up_off_alt": e9f3,
|
|
2049
|
+
"thumbs_up_down": e8dd,
|
|
2050
|
+
"thunderstorm": ebdb,
|
|
2051
|
+
"tiktok": ea7e,
|
|
2052
|
+
"time_to_leave": e62c,
|
|
2053
|
+
"timelapse": e422,
|
|
2054
|
+
"timeline": e922,
|
|
2055
|
+
"timer": e425,
|
|
2056
|
+
"timer_10": e423,
|
|
2057
|
+
"timer_10_select": f07a,
|
|
2058
|
+
"timer_3": e424,
|
|
2059
|
+
"timer_3_select": f07b,
|
|
2060
|
+
"timer_off": e426,
|
|
2061
|
+
"tips_and_updates": e79a,
|
|
2062
|
+
"tire_repair": ebc8,
|
|
2063
|
+
"title": e264,
|
|
2064
|
+
"toc": e8de,
|
|
2065
|
+
"today": e8df,
|
|
2066
|
+
"toggle_off": e9f5,
|
|
2067
|
+
"toggle_on": e9f6,
|
|
2068
|
+
"token": ea25,
|
|
2069
|
+
"toll": e8e0,
|
|
2070
|
+
"tonality": e427,
|
|
2071
|
+
"topic": f1c8,
|
|
2072
|
+
"tornado": e199,
|
|
2073
|
+
"touch_app": e913,
|
|
2074
|
+
"tour": ef75,
|
|
2075
|
+
"toys": e332,
|
|
2076
|
+
"track_changes": e8e1,
|
|
2077
|
+
"traffic": e565,
|
|
2078
|
+
"train": e570,
|
|
2079
|
+
"tram": e571,
|
|
2080
|
+
"transcribe": f8ec,
|
|
2081
|
+
"transfer_within_a_station": e572,
|
|
2082
|
+
"transform": e428,
|
|
2083
|
+
"transgender": e58d,
|
|
2084
|
+
"transit_enterexit": e579,
|
|
2085
|
+
"translate": e8e2,
|
|
2086
|
+
"travel_explore": e2db,
|
|
2087
|
+
"trending_down": e8e3,
|
|
2088
|
+
"trending_flat": e8e4,
|
|
2089
|
+
"trending_neutral": e8e4,
|
|
2090
|
+
"trending_up": e8e5,
|
|
2091
|
+
"trip_origin": e57b,
|
|
2092
|
+
"trolley": f86b,
|
|
2093
|
+
"troubleshoot": e1d2,
|
|
2094
|
+
"try": f07c,
|
|
2095
|
+
"tsunami": ebd8,
|
|
2096
|
+
"tty": f1aa,
|
|
2097
|
+
"tune": e429,
|
|
2098
|
+
"tungsten": f07d,
|
|
2099
|
+
"turn_left": eba6,
|
|
2100
|
+
"turn_right": ebab,
|
|
2101
|
+
"turn_sharp_left": eba7,
|
|
2102
|
+
"turn_sharp_right": ebaa,
|
|
2103
|
+
"turn_slight_left": eba4,
|
|
2104
|
+
"turn_slight_right": eb9a,
|
|
2105
|
+
"turned_in": e8e6,
|
|
2106
|
+
"turned_in_not": e8e7,
|
|
2107
|
+
"tv": e333,
|
|
2108
|
+
"tv_off": e647,
|
|
2109
|
+
"two_wheeler": e9f9,
|
|
2110
|
+
"type_specimen": f8f0,
|
|
2111
|
+
"u_turn_left": eba1,
|
|
2112
|
+
"u_turn_right": eba2,
|
|
2113
|
+
"umbrella": f1ad,
|
|
2114
|
+
"unarchive": e169,
|
|
2115
|
+
"undo": e166,
|
|
2116
|
+
"unfold_less": e5d6,
|
|
2117
|
+
"unfold_less_double": f8cf,
|
|
2118
|
+
"unfold_more": e5d7,
|
|
2119
|
+
"unfold_more_double": f8d0,
|
|
2120
|
+
"unpublished": f236,
|
|
2121
|
+
"unsubscribe": e0eb,
|
|
2122
|
+
"upcoming": f07e,
|
|
2123
|
+
"update": e923,
|
|
2124
|
+
"update_disabled": e075,
|
|
2125
|
+
"upgrade": f0fb,
|
|
2126
|
+
"upload": f09b,
|
|
2127
|
+
"upload_file": e9fc,
|
|
2128
|
+
"usb": e1e0,
|
|
2129
|
+
"usb_off": e4fa,
|
|
2130
|
+
"vaccines": e138,
|
|
2131
|
+
"vape_free": ebc6,
|
|
2132
|
+
"vaping_rooms": ebcf,
|
|
2133
|
+
"verified": ef76,
|
|
2134
|
+
"verified_user": e8e8,
|
|
2135
|
+
"vertical_align_bottom": e258,
|
|
2136
|
+
"vertical_align_center": e259,
|
|
2137
|
+
"vertical_align_top": e25a,
|
|
2138
|
+
"vertical_distribute": e076,
|
|
2139
|
+
"vertical_shades": ec0e,
|
|
2140
|
+
"vertical_shades_closed": ec0d,
|
|
2141
|
+
"vertical_split": e949,
|
|
2142
|
+
"vibration": e62d,
|
|
2143
|
+
"video_call": e070,
|
|
2144
|
+
"video_camera_back": f07f,
|
|
2145
|
+
"video_camera_front": f080,
|
|
2146
|
+
"video_chat": f8a0,
|
|
2147
|
+
"video_collection": e04a,
|
|
2148
|
+
"video_file": eb87,
|
|
2149
|
+
"video_label": e071,
|
|
2150
|
+
"video_library": e04a,
|
|
2151
|
+
"video_settings": ea75,
|
|
2152
|
+
"video_stable": f081,
|
|
2153
|
+
"videocam": e04b,
|
|
2154
|
+
"videocam_off": e04c,
|
|
2155
|
+
"videogame_asset": e338,
|
|
2156
|
+
"videogame_asset_off": e500,
|
|
2157
|
+
"view_agenda": e8e9,
|
|
2158
|
+
"view_array": e8ea,
|
|
2159
|
+
"view_carousel": e8eb,
|
|
2160
|
+
"view_column": e8ec,
|
|
2161
|
+
"view_comfortable": e42a,
|
|
2162
|
+
"view_comfy": e42a,
|
|
2163
|
+
"view_comfy_alt": eb73,
|
|
2164
|
+
"view_compact": e42b,
|
|
2165
|
+
"view_compact_alt": eb74,
|
|
2166
|
+
"view_cozy": eb75,
|
|
2167
|
+
"view_day": e8ed,
|
|
2168
|
+
"view_headline": e8ee,
|
|
2169
|
+
"view_in_ar": e9fe,
|
|
2170
|
+
"view_kanban": eb7f,
|
|
2171
|
+
"view_list": e8ef,
|
|
2172
|
+
"view_module": e8f0,
|
|
2173
|
+
"view_quilt": e8f1,
|
|
2174
|
+
"view_sidebar": f114,
|
|
2175
|
+
"view_stream": e8f2,
|
|
2176
|
+
"view_timeline": eb85,
|
|
2177
|
+
"view_week": e8f3,
|
|
2178
|
+
"vignette": e435,
|
|
2179
|
+
"villa": e586,
|
|
2180
|
+
"visibility": e8f4,
|
|
2181
|
+
"visibility_off": e8f5,
|
|
2182
|
+
"voice_chat": e62e,
|
|
2183
|
+
"voice_over_off": e94a,
|
|
2184
|
+
"voicemail": e0d9,
|
|
2185
|
+
"volcano": ebda,
|
|
2186
|
+
"volume_down": e04d,
|
|
2187
|
+
"volume_down_alt": e79c,
|
|
2188
|
+
"volume_mute": e04e,
|
|
2189
|
+
"volume_off": e04f,
|
|
2190
|
+
"volume_up": e050,
|
|
2191
|
+
"volunteer_activism": ea70,
|
|
2192
|
+
"vpn_key": e0da,
|
|
2193
|
+
"vpn_key_off": eb7a,
|
|
2194
|
+
"vpn_lock": e62f,
|
|
2195
|
+
"vrpano": f082,
|
|
2196
|
+
"wallet": f8ff,
|
|
2197
|
+
"wallet_giftcard": e8f6,
|
|
2198
|
+
"wallet_membership": e8f7,
|
|
2199
|
+
"wallet_travel": e8f8,
|
|
2200
|
+
"wallpaper": e1bc,
|
|
2201
|
+
"warehouse": ebb8,
|
|
2202
|
+
"warning": e002,
|
|
2203
|
+
"warning_amber": f083,
|
|
2204
|
+
"wash": f1b1,
|
|
2205
|
+
"watch": e334,
|
|
2206
|
+
"watch_later": e924,
|
|
2207
|
+
"watch_off": eae3,
|
|
2208
|
+
"water": f084,
|
|
2209
|
+
"water_damage": f203,
|
|
2210
|
+
"water_drop": e798,
|
|
2211
|
+
"waterfall_chart": ea00,
|
|
2212
|
+
"waves": e176,
|
|
2213
|
+
"waving_hand": e766,
|
|
2214
|
+
"wb_auto": e42c,
|
|
2215
|
+
"wb_cloudy": e42d,
|
|
2216
|
+
"wb_incandescent": e42e,
|
|
2217
|
+
"wb_iridescent": e436,
|
|
2218
|
+
"wb_shade": ea01,
|
|
2219
|
+
"wb_sunny": e430,
|
|
2220
|
+
"wb_twighlight": ea02,
|
|
2221
|
+
"wb_twilight": e1c6,
|
|
2222
|
+
"wc": e63d,
|
|
2223
|
+
"web": e051,
|
|
2224
|
+
"web_asset": e069,
|
|
2225
|
+
"web_asset_off": e4f7,
|
|
2226
|
+
"web_stories": e595,
|
|
2227
|
+
"webhook": eb92,
|
|
2228
|
+
"wechat": ea81,
|
|
2229
|
+
"weekend": e16b,
|
|
2230
|
+
"west": f1e6,
|
|
2231
|
+
"whatshot": e80e,
|
|
2232
|
+
"wheelchair_pickup": f1ab,
|
|
2233
|
+
"where_to_vote": e177,
|
|
2234
|
+
"widgets": e1bd,
|
|
2235
|
+
"width_full": f8f5,
|
|
2236
|
+
"width_normal": f8f6,
|
|
2237
|
+
"width_wide": f8f7,
|
|
2238
|
+
"wifi": e63e,
|
|
2239
|
+
"wifi_1_bar": e4ca,
|
|
2240
|
+
"wifi_2_bar": e4d9,
|
|
2241
|
+
"wifi_calling": ef77,
|
|
2242
|
+
"wifi_calling_1": f0e7,
|
|
2243
|
+
"wifi_calling_2": f0f6,
|
|
2244
|
+
"wifi_calling_3": f085,
|
|
2245
|
+
"wifi_channel": eb6a,
|
|
2246
|
+
"wifi_find": eb31,
|
|
2247
|
+
"wifi_lock": e1e1,
|
|
2248
|
+
"wifi_off": e648,
|
|
2249
|
+
"wifi_password": eb6b,
|
|
2250
|
+
"wifi_protected_setup": f0fc,
|
|
2251
|
+
"wifi_tethering": e1e2,
|
|
2252
|
+
"wifi_tethering_error": ead9,
|
|
2253
|
+
"wifi_tethering_error_rounded": f086,
|
|
2254
|
+
"wifi_tethering_off": f087,
|
|
2255
|
+
"wind_power": ec0c,
|
|
2256
|
+
"window": f088,
|
|
2257
|
+
"wine_bar": f1e8,
|
|
2258
|
+
"woman": e13e,
|
|
2259
|
+
"woman_2": f8e7,
|
|
2260
|
+
"woo_commerce": ea6d,
|
|
2261
|
+
"wordpress": ea9f,
|
|
2262
|
+
"work": e8f9,
|
|
2263
|
+
"work_history": ec09,
|
|
2264
|
+
"work_off": e942,
|
|
2265
|
+
"work_outline": e943,
|
|
2266
|
+
"workspace_premium": e7af,
|
|
2267
|
+
"workspaces": e1a0,
|
|
2268
|
+
"workspaces_filled": ea0d,
|
|
2269
|
+
"workspaces_outline": ea0f,
|
|
2270
|
+
"wrap_text": e25b,
|
|
2271
|
+
"wrong_location": ef78,
|
|
2272
|
+
"wysiwyg": f1c3,
|
|
2273
|
+
"yard": f089,
|
|
2274
|
+
"youtube_searched_for": e8fa,
|
|
2275
|
+
"zoom_in": e8ff,
|
|
2276
|
+
"zoom_in_map": eb2d,
|
|
2277
|
+
"zoom_out": e900,
|
|
2278
|
+
"zoom_out_map": e56b
|
|
2279
|
+
), $material-icons-codepoints);
|