@public-ui/themes 3.0.0-rc.8 → 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 +483 -73
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +483 -73
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,2124 @@
|
|
|
1
|
+
{
|
|
2
|
+
"123": 1,
|
|
3
|
+
"360": 14,
|
|
4
|
+
"10k": 10,
|
|
5
|
+
"10mp": 10,
|
|
6
|
+
"11mp": 10,
|
|
7
|
+
"12mp": 10,
|
|
8
|
+
"13mp": 10,
|
|
9
|
+
"14mp": 10,
|
|
10
|
+
"15mp": 10,
|
|
11
|
+
"16mp": 10,
|
|
12
|
+
"17mp": 10,
|
|
13
|
+
"18_up_rating": 1,
|
|
14
|
+
"18mp": 10,
|
|
15
|
+
"19mp": 10,
|
|
16
|
+
"1k": 10,
|
|
17
|
+
"1k_plus": 10,
|
|
18
|
+
"1x_mobiledata": 9,
|
|
19
|
+
"20mp": 10,
|
|
20
|
+
"21mp": 10,
|
|
21
|
+
"22mp": 10,
|
|
22
|
+
"23mp": 10,
|
|
23
|
+
"24mp": 10,
|
|
24
|
+
"2k": 10,
|
|
25
|
+
"2k_plus": 10,
|
|
26
|
+
"2mp": 10,
|
|
27
|
+
"30fps": 10,
|
|
28
|
+
"30fps_select": 10,
|
|
29
|
+
"3d_rotation": 17,
|
|
30
|
+
"3g_mobiledata": 9,
|
|
31
|
+
"3k": 10,
|
|
32
|
+
"3k_plus": 10,
|
|
33
|
+
"3mp": 10,
|
|
34
|
+
"3p": 11,
|
|
35
|
+
"4g_mobiledata": 9,
|
|
36
|
+
"4g_plus_mobiledata": 9,
|
|
37
|
+
"4k": 11,
|
|
38
|
+
"4k_plus": 10,
|
|
39
|
+
"4mp": 10,
|
|
40
|
+
"5g": 13,
|
|
41
|
+
"5k": 10,
|
|
42
|
+
"5k_plus": 10,
|
|
43
|
+
"5mp": 10,
|
|
44
|
+
"60fps": 10,
|
|
45
|
+
"60fps_select": 10,
|
|
46
|
+
"6_ft_apart": 9,
|
|
47
|
+
"6k": 10,
|
|
48
|
+
"6k_plus": 10,
|
|
49
|
+
"6mp": 10,
|
|
50
|
+
"7k": 10,
|
|
51
|
+
"7k_plus": 10,
|
|
52
|
+
"7mp": 10,
|
|
53
|
+
"8k": 11,
|
|
54
|
+
"8k_plus": 11,
|
|
55
|
+
"8mp": 10,
|
|
56
|
+
"9k": 10,
|
|
57
|
+
"9k_plus": 10,
|
|
58
|
+
"9mp": 10,
|
|
59
|
+
"abc": 1,
|
|
60
|
+
"ac_unit": 12,
|
|
61
|
+
"access_alarm": 12,
|
|
62
|
+
"access_alarms": 12,
|
|
63
|
+
"access_time": 12,
|
|
64
|
+
"access_time_filled": 10,
|
|
65
|
+
"accessibility": 13,
|
|
66
|
+
"accessibility_new": 13,
|
|
67
|
+
"accessible": 13,
|
|
68
|
+
"accessible_forward": 13,
|
|
69
|
+
"account_balance": 19,
|
|
70
|
+
"account_balance_wallet": 12,
|
|
71
|
+
"account_box": 14,
|
|
72
|
+
"account_circle": 20,
|
|
73
|
+
"account_tree": 12,
|
|
74
|
+
"ad_units": 13,
|
|
75
|
+
"adb": 12,
|
|
76
|
+
"add": 21,
|
|
77
|
+
"add_a_photo": 14,
|
|
78
|
+
"add_alarm": 13,
|
|
79
|
+
"add_alert": 16,
|
|
80
|
+
"add_box": 13,
|
|
81
|
+
"add_business": 17,
|
|
82
|
+
"add_card": 1,
|
|
83
|
+
"add_chart": 10,
|
|
84
|
+
"add_circle": 13,
|
|
85
|
+
"add_circle_outline": 16,
|
|
86
|
+
"add_comment": 11,
|
|
87
|
+
"add_home": 1,
|
|
88
|
+
"add_home_work": 1,
|
|
89
|
+
"add_ic_call": 12,
|
|
90
|
+
"add_link": 11,
|
|
91
|
+
"add_location": 16,
|
|
92
|
+
"add_location_alt": 13,
|
|
93
|
+
"add_moderator": 12,
|
|
94
|
+
"add_photo_alternate": 12,
|
|
95
|
+
"add_reaction": 9,
|
|
96
|
+
"add_road": 12,
|
|
97
|
+
"add_shopping_cart": 15,
|
|
98
|
+
"add_task": 6,
|
|
99
|
+
"add_to_drive": 18,
|
|
100
|
+
"add_to_home_screen": 12,
|
|
101
|
+
"add_to_photos": 12,
|
|
102
|
+
"add_to_queue": 11,
|
|
103
|
+
"addchart": 13,
|
|
104
|
+
"adf_scanner": 2,
|
|
105
|
+
"adjust": 12,
|
|
106
|
+
"admin_panel_settings": 13,
|
|
107
|
+
"ads_click": 3,
|
|
108
|
+
"agriculture": 11,
|
|
109
|
+
"air": 10,
|
|
110
|
+
"airline_seat_flat": 12,
|
|
111
|
+
"airline_seat_flat_angled": 12,
|
|
112
|
+
"airline_seat_individual_suite": 11,
|
|
113
|
+
"airline_seat_legroom_extra": 12,
|
|
114
|
+
"airline_seat_legroom_normal": 12,
|
|
115
|
+
"airline_seat_legroom_reduced": 12,
|
|
116
|
+
"airline_seat_recline_extra": 12,
|
|
117
|
+
"airline_seat_recline_normal": 12,
|
|
118
|
+
"airline_stops": 2,
|
|
119
|
+
"airlines": 2,
|
|
120
|
+
"airplane_ticket": 11,
|
|
121
|
+
"airplanemode_active": 16,
|
|
122
|
+
"airplanemode_inactive": 17,
|
|
123
|
+
"airplay": 13,
|
|
124
|
+
"airport_shuttle": 12,
|
|
125
|
+
"alarm": 12,
|
|
126
|
+
"alarm_add": 12,
|
|
127
|
+
"alarm_off": 12,
|
|
128
|
+
"alarm_on": 12,
|
|
129
|
+
"album": 12,
|
|
130
|
+
"align_horizontal_center": 6,
|
|
131
|
+
"align_horizontal_left": 7,
|
|
132
|
+
"align_horizontal_right": 7,
|
|
133
|
+
"align_vertical_bottom": 6,
|
|
134
|
+
"align_vertical_center": 6,
|
|
135
|
+
"align_vertical_top": 6,
|
|
136
|
+
"all_inbox": 11,
|
|
137
|
+
"all_inclusive": 11,
|
|
138
|
+
"all_out": 12,
|
|
139
|
+
"alt_route": 9,
|
|
140
|
+
"alternate_email": 13,
|
|
141
|
+
"analytics": 12,
|
|
142
|
+
"anchor": 7,
|
|
143
|
+
"android": 15,
|
|
144
|
+
"animation": 14,
|
|
145
|
+
"announcement": 18,
|
|
146
|
+
"aod": 10,
|
|
147
|
+
"apartment": 11,
|
|
148
|
+
"api": 7,
|
|
149
|
+
"app_blocking": 13,
|
|
150
|
+
"app_registration": 11,
|
|
151
|
+
"app_settings_alt": 17,
|
|
152
|
+
"app_shortcut": 1,
|
|
153
|
+
"approval": 11,
|
|
154
|
+
"apps": 12,
|
|
155
|
+
"apps_outage": 2,
|
|
156
|
+
"architecture": 11,
|
|
157
|
+
"archive": 16,
|
|
158
|
+
"area_chart": 3,
|
|
159
|
+
"arrow_back": 17,
|
|
160
|
+
"arrow_back_ios": 14,
|
|
161
|
+
"arrow_back_ios_new": 6,
|
|
162
|
+
"arrow_circle_down": 8,
|
|
163
|
+
"arrow_circle_left": 2,
|
|
164
|
+
"arrow_circle_right": 2,
|
|
165
|
+
"arrow_circle_up": 8,
|
|
166
|
+
"arrow_downward": 17,
|
|
167
|
+
"arrow_drop_down": 16,
|
|
168
|
+
"arrow_drop_down_circle": 12,
|
|
169
|
+
"arrow_drop_up": 12,
|
|
170
|
+
"arrow_forward": 13,
|
|
171
|
+
"arrow_forward_ios": 16,
|
|
172
|
+
"arrow_left": 12,
|
|
173
|
+
"arrow_outward": 1,
|
|
174
|
+
"arrow_right": 12,
|
|
175
|
+
"arrow_right_alt": 13,
|
|
176
|
+
"arrow_upward": 11,
|
|
177
|
+
"art_track": 13,
|
|
178
|
+
"article": 13,
|
|
179
|
+
"aspect_ratio": 12,
|
|
180
|
+
"assessment": 12,
|
|
181
|
+
"assignment": 15,
|
|
182
|
+
"assignment_ind": 12,
|
|
183
|
+
"assignment_late": 15,
|
|
184
|
+
"assignment_return": 14,
|
|
185
|
+
"assignment_returned": 12,
|
|
186
|
+
"assignment_turned_in": 16,
|
|
187
|
+
"assist_walker": 1,
|
|
188
|
+
"assistant": 12,
|
|
189
|
+
"assistant_direction": 11,
|
|
190
|
+
"assistant_photo": 12,
|
|
191
|
+
"assured_workload": 1,
|
|
192
|
+
"atm": 12,
|
|
193
|
+
"attach_email": 16,
|
|
194
|
+
"attach_file": 16,
|
|
195
|
+
"attach_money": 17,
|
|
196
|
+
"attachment": 15,
|
|
197
|
+
"attractions": 10,
|
|
198
|
+
"attribution": 11,
|
|
199
|
+
"audio_file": 1,
|
|
200
|
+
"audiotrack": 12,
|
|
201
|
+
"auto_awesome": 14,
|
|
202
|
+
"auto_awesome_mosaic": 14,
|
|
203
|
+
"auto_awesome_motion": 14,
|
|
204
|
+
"auto_delete": 11,
|
|
205
|
+
"auto_fix_high": 14,
|
|
206
|
+
"auto_fix_normal": 14,
|
|
207
|
+
"auto_fix_off": 13,
|
|
208
|
+
"auto_graph": 4,
|
|
209
|
+
"auto_mode": 1,
|
|
210
|
+
"auto_stories": 13,
|
|
211
|
+
"autofps_select": 10,
|
|
212
|
+
"autorenew": 12,
|
|
213
|
+
"av_timer": 12,
|
|
214
|
+
"baby_changing_station": 8,
|
|
215
|
+
"back_hand": 3,
|
|
216
|
+
"backpack": 8,
|
|
217
|
+
"backspace": 13,
|
|
218
|
+
"backup": 15,
|
|
219
|
+
"backup_table": 11,
|
|
220
|
+
"badge": 11,
|
|
221
|
+
"bakery_dining": 11,
|
|
222
|
+
"balance": 1,
|
|
223
|
+
"balcony": 4,
|
|
224
|
+
"ballot": 14,
|
|
225
|
+
"bar_chart": 13,
|
|
226
|
+
"batch_prediction": 12,
|
|
227
|
+
"bathroom": 10,
|
|
228
|
+
"bathtub": 11,
|
|
229
|
+
"battery_0_bar": 1,
|
|
230
|
+
"battery_1_bar": 1,
|
|
231
|
+
"battery_2_bar": 1,
|
|
232
|
+
"battery_3_bar": 1,
|
|
233
|
+
"battery_4_bar": 1,
|
|
234
|
+
"battery_5_bar": 1,
|
|
235
|
+
"battery_6_bar": 1,
|
|
236
|
+
"battery_alert": 12,
|
|
237
|
+
"battery_charging_full": 12,
|
|
238
|
+
"battery_full": 12,
|
|
239
|
+
"battery_saver": 9,
|
|
240
|
+
"battery_std": 12,
|
|
241
|
+
"battery_unknown": 13,
|
|
242
|
+
"beach_access": 12,
|
|
243
|
+
"bed": 10,
|
|
244
|
+
"bedroom_baby": 9,
|
|
245
|
+
"bedroom_child": 9,
|
|
246
|
+
"bedroom_parent": 9,
|
|
247
|
+
"bedtime": 15,
|
|
248
|
+
"bedtime_off": 2,
|
|
249
|
+
"beenhere": 12,
|
|
250
|
+
"bento": 6,
|
|
251
|
+
"bike_scooter": 11,
|
|
252
|
+
"biotech": 11,
|
|
253
|
+
"blender": 9,
|
|
254
|
+
"blind": 1,
|
|
255
|
+
"blinds": 3,
|
|
256
|
+
"blinds_closed": 1,
|
|
257
|
+
"block": 17,
|
|
258
|
+
"bloodtype": 10,
|
|
259
|
+
"bluetooth": 11,
|
|
260
|
+
"bluetooth_audio": 12,
|
|
261
|
+
"bluetooth_connected": 12,
|
|
262
|
+
"bluetooth_disabled": 17,
|
|
263
|
+
"bluetooth_drive": 9,
|
|
264
|
+
"bluetooth_searching": 13,
|
|
265
|
+
"blur_circular": 12,
|
|
266
|
+
"blur_linear": 12,
|
|
267
|
+
"blur_off": 12,
|
|
268
|
+
"blur_on": 12,
|
|
269
|
+
"bolt": 10,
|
|
270
|
+
"book": 16,
|
|
271
|
+
"book_online": 10,
|
|
272
|
+
"bookmark": 17,
|
|
273
|
+
"bookmark_add": 3,
|
|
274
|
+
"bookmark_added": 3,
|
|
275
|
+
"bookmark_border": 12,
|
|
276
|
+
"bookmark_remove": 3,
|
|
277
|
+
"bookmarks": 12,
|
|
278
|
+
"border_all": 12,
|
|
279
|
+
"border_bottom": 12,
|
|
280
|
+
"border_clear": 12,
|
|
281
|
+
"border_color": 15,
|
|
282
|
+
"border_horizontal": 12,
|
|
283
|
+
"border_inner": 12,
|
|
284
|
+
"border_left": 12,
|
|
285
|
+
"border_outer": 12,
|
|
286
|
+
"border_right": 12,
|
|
287
|
+
"border_style": 12,
|
|
288
|
+
"border_top": 12,
|
|
289
|
+
"border_vertical": 12,
|
|
290
|
+
"boy": 1,
|
|
291
|
+
"branding_watermark": 13,
|
|
292
|
+
"breakfast_dining": 11,
|
|
293
|
+
"brightness_1": 19,
|
|
294
|
+
"brightness_2": 12,
|
|
295
|
+
"brightness_3": 16,
|
|
296
|
+
"brightness_4": 16,
|
|
297
|
+
"brightness_5": 12,
|
|
298
|
+
"brightness_6": 12,
|
|
299
|
+
"brightness_7": 13,
|
|
300
|
+
"brightness_auto": 12,
|
|
301
|
+
"brightness_high": 13,
|
|
302
|
+
"brightness_low": 12,
|
|
303
|
+
"brightness_medium": 12,
|
|
304
|
+
"broadcast_on_home": 1,
|
|
305
|
+
"broadcast_on_personal": 1,
|
|
306
|
+
"broken_image": 11,
|
|
307
|
+
"browse_gallery": 1,
|
|
308
|
+
"browser_not_supported": 12,
|
|
309
|
+
"browser_updated": 2,
|
|
310
|
+
"brunch_dining": 11,
|
|
311
|
+
"brush": 13,
|
|
312
|
+
"bubble_chart": 12,
|
|
313
|
+
"bug_report": 12,
|
|
314
|
+
"build": 12,
|
|
315
|
+
"build_circle": 14,
|
|
316
|
+
"bungalow": 4,
|
|
317
|
+
"burst_mode": 12,
|
|
318
|
+
"bus_alert": 15,
|
|
319
|
+
"business": 12,
|
|
320
|
+
"business_center": 15,
|
|
321
|
+
"cabin": 4,
|
|
322
|
+
"cable": 10,
|
|
323
|
+
"cached": 13,
|
|
324
|
+
"cake": 13,
|
|
325
|
+
"calculate": 11,
|
|
326
|
+
"calendar_month": 1,
|
|
327
|
+
"calendar_today": 12,
|
|
328
|
+
"calendar_view_day": 15,
|
|
329
|
+
"calendar_view_month": 10,
|
|
330
|
+
"calendar_view_week": 10,
|
|
331
|
+
"call": 17,
|
|
332
|
+
"call_end": 16,
|
|
333
|
+
"call_made": 13,
|
|
334
|
+
"call_merge": 13,
|
|
335
|
+
"call_missed": 13,
|
|
336
|
+
"call_missed_outgoing": 15,
|
|
337
|
+
"call_received": 13,
|
|
338
|
+
"call_split": 13,
|
|
339
|
+
"call_to_action": 11,
|
|
340
|
+
"camera": 12,
|
|
341
|
+
"camera_alt": 12,
|
|
342
|
+
"camera_enhance": 12,
|
|
343
|
+
"camera_front": 12,
|
|
344
|
+
"camera_indoor": 9,
|
|
345
|
+
"camera_outdoor": 9,
|
|
346
|
+
"camera_rear": 13,
|
|
347
|
+
"camera_roll": 12,
|
|
348
|
+
"cameraswitch": 10,
|
|
349
|
+
"campaign": 12,
|
|
350
|
+
"cancel": 16,
|
|
351
|
+
"cancel_presentation": 14,
|
|
352
|
+
"cancel_schedule_send": 12,
|
|
353
|
+
"candlestick_chart": 2,
|
|
354
|
+
"car_crash": 1,
|
|
355
|
+
"car_rental": 10,
|
|
356
|
+
"car_repair": 10,
|
|
357
|
+
"card_giftcard": 14,
|
|
358
|
+
"card_membership": 14,
|
|
359
|
+
"card_travel": 13,
|
|
360
|
+
"carpenter": 6,
|
|
361
|
+
"cases": 11,
|
|
362
|
+
"casino": 13,
|
|
363
|
+
"cast": 18,
|
|
364
|
+
"cast_connected": 13,
|
|
365
|
+
"cast_for_education": 14,
|
|
366
|
+
"castle": 2,
|
|
367
|
+
"catching_pokemon": 4,
|
|
368
|
+
"category": 12,
|
|
369
|
+
"celebration": 11,
|
|
370
|
+
"cell_tower": 1,
|
|
371
|
+
"cell_wifi": 14,
|
|
372
|
+
"center_focus_strong": 12,
|
|
373
|
+
"center_focus_weak": 12,
|
|
374
|
+
"chair": 10,
|
|
375
|
+
"chair_alt": 9,
|
|
376
|
+
"chalet": 4,
|
|
377
|
+
"change_circle": 8,
|
|
378
|
+
"change_history": 11,
|
|
379
|
+
"charging_station": 8,
|
|
380
|
+
"chat": 19,
|
|
381
|
+
"chat_bubble": 15,
|
|
382
|
+
"chat_bubble_outline": 18,
|
|
383
|
+
"check": 18,
|
|
384
|
+
"check_box": 16,
|
|
385
|
+
"check_box_outline_blank": 16,
|
|
386
|
+
"check_circle": 19,
|
|
387
|
+
"check_circle_outline": 12,
|
|
388
|
+
"checklist": 3,
|
|
389
|
+
"checklist_rtl": 3,
|
|
390
|
+
"checkroom": 8,
|
|
391
|
+
"chevron_left": 16,
|
|
392
|
+
"chevron_right": 16,
|
|
393
|
+
"child_care": 12,
|
|
394
|
+
"child_friendly": 12,
|
|
395
|
+
"chrome_reader_mode": 12,
|
|
396
|
+
"church": 2,
|
|
397
|
+
"circle": 11,
|
|
398
|
+
"circle_notifications": 11,
|
|
399
|
+
"class": 11,
|
|
400
|
+
"clean_hands": 7,
|
|
401
|
+
"cleaning_services": 12,
|
|
402
|
+
"clear": 12,
|
|
403
|
+
"clear_all": 12,
|
|
404
|
+
"close": 19,
|
|
405
|
+
"close_fullscreen": 7,
|
|
406
|
+
"closed_caption": 12,
|
|
407
|
+
"closed_caption_disabled": 8,
|
|
408
|
+
"closed_caption_off": 11,
|
|
409
|
+
"cloud": 12,
|
|
410
|
+
"cloud_circle": 12,
|
|
411
|
+
"cloud_done": 12,
|
|
412
|
+
"cloud_download": 12,
|
|
413
|
+
"cloud_off": 16,
|
|
414
|
+
"cloud_queue": 12,
|
|
415
|
+
"cloud_sync": 1,
|
|
416
|
+
"cloud_upload": 12,
|
|
417
|
+
"co2": 3,
|
|
418
|
+
"co_present": 1,
|
|
419
|
+
"code": 11,
|
|
420
|
+
"code_off": 4,
|
|
421
|
+
"coffee": 9,
|
|
422
|
+
"coffee_maker": 9,
|
|
423
|
+
"collections": 12,
|
|
424
|
+
"collections_bookmark": 12,
|
|
425
|
+
"color_lens": 16,
|
|
426
|
+
"colorize": 12,
|
|
427
|
+
"comment": 19,
|
|
428
|
+
"comment_bank": 15,
|
|
429
|
+
"comments_disabled": 3,
|
|
430
|
+
"commit": 1,
|
|
431
|
+
"commute": 12,
|
|
432
|
+
"compare": 12,
|
|
433
|
+
"compare_arrows": 14,
|
|
434
|
+
"compass_calibration": 12,
|
|
435
|
+
"compost": 3,
|
|
436
|
+
"compress": 10,
|
|
437
|
+
"computer": 12,
|
|
438
|
+
"confirmation_number": 15,
|
|
439
|
+
"connect_without_contact": 7,
|
|
440
|
+
"connected_tv": 11,
|
|
441
|
+
"connecting_airports": 2,
|
|
442
|
+
"construction": 11,
|
|
443
|
+
"contact_emergency": 1,
|
|
444
|
+
"contact_mail": 13,
|
|
445
|
+
"contact_page": 6,
|
|
446
|
+
"contact_phone": 13,
|
|
447
|
+
"contact_support": 13,
|
|
448
|
+
"contactless": 11,
|
|
449
|
+
"contacts": 11,
|
|
450
|
+
"content_copy": 17,
|
|
451
|
+
"content_cut": 17,
|
|
452
|
+
"content_paste": 14,
|
|
453
|
+
"content_paste_go": 2,
|
|
454
|
+
"content_paste_off": 4,
|
|
455
|
+
"content_paste_search": 2,
|
|
456
|
+
"contrast": 1,
|
|
457
|
+
"control_camera": 12,
|
|
458
|
+
"control_point": 13,
|
|
459
|
+
"control_point_duplicate": 12,
|
|
460
|
+
"cookie": 2,
|
|
461
|
+
"copy_all": 8,
|
|
462
|
+
"copyright": 17,
|
|
463
|
+
"coronavirus": 7,
|
|
464
|
+
"corporate_fare": 7,
|
|
465
|
+
"cottage": 4,
|
|
466
|
+
"countertops": 6,
|
|
467
|
+
"create": 16,
|
|
468
|
+
"create_new_folder": 11,
|
|
469
|
+
"credit_card": 12,
|
|
470
|
+
"credit_card_off": 4,
|
|
471
|
+
"credit_score": 10,
|
|
472
|
+
"crib": 4,
|
|
473
|
+
"crisis_alert": 1,
|
|
474
|
+
"crop": 12,
|
|
475
|
+
"crop_16_9": 13,
|
|
476
|
+
"crop_3_2": 13,
|
|
477
|
+
"crop_5_4": 13,
|
|
478
|
+
"crop_7_5": 13,
|
|
479
|
+
"crop_din": 12,
|
|
480
|
+
"crop_free": 12,
|
|
481
|
+
"crop_landscape": 12,
|
|
482
|
+
"crop_original": 13,
|
|
483
|
+
"crop_portrait": 12,
|
|
484
|
+
"crop_rotate": 12,
|
|
485
|
+
"crop_square": 12,
|
|
486
|
+
"cruelty_free": 3,
|
|
487
|
+
"css": 1,
|
|
488
|
+
"currency_bitcoin": 1,
|
|
489
|
+
"currency_exchange": 1,
|
|
490
|
+
"currency_franc": 1,
|
|
491
|
+
"currency_lira": 1,
|
|
492
|
+
"currency_pound": 1,
|
|
493
|
+
"currency_ruble": 1,
|
|
494
|
+
"currency_rupee": 1,
|
|
495
|
+
"currency_yen": 1,
|
|
496
|
+
"currency_yuan": 1,
|
|
497
|
+
"curtains": 1,
|
|
498
|
+
"curtains_closed": 1,
|
|
499
|
+
"cyclone": 1,
|
|
500
|
+
"dangerous": 12,
|
|
501
|
+
"dark_mode": 4,
|
|
502
|
+
"dashboard": 13,
|
|
503
|
+
"dashboard_customize": 11,
|
|
504
|
+
"data_array": 2,
|
|
505
|
+
"data_exploration": 3,
|
|
506
|
+
"data_object": 2,
|
|
507
|
+
"data_saver_off": 10,
|
|
508
|
+
"data_saver_on": 10,
|
|
509
|
+
"data_thresholding": 1,
|
|
510
|
+
"data_usage": 12,
|
|
511
|
+
"dataset": 1,
|
|
512
|
+
"dataset_linked": 1,
|
|
513
|
+
"date_range": 12,
|
|
514
|
+
"deblur": 1,
|
|
515
|
+
"deck": 11,
|
|
516
|
+
"dehaze": 12,
|
|
517
|
+
"delete": 17,
|
|
518
|
+
"delete_forever": 15,
|
|
519
|
+
"delete_outline": 11,
|
|
520
|
+
"delete_sweep": 12,
|
|
521
|
+
"delivery_dining": 15,
|
|
522
|
+
"density_large": 1,
|
|
523
|
+
"density_medium": 1,
|
|
524
|
+
"density_small": 1,
|
|
525
|
+
"departure_board": 11,
|
|
526
|
+
"description": 12,
|
|
527
|
+
"deselect": 1,
|
|
528
|
+
"design_services": 12,
|
|
529
|
+
"desk": 1,
|
|
530
|
+
"desktop_access_disabled": 11,
|
|
531
|
+
"desktop_mac": 17,
|
|
532
|
+
"desktop_windows": 13,
|
|
533
|
+
"details": 16,
|
|
534
|
+
"developer_board": 13,
|
|
535
|
+
"developer_board_off": 4,
|
|
536
|
+
"developer_mode": 12,
|
|
537
|
+
"device_hub": 12,
|
|
538
|
+
"device_thermostat": 11,
|
|
539
|
+
"device_unknown": 12,
|
|
540
|
+
"devices": 17,
|
|
541
|
+
"devices_fold": 1,
|
|
542
|
+
"devices_other": 12,
|
|
543
|
+
"dialer_sip": 12,
|
|
544
|
+
"dialpad": 12,
|
|
545
|
+
"diamond": 2,
|
|
546
|
+
"difference": 1,
|
|
547
|
+
"dining": 9,
|
|
548
|
+
"dinner_dining": 10,
|
|
549
|
+
"directions": 14,
|
|
550
|
+
"directions_bike": 13,
|
|
551
|
+
"directions_boat": 17,
|
|
552
|
+
"directions_boat_filled": 16,
|
|
553
|
+
"directions_bus": 12,
|
|
554
|
+
"directions_bus_filled": 10,
|
|
555
|
+
"directions_car": 18,
|
|
556
|
+
"directions_car_filled": 10,
|
|
557
|
+
"directions_off": 14,
|
|
558
|
+
"directions_railway": 13,
|
|
559
|
+
"directions_railway_filled": 10,
|
|
560
|
+
"directions_run": 13,
|
|
561
|
+
"directions_subway": 12,
|
|
562
|
+
"directions_subway_filled": 10,
|
|
563
|
+
"directions_transit": 12,
|
|
564
|
+
"directions_transit_filled": 10,
|
|
565
|
+
"directions_walk": 13,
|
|
566
|
+
"dirty_lens": 15,
|
|
567
|
+
"disabled_by_default": 6,
|
|
568
|
+
"disabled_visible": 3,
|
|
569
|
+
"disc_full": 12,
|
|
570
|
+
"discount": 1,
|
|
571
|
+
"display_settings": 1,
|
|
572
|
+
"diversity_1": 1,
|
|
573
|
+
"diversity_2": 1,
|
|
574
|
+
"diversity_3": 1,
|
|
575
|
+
"dns": 12,
|
|
576
|
+
"do_disturb": 10,
|
|
577
|
+
"do_disturb_alt": 11,
|
|
578
|
+
"do_disturb_off": 10,
|
|
579
|
+
"do_disturb_on": 10,
|
|
580
|
+
"do_not_disturb": 11,
|
|
581
|
+
"do_not_disturb_alt": 12,
|
|
582
|
+
"do_not_disturb_off": 11,
|
|
583
|
+
"do_not_disturb_on": 11,
|
|
584
|
+
"do_not_disturb_on_total_silence": 15,
|
|
585
|
+
"do_not_step": 8,
|
|
586
|
+
"do_not_touch": 8,
|
|
587
|
+
"dock": 12,
|
|
588
|
+
"document_scanner": 3,
|
|
589
|
+
"domain": 16,
|
|
590
|
+
"domain_add": 1,
|
|
591
|
+
"domain_disabled": 12,
|
|
592
|
+
"domain_verification": 11,
|
|
593
|
+
"done": 19,
|
|
594
|
+
"done_all": 12,
|
|
595
|
+
"done_outline": 12,
|
|
596
|
+
"donut_large": 13,
|
|
597
|
+
"donut_small": 12,
|
|
598
|
+
"door_back": 10,
|
|
599
|
+
"door_front": 10,
|
|
600
|
+
"door_sliding": 10,
|
|
601
|
+
"doorbell": 10,
|
|
602
|
+
"double_arrow": 11,
|
|
603
|
+
"downhill_skiing": 4,
|
|
604
|
+
"download": 10,
|
|
605
|
+
"download_done": 10,
|
|
606
|
+
"download_for_offline": 9,
|
|
607
|
+
"downloading": 9,
|
|
608
|
+
"drafts": 17,
|
|
609
|
+
"drag_handle": 14,
|
|
610
|
+
"drag_indicator": 15,
|
|
611
|
+
"draw": 6,
|
|
612
|
+
"drive_eta": 12,
|
|
613
|
+
"drive_file_move": 19,
|
|
614
|
+
"drive_file_move_rtl": 3,
|
|
615
|
+
"drive_file_rename_outline": 12,
|
|
616
|
+
"drive_folder_upload": 11,
|
|
617
|
+
"dry": 8,
|
|
618
|
+
"dry_cleaning": 10,
|
|
619
|
+
"duo": 12,
|
|
620
|
+
"dvr": 13,
|
|
621
|
+
"dynamic_feed": 15,
|
|
622
|
+
"dynamic_form": 7,
|
|
623
|
+
"e_mobiledata": 9,
|
|
624
|
+
"earbuds": 9,
|
|
625
|
+
"earbuds_battery": 9,
|
|
626
|
+
"east": 7,
|
|
627
|
+
"edgesensor_high": 10,
|
|
628
|
+
"edgesensor_low": 10,
|
|
629
|
+
"edit": 12,
|
|
630
|
+
"edit_attributes": 12,
|
|
631
|
+
"edit_calendar": 5,
|
|
632
|
+
"edit_location": 16,
|
|
633
|
+
"edit_location_alt": 8,
|
|
634
|
+
"edit_note": 5,
|
|
635
|
+
"edit_notifications": 4,
|
|
636
|
+
"edit_off": 12,
|
|
637
|
+
"edit_road": 11,
|
|
638
|
+
"egg": 2,
|
|
639
|
+
"egg_alt": 2,
|
|
640
|
+
"eject": 11,
|
|
641
|
+
"elderly": 7,
|
|
642
|
+
"elderly_woman": 1,
|
|
643
|
+
"electric_bike": 14,
|
|
644
|
+
"electric_bolt": 1,
|
|
645
|
+
"electric_car": 14,
|
|
646
|
+
"electric_meter": 1,
|
|
647
|
+
"electric_moped": 14,
|
|
648
|
+
"electric_rickshaw": 15,
|
|
649
|
+
"electric_scooter": 14,
|
|
650
|
+
"electrical_services": 12,
|
|
651
|
+
"elevator": 8,
|
|
652
|
+
"email": 18,
|
|
653
|
+
"emergency": 5,
|
|
654
|
+
"emergency_recording": 1,
|
|
655
|
+
"emergency_share": 1,
|
|
656
|
+
"emoji_emotions": 11,
|
|
657
|
+
"emoji_events": 13,
|
|
658
|
+
"emoji_food_beverage": 11,
|
|
659
|
+
"emoji_nature": 11,
|
|
660
|
+
"emoji_objects": 11,
|
|
661
|
+
"emoji_people": 11,
|
|
662
|
+
"emoji_symbols": 11,
|
|
663
|
+
"emoji_transportation": 11,
|
|
664
|
+
"energy_savings_leaf": 1,
|
|
665
|
+
"engineering": 11,
|
|
666
|
+
"enhanced_encryption": 19,
|
|
667
|
+
"equalizer": 12,
|
|
668
|
+
"error": 20,
|
|
669
|
+
"error_outline": 16,
|
|
670
|
+
"escalator": 8,
|
|
671
|
+
"escalator_warning": 8,
|
|
672
|
+
"euro": 12,
|
|
673
|
+
"euro_symbol": 13,
|
|
674
|
+
"ev_station": 11,
|
|
675
|
+
"event": 21,
|
|
676
|
+
"event_available": 17,
|
|
677
|
+
"event_busy": 20,
|
|
678
|
+
"event_note": 14,
|
|
679
|
+
"event_repeat": 1,
|
|
680
|
+
"event_seat": 19,
|
|
681
|
+
"exit_to_app": 13,
|
|
682
|
+
"expand": 11,
|
|
683
|
+
"expand_circle_down": 2,
|
|
684
|
+
"expand_less": 12,
|
|
685
|
+
"expand_more": 14,
|
|
686
|
+
"explicit": 12,
|
|
687
|
+
"explore": 12,
|
|
688
|
+
"explore_off": 12,
|
|
689
|
+
"exposure": 12,
|
|
690
|
+
"exposure_neg_1": 13,
|
|
691
|
+
"exposure_neg_2": 13,
|
|
692
|
+
"exposure_plus_1": 12,
|
|
693
|
+
"exposure_plus_2": 12,
|
|
694
|
+
"exposure_zero": 12,
|
|
695
|
+
"extension": 12,
|
|
696
|
+
"extension_off": 4,
|
|
697
|
+
"face": 15,
|
|
698
|
+
"face_2": 1,
|
|
699
|
+
"face_3": 1,
|
|
700
|
+
"face_4": 1,
|
|
701
|
+
"face_5": 1,
|
|
702
|
+
"face_6": 1,
|
|
703
|
+
"face_retouching_natural": 16,
|
|
704
|
+
"face_retouching_off": 15,
|
|
705
|
+
"fact_check": 14,
|
|
706
|
+
"factory": 1,
|
|
707
|
+
"family_restroom": 9,
|
|
708
|
+
"fast_forward": 18,
|
|
709
|
+
"fast_rewind": 12,
|
|
710
|
+
"fastfood": 12,
|
|
711
|
+
"favorite": 17,
|
|
712
|
+
"favorite_border": 12,
|
|
713
|
+
"fax": 2,
|
|
714
|
+
"featured_play_list": 12,
|
|
715
|
+
"featured_video": 12,
|
|
716
|
+
"feed": 10,
|
|
717
|
+
"feedback": 12,
|
|
718
|
+
"female": 3,
|
|
719
|
+
"fence": 6,
|
|
720
|
+
"festival": 10,
|
|
721
|
+
"fiber_dvr": 13,
|
|
722
|
+
"fiber_manual_record": 16,
|
|
723
|
+
"fiber_new": 13,
|
|
724
|
+
"fiber_pin": 12,
|
|
725
|
+
"fiber_smart_record": 12,
|
|
726
|
+
"file_copy": 12,
|
|
727
|
+
"file_download": 11,
|
|
728
|
+
"file_download_done": 11,
|
|
729
|
+
"file_download_off": 4,
|
|
730
|
+
"file_open": 1,
|
|
731
|
+
"file_present": 10,
|
|
732
|
+
"file_upload": 11,
|
|
733
|
+
"filter": 12,
|
|
734
|
+
"filter_1": 12,
|
|
735
|
+
"filter_2": 12,
|
|
736
|
+
"filter_3": 12,
|
|
737
|
+
"filter_4": 12,
|
|
738
|
+
"filter_5": 12,
|
|
739
|
+
"filter_6": 12,
|
|
740
|
+
"filter_7": 12,
|
|
741
|
+
"filter_8": 12,
|
|
742
|
+
"filter_9": 12,
|
|
743
|
+
"filter_9_plus": 13,
|
|
744
|
+
"filter_alt": 11,
|
|
745
|
+
"filter_alt_off": 1,
|
|
746
|
+
"filter_b_and_w": 13,
|
|
747
|
+
"filter_center_focus": 12,
|
|
748
|
+
"filter_drama": 12,
|
|
749
|
+
"filter_frames": 13,
|
|
750
|
+
"filter_hdr": 13,
|
|
751
|
+
"filter_list": 13,
|
|
752
|
+
"filter_list_off": 1,
|
|
753
|
+
"filter_none": 13,
|
|
754
|
+
"filter_tilt_shift": 14,
|
|
755
|
+
"filter_vintage": 13,
|
|
756
|
+
"find_in_page": 12,
|
|
757
|
+
"find_replace": 12,
|
|
758
|
+
"fingerprint": 12,
|
|
759
|
+
"fire_extinguisher": 7,
|
|
760
|
+
"fire_hydrant_alt": 1,
|
|
761
|
+
"fire_truck": 1,
|
|
762
|
+
"fireplace": 11,
|
|
763
|
+
"first_page": 11,
|
|
764
|
+
"fit_screen": 15,
|
|
765
|
+
"fitbit": 2,
|
|
766
|
+
"fitness_center": 12,
|
|
767
|
+
"flag": 18,
|
|
768
|
+
"flag_circle": 1,
|
|
769
|
+
"flaky": 13,
|
|
770
|
+
"flare": 12,
|
|
771
|
+
"flash_auto": 12,
|
|
772
|
+
"flash_off": 12,
|
|
773
|
+
"flash_on": 12,
|
|
774
|
+
"flashlight_off": 10,
|
|
775
|
+
"flashlight_on": 10,
|
|
776
|
+
"flatware": 9,
|
|
777
|
+
"flight": 18,
|
|
778
|
+
"flight_class": 2,
|
|
779
|
+
"flight_land": 13,
|
|
780
|
+
"flight_takeoff": 13,
|
|
781
|
+
"flip": 12,
|
|
782
|
+
"flip_camera_android": 12,
|
|
783
|
+
"flip_camera_ios": 12,
|
|
784
|
+
"flip_to_back": 12,
|
|
785
|
+
"flip_to_front": 12,
|
|
786
|
+
"flood": 1,
|
|
787
|
+
"fluorescent": 1,
|
|
788
|
+
"flutter_dash": 5,
|
|
789
|
+
"fmd_bad": 15,
|
|
790
|
+
"fmd_good": 15,
|
|
791
|
+
"folder": 16,
|
|
792
|
+
"folder_copy": 1,
|
|
793
|
+
"folder_delete": 1,
|
|
794
|
+
"folder_off": 1,
|
|
795
|
+
"folder_open": 13,
|
|
796
|
+
"folder_shared": 16,
|
|
797
|
+
"folder_special": 11,
|
|
798
|
+
"folder_zip": 1,
|
|
799
|
+
"follow_the_signs": 7,
|
|
800
|
+
"font_download": 11,
|
|
801
|
+
"font_download_off": 4,
|
|
802
|
+
"food_bank": 7,
|
|
803
|
+
"forest": 2,
|
|
804
|
+
"fork_left": 1,
|
|
805
|
+
"fork_right": 1,
|
|
806
|
+
"format_align_center": 12,
|
|
807
|
+
"format_align_justify": 12,
|
|
808
|
+
"format_align_left": 13,
|
|
809
|
+
"format_align_right": 13,
|
|
810
|
+
"format_bold": 12,
|
|
811
|
+
"format_clear": 12,
|
|
812
|
+
"format_color_fill": 14,
|
|
813
|
+
"format_color_reset": 11,
|
|
814
|
+
"format_color_text": 17,
|
|
815
|
+
"format_indent_decrease": 13,
|
|
816
|
+
"format_indent_increase": 13,
|
|
817
|
+
"format_italic": 12,
|
|
818
|
+
"format_line_spacing": 12,
|
|
819
|
+
"format_list_bulleted": 13,
|
|
820
|
+
"format_list_numbered": 12,
|
|
821
|
+
"format_list_numbered_rtl": 12,
|
|
822
|
+
"format_overline": 1,
|
|
823
|
+
"format_paint": 12,
|
|
824
|
+
"format_quote": 12,
|
|
825
|
+
"format_shapes": 12,
|
|
826
|
+
"format_size": 12,
|
|
827
|
+
"format_strikethrough": 12,
|
|
828
|
+
"format_textdirection_l_to_r": 13,
|
|
829
|
+
"format_textdirection_r_to_l": 13,
|
|
830
|
+
"format_underlined": 13,
|
|
831
|
+
"fort": 2,
|
|
832
|
+
"forum": 19,
|
|
833
|
+
"forward": 17,
|
|
834
|
+
"forward_10": 13,
|
|
835
|
+
"forward_30": 13,
|
|
836
|
+
"forward_5": 13,
|
|
837
|
+
"forward_to_inbox": 9,
|
|
838
|
+
"foundation": 6,
|
|
839
|
+
"free_breakfast": 11,
|
|
840
|
+
"free_cancellation": 5,
|
|
841
|
+
"front_hand": 3,
|
|
842
|
+
"fullscreen": 12,
|
|
843
|
+
"fullscreen_exit": 12,
|
|
844
|
+
"functions": 12,
|
|
845
|
+
"g_mobiledata": 9,
|
|
846
|
+
"g_translate": 15,
|
|
847
|
+
"gamepad": 12,
|
|
848
|
+
"games": 12,
|
|
849
|
+
"garage": 10,
|
|
850
|
+
"gas_meter": 1,
|
|
851
|
+
"gavel": 14,
|
|
852
|
+
"generating_tokens": 5,
|
|
853
|
+
"gesture": 12,
|
|
854
|
+
"get_app": 12,
|
|
855
|
+
"gif": 14,
|
|
856
|
+
"gif_box": 3,
|
|
857
|
+
"girl": 1,
|
|
858
|
+
"gite": 4,
|
|
859
|
+
"golf_course": 11,
|
|
860
|
+
"gpp_bad": 10,
|
|
861
|
+
"gpp_good": 9,
|
|
862
|
+
"gpp_maybe": 10,
|
|
863
|
+
"gps_fixed": 12,
|
|
864
|
+
"gps_not_fixed": 12,
|
|
865
|
+
"gps_off": 12,
|
|
866
|
+
"grade": 16,
|
|
867
|
+
"gradient": 12,
|
|
868
|
+
"grading": 12,
|
|
869
|
+
"grain": 12,
|
|
870
|
+
"graphic_eq": 13,
|
|
871
|
+
"grass": 7,
|
|
872
|
+
"grid_3x3": 10,
|
|
873
|
+
"grid_4x4": 10,
|
|
874
|
+
"grid_goldenratio": 10,
|
|
875
|
+
"grid_off": 12,
|
|
876
|
+
"grid_on": 12,
|
|
877
|
+
"grid_view": 12,
|
|
878
|
+
"group": 19,
|
|
879
|
+
"group_add": 18,
|
|
880
|
+
"group_off": 5,
|
|
881
|
+
"group_remove": 3,
|
|
882
|
+
"group_work": 12,
|
|
883
|
+
"groups": 6,
|
|
884
|
+
"groups_2": 1,
|
|
885
|
+
"groups_3": 1,
|
|
886
|
+
"h_mobiledata": 9,
|
|
887
|
+
"h_plus_mobiledata": 9,
|
|
888
|
+
"hail": 11,
|
|
889
|
+
"handshake": 1,
|
|
890
|
+
"handyman": 12,
|
|
891
|
+
"hardware": 10,
|
|
892
|
+
"hd": 12,
|
|
893
|
+
"hdr_auto": 10,
|
|
894
|
+
"hdr_auto_select": 10,
|
|
895
|
+
"hdr_enhanced_select": 11,
|
|
896
|
+
"hdr_off": 11,
|
|
897
|
+
"hdr_off_select": 10,
|
|
898
|
+
"hdr_on": 11,
|
|
899
|
+
"hdr_on_select": 10,
|
|
900
|
+
"hdr_plus": 10,
|
|
901
|
+
"hdr_strong": 12,
|
|
902
|
+
"hdr_weak": 12,
|
|
903
|
+
"headphones": 9,
|
|
904
|
+
"headphones_battery": 9,
|
|
905
|
+
"headset": 12,
|
|
906
|
+
"headset_mic": 12,
|
|
907
|
+
"headset_off": 12,
|
|
908
|
+
"healing": 12,
|
|
909
|
+
"health_and_safety": 7,
|
|
910
|
+
"hearing": 12,
|
|
911
|
+
"hearing_disabled": 14,
|
|
912
|
+
"heart_broken": 2,
|
|
913
|
+
"heat_pump": 1,
|
|
914
|
+
"height": 11,
|
|
915
|
+
"help": 13,
|
|
916
|
+
"help_center": 9,
|
|
917
|
+
"help_outline": 12,
|
|
918
|
+
"hevc": 10,
|
|
919
|
+
"hexagon": 1,
|
|
920
|
+
"hide_image": 10,
|
|
921
|
+
"hide_source": 9,
|
|
922
|
+
"high_quality": 12,
|
|
923
|
+
"highlight": 14,
|
|
924
|
+
"highlight_alt": 12,
|
|
925
|
+
"highlight_off": 17,
|
|
926
|
+
"hiking": 4,
|
|
927
|
+
"history": 12,
|
|
928
|
+
"history_edu": 11,
|
|
929
|
+
"history_toggle_off": 9,
|
|
930
|
+
"hive": 2,
|
|
931
|
+
"hls": 1,
|
|
932
|
+
"hls_off": 1,
|
|
933
|
+
"holiday_village": 4,
|
|
934
|
+
"home": 16,
|
|
935
|
+
"home_max": 10,
|
|
936
|
+
"home_mini": 10,
|
|
937
|
+
"home_repair_service": 12,
|
|
938
|
+
"home_work": 13,
|
|
939
|
+
"horizontal_distribute": 6,
|
|
940
|
+
"horizontal_rule": 13,
|
|
941
|
+
"horizontal_split": 15,
|
|
942
|
+
"hot_tub": 12,
|
|
943
|
+
"hotel": 19,
|
|
944
|
+
"hotel_class": 6,
|
|
945
|
+
"hourglass_bottom": 11,
|
|
946
|
+
"hourglass_disabled": 12,
|
|
947
|
+
"hourglass_empty": 15,
|
|
948
|
+
"hourglass_full": 15,
|
|
949
|
+
"hourglass_top": 11,
|
|
950
|
+
"house": 11,
|
|
951
|
+
"house_siding": 6,
|
|
952
|
+
"houseboat": 4,
|
|
953
|
+
"how_to_reg": 14,
|
|
954
|
+
"how_to_vote": 15,
|
|
955
|
+
"html": 1,
|
|
956
|
+
"http": 11,
|
|
957
|
+
"https": 16,
|
|
958
|
+
"hub": 2,
|
|
959
|
+
"hvac": 12,
|
|
960
|
+
"ice_skating": 4,
|
|
961
|
+
"icecream": 11,
|
|
962
|
+
"image": 16,
|
|
963
|
+
"image_aspect_ratio": 12,
|
|
964
|
+
"image_not_supported": 13,
|
|
965
|
+
"image_search": 12,
|
|
966
|
+
"imagesearch_roller": 11,
|
|
967
|
+
"import_contacts": 14,
|
|
968
|
+
"import_export": 12,
|
|
969
|
+
"important_devices": 11,
|
|
970
|
+
"inbox": 18,
|
|
971
|
+
"incomplete_circle": 3,
|
|
972
|
+
"indeterminate_check_box": 18,
|
|
973
|
+
"info": 20,
|
|
974
|
+
"input": 13,
|
|
975
|
+
"insert_chart": 12,
|
|
976
|
+
"insert_chart_outlined": 12,
|
|
977
|
+
"insert_comment": 13,
|
|
978
|
+
"insert_drive_file": 17,
|
|
979
|
+
"insert_emoticon": 15,
|
|
980
|
+
"insert_invitation": 12,
|
|
981
|
+
"insert_link": 12,
|
|
982
|
+
"insert_page_break": 2,
|
|
983
|
+
"insert_photo": 12,
|
|
984
|
+
"insights": 12,
|
|
985
|
+
"install_desktop": 1,
|
|
986
|
+
"install_mobile": 1,
|
|
987
|
+
"integration_instructions": 11,
|
|
988
|
+
"interests": 2,
|
|
989
|
+
"interpreter_mode": 2,
|
|
990
|
+
"inventory": 13,
|
|
991
|
+
"inventory_2": 9,
|
|
992
|
+
"invert_colors": 13,
|
|
993
|
+
"invert_colors_off": 12,
|
|
994
|
+
"ios_share": 13,
|
|
995
|
+
"iron": 4,
|
|
996
|
+
"iso": 11,
|
|
997
|
+
"javascript": 1,
|
|
998
|
+
"join_full": 1,
|
|
999
|
+
"join_inner": 1,
|
|
1000
|
+
"join_left": 1,
|
|
1001
|
+
"join_right": 1,
|
|
1002
|
+
"kayaking": 4,
|
|
1003
|
+
"kebab_dining": 2,
|
|
1004
|
+
"key": 2,
|
|
1005
|
+
"key_off": 1,
|
|
1006
|
+
"keyboard": 13,
|
|
1007
|
+
"keyboard_alt": 15,
|
|
1008
|
+
"keyboard_arrow_down": 16,
|
|
1009
|
+
"keyboard_arrow_left": 17,
|
|
1010
|
+
"keyboard_arrow_right": 17,
|
|
1011
|
+
"keyboard_arrow_up": 16,
|
|
1012
|
+
"keyboard_backspace": 13,
|
|
1013
|
+
"keyboard_capslock": 13,
|
|
1014
|
+
"keyboard_command_key": 1,
|
|
1015
|
+
"keyboard_control_key": 1,
|
|
1016
|
+
"keyboard_double_arrow_down": 2,
|
|
1017
|
+
"keyboard_double_arrow_left": 2,
|
|
1018
|
+
"keyboard_double_arrow_right": 2,
|
|
1019
|
+
"keyboard_double_arrow_up": 2,
|
|
1020
|
+
"keyboard_hide": 13,
|
|
1021
|
+
"keyboard_option_key": 1,
|
|
1022
|
+
"keyboard_return": 13,
|
|
1023
|
+
"keyboard_tab": 13,
|
|
1024
|
+
"keyboard_voice": 17,
|
|
1025
|
+
"king_bed": 12,
|
|
1026
|
+
"kitchen": 12,
|
|
1027
|
+
"kitesurfing": 4,
|
|
1028
|
+
"label": 17,
|
|
1029
|
+
"label_important": 20,
|
|
1030
|
+
"label_off": 13,
|
|
1031
|
+
"lan": 1,
|
|
1032
|
+
"landscape": 12,
|
|
1033
|
+
"landslide": 1,
|
|
1034
|
+
"language": 12,
|
|
1035
|
+
"laptop": 13,
|
|
1036
|
+
"laptop_chromebook": 12,
|
|
1037
|
+
"laptop_mac": 12,
|
|
1038
|
+
"laptop_windows": 12,
|
|
1039
|
+
"last_page": 13,
|
|
1040
|
+
"launch": 17,
|
|
1041
|
+
"layers": 12,
|
|
1042
|
+
"layers_clear": 12,
|
|
1043
|
+
"leaderboard": 6,
|
|
1044
|
+
"leak_add": 12,
|
|
1045
|
+
"leak_remove": 12,
|
|
1046
|
+
"legend_toggle": 8,
|
|
1047
|
+
"lens": 12,
|
|
1048
|
+
"lens_blur": 10,
|
|
1049
|
+
"library_add": 13,
|
|
1050
|
+
"library_add_check": 17,
|
|
1051
|
+
"library_books": 14,
|
|
1052
|
+
"library_music": 13,
|
|
1053
|
+
"light": 9,
|
|
1054
|
+
"light_mode": 4,
|
|
1055
|
+
"lightbulb": 18,
|
|
1056
|
+
"lightbulb_circle": 1,
|
|
1057
|
+
"line_axis": 2,
|
|
1058
|
+
"line_style": 14,
|
|
1059
|
+
"line_weight": 14,
|
|
1060
|
+
"linear_scale": 17,
|
|
1061
|
+
"link": 21,
|
|
1062
|
+
"link_off": 11,
|
|
1063
|
+
"linked_camera": 15,
|
|
1064
|
+
"liquor": 10,
|
|
1065
|
+
"list": 17,
|
|
1066
|
+
"list_alt": 13,
|
|
1067
|
+
"live_help": 15,
|
|
1068
|
+
"live_tv": 11,
|
|
1069
|
+
"living": 9,
|
|
1070
|
+
"local_activity": 19,
|
|
1071
|
+
"local_airport": 14,
|
|
1072
|
+
"local_atm": 12,
|
|
1073
|
+
"local_bar": 12,
|
|
1074
|
+
"local_cafe": 11,
|
|
1075
|
+
"local_car_wash": 12,
|
|
1076
|
+
"local_convenience_store": 16,
|
|
1077
|
+
"local_dining": 21,
|
|
1078
|
+
"local_drink": 12,
|
|
1079
|
+
"local_fire_department": 15,
|
|
1080
|
+
"local_florist": 12,
|
|
1081
|
+
"local_gas_station": 13,
|
|
1082
|
+
"local_grocery_store": 12,
|
|
1083
|
+
"local_hospital": 12,
|
|
1084
|
+
"local_hotel": 13,
|
|
1085
|
+
"local_laundry_service": 16,
|
|
1086
|
+
"local_library": 12,
|
|
1087
|
+
"local_mall": 12,
|
|
1088
|
+
"local_movies": 12,
|
|
1089
|
+
"local_offer": 20,
|
|
1090
|
+
"local_parking": 12,
|
|
1091
|
+
"local_pharmacy": 12,
|
|
1092
|
+
"local_phone": 17,
|
|
1093
|
+
"local_pizza": 12,
|
|
1094
|
+
"local_play": 12,
|
|
1095
|
+
"local_police": 13,
|
|
1096
|
+
"local_post_office": 12,
|
|
1097
|
+
"local_printshop": 17,
|
|
1098
|
+
"local_see": 16,
|
|
1099
|
+
"local_shipping": 12,
|
|
1100
|
+
"local_taxi": 12,
|
|
1101
|
+
"location_city": 12,
|
|
1102
|
+
"location_disabled": 12,
|
|
1103
|
+
"location_off": 11,
|
|
1104
|
+
"location_on": 15,
|
|
1105
|
+
"location_searching": 12,
|
|
1106
|
+
"lock": 18,
|
|
1107
|
+
"lock_clock": 11,
|
|
1108
|
+
"lock_open": 16,
|
|
1109
|
+
"lock_person": 1,
|
|
1110
|
+
"lock_reset": 1,
|
|
1111
|
+
"login": 12,
|
|
1112
|
+
"logo_dev": 2,
|
|
1113
|
+
"logout": 12,
|
|
1114
|
+
"looks": 13,
|
|
1115
|
+
"looks_3": 12,
|
|
1116
|
+
"looks_4": 12,
|
|
1117
|
+
"looks_5": 12,
|
|
1118
|
+
"looks_6": 13,
|
|
1119
|
+
"looks_one": 12,
|
|
1120
|
+
"looks_two": 12,
|
|
1121
|
+
"loop": 12,
|
|
1122
|
+
"loupe": 12,
|
|
1123
|
+
"low_priority": 18,
|
|
1124
|
+
"loyalty": 12,
|
|
1125
|
+
"lte_mobiledata": 9,
|
|
1126
|
+
"lte_plus_mobiledata": 9,
|
|
1127
|
+
"luggage": 7,
|
|
1128
|
+
"lunch_dining": 11,
|
|
1129
|
+
"lyrics": 3,
|
|
1130
|
+
"macro_off": 1,
|
|
1131
|
+
"mail": 16,
|
|
1132
|
+
"mail_lock": 1,
|
|
1133
|
+
"mail_outline": 12,
|
|
1134
|
+
"male": 3,
|
|
1135
|
+
"man": 2,
|
|
1136
|
+
"man_2": 1,
|
|
1137
|
+
"man_3": 1,
|
|
1138
|
+
"man_4": 1,
|
|
1139
|
+
"manage_accounts": 10,
|
|
1140
|
+
"manage_history": 1,
|
|
1141
|
+
"manage_search": 10,
|
|
1142
|
+
"map": 16,
|
|
1143
|
+
"maps_home_work": 10,
|
|
1144
|
+
"maps_ugc": 13,
|
|
1145
|
+
"margin": 11,
|
|
1146
|
+
"mark_as_unread": 10,
|
|
1147
|
+
"mark_chat_read": 8,
|
|
1148
|
+
"mark_chat_unread": 8,
|
|
1149
|
+
"mark_email_read": 8,
|
|
1150
|
+
"mark_email_unread": 8,
|
|
1151
|
+
"mark_unread_chat_alt": 1,
|
|
1152
|
+
"markunread": 12,
|
|
1153
|
+
"markunread_mailbox": 12,
|
|
1154
|
+
"masks": 7,
|
|
1155
|
+
"maximize": 11,
|
|
1156
|
+
"media_bluetooth_off": 10,
|
|
1157
|
+
"media_bluetooth_on": 10,
|
|
1158
|
+
"mediation": 15,
|
|
1159
|
+
"medical_information": 1,
|
|
1160
|
+
"medical_services": 12,
|
|
1161
|
+
"medication": 10,
|
|
1162
|
+
"medication_liquid": 2,
|
|
1163
|
+
"meeting_room": 17,
|
|
1164
|
+
"memory": 12,
|
|
1165
|
+
"menu": 13,
|
|
1166
|
+
"menu_book": 12,
|
|
1167
|
+
"menu_open": 13,
|
|
1168
|
+
"merge": 1,
|
|
1169
|
+
"merge_type": 13,
|
|
1170
|
+
"message": 13,
|
|
1171
|
+
"mic": 13,
|
|
1172
|
+
"mic_external_off": 11,
|
|
1173
|
+
"mic_external_on": 11,
|
|
1174
|
+
"mic_none": 12,
|
|
1175
|
+
"mic_off": 14,
|
|
1176
|
+
"microwave": 6,
|
|
1177
|
+
"military_tech": 11,
|
|
1178
|
+
"minimize": 11,
|
|
1179
|
+
"minor_crash": 1,
|
|
1180
|
+
"miscellaneous_services": 12,
|
|
1181
|
+
"missed_video_call": 13,
|
|
1182
|
+
"mms": 12,
|
|
1183
|
+
"mobile_friendly": 12,
|
|
1184
|
+
"mobile_off": 12,
|
|
1185
|
+
"mobile_screen_share": 12,
|
|
1186
|
+
"mobiledata_off": 10,
|
|
1187
|
+
"mode": 10,
|
|
1188
|
+
"mode_comment": 12,
|
|
1189
|
+
"mode_edit": 11,
|
|
1190
|
+
"mode_edit_outline": 10,
|
|
1191
|
+
"mode_fan_off": 1,
|
|
1192
|
+
"mode_night": 10,
|
|
1193
|
+
"mode_of_travel": 2,
|
|
1194
|
+
"mode_standby": 9,
|
|
1195
|
+
"model_training": 13,
|
|
1196
|
+
"monetization_on": 12,
|
|
1197
|
+
"money": 11,
|
|
1198
|
+
"money_off": 12,
|
|
1199
|
+
"money_off_csred": 11,
|
|
1200
|
+
"monitor": 11,
|
|
1201
|
+
"monitor_heart": 2,
|
|
1202
|
+
"monitor_weight": 10,
|
|
1203
|
+
"monochrome_photos": 11,
|
|
1204
|
+
"mood": 16,
|
|
1205
|
+
"mood_bad": 12,
|
|
1206
|
+
"moped": 14,
|
|
1207
|
+
"more": 13,
|
|
1208
|
+
"more_horiz": 13,
|
|
1209
|
+
"more_time": 11,
|
|
1210
|
+
"more_vert": 19,
|
|
1211
|
+
"mosque": 2,
|
|
1212
|
+
"motion_photos_auto": 15,
|
|
1213
|
+
"motion_photos_off": 14,
|
|
1214
|
+
"motion_photos_on": 18,
|
|
1215
|
+
"motion_photos_pause": 8,
|
|
1216
|
+
"motion_photos_paused": 17,
|
|
1217
|
+
"mouse": 12,
|
|
1218
|
+
"move_down": 2,
|
|
1219
|
+
"move_to_inbox": 15,
|
|
1220
|
+
"move_up": 2,
|
|
1221
|
+
"movie": 12,
|
|
1222
|
+
"movie_creation": 12,
|
|
1223
|
+
"movie_filter": 13,
|
|
1224
|
+
"moving": 4,
|
|
1225
|
+
"mp": 15,
|
|
1226
|
+
"multiline_chart": 13,
|
|
1227
|
+
"multiple_stop": 7,
|
|
1228
|
+
"museum": 11,
|
|
1229
|
+
"music_note": 12,
|
|
1230
|
+
"music_off": 12,
|
|
1231
|
+
"music_video": 15,
|
|
1232
|
+
"my_location": 12,
|
|
1233
|
+
"nat": 11,
|
|
1234
|
+
"nature": 12,
|
|
1235
|
+
"nature_people": 12,
|
|
1236
|
+
"navigate_before": 13,
|
|
1237
|
+
"navigate_next": 13,
|
|
1238
|
+
"navigation": 12,
|
|
1239
|
+
"near_me": 12,
|
|
1240
|
+
"near_me_disabled": 6,
|
|
1241
|
+
"nearby_error": 10,
|
|
1242
|
+
"nearby_off": 10,
|
|
1243
|
+
"nest_cam_wired_stand": 1,
|
|
1244
|
+
"network_cell": 16,
|
|
1245
|
+
"network_check": 12,
|
|
1246
|
+
"network_locked": 17,
|
|
1247
|
+
"network_ping": 1,
|
|
1248
|
+
"network_wifi": 16,
|
|
1249
|
+
"network_wifi_1_bar": 1,
|
|
1250
|
+
"network_wifi_2_bar": 1,
|
|
1251
|
+
"network_wifi_3_bar": 1,
|
|
1252
|
+
"new_label": 3,
|
|
1253
|
+
"new_releases": 13,
|
|
1254
|
+
"newspaper": 1,
|
|
1255
|
+
"next_plan": 16,
|
|
1256
|
+
"next_week": 14,
|
|
1257
|
+
"nfc": 12,
|
|
1258
|
+
"night_shelter": 6,
|
|
1259
|
+
"nightlife": 10,
|
|
1260
|
+
"nightlight": 10,
|
|
1261
|
+
"nightlight_round": 10,
|
|
1262
|
+
"nights_stay": 12,
|
|
1263
|
+
"no_accounts": 10,
|
|
1264
|
+
"no_adult_content": 1,
|
|
1265
|
+
"no_backpack": 6,
|
|
1266
|
+
"no_cell": 8,
|
|
1267
|
+
"no_crash": 1,
|
|
1268
|
+
"no_drinks": 8,
|
|
1269
|
+
"no_encryption": 17,
|
|
1270
|
+
"no_encryption_gmailerrorred": 10,
|
|
1271
|
+
"no_flash": 8,
|
|
1272
|
+
"no_food": 8,
|
|
1273
|
+
"no_luggage": 7,
|
|
1274
|
+
"no_meals": 7,
|
|
1275
|
+
"no_meeting_room": 11,
|
|
1276
|
+
"no_photography": 8,
|
|
1277
|
+
"no_sim": 12,
|
|
1278
|
+
"no_stroller": 9,
|
|
1279
|
+
"no_transfer": 7,
|
|
1280
|
+
"noise_aware": 2,
|
|
1281
|
+
"noise_control_off": 2,
|
|
1282
|
+
"nordic_walking": 4,
|
|
1283
|
+
"north": 7,
|
|
1284
|
+
"north_east": 7,
|
|
1285
|
+
"north_west": 7,
|
|
1286
|
+
"not_accessible": 13,
|
|
1287
|
+
"not_interested": 12,
|
|
1288
|
+
"not_listed_location": 18,
|
|
1289
|
+
"not_started": 13,
|
|
1290
|
+
"note": 12,
|
|
1291
|
+
"note_add": 13,
|
|
1292
|
+
"note_alt": 10,
|
|
1293
|
+
"notes": 12,
|
|
1294
|
+
"notification_add": 5,
|
|
1295
|
+
"notification_important": 12,
|
|
1296
|
+
"notifications": 18,
|
|
1297
|
+
"notifications_active": 13,
|
|
1298
|
+
"notifications_none": 12,
|
|
1299
|
+
"notifications_off": 12,
|
|
1300
|
+
"notifications_paused": 12,
|
|
1301
|
+
"numbers": 2,
|
|
1302
|
+
"offline_bolt": 18,
|
|
1303
|
+
"offline_pin": 18,
|
|
1304
|
+
"offline_share": 12,
|
|
1305
|
+
"oil_barrel": 1,
|
|
1306
|
+
"on_device_training": 1,
|
|
1307
|
+
"ondemand_video": 11,
|
|
1308
|
+
"online_prediction": 12,
|
|
1309
|
+
"opacity": 15,
|
|
1310
|
+
"open_in_browser": 12,
|
|
1311
|
+
"open_in_full": 7,
|
|
1312
|
+
"open_in_new": 21,
|
|
1313
|
+
"open_in_new_off": 4,
|
|
1314
|
+
"open_with": 12,
|
|
1315
|
+
"other_houses": 4,
|
|
1316
|
+
"outbound": 8,
|
|
1317
|
+
"outbox": 10,
|
|
1318
|
+
"outdoor_grill": 11,
|
|
1319
|
+
"outlet": 7,
|
|
1320
|
+
"outlined_flag": 12,
|
|
1321
|
+
"output": 1,
|
|
1322
|
+
"padding": 11,
|
|
1323
|
+
"pages": 11,
|
|
1324
|
+
"pageview": 12,
|
|
1325
|
+
"paid": 9,
|
|
1326
|
+
"palette": 16,
|
|
1327
|
+
"pan_tool": 14,
|
|
1328
|
+
"pan_tool_alt": 1,
|
|
1329
|
+
"panorama": 17,
|
|
1330
|
+
"panorama_fish_eye": 13,
|
|
1331
|
+
"panorama_horizontal": 12,
|
|
1332
|
+
"panorama_horizontal_select": 11,
|
|
1333
|
+
"panorama_photosphere": 11,
|
|
1334
|
+
"panorama_photosphere_select": 12,
|
|
1335
|
+
"panorama_vertical": 13,
|
|
1336
|
+
"panorama_vertical_select": 12,
|
|
1337
|
+
"panorama_wide_angle": 14,
|
|
1338
|
+
"panorama_wide_angle_select": 12,
|
|
1339
|
+
"paragliding": 4,
|
|
1340
|
+
"park": 10,
|
|
1341
|
+
"party_mode": 12,
|
|
1342
|
+
"password": 10,
|
|
1343
|
+
"pattern": 11,
|
|
1344
|
+
"pause": 16,
|
|
1345
|
+
"pause_circle": 10,
|
|
1346
|
+
"pause_circle_filled": 15,
|
|
1347
|
+
"pause_circle_outline": 19,
|
|
1348
|
+
"pause_presentation": 12,
|
|
1349
|
+
"payment": 12,
|
|
1350
|
+
"payments": 13,
|
|
1351
|
+
"pedal_bike": 14,
|
|
1352
|
+
"pending": 17,
|
|
1353
|
+
"pending_actions": 7,
|
|
1354
|
+
"pentagon": 1,
|
|
1355
|
+
"people": 23,
|
|
1356
|
+
"people_alt": 21,
|
|
1357
|
+
"people_outline": 12,
|
|
1358
|
+
"percent": 1,
|
|
1359
|
+
"perm_camera_mic": 12,
|
|
1360
|
+
"perm_contact_calendar": 13,
|
|
1361
|
+
"perm_data_setting": 12,
|
|
1362
|
+
"perm_device_information": 13,
|
|
1363
|
+
"perm_identity": 12,
|
|
1364
|
+
"perm_media": 15,
|
|
1365
|
+
"perm_phone_msg": 12,
|
|
1366
|
+
"perm_scan_wifi": 12,
|
|
1367
|
+
"person": 17,
|
|
1368
|
+
"person_2": 1,
|
|
1369
|
+
"person_3": 1,
|
|
1370
|
+
"person_4": 1,
|
|
1371
|
+
"person_add": 16,
|
|
1372
|
+
"person_add_alt": 11,
|
|
1373
|
+
"person_add_alt_1": 13,
|
|
1374
|
+
"person_add_disabled": 11,
|
|
1375
|
+
"person_off": 4,
|
|
1376
|
+
"person_outline": 19,
|
|
1377
|
+
"person_pin": 13,
|
|
1378
|
+
"person_pin_circle": 18,
|
|
1379
|
+
"person_remove": 12,
|
|
1380
|
+
"person_remove_alt_1": 13,
|
|
1381
|
+
"person_search": 12,
|
|
1382
|
+
"personal_injury": 3,
|
|
1383
|
+
"personal_video": 13,
|
|
1384
|
+
"pest_control": 12,
|
|
1385
|
+
"pest_control_rodent": 12,
|
|
1386
|
+
"pets": 12,
|
|
1387
|
+
"phishing": 2,
|
|
1388
|
+
"phone": 12,
|
|
1389
|
+
"phone_android": 12,
|
|
1390
|
+
"phone_bluetooth_speaker": 12,
|
|
1391
|
+
"phone_callback": 13,
|
|
1392
|
+
"phone_disabled": 12,
|
|
1393
|
+
"phone_enabled": 13,
|
|
1394
|
+
"phone_forwarded": 13,
|
|
1395
|
+
"phone_iphone": 12,
|
|
1396
|
+
"phone_locked": 19,
|
|
1397
|
+
"phone_missed": 13,
|
|
1398
|
+
"phone_paused": 13,
|
|
1399
|
+
"phonelink": 12,
|
|
1400
|
+
"phonelink_erase": 12,
|
|
1401
|
+
"phonelink_lock": 15,
|
|
1402
|
+
"phonelink_off": 12,
|
|
1403
|
+
"phonelink_ring": 12,
|
|
1404
|
+
"phonelink_setup": 13,
|
|
1405
|
+
"photo": 12,
|
|
1406
|
+
"photo_album": 14,
|
|
1407
|
+
"photo_camera": 18,
|
|
1408
|
+
"photo_camera_back": 11,
|
|
1409
|
+
"photo_camera_front": 11,
|
|
1410
|
+
"photo_filter": 12,
|
|
1411
|
+
"photo_library": 12,
|
|
1412
|
+
"photo_size_select_actual": 12,
|
|
1413
|
+
"photo_size_select_large": 12,
|
|
1414
|
+
"photo_size_select_small": 12,
|
|
1415
|
+
"php": 1,
|
|
1416
|
+
"piano": 4,
|
|
1417
|
+
"piano_off": 4,
|
|
1418
|
+
"picture_as_pdf": 12,
|
|
1419
|
+
"picture_in_picture": 12,
|
|
1420
|
+
"picture_in_picture_alt": 12,
|
|
1421
|
+
"pie_chart": 11,
|
|
1422
|
+
"pie_chart_outline": 10,
|
|
1423
|
+
"pin": 10,
|
|
1424
|
+
"pin_drop": 18,
|
|
1425
|
+
"pin_end": 3,
|
|
1426
|
+
"pin_invoke": 3,
|
|
1427
|
+
"pinch": 1,
|
|
1428
|
+
"pivot_table_chart": 11,
|
|
1429
|
+
"pix": 2,
|
|
1430
|
+
"place": 18,
|
|
1431
|
+
"plagiarism": 11,
|
|
1432
|
+
"play_arrow": 16,
|
|
1433
|
+
"play_circle": 9,
|
|
1434
|
+
"play_circle_filled": 14,
|
|
1435
|
+
"play_circle_outline": 19,
|
|
1436
|
+
"play_disabled": 10,
|
|
1437
|
+
"play_for_work": 12,
|
|
1438
|
+
"play_lesson": 10,
|
|
1439
|
+
"playlist_add": 16,
|
|
1440
|
+
"playlist_add_check": 17,
|
|
1441
|
+
"playlist_add_check_circle": 2,
|
|
1442
|
+
"playlist_add_circle": 2,
|
|
1443
|
+
"playlist_play": 14,
|
|
1444
|
+
"playlist_remove": 1,
|
|
1445
|
+
"plumbing": 12,
|
|
1446
|
+
"plus_one": 17,
|
|
1447
|
+
"podcasts": 9,
|
|
1448
|
+
"point_of_sale": 8,
|
|
1449
|
+
"policy": 12,
|
|
1450
|
+
"poll": 13,
|
|
1451
|
+
"polyline": 1,
|
|
1452
|
+
"polymer": 12,
|
|
1453
|
+
"pool": 12,
|
|
1454
|
+
"portable_wifi_off": 12,
|
|
1455
|
+
"portrait": 12,
|
|
1456
|
+
"post_add": 11,
|
|
1457
|
+
"power": 12,
|
|
1458
|
+
"power_input": 12,
|
|
1459
|
+
"power_off": 12,
|
|
1460
|
+
"power_settings_new": 12,
|
|
1461
|
+
"precision_manufacturing": 10,
|
|
1462
|
+
"pregnant_woman": 14,
|
|
1463
|
+
"present_to_all": 11,
|
|
1464
|
+
"preview": 7,
|
|
1465
|
+
"price_change": 10,
|
|
1466
|
+
"price_check": 10,
|
|
1467
|
+
"print": 16,
|
|
1468
|
+
"print_disabled": 12,
|
|
1469
|
+
"priority_high": 19,
|
|
1470
|
+
"privacy_tip": 12,
|
|
1471
|
+
"private_connectivity": 5,
|
|
1472
|
+
"production_quantity_limits": 7,
|
|
1473
|
+
"propane": 1,
|
|
1474
|
+
"propane_tank": 1,
|
|
1475
|
+
"psychology": 11,
|
|
1476
|
+
"psychology_alt": 1,
|
|
1477
|
+
"public": 13,
|
|
1478
|
+
"public_off": 8,
|
|
1479
|
+
"publish": 12,
|
|
1480
|
+
"published_with_changes": 6,
|
|
1481
|
+
"punch_clock": 2,
|
|
1482
|
+
"push_pin": 13,
|
|
1483
|
+
"qr_code": 12,
|
|
1484
|
+
"qr_code_2": 6,
|
|
1485
|
+
"qr_code_scanner": 7,
|
|
1486
|
+
"query_builder": 13,
|
|
1487
|
+
"query_stats": 4,
|
|
1488
|
+
"question_answer": 12,
|
|
1489
|
+
"question_mark": 1,
|
|
1490
|
+
"queue": 12,
|
|
1491
|
+
"queue_music": 18,
|
|
1492
|
+
"queue_play_next": 14,
|
|
1493
|
+
"quickreply": 12,
|
|
1494
|
+
"quiz": 10,
|
|
1495
|
+
"r_mobiledata": 9,
|
|
1496
|
+
"radar": 10,
|
|
1497
|
+
"radio": 12,
|
|
1498
|
+
"radio_button_checked": 13,
|
|
1499
|
+
"radio_button_unchecked": 13,
|
|
1500
|
+
"railway_alert": 10,
|
|
1501
|
+
"ramen_dining": 10,
|
|
1502
|
+
"ramp_left": 1,
|
|
1503
|
+
"ramp_right": 1,
|
|
1504
|
+
"rate_review": 11,
|
|
1505
|
+
"raw_off": 10,
|
|
1506
|
+
"raw_on": 10,
|
|
1507
|
+
"read_more": 13,
|
|
1508
|
+
"real_estate_agent": 3,
|
|
1509
|
+
"receipt": 12,
|
|
1510
|
+
"receipt_long": 12,
|
|
1511
|
+
"recent_actors": 12,
|
|
1512
|
+
"recommend": 11,
|
|
1513
|
+
"record_voice_over": 12,
|
|
1514
|
+
"rectangle": 1,
|
|
1515
|
+
"recycling": 4,
|
|
1516
|
+
"redeem": 12,
|
|
1517
|
+
"redo": 13,
|
|
1518
|
+
"reduce_capacity": 6,
|
|
1519
|
+
"refresh": 16,
|
|
1520
|
+
"remember_me": 10,
|
|
1521
|
+
"remove": 16,
|
|
1522
|
+
"remove_circle": 19,
|
|
1523
|
+
"remove_circle_outline": 12,
|
|
1524
|
+
"remove_done": 10,
|
|
1525
|
+
"remove_from_queue": 13,
|
|
1526
|
+
"remove_moderator": 11,
|
|
1527
|
+
"remove_red_eye": 12,
|
|
1528
|
+
"remove_road": 1,
|
|
1529
|
+
"remove_shopping_cart": 12,
|
|
1530
|
+
"reorder": 16,
|
|
1531
|
+
"repartition": 1,
|
|
1532
|
+
"repeat": 12,
|
|
1533
|
+
"repeat_on": 12,
|
|
1534
|
+
"repeat_one": 12,
|
|
1535
|
+
"repeat_one_on": 12,
|
|
1536
|
+
"replay": 13,
|
|
1537
|
+
"replay_10": 14,
|
|
1538
|
+
"replay_30": 14,
|
|
1539
|
+
"replay_5": 14,
|
|
1540
|
+
"replay_circle_filled": 12,
|
|
1541
|
+
"reply": 20,
|
|
1542
|
+
"reply_all": 17,
|
|
1543
|
+
"report": 18,
|
|
1544
|
+
"report_gmailerrorred": 11,
|
|
1545
|
+
"report_off": 12,
|
|
1546
|
+
"report_problem": 18,
|
|
1547
|
+
"request_page": 7,
|
|
1548
|
+
"request_quote": 7,
|
|
1549
|
+
"reset_tv": 10,
|
|
1550
|
+
"restart_alt": 10,
|
|
1551
|
+
"restaurant": 16,
|
|
1552
|
+
"restaurant_menu": 12,
|
|
1553
|
+
"restore": 12,
|
|
1554
|
+
"restore_from_trash": 12,
|
|
1555
|
+
"restore_page": 12,
|
|
1556
|
+
"reviews": 10,
|
|
1557
|
+
"rice_bowl": 6,
|
|
1558
|
+
"ring_volume": 13,
|
|
1559
|
+
"rocket": 1,
|
|
1560
|
+
"rocket_launch": 1,
|
|
1561
|
+
"roller_shades": 1,
|
|
1562
|
+
"roller_shades_closed": 1,
|
|
1563
|
+
"roller_skating": 1,
|
|
1564
|
+
"roofing": 6,
|
|
1565
|
+
"room": 19,
|
|
1566
|
+
"room_preferences": 7,
|
|
1567
|
+
"room_service": 11,
|
|
1568
|
+
"rotate_90_degrees_ccw": 12,
|
|
1569
|
+
"rotate_90_degrees_cw": 2,
|
|
1570
|
+
"rotate_left": 13,
|
|
1571
|
+
"rotate_right": 13,
|
|
1572
|
+
"roundabout_left": 1,
|
|
1573
|
+
"roundabout_right": 1,
|
|
1574
|
+
"rounded_corner": 15,
|
|
1575
|
+
"route": 2,
|
|
1576
|
+
"router": 13,
|
|
1577
|
+
"rowing": 14,
|
|
1578
|
+
"rss_feed": 12,
|
|
1579
|
+
"rsvp": 10,
|
|
1580
|
+
"rtt": 12,
|
|
1581
|
+
"rule": 8,
|
|
1582
|
+
"rule_folder": 7,
|
|
1583
|
+
"run_circle": 11,
|
|
1584
|
+
"running_with_errors": 4,
|
|
1585
|
+
"rv_hookup": 12,
|
|
1586
|
+
"safety_check": 1,
|
|
1587
|
+
"safety_divider": 7,
|
|
1588
|
+
"sailing": 4,
|
|
1589
|
+
"sanitizer": 6,
|
|
1590
|
+
"satellite": 12,
|
|
1591
|
+
"satellite_alt": 1,
|
|
1592
|
+
"save": 12,
|
|
1593
|
+
"save_alt": 12,
|
|
1594
|
+
"save_as": 2,
|
|
1595
|
+
"saved_search": 11,
|
|
1596
|
+
"savings": 5,
|
|
1597
|
+
"scale": 1,
|
|
1598
|
+
"scanner": 12,
|
|
1599
|
+
"scatter_plot": 12,
|
|
1600
|
+
"schedule": 17,
|
|
1601
|
+
"schedule_send": 14,
|
|
1602
|
+
"schema": 4,
|
|
1603
|
+
"school": 13,
|
|
1604
|
+
"science": 17,
|
|
1605
|
+
"score": 12,
|
|
1606
|
+
"scoreboard": 1,
|
|
1607
|
+
"screen_lock_landscape": 16,
|
|
1608
|
+
"screen_lock_portrait": 17,
|
|
1609
|
+
"screen_lock_rotation": 16,
|
|
1610
|
+
"screen_rotation": 12,
|
|
1611
|
+
"screen_rotation_alt": 1,
|
|
1612
|
+
"screen_search_desktop": 10,
|
|
1613
|
+
"screen_share": 12,
|
|
1614
|
+
"screenshot": 10,
|
|
1615
|
+
"screenshot_monitor": 1,
|
|
1616
|
+
"scuba_diving": 1,
|
|
1617
|
+
"sd": 10,
|
|
1618
|
+
"sd_card": 12,
|
|
1619
|
+
"sd_card_alert": 11,
|
|
1620
|
+
"sd_storage": 12,
|
|
1621
|
+
"search": 17,
|
|
1622
|
+
"search_off": 12,
|
|
1623
|
+
"security": 12,
|
|
1624
|
+
"security_update": 11,
|
|
1625
|
+
"security_update_good": 10,
|
|
1626
|
+
"security_update_warning": 10,
|
|
1627
|
+
"segment": 11,
|
|
1628
|
+
"select_all": 12,
|
|
1629
|
+
"self_improvement": 11,
|
|
1630
|
+
"sell": 10,
|
|
1631
|
+
"send": 20,
|
|
1632
|
+
"send_and_archive": 11,
|
|
1633
|
+
"send_time_extension": 2,
|
|
1634
|
+
"send_to_mobile": 11,
|
|
1635
|
+
"sensor_door": 8,
|
|
1636
|
+
"sensor_occupied": 1,
|
|
1637
|
+
"sensor_window": 8,
|
|
1638
|
+
"sensors": 4,
|
|
1639
|
+
"sensors_off": 5,
|
|
1640
|
+
"sentiment_dissatisfied": 11,
|
|
1641
|
+
"sentiment_neutral": 11,
|
|
1642
|
+
"sentiment_satisfied": 11,
|
|
1643
|
+
"sentiment_satisfied_alt": 11,
|
|
1644
|
+
"sentiment_very_dissatisfied": 11,
|
|
1645
|
+
"sentiment_very_satisfied": 11,
|
|
1646
|
+
"set_meal": 6,
|
|
1647
|
+
"settings": 19,
|
|
1648
|
+
"settings_accessibility": 10,
|
|
1649
|
+
"settings_applications": 11,
|
|
1650
|
+
"settings_backup_restore": 11,
|
|
1651
|
+
"settings_bluetooth": 11,
|
|
1652
|
+
"settings_brightness": 12,
|
|
1653
|
+
"settings_cell": 11,
|
|
1654
|
+
"settings_ethernet": 11,
|
|
1655
|
+
"settings_input_antenna": 11,
|
|
1656
|
+
"settings_input_component": 11,
|
|
1657
|
+
"settings_input_composite": 11,
|
|
1658
|
+
"settings_input_hdmi": 11,
|
|
1659
|
+
"settings_input_svideo": 11,
|
|
1660
|
+
"settings_overscan": 11,
|
|
1661
|
+
"settings_phone": 15,
|
|
1662
|
+
"settings_power": 11,
|
|
1663
|
+
"settings_remote": 11,
|
|
1664
|
+
"settings_suggest": 20,
|
|
1665
|
+
"settings_system_daydream": 12,
|
|
1666
|
+
"settings_voice": 11,
|
|
1667
|
+
"severe_cold": 1,
|
|
1668
|
+
"shape_line": 1,
|
|
1669
|
+
"share": 18,
|
|
1670
|
+
"share_location": 17,
|
|
1671
|
+
"shield": 11,
|
|
1672
|
+
"shield_moon": 2,
|
|
1673
|
+
"shop": 12,
|
|
1674
|
+
"shop_2": 9,
|
|
1675
|
+
"shop_two": 11,
|
|
1676
|
+
"shopping_bag": 9,
|
|
1677
|
+
"shopping_basket": 12,
|
|
1678
|
+
"shopping_cart": 18,
|
|
1679
|
+
"shopping_cart_checkout": 1,
|
|
1680
|
+
"short_text": 15,
|
|
1681
|
+
"shortcut": 10,
|
|
1682
|
+
"show_chart": 13,
|
|
1683
|
+
"shower": 9,
|
|
1684
|
+
"shuffle": 14,
|
|
1685
|
+
"shuffle_on": 12,
|
|
1686
|
+
"shutter_speed": 11,
|
|
1687
|
+
"sick": 6,
|
|
1688
|
+
"sign_language": 1,
|
|
1689
|
+
"signal_cellular_0_bar": 15,
|
|
1690
|
+
"signal_cellular_4_bar": 12,
|
|
1691
|
+
"signal_cellular_alt": 12,
|
|
1692
|
+
"signal_cellular_alt_1_bar": 1,
|
|
1693
|
+
"signal_cellular_alt_2_bar": 1,
|
|
1694
|
+
"signal_cellular_connected_no_internet_0_bar": 13,
|
|
1695
|
+
"signal_cellular_connected_no_internet_4_bar": 13,
|
|
1696
|
+
"signal_cellular_no_sim": 11,
|
|
1697
|
+
"signal_cellular_nodata": 10,
|
|
1698
|
+
"signal_cellular_null": 12,
|
|
1699
|
+
"signal_cellular_off": 12,
|
|
1700
|
+
"signal_wifi_0_bar": 15,
|
|
1701
|
+
"signal_wifi_4_bar": 12,
|
|
1702
|
+
"signal_wifi_4_bar_lock": 13,
|
|
1703
|
+
"signal_wifi_bad": 10,
|
|
1704
|
+
"signal_wifi_connected_no_internet_4": 10,
|
|
1705
|
+
"signal_wifi_off": 17,
|
|
1706
|
+
"signal_wifi_statusbar_4_bar": 9,
|
|
1707
|
+
"signal_wifi_statusbar_connected_no_internet_4": 11,
|
|
1708
|
+
"signal_wifi_statusbar_null": 9,
|
|
1709
|
+
"signpost": 1,
|
|
1710
|
+
"sim_card": 12,
|
|
1711
|
+
"sim_card_alert": 11,
|
|
1712
|
+
"sim_card_download": 9,
|
|
1713
|
+
"single_bed": 11,
|
|
1714
|
+
"sip": 10,
|
|
1715
|
+
"skateboarding": 4,
|
|
1716
|
+
"skip_next": 16,
|
|
1717
|
+
"skip_previous": 16,
|
|
1718
|
+
"sledding": 5,
|
|
1719
|
+
"slideshow": 12,
|
|
1720
|
+
"slow_motion_video": 11,
|
|
1721
|
+
"smart_button": 7,
|
|
1722
|
+
"smart_display": 9,
|
|
1723
|
+
"smart_screen": 9,
|
|
1724
|
+
"smart_toy": 9,
|
|
1725
|
+
"smartphone": 16,
|
|
1726
|
+
"smoke_free": 12,
|
|
1727
|
+
"smoking_rooms": 12,
|
|
1728
|
+
"sms": 12,
|
|
1729
|
+
"sms_failed": 13,
|
|
1730
|
+
"snippet_folder": 7,
|
|
1731
|
+
"snooze": 12,
|
|
1732
|
+
"snowboarding": 4,
|
|
1733
|
+
"snowmobile": 4,
|
|
1734
|
+
"snowshoeing": 4,
|
|
1735
|
+
"soap": 8,
|
|
1736
|
+
"social_distance": 7,
|
|
1737
|
+
"solar_power": 1,
|
|
1738
|
+
"sort": 13,
|
|
1739
|
+
"sort_by_alpha": 11,
|
|
1740
|
+
"sos": 1,
|
|
1741
|
+
"soup_kitchen": 2,
|
|
1742
|
+
"source": 7,
|
|
1743
|
+
"south": 7,
|
|
1744
|
+
"south_america": 2,
|
|
1745
|
+
"south_east": 7,
|
|
1746
|
+
"south_west": 7,
|
|
1747
|
+
"spa": 12,
|
|
1748
|
+
"space_bar": 11,
|
|
1749
|
+
"space_dashboard": 3,
|
|
1750
|
+
"spatial_audio": 1,
|
|
1751
|
+
"spatial_audio_off": 1,
|
|
1752
|
+
"spatial_tracking": 1,
|
|
1753
|
+
"speaker": 16,
|
|
1754
|
+
"speaker_group": 12,
|
|
1755
|
+
"speaker_notes": 13,
|
|
1756
|
+
"speaker_notes_off": 13,
|
|
1757
|
+
"speaker_phone": 15,
|
|
1758
|
+
"speed": 12,
|
|
1759
|
+
"spellcheck": 12,
|
|
1760
|
+
"splitscreen": 11,
|
|
1761
|
+
"spoke": 2,
|
|
1762
|
+
"sports": 11,
|
|
1763
|
+
"sports_bar": 7,
|
|
1764
|
+
"sports_baseball": 11,
|
|
1765
|
+
"sports_basketball": 11,
|
|
1766
|
+
"sports_cricket": 11,
|
|
1767
|
+
"sports_esports": 11,
|
|
1768
|
+
"sports_football": 12,
|
|
1769
|
+
"sports_golf": 11,
|
|
1770
|
+
"sports_gymnastics": 1,
|
|
1771
|
+
"sports_handball": 11,
|
|
1772
|
+
"sports_hockey": 11,
|
|
1773
|
+
"sports_kabaddi": 11,
|
|
1774
|
+
"sports_martial_arts": 1,
|
|
1775
|
+
"sports_mma": 11,
|
|
1776
|
+
"sports_motorsports": 11,
|
|
1777
|
+
"sports_rugby": 11,
|
|
1778
|
+
"sports_score": 10,
|
|
1779
|
+
"sports_soccer": 11,
|
|
1780
|
+
"sports_tennis": 11,
|
|
1781
|
+
"sports_volleyball": 11,
|
|
1782
|
+
"square": 1,
|
|
1783
|
+
"square_foot": 11,
|
|
1784
|
+
"ssid_chart": 1,
|
|
1785
|
+
"stacked_bar_chart": 12,
|
|
1786
|
+
"stacked_line_chart": 6,
|
|
1787
|
+
"stadium": 1,
|
|
1788
|
+
"stairs": 8,
|
|
1789
|
+
"star": 22,
|
|
1790
|
+
"star_border": 19,
|
|
1791
|
+
"star_border_purple500": 10,
|
|
1792
|
+
"star_half": 22,
|
|
1793
|
+
"star_outline": 11,
|
|
1794
|
+
"star_purple500": 10,
|
|
1795
|
+
"star_rate": 12,
|
|
1796
|
+
"stars": 12,
|
|
1797
|
+
"start": 1,
|
|
1798
|
+
"stay_current_landscape": 12,
|
|
1799
|
+
"stay_current_portrait": 12,
|
|
1800
|
+
"stay_primary_landscape": 12,
|
|
1801
|
+
"stay_primary_portrait": 12,
|
|
1802
|
+
"sticky_note_2": 7,
|
|
1803
|
+
"stop": 12,
|
|
1804
|
+
"stop_circle": 15,
|
|
1805
|
+
"stop_screen_share": 13,
|
|
1806
|
+
"storage": 13,
|
|
1807
|
+
"store": 11,
|
|
1808
|
+
"store_mall_directory": 12,
|
|
1809
|
+
"storefront": 17,
|
|
1810
|
+
"storm": 10,
|
|
1811
|
+
"straight": 1,
|
|
1812
|
+
"straighten": 12,
|
|
1813
|
+
"stream": 11,
|
|
1814
|
+
"streetview": 12,
|
|
1815
|
+
"strikethrough_s": 14,
|
|
1816
|
+
"stroller": 8,
|
|
1817
|
+
"style": 12,
|
|
1818
|
+
"subdirectory_arrow_left": 11,
|
|
1819
|
+
"subdirectory_arrow_right": 11,
|
|
1820
|
+
"subject": 13,
|
|
1821
|
+
"subscript": 13,
|
|
1822
|
+
"subscriptions": 11,
|
|
1823
|
+
"subtitles": 12,
|
|
1824
|
+
"subtitles_off": 11,
|
|
1825
|
+
"subway": 11,
|
|
1826
|
+
"summarize": 10,
|
|
1827
|
+
"superscript": 12,
|
|
1828
|
+
"supervised_user_circle": 12,
|
|
1829
|
+
"supervisor_account": 13,
|
|
1830
|
+
"support": 11,
|
|
1831
|
+
"support_agent": 12,
|
|
1832
|
+
"surfing": 4,
|
|
1833
|
+
"surround_sound": 13,
|
|
1834
|
+
"swap_calls": 12,
|
|
1835
|
+
"swap_horiz": 12,
|
|
1836
|
+
"swap_horizontal_circle": 12,
|
|
1837
|
+
"swap_vert": 12,
|
|
1838
|
+
"swap_vertical_circle": 13,
|
|
1839
|
+
"swipe": 12,
|
|
1840
|
+
"swipe_down": 1,
|
|
1841
|
+
"swipe_down_alt": 1,
|
|
1842
|
+
"swipe_left": 1,
|
|
1843
|
+
"swipe_left_alt": 1,
|
|
1844
|
+
"swipe_right": 1,
|
|
1845
|
+
"swipe_right_alt": 1,
|
|
1846
|
+
"swipe_up": 1,
|
|
1847
|
+
"swipe_up_alt": 1,
|
|
1848
|
+
"swipe_vertical": 1,
|
|
1849
|
+
"switch_access_shortcut": 2,
|
|
1850
|
+
"switch_access_shortcut_add": 2,
|
|
1851
|
+
"switch_account": 11,
|
|
1852
|
+
"switch_camera": 12,
|
|
1853
|
+
"switch_left": 8,
|
|
1854
|
+
"switch_right": 9,
|
|
1855
|
+
"switch_video": 12,
|
|
1856
|
+
"synagogue": 2,
|
|
1857
|
+
"sync": 17,
|
|
1858
|
+
"sync_alt": 12,
|
|
1859
|
+
"sync_disabled": 16,
|
|
1860
|
+
"sync_lock": 1,
|
|
1861
|
+
"sync_problem": 21,
|
|
1862
|
+
"system_security_update": 10,
|
|
1863
|
+
"system_security_update_good": 10,
|
|
1864
|
+
"system_security_update_warning": 10,
|
|
1865
|
+
"system_update": 12,
|
|
1866
|
+
"system_update_alt": 13,
|
|
1867
|
+
"tab": 12,
|
|
1868
|
+
"tab_unselected": 12,
|
|
1869
|
+
"table_bar": 2,
|
|
1870
|
+
"table_chart": 12,
|
|
1871
|
+
"table_restaurant": 2,
|
|
1872
|
+
"table_rows": 17,
|
|
1873
|
+
"table_view": 8,
|
|
1874
|
+
"tablet": 12,
|
|
1875
|
+
"tablet_android": 14,
|
|
1876
|
+
"tablet_mac": 12,
|
|
1877
|
+
"tag": 10,
|
|
1878
|
+
"tag_faces": 19,
|
|
1879
|
+
"takeout_dining": 16,
|
|
1880
|
+
"tap_and_play": 12,
|
|
1881
|
+
"tapas": 6,
|
|
1882
|
+
"task": 10,
|
|
1883
|
+
"task_alt": 6,
|
|
1884
|
+
"taxi_alert": 11,
|
|
1885
|
+
"temple_buddhist": 2,
|
|
1886
|
+
"temple_hindu": 3,
|
|
1887
|
+
"terminal": 1,
|
|
1888
|
+
"terrain": 12,
|
|
1889
|
+
"text_decrease": 1,
|
|
1890
|
+
"text_fields": 14,
|
|
1891
|
+
"text_format": 12,
|
|
1892
|
+
"text_increase": 1,
|
|
1893
|
+
"text_rotate_up": 12,
|
|
1894
|
+
"text_rotate_vertical": 12,
|
|
1895
|
+
"text_rotation_angledown": 12,
|
|
1896
|
+
"text_rotation_angleup": 12,
|
|
1897
|
+
"text_rotation_down": 12,
|
|
1898
|
+
"text_rotation_none": 12,
|
|
1899
|
+
"text_snippet": 8,
|
|
1900
|
+
"textsms": 12,
|
|
1901
|
+
"texture": 12,
|
|
1902
|
+
"theater_comedy": 11,
|
|
1903
|
+
"theaters": 12,
|
|
1904
|
+
"thermostat": 11,
|
|
1905
|
+
"thermostat_auto": 10,
|
|
1906
|
+
"thumb_down": 18,
|
|
1907
|
+
"thumb_down_alt": 11,
|
|
1908
|
+
"thumb_down_off_alt": 13,
|
|
1909
|
+
"thumb_up": 18,
|
|
1910
|
+
"thumb_up_alt": 11,
|
|
1911
|
+
"thumb_up_off_alt": 13,
|
|
1912
|
+
"thumbs_up_down": 12,
|
|
1913
|
+
"thunderstorm": 1,
|
|
1914
|
+
"time_to_leave": 12,
|
|
1915
|
+
"timelapse": 12,
|
|
1916
|
+
"timeline": 13,
|
|
1917
|
+
"timer": 13,
|
|
1918
|
+
"timer_10": 12,
|
|
1919
|
+
"timer_10_select": 15,
|
|
1920
|
+
"timer_3": 12,
|
|
1921
|
+
"timer_3_select": 15,
|
|
1922
|
+
"timer_off": 13,
|
|
1923
|
+
"tips_and_updates": 3,
|
|
1924
|
+
"tire_repair": 1,
|
|
1925
|
+
"title": 11,
|
|
1926
|
+
"toc": 13,
|
|
1927
|
+
"today": 17,
|
|
1928
|
+
"toggle_off": 12,
|
|
1929
|
+
"toggle_on": 12,
|
|
1930
|
+
"token": 2,
|
|
1931
|
+
"toll": 12,
|
|
1932
|
+
"tonality": 12,
|
|
1933
|
+
"topic": 7,
|
|
1934
|
+
"tornado": 1,
|
|
1935
|
+
"touch_app": 13,
|
|
1936
|
+
"tour": 12,
|
|
1937
|
+
"toys": 14,
|
|
1938
|
+
"track_changes": 11,
|
|
1939
|
+
"traffic": 12,
|
|
1940
|
+
"train": 11,
|
|
1941
|
+
"tram": 11,
|
|
1942
|
+
"transcribe": 1,
|
|
1943
|
+
"transfer_within_a_station": 12,
|
|
1944
|
+
"transform": 12,
|
|
1945
|
+
"transgender": 3,
|
|
1946
|
+
"transit_enterexit": 12,
|
|
1947
|
+
"translate": 16,
|
|
1948
|
+
"travel_explore": 8,
|
|
1949
|
+
"trending_down": 18,
|
|
1950
|
+
"trending_flat": 19,
|
|
1951
|
+
"trending_up": 19,
|
|
1952
|
+
"trip_origin": 12,
|
|
1953
|
+
"troubleshoot": 10,
|
|
1954
|
+
"try": 9,
|
|
1955
|
+
"tsunami": 1,
|
|
1956
|
+
"tty": 8,
|
|
1957
|
+
"tune": 12,
|
|
1958
|
+
"tungsten": 10,
|
|
1959
|
+
"turn_left": 1,
|
|
1960
|
+
"turn_right": 1,
|
|
1961
|
+
"turn_sharp_left": 1,
|
|
1962
|
+
"turn_sharp_right": 1,
|
|
1963
|
+
"turn_slight_left": 1,
|
|
1964
|
+
"turn_slight_right": 1,
|
|
1965
|
+
"turned_in": 11,
|
|
1966
|
+
"turned_in_not": 11,
|
|
1967
|
+
"tv": 16,
|
|
1968
|
+
"tv_off": 11,
|
|
1969
|
+
"two_wheeler": 14,
|
|
1970
|
+
"type_specimen": 1,
|
|
1971
|
+
"u_turn_left": 1,
|
|
1972
|
+
"u_turn_right": 1,
|
|
1973
|
+
"umbrella": 8,
|
|
1974
|
+
"unarchive": 13,
|
|
1975
|
+
"undo": 13,
|
|
1976
|
+
"unfold_less": 12,
|
|
1977
|
+
"unfold_less_double": 1,
|
|
1978
|
+
"unfold_more": 12,
|
|
1979
|
+
"unfold_more_double": 1,
|
|
1980
|
+
"unpublished": 7,
|
|
1981
|
+
"unsubscribe": 12,
|
|
1982
|
+
"upcoming": 9,
|
|
1983
|
+
"update": 13,
|
|
1984
|
+
"update_disabled": 8,
|
|
1985
|
+
"upgrade": 12,
|
|
1986
|
+
"upload": 10,
|
|
1987
|
+
"upload_file": 10,
|
|
1988
|
+
"usb": 12,
|
|
1989
|
+
"usb_off": 4,
|
|
1990
|
+
"vaccines": 2,
|
|
1991
|
+
"vape_free": 1,
|
|
1992
|
+
"vaping_rooms": 1,
|
|
1993
|
+
"verified": 11,
|
|
1994
|
+
"verified_user": 18,
|
|
1995
|
+
"vertical_align_bottom": 12,
|
|
1996
|
+
"vertical_align_center": 12,
|
|
1997
|
+
"vertical_align_top": 12,
|
|
1998
|
+
"vertical_distribute": 6,
|
|
1999
|
+
"vertical_shades": 1,
|
|
2000
|
+
"vertical_shades_closed": 1,
|
|
2001
|
+
"vertical_split": 15,
|
|
2002
|
+
"vibration": 12,
|
|
2003
|
+
"video_call": 11,
|
|
2004
|
+
"video_camera_back": 10,
|
|
2005
|
+
"video_camera_front": 10,
|
|
2006
|
+
"video_chat": 1,
|
|
2007
|
+
"video_file": 1,
|
|
2008
|
+
"video_label": 11,
|
|
2009
|
+
"video_library": 13,
|
|
2010
|
+
"video_settings": 12,
|
|
2011
|
+
"video_stable": 10,
|
|
2012
|
+
"videocam": 16,
|
|
2013
|
+
"videocam_off": 12,
|
|
2014
|
+
"videogame_asset": 11,
|
|
2015
|
+
"videogame_asset_off": 4,
|
|
2016
|
+
"view_agenda": 14,
|
|
2017
|
+
"view_array": 13,
|
|
2018
|
+
"view_carousel": 13,
|
|
2019
|
+
"view_column": 13,
|
|
2020
|
+
"view_comfy": 14,
|
|
2021
|
+
"view_comfy_alt": 1,
|
|
2022
|
+
"view_compact": 13,
|
|
2023
|
+
"view_compact_alt": 1,
|
|
2024
|
+
"view_cozy": 1,
|
|
2025
|
+
"view_day": 13,
|
|
2026
|
+
"view_headline": 11,
|
|
2027
|
+
"view_in_ar": 11,
|
|
2028
|
+
"view_kanban": 1,
|
|
2029
|
+
"view_list": 14,
|
|
2030
|
+
"view_module": 13,
|
|
2031
|
+
"view_quilt": 14,
|
|
2032
|
+
"view_sidebar": 13,
|
|
2033
|
+
"view_stream": 13,
|
|
2034
|
+
"view_timeline": 1,
|
|
2035
|
+
"view_week": 13,
|
|
2036
|
+
"vignette": 12,
|
|
2037
|
+
"villa": 4,
|
|
2038
|
+
"visibility": 16,
|
|
2039
|
+
"visibility_off": 12,
|
|
2040
|
+
"voice_chat": 13,
|
|
2041
|
+
"voice_over_off": 11,
|
|
2042
|
+
"voicemail": 12,
|
|
2043
|
+
"volcano": 1,
|
|
2044
|
+
"volume_down": 13,
|
|
2045
|
+
"volume_mute": 13,
|
|
2046
|
+
"volume_off": 17,
|
|
2047
|
+
"volume_up": 14,
|
|
2048
|
+
"volunteer_activism": 10,
|
|
2049
|
+
"vpn_key": 12,
|
|
2050
|
+
"vpn_key_off": 1,
|
|
2051
|
+
"vpn_lock": 17,
|
|
2052
|
+
"vrpano": 10,
|
|
2053
|
+
"wallet": 1,
|
|
2054
|
+
"wallpaper": 13,
|
|
2055
|
+
"warehouse": 1,
|
|
2056
|
+
"warning": 17,
|
|
2057
|
+
"warning_amber": 16,
|
|
2058
|
+
"wash": 8,
|
|
2059
|
+
"watch": 12,
|
|
2060
|
+
"watch_later": 17,
|
|
2061
|
+
"watch_off": 1,
|
|
2062
|
+
"water": 11,
|
|
2063
|
+
"water_damage": 6,
|
|
2064
|
+
"water_drop": 3,
|
|
2065
|
+
"waterfall_chart": 11,
|
|
2066
|
+
"waves": 11,
|
|
2067
|
+
"waving_hand": 3,
|
|
2068
|
+
"wb_auto": 12,
|
|
2069
|
+
"wb_cloudy": 12,
|
|
2070
|
+
"wb_incandescent": 12,
|
|
2071
|
+
"wb_iridescent": 11,
|
|
2072
|
+
"wb_shade": 10,
|
|
2073
|
+
"wb_sunny": 12,
|
|
2074
|
+
"wb_twilight": 9,
|
|
2075
|
+
"wc": 11,
|
|
2076
|
+
"web": 13,
|
|
2077
|
+
"web_asset": 12,
|
|
2078
|
+
"web_asset_off": 4,
|
|
2079
|
+
"web_stories": 4,
|
|
2080
|
+
"webhook": 1,
|
|
2081
|
+
"weekend": 12,
|
|
2082
|
+
"west": 7,
|
|
2083
|
+
"whatshot": 17,
|
|
2084
|
+
"wheelchair_pickup": 8,
|
|
2085
|
+
"where_to_vote": 16,
|
|
2086
|
+
"widgets": 13,
|
|
2087
|
+
"width_full": 1,
|
|
2088
|
+
"width_normal": 1,
|
|
2089
|
+
"width_wide": 1,
|
|
2090
|
+
"wifi": 12,
|
|
2091
|
+
"wifi_1_bar": 1,
|
|
2092
|
+
"wifi_2_bar": 1,
|
|
2093
|
+
"wifi_calling": 11,
|
|
2094
|
+
"wifi_calling_3": 10,
|
|
2095
|
+
"wifi_channel": 1,
|
|
2096
|
+
"wifi_find": 1,
|
|
2097
|
+
"wifi_lock": 13,
|
|
2098
|
+
"wifi_off": 12,
|
|
2099
|
+
"wifi_password": 1,
|
|
2100
|
+
"wifi_protected_setup": 12,
|
|
2101
|
+
"wifi_tethering": 12,
|
|
2102
|
+
"wifi_tethering_error": 3,
|
|
2103
|
+
"wifi_tethering_off": 10,
|
|
2104
|
+
"wind_power": 1,
|
|
2105
|
+
"window": 10,
|
|
2106
|
+
"wine_bar": 6,
|
|
2107
|
+
"woman": 2,
|
|
2108
|
+
"woman_2": 1,
|
|
2109
|
+
"work": 12,
|
|
2110
|
+
"work_history": 1,
|
|
2111
|
+
"work_off": 12,
|
|
2112
|
+
"work_outline": 12,
|
|
2113
|
+
"workspace_premium": 3,
|
|
2114
|
+
"workspaces": 9,
|
|
2115
|
+
"wrap_text": 13,
|
|
2116
|
+
"wrong_location": 17,
|
|
2117
|
+
"wysiwyg": 8,
|
|
2118
|
+
"yard": 9,
|
|
2119
|
+
"youtube_searched_for": 12,
|
|
2120
|
+
"zoom_in": 11,
|
|
2121
|
+
"zoom_in_map": 1,
|
|
2122
|
+
"zoom_out": 11,
|
|
2123
|
+
"zoom_out_map": 17
|
|
2124
|
+
}
|