Hopefully feature-complete Android Bluesky client written in Expo
atproto bluesky
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Icons for interactions under the posts

SharpMars 17b4a1fb 66226c5d

+4406 -7
+202
assets/fonts/MaterialSymbols/LICENSE.txt
··· 1 + 2 + Apache License 3 + Version 2.0, January 2004 4 + http://www.apache.org/licenses/ 5 + 6 + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 7 + 8 + 1. Definitions. 9 + 10 + "License" shall mean the terms and conditions for use, reproduction, 11 + and distribution as defined by Sections 1 through 9 of this document. 12 + 13 + "Licensor" shall mean the copyright owner or entity authorized by 14 + the copyright owner that is granting the License. 15 + 16 + "Legal Entity" shall mean the union of the acting entity and all 17 + other entities that control, are controlled by, or are under common 18 + control with that entity. For the purposes of this definition, 19 + "control" means (i) the power, direct or indirect, to cause the 20 + direction or management of such entity, whether by contract or 21 + otherwise, or (ii) ownership of fifty percent (50%) or more of the 22 + outstanding shares, or (iii) beneficial ownership of such entity. 23 + 24 + "You" (or "Your") shall mean an individual or Legal Entity 25 + exercising permissions granted by this License. 26 + 27 + "Source" form shall mean the preferred form for making modifications, 28 + including but not limited to software source code, documentation 29 + source, and configuration files. 30 + 31 + "Object" form shall mean any form resulting from mechanical 32 + transformation or translation of a Source form, including but 33 + not limited to compiled object code, generated documentation, 34 + and conversions to other media types. 35 + 36 + "Work" shall mean the work of authorship, whether in Source or 37 + Object form, made available under the License, as indicated by a 38 + copyright notice that is included in or attached to the work 39 + (an example is provided in the Appendix below). 40 + 41 + "Derivative Works" shall mean any work, whether in Source or Object 42 + form, that is based on (or derived from) the Work and for which the 43 + editorial revisions, annotations, elaborations, or other modifications 44 + represent, as a whole, an original work of authorship. For the purposes 45 + of this License, Derivative Works shall not include works that remain 46 + separable from, or merely link (or bind by name) to the interfaces of, 47 + the Work and Derivative Works thereof. 48 + 49 + "Contribution" shall mean any work of authorship, including 50 + the original version of the Work and any modifications or additions 51 + to that Work or Derivative Works thereof, that is intentionally 52 + submitted to Licensor for inclusion in the Work by the copyright owner 53 + or by an individual or Legal Entity authorized to submit on behalf of 54 + the copyright owner. For the purposes of this definition, "submitted" 55 + means any form of electronic, verbal, or written communication sent 56 + to the Licensor or its representatives, including but not limited to 57 + communication on electronic mailing lists, source code control systems, 58 + and issue tracking systems that are managed by, or on behalf of, the 59 + Licensor for the purpose of discussing and improving the Work, but 60 + excluding communication that is conspicuously marked or otherwise 61 + designated in writing by the copyright owner as "Not a Contribution." 62 + 63 + "Contributor" shall mean Licensor and any individual or Legal Entity 64 + on behalf of whom a Contribution has been received by Licensor and 65 + subsequently incorporated within the Work. 66 + 67 + 2. Grant of Copyright License. Subject to the terms and conditions of 68 + this License, each Contributor hereby grants to You a perpetual, 69 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable 70 + copyright license to reproduce, prepare Derivative Works of, 71 + publicly display, publicly perform, sublicense, and distribute the 72 + Work and such Derivative Works in Source or Object form. 73 + 74 + 3. Grant of Patent License. Subject to the terms and conditions of 75 + this License, each Contributor hereby grants to You a perpetual, 76 + worldwide, non-exclusive, no-charge, royalty-free, irrevocable 77 + (except as stated in this section) patent license to make, have made, 78 + use, offer to sell, sell, import, and otherwise transfer the Work, 79 + where such license applies only to those patent claims licensable 80 + by such Contributor that are necessarily infringed by their 81 + Contribution(s) alone or by combination of their Contribution(s) 82 + with the Work to which such Contribution(s) was submitted. If You 83 + institute patent litigation against any entity (including a 84 + cross-claim or counterclaim in a lawsuit) alleging that the Work 85 + or a Contribution incorporated within the Work constitutes direct 86 + or contributory patent infringement, then any patent licenses 87 + granted to You under this License for that Work shall terminate 88 + as of the date such litigation is filed. 89 + 90 + 4. Redistribution. You may reproduce and distribute copies of the 91 + Work or Derivative Works thereof in any medium, with or without 92 + modifications, and in Source or Object form, provided that You 93 + meet the following conditions: 94 + 95 + (a) You must give any other recipients of the Work or 96 + Derivative Works a copy of this License; and 97 + 98 + (b) You must cause any modified files to carry prominent notices 99 + stating that You changed the files; and 100 + 101 + (c) You must retain, in the Source form of any Derivative Works 102 + that You distribute, all copyright, patent, trademark, and 103 + attribution notices from the Source form of the Work, 104 + excluding those notices that do not pertain to any part of 105 + the Derivative Works; and 106 + 107 + (d) If the Work includes a "NOTICE" text file as part of its 108 + distribution, then any Derivative Works that You distribute must 109 + include a readable copy of the attribution notices contained 110 + within such NOTICE file, excluding those notices that do not 111 + pertain to any part of the Derivative Works, in at least one 112 + of the following places: within a NOTICE text file distributed 113 + as part of the Derivative Works; within the Source form or 114 + documentation, if provided along with the Derivative Works; or, 115 + within a display generated by the Derivative Works, if and 116 + wherever such third-party notices normally appear. The contents 117 + of the NOTICE file are for informational purposes only and 118 + do not modify the License. You may add Your own attribution 119 + notices within Derivative Works that You distribute, alongside 120 + or as an addendum to the NOTICE text from the Work, provided 121 + that such additional attribution notices cannot be construed 122 + as modifying the License. 123 + 124 + You may add Your own copyright statement to Your modifications and 125 + may provide additional or different license terms and conditions 126 + for use, reproduction, or distribution of Your modifications, or 127 + for any such Derivative Works as a whole, provided Your use, 128 + reproduction, and distribution of the Work otherwise complies with 129 + the conditions stated in this License. 130 + 131 + 5. Submission of Contributions. Unless You explicitly state otherwise, 132 + any Contribution intentionally submitted for inclusion in the Work 133 + by You to the Licensor shall be under the terms and conditions of 134 + this License, without any additional terms or conditions. 135 + Notwithstanding the above, nothing herein shall supersede or modify 136 + the terms of any separate license agreement you may have executed 137 + with Licensor regarding such Contributions. 138 + 139 + 6. Trademarks. This License does not grant permission to use the trade 140 + names, trademarks, service marks, or product names of the Licensor, 141 + except as required for reasonable and customary use in describing the 142 + origin of the Work and reproducing the content of the NOTICE file. 143 + 144 + 7. Disclaimer of Warranty. Unless required by applicable law or 145 + agreed to in writing, Licensor provides the Work (and each 146 + Contributor provides its Contributions) on an "AS IS" BASIS, 147 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 148 + implied, including, without limitation, any warranties or conditions 149 + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 150 + PARTICULAR PURPOSE. You are solely responsible for determining the 151 + appropriateness of using or redistributing the Work and assume any 152 + risks associated with Your exercise of permissions under this License. 153 + 154 + 8. Limitation of Liability. In no event and under no legal theory, 155 + whether in tort (including negligence), contract, or otherwise, 156 + unless required by applicable law (such as deliberate and grossly 157 + negligent acts) or agreed to in writing, shall any Contributor be 158 + liable to You for damages, including any direct, indirect, special, 159 + incidental, or consequential damages of any character arising as a 160 + result of this License or out of the use or inability to use the 161 + Work (including but not limited to damages for loss of goodwill, 162 + work stoppage, computer failure or malfunction, or any and all 163 + other commercial damages or losses), even if such Contributor 164 + has been advised of the possibility of such damages. 165 + 166 + 9. Accepting Warranty or Additional Liability. While redistributing 167 + the Work or Derivative Works thereof, You may choose to offer, 168 + and charge a fee for, acceptance of support, warranty, indemnity, 169 + or other liability obligations and/or rights consistent with this 170 + License. However, in accepting such obligations, You may act only 171 + on Your own behalf and on Your sole responsibility, not on behalf 172 + of any other Contributor, and only if You agree to indemnify, 173 + defend, and hold each Contributor harmless for any liability 174 + incurred by, or claims asserted against, such Contributor by reason 175 + of your accepting any such warranty or additional liability. 176 + 177 + END OF TERMS AND CONDITIONS 178 + 179 + APPENDIX: How to apply the Apache License to your work. 180 + 181 + To apply the Apache License to your work, attach the following 182 + boilerplate notice, with the fields enclosed by brackets "[]" 183 + replaced with your own identifying information. (Don't include 184 + the brackets!) The text should be enclosed in the appropriate 185 + comment syntax for the file format. We also recommend that a 186 + file or class name and description of purpose be included on the 187 + same "printed page" as the copyright notice for easier 188 + identification within third-party archives. 189 + 190 + Copyright [yyyy] [name of copyright owner] 191 + 192 + Licensed under the Apache License, Version 2.0 (the "License"); 193 + you may not use this file except in compliance with the License. 194 + You may obtain a copy of the License at 195 + 196 + http://www.apache.org/licenses/LICENSE-2.0 197 + 198 + Unless required by applicable law or agreed to in writing, software 199 + distributed under the License is distributed on an "AS IS" BASIS, 200 + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 201 + See the License for the specific language governing permissions and 202 + limitations under the License.
assets/fonts/MaterialSymbols/MaterialSymbolsRounded-Regular.ttf

This is a binary file and will not be displayed.

assets/fonts/MaterialSymbols/MaterialSymbolsRounded_Filled-Regular.ttf

This is a binary file and will not be displayed.

+4096
assets/fonts/MaterialSymbols/map.json
··· 1 + { 2 + "123": 60301, 3 + "360": 58743, 4 + "10k": 59729, 5 + "10mp": 59730, 6 + "11mp": 59731, 7 + "12mp": 59732, 8 + "13mp": 59733, 9 + "14mp": 59734, 10 + "15mp": 59735, 11 + "16mp": 59736, 12 + "17mp": 59737, 13 + "18_up_rating": 63741, 14 + "18mp": 59738, 15 + "19mp": 59739, 16 + "1k": 59740, 17 + "1k_plus": 59741, 18 + "1x_mobiledata": 61389, 19 + "1x_mobiledata_badge": 63473, 20 + "20mp": 59742, 21 + "21mp": 59743, 22 + "22mp": 59744, 23 + "23mp": 59745, 24 + "24fps_select": 62450, 25 + "24mp": 59746, 26 + "2d": 61239, 27 + "2k": 59747, 28 + "2k_plus": 59748, 29 + "2mp": 59749, 30 + "30fps": 61390, 31 + "30fps_select": 61391, 32 + "3d": 60728, 33 + "3d_rotation": 59469, 34 + "3g_mobiledata": 61392, 35 + "3g_mobiledata_badge": 63472, 36 + "3k": 59750, 37 + "3k_plus": 59751, 38 + "3mp": 59752, 39 + "3p": 61393, 40 + "4g_mobiledata": 61394, 41 + "4g_mobiledata_badge": 63471, 42 + "4g_plus_mobiledata": 61395, 43 + "4k": 57458, 44 + "4k_plus": 59753, 45 + "4mp": 59754, 46 + "50mp": 63219, 47 + "5g": 61240, 48 + "5g_mobiledata_badge": 63470, 49 + "5k": 59755, 50 + "5k_plus": 59756, 51 + "5mp": 59757, 52 + "60fps": 61396, 53 + "60fps_select": 61397, 54 + "6_ft_apart": 61982, 55 + "6k": 59758, 56 + "6k_plus": 59759, 57 + "6mp": 59760, 58 + "7k": 59761, 59 + "7k_plus": 59762, 60 + "7mp": 59763, 61 + "8k": 59764, 62 + "8k_plus": 59765, 63 + "8mp": 59766, 64 + "9k": 59767, 65 + "9k_plus": 59768, 66 + "9mp": 59769, 67 + "abc": 60308, 68 + "ac_unit": 60219, 69 + "access_alarm": 59477, 70 + "access_alarms": 59477, 71 + "access_time": 61398, 72 + "access_time_filled": 61398, 73 + "accessibility": 59470, 74 + "accessibility_new": 59692, 75 + "accessible": 59668, 76 + "accessible_forward": 59700, 77 + "accessible_menu": 62286, 78 + "account_balance": 59471, 79 + "account_balance_wallet": 59472, 80 + "account_box": 59473, 81 + "account_child": 59474, 82 + "account_child_invert": 58969, 83 + "account_circle": 61963, 84 + "account_circle_filled": 61963, 85 + "account_circle_off": 63411, 86 + "account_tree": 59770, 87 + "action_key": 62722, 88 + "activity_zone": 57830, 89 + "acupuncture": 62148, 90 + "acute": 58571, 91 + "ad": 58970, 92 + "ad_group": 58971, 93 + "ad_group_off": 60133, 94 + "ad_off": 63410, 95 + "ad_units": 62187, 96 + "adaptive_audio_mic": 62668, 97 + "adaptive_audio_mic_off": 62667, 98 + "adb": 58894, 99 + "add": 57669, 100 + "add_2": 62429, 101 + "add_a_photo": 58425, 102 + "add_ad": 59178, 103 + "add_alarm": 59478, 104 + "add_alert": 57347, 105 + "add_box": 57670, 106 + "add_business": 59177, 107 + "add_call": 61623, 108 + "add_card": 60294, 109 + "add_chart": 61244, 110 + "add_circle": 58298, 111 + "add_circle_outline": 58298, 112 + "add_column_left": 62501, 113 + "add_column_right": 62500, 114 + "add_comment": 57958, 115 + "add_diamond": 62620, 116 + "add_home": 63723, 117 + "add_home_work": 63725, 118 + "add_ic_call": 61623, 119 + "add_link": 57720, 120 + "add_location": 58727, 121 + "add_location_alt": 61242, 122 + "add_moderator": 59773, 123 + "add_notes": 57489, 124 + "add_photo_alternate": 58430, 125 + "add_reaction": 57811, 126 + "add_road": 61243, 127 + "add_row_above": 62499, 128 + "add_row_below": 62498, 129 + "add_shopping_cart": 59476, 130 + "add_task": 62010, 131 + "add_to_drive": 58972, 132 + "add_to_home_screen": 62137, 133 + "add_to_photos": 58269, 134 + "add_to_queue": 57436, 135 + "add_triangle": 62606, 136 + "addchart": 61244, 137 + "adf_scanner": 60122, 138 + "adjust": 58270, 139 + "admin_meds": 58509, 140 + "admin_panel_settings": 61245, 141 + "ads_click": 59234, 142 + "agender": 63624, 143 + "agriculture": 60025, 144 + "air": 61400, 145 + "air_freshener": 58058, 146 + "air_purifier": 59774, 147 + "air_purifier_gen": 59433, 148 + "airline_seat_flat": 58928, 149 + "airline_seat_flat_angled": 58929, 150 + "airline_seat_individual_suite": 58930, 151 + "airline_seat_legroom_extra": 58931, 152 + "airline_seat_legroom_normal": 58932, 153 + "airline_seat_legroom_reduced": 58933, 154 + "airline_seat_recline_extra": 58934, 155 + "airline_seat_recline_normal": 58935, 156 + "airline_stops": 59344, 157 + "airlines": 59338, 158 + "airplane_ticket": 61401, 159 + "airplanemode_active": 58685, 160 + "airplanemode_inactive": 57748, 161 + "airplay": 57429, 162 + "airport_shuttle": 60220, 163 + "airware": 61780, 164 + "airwave": 61780, 165 + "alarm": 59477, 166 + "alarm_add": 59478, 167 + "alarm_off": 59479, 168 + "alarm_on": 59480, 169 + "alarm_pause": 62299, 170 + "alarm_smart_wake": 63152, 171 + "album": 57369, 172 + "align_center": 58198, 173 + "align_end": 63383, 174 + "align_flex_center": 63382, 175 + "align_flex_end": 63381, 176 + "align_flex_start": 63380, 177 + "align_horizontal_center": 57359, 178 + "align_horizontal_left": 57357, 179 + "align_horizontal_right": 57360, 180 + "align_items_stretch": 63379, 181 + "align_justify_center": 63378, 182 + "align_justify_flex_end": 63377, 183 + "align_justify_flex_start": 63376, 184 + "align_justify_space_around": 63375, 185 + "align_justify_space_between": 63374, 186 + "align_justify_space_even": 63373, 187 + "align_justify_stretch": 63372, 188 + "align_self_stretch": 63371, 189 + "align_space_around": 63370, 190 + "align_space_between": 63369, 191 + "align_space_even": 63368, 192 + "align_start": 63367, 193 + "align_stretch": 63366, 194 + "align_vertical_bottom": 57365, 195 + "align_vertical_center": 57361, 196 + "align_vertical_top": 57356, 197 + "all_inbox": 59775, 198 + "all_inclusive": 60221, 199 + "all_match": 57491, 200 + "all_out": 59659, 201 + "allergies": 57492, 202 + "allergy": 58958, 203 + "alt_route": 61828, 204 + "alternate_email": 57574, 205 + "altitude": 63603, 206 + "ambient_screen": 63172, 207 + "ambulance": 63491, 208 + "amend": 63490, 209 + "amp_stories": 59923, 210 + "analytics": 61246, 211 + "anchor": 61901, 212 + "android": 59481, 213 + "android_cell_4_bar": 61190, 214 + "android_cell_4_bar_alert": 61193, 215 + "android_cell_4_bar_off": 61192, 216 + "android_cell_4_bar_plus": 61191, 217 + "android_cell_5_bar": 61186, 218 + "android_cell_5_bar_alert": 61189, 219 + "android_cell_5_bar_off": 61188, 220 + "android_cell_5_bar_plus": 61187, 221 + "android_cell_dual_4_bar": 61197, 222 + "android_cell_dual_4_bar_alert": 61199, 223 + "android_cell_dual_4_bar_plus": 61198, 224 + "android_cell_dual_5_bar": 61194, 225 + "android_cell_dual_5_bar_alert": 61196, 226 + "android_cell_dual_5_bar_plus": 61195, 227 + "android_wifi_3_bar": 61206, 228 + "android_wifi_3_bar_alert": 61211, 229 + "android_wifi_3_bar_lock": 61210, 230 + "android_wifi_3_bar_off": 61209, 231 + "android_wifi_3_bar_plus": 61208, 232 + "android_wifi_3_bar_question": 61207, 233 + "android_wifi_4_bar": 61200, 234 + "android_wifi_4_bar_alert": 61205, 235 + "android_wifi_4_bar_lock": 61204, 236 + "android_wifi_4_bar_off": 61203, 237 + "android_wifi_4_bar_plus": 61202, 238 + "android_wifi_4_bar_question": 61201, 239 + "animated_images": 62618, 240 + "animation": 59164, 241 + "announcement": 59519, 242 + "aod": 62182, 243 + "aod_tablet": 63647, 244 + "aod_watch": 63148, 245 + "apartment": 59968, 246 + "api": 61879, 247 + "apk_document": 63630, 248 + "apk_install": 63631, 249 + "app_badging": 63279, 250 + "app_blocking": 62181, 251 + "app_promo": 62157, 252 + "app_registration": 61248, 253 + "app_settings_alt": 62169, 254 + "app_shortcut": 62175, 255 + "apparel": 61307, 256 + "approval": 59778, 257 + "approval_delegation": 63562, 258 + "approval_delegation_off": 62149, 259 + "apps": 58819, 260 + "apps_outage": 59340, 261 + "aq": 62810, 262 + "aq_indoor": 62811, 263 + "ar_on_you": 61308, 264 + "ar_stickers": 59779, 265 + "architecture": 59963, 266 + "archive": 57673, 267 + "area_chart": 59248, 268 + "arming_countdown": 59274, 269 + "arrow_and_edge": 62935, 270 + "arrow_back": 58820, 271 + "arrow_back_2": 62522, 272 + "arrow_back_ios": 58848, 273 + "arrow_back_ios_new": 58090, 274 + "arrow_circle_down": 61825, 275 + "arrow_circle_left": 60071, 276 + "arrow_circle_right": 60074, 277 + "arrow_circle_up": 61826, 278 + "arrow_cool_down": 62646, 279 + "arrow_downward": 58843, 280 + "arrow_downward_alt": 59780, 281 + "arrow_drop_down": 58821, 282 + "arrow_drop_down_circle": 58822, 283 + "arrow_drop_up": 58823, 284 + "arrow_forward": 58824, 285 + "arrow_forward_ios": 58849, 286 + "arrow_insert": 63543, 287 + "arrow_left": 58846, 288 + "arrow_left_alt": 61309, 289 + "arrow_menu_close": 62419, 290 + "arrow_menu_open": 62418, 291 + "arrow_or_edge": 62934, 292 + "arrow_outward": 63694, 293 + "arrow_range": 63131, 294 + "arrow_right": 58847, 295 + "arrow_right_alt": 59713, 296 + "arrow_selector_tool": 63535, 297 + "arrow_shape_up": 61174, 298 + "arrow_shape_up_stack": 61175, 299 + "arrow_shape_up_stack_2": 61176, 300 + "arrow_split": 59908, 301 + "arrow_top_left": 63278, 302 + "arrow_top_right": 63277, 303 + "arrow_upload_progress": 62452, 304 + "arrow_upload_ready": 62453, 305 + "arrow_upward": 58840, 306 + "arrow_upward_alt": 59782, 307 + "arrow_warm_up": 62645, 308 + "arrows_input": 62356, 309 + "arrows_more_down": 63659, 310 + "arrows_more_up": 63660, 311 + "arrows_output": 62355, 312 + "arrows_outward": 63276, 313 + "art_track": 57440, 314 + "article": 61250, 315 + "article_person": 62312, 316 + "article_shortcut": 62855, 317 + "artist": 57370, 318 + "aspect_ratio": 59483, 319 + "assessment": 61644, 320 + "assignment": 59485, 321 + "assignment_add": 63560, 322 + "assignment_ind": 59486, 323 + "assignment_late": 59487, 324 + "assignment_return": 59488, 325 + "assignment_returned": 59489, 326 + "assignment_turned_in": 59490, 327 + "assist_walker": 63701, 328 + "assistant": 58271, 329 + "assistant_device": 59783, 330 + "assistant_direction": 59784, 331 + "assistant_navigation": 59785, 332 + "assistant_on_hub": 63169, 333 + "assistant_photo": 61638, 334 + "assured_workload": 60271, 335 + "asterisk": 62757, 336 + "astrophotography_auto": 61913, 337 + "astrophotography_off": 61914, 338 + "atm": 58739, 339 + "atr": 60359, 340 + "attach_email": 59998, 341 + "attach_file": 57894, 342 + "attach_file_add": 63553, 343 + "attach_file_off": 62681, 344 + "attach_money": 57895, 345 + "attachment": 58044, 346 + "attractions": 59986, 347 + "attribution": 61403, 348 + "audio_description": 62860, 349 + "audio_file": 60290, 350 + "audio_video_receiver": 62931, 351 + "audiotrack": 58373, 352 + "auto_activity_zone": 63661, 353 + "auto_awesome": 58975, 354 + "auto_awesome_mosaic": 58976, 355 + "auto_awesome_motion": 58977, 356 + "auto_delete": 59980, 357 + "auto_detect_voice": 63550, 358 + "auto_draw_solid": 59786, 359 + "auto_fix": 58979, 360 + "auto_fix_high": 58979, 361 + "auto_fix_normal": 58980, 362 + "auto_fix_off": 58981, 363 + "auto_graph": 58619, 364 + "auto_label": 63166, 365 + "auto_meeting_room": 63167, 366 + "auto_mode": 60448, 367 + "auto_read_pause": 61977, 368 + "auto_read_play": 61974, 369 + "auto_schedule": 57876, 370 + "auto_stories": 58982, 371 + "auto_stories_off": 62055, 372 + "auto_timer": 61311, 373 + "auto_towing": 59166, 374 + "auto_transmission": 62783, 375 + "auto_videocam": 63168, 376 + "autofps_select": 61404, 377 + "automation": 62497, 378 + "autopause": 63158, 379 + "autopay": 63563, 380 + "autoplay": 63157, 381 + "autorenew": 59491, 382 + "autostop": 63106, 383 + "av1": 62640, 384 + "av_timer": 57371, 385 + "avc": 62639, 386 + "avg_pace": 63163, 387 + "avg_time": 63507, 388 + "award_meal": 62017, 389 + "award_star": 62994, 390 + "azm": 63212, 391 + "baby_changing_station": 61851, 392 + "back_hand": 59236, 393 + "back_to_tab": 63275, 394 + "background_dot_large": 63390, 395 + "background_dot_small": 62740, 396 + "background_grid_small": 63389, 397 + "background_replace": 61962, 398 + "backlight_high": 63469, 399 + "backlight_high_off": 62703, 400 + "backlight_low": 63468, 401 + "backpack": 61852, 402 + "backspace": 57674, 403 + "backup": 59492, 404 + "backup_table": 61251, 405 + "badge": 60007, 406 + "badge_critical_battery": 61782, 407 + "badminton": 62120, 408 + "bakery_dining": 59987, 409 + "balance": 60150, 410 + "balcony": 58767, 411 + "ballot": 57714, 412 + "bar_chart": 57963, 413 + "bar_chart_4_bars": 63105, 414 + "bar_chart_off": 62481, 415 + "barcode": 59147, 416 + "barcode_reader": 63580, 417 + "barcode_scanner": 59148, 418 + "barefoot": 63601, 419 + "batch_prediction": 61685, 420 + "bath_bedrock": 62086, 421 + "bath_outdoor": 63227, 422 + "bath_private": 63226, 423 + "bath_public_large": 63225, 424 + "bath_soak": 62112, 425 + "bathroom": 61405, 426 + "bathtub": 59969, 427 + "battery_0_bar": 60380, 428 + "battery_1_bar": 61596, 429 + "battery_20": 61596, 430 + "battery_2_bar": 61597, 431 + "battery_30": 61597, 432 + "battery_3_bar": 61598, 433 + "battery_4_bar": 61599, 434 + "battery_50": 61598, 435 + "battery_5_bar": 61600, 436 + "battery_60": 61599, 437 + "battery_6_bar": 61601, 438 + "battery_80": 61600, 439 + "battery_90": 61601, 440 + "battery_alert": 57756, 441 + "battery_android_0": 62221, 442 + "battery_android_1": 62220, 443 + "battery_android_2": 62219, 444 + "battery_android_3": 62218, 445 + "battery_android_4": 62217, 446 + "battery_android_5": 62216, 447 + "battery_android_6": 62215, 448 + "battery_android_alert": 62214, 449 + "battery_android_bolt": 62213, 450 + "battery_android_frame_1": 62039, 451 + "battery_android_frame_2": 62038, 452 + "battery_android_frame_3": 62037, 453 + "battery_android_frame_4": 62036, 454 + "battery_android_frame_5": 62035, 455 + "battery_android_frame_6": 62034, 456 + "battery_android_frame_alert": 62033, 457 + "battery_android_frame_bolt": 62032, 458 + "battery_android_frame_full": 62031, 459 + "battery_android_frame_plus": 62030, 460 + "battery_android_frame_question": 62029, 461 + "battery_android_frame_share": 62028, 462 + "battery_android_frame_shield": 62027, 463 + "battery_android_full": 62212, 464 + "battery_android_plus": 62211, 465 + "battery_android_question": 62210, 466 + "battery_android_share": 62209, 467 + "battery_android_shield": 62208, 468 + "battery_change": 63467, 469 + "battery_charging_20": 61602, 470 + "battery_charging_30": 61603, 471 + "battery_charging_50": 61604, 472 + "battery_charging_60": 61605, 473 + "battery_charging_80": 61606, 474 + "battery_charging_90": 61607, 475 + "battery_charging_full": 57763, 476 + "battery_error": 63466, 477 + "battery_full": 57765, 478 + "battery_full_alt": 61755, 479 + "battery_horiz_000": 63662, 480 + "battery_horiz_050": 63663, 481 + "battery_horiz_075": 63664, 482 + "battery_low": 61781, 483 + "battery_plus": 63465, 484 + "battery_profile": 57862, 485 + "battery_saver": 61406, 486 + "battery_share": 63102, 487 + "battery_status_good": 63101, 488 + "battery_std": 57765, 489 + "battery_unknown": 57766, 490 + "battery_vert_005": 63665, 491 + "battery_vert_020": 63666, 492 + "battery_vert_050": 63667, 493 + "battery_very_low": 61782, 494 + "beach_access": 60222, 495 + "bed": 61407, 496 + "bedroom_baby": 61408, 497 + "bedroom_child": 61409, 498 + "bedroom_parent": 61410, 499 + "bedtime": 61785, 500 + "bedtime_off": 60278, 501 + "beenhere": 58669, 502 + "beer_meal": 62085, 503 + "bento": 61940, 504 + "bia": 63211, 505 + "bid_landscape": 59000, 506 + "bid_landscape_disabled": 61313, 507 + "bigtop_updates": 58985, 508 + "bike_dock": 62587, 509 + "bike_lane": 62586, 510 + "bike_scooter": 61253, 511 + "biotech": 59962, 512 + "blanket": 59432, 513 + "blender": 61411, 514 + "blind": 63702, 515 + "blinds": 57990, 516 + "blinds_closed": 60447, 517 + "block": 61580, 518 + "blood_pressure": 57495, 519 + "bloodtype": 61412, 520 + "bluetooth": 57767, 521 + "bluetooth_audio": 58895, 522 + "bluetooth_connected": 57768, 523 + "bluetooth_disabled": 57769, 524 + "bluetooth_drive": 61413, 525 + "bluetooth_searching": 58895, 526 + "blur_circular": 58274, 527 + "blur_linear": 58275, 528 + "blur_medium": 59468, 529 + "blur_off": 58276, 530 + "blur_on": 58277, 531 + "blur_short": 59599, 532 + "boat_bus": 62317, 533 + "boat_railway": 62316, 534 + "body_fat": 57496, 535 + "body_system": 57497, 536 + "bolt": 59915, 537 + "bomb": 62824, 538 + "book": 59502, 539 + "book_2": 62782, 540 + "book_3": 62781, 541 + "book_4": 62780, 542 + "book_5": 62779, 543 + "book_6": 62431, 544 + "book_online": 62180, 545 + "book_ribbon": 62439, 546 + "bookmark": 59623, 547 + "bookmark_add": 58776, 548 + "bookmark_added": 58777, 549 + "bookmark_bag": 62480, 550 + "bookmark_border": 59623, 551 + "bookmark_check": 62551, 552 + "bookmark_flag": 62550, 553 + "bookmark_heart": 62549, 554 + "bookmark_manager": 63409, 555 + "bookmark_remove": 58778, 556 + "bookmark_star": 62548, 557 + "bookmarks": 59787, 558 + "books_movies_and_music": 61314, 559 + "border_all": 57896, 560 + "border_bottom": 57897, 561 + "border_clear": 57898, 562 + "border_color": 57899, 563 + "border_horizontal": 57900, 564 + "border_inner": 57901, 565 + "border_left": 57902, 566 + "border_outer": 57903, 567 + "border_right": 57904, 568 + "border_style": 57905, 569 + "border_top": 57906, 570 + "border_vertical": 57907, 571 + "borg": 62477, 572 + "bottom_app_bar": 59184, 573 + "bottom_drawer": 59181, 574 + "bottom_navigation": 59788, 575 + "bottom_panel_close": 63274, 576 + "bottom_panel_open": 63273, 577 + "bottom_right_click": 63108, 578 + "bottom_sheets": 59789, 579 + "box": 62884, 580 + "box_add": 62885, 581 + "box_edit": 62886, 582 + "boy": 60263, 583 + "brand_awareness": 59790, 584 + "brand_family": 62705, 585 + "branding_watermark": 57451, 586 + "breakfast_dining": 59988, 587 + "breaking_news": 59912, 588 + "breaking_news_alt_1": 61626, 589 + "breastfeeding": 63574, 590 + "brick": 62344, 591 + "briefcase_meal": 62022, 592 + "brightness_1": 58362, 593 + "brightness_2": 61494, 594 + "brightness_3": 58280, 595 + "brightness_4": 58281, 596 + "brightness_5": 58282, 597 + "brightness_6": 58283, 598 + "brightness_7": 58284, 599 + "brightness_alert": 62927, 600 + "brightness_auto": 57771, 601 + "brightness_empty": 63464, 602 + "brightness_high": 57772, 603 + "brightness_low": 57773, 604 + "brightness_medium": 57774, 605 + "bring_your_own_ip": 57366, 606 + "broadcast_on_home": 63736, 607 + "broadcast_on_personal": 63737, 608 + "broken_image": 58285, 609 + "browse": 60179, 610 + "browse_activity": 63653, 611 + "browse_gallery": 60369, 612 + "browser_not_supported": 61255, 613 + "browser_updated": 59343, 614 + "brunch_dining": 60019, 615 + "brush": 58286, 616 + "bubble": 61315, 617 + "bubble_chart": 59101, 618 + "bubbles": 63054, 619 + "bucket_check": 61226, 620 + "bug_report": 59496, 621 + "build": 63693, 622 + "build_circle": 61256, 623 + "bungalow": 58769, 624 + "burst_mode": 58428, 625 + "bus_alert": 59791, 626 + "bus_railway": 62315, 627 + "business": 59374, 628 + "business_center": 60223, 629 + "business_chip": 63564, 630 + "business_messages": 61316, 631 + "buttons_alt": 59183, 632 + "cabin": 58761, 633 + "cable": 61414, 634 + "cable_car": 62585, 635 + "cached": 59498, 636 + "cadence": 62644, 637 + "cake": 59369, 638 + "cake_add": 63579, 639 + "calculate": 59999, 640 + "calendar_add_on": 61317, 641 + "calendar_apps_script": 61627, 642 + "calendar_check": 62019, 643 + "calendar_clock": 62784, 644 + "calendar_lock": 62018, 645 + "calendar_meal": 62102, 646 + "calendar_meal_2": 62016, 647 + "calendar_month": 60364, 648 + "calendar_today": 59701, 649 + "calendar_view_day": 59702, 650 + "calendar_view_month": 61415, 651 + "calendar_view_week": 61416, 652 + "call": 61652, 653 + "call_end": 61628, 654 + "call_end_alt": 61628, 655 + "call_log": 57486, 656 + "call_made": 57522, 657 + "call_merge": 57523, 658 + "call_missed": 57524, 659 + "call_missed_outgoing": 57572, 660 + "call_quality": 63058, 661 + "call_received": 57525, 662 + "call_split": 57526, 663 + "call_to_action": 57452, 664 + "camera": 58287, 665 + "camera_alt": 58386, 666 + "camera_enhance": 59644, 667 + "camera_front": 62153, 668 + "camera_indoor": 61417, 669 + "camera_outdoor": 61418, 670 + "camera_rear": 62152, 671 + "camera_roll": 58291, 672 + "camera_video": 63398, 673 + "cameraswitch": 61419, 674 + "campaign": 61257, 675 + "camping": 63650, 676 + "cancel": 59528, 677 + "cancel_presentation": 57577, 678 + "cancel_schedule_send": 59961, 679 + "candle": 62856, 680 + "candlestick_chart": 60116, 681 + "cannabis": 62195, 682 + "captive_portal": 63272, 683 + "capture": 63271, 684 + "car_crash": 60402, 685 + "car_defrost_left": 62276, 686 + "car_defrost_low_left": 62275, 687 + "car_defrost_low_right": 62274, 688 + "car_defrost_mid_left": 62072, 689 + "car_defrost_mid_low_left": 62273, 690 + "car_defrost_mid_low_right": 62071, 691 + "car_defrost_mid_right": 62272, 692 + "car_defrost_right": 62271, 693 + "car_fan_low_left": 62270, 694 + "car_fan_low_mid_left": 62269, 695 + "car_fan_low_right": 62268, 696 + "car_fan_mid_left": 62267, 697 + "car_fan_mid_low_right": 62266, 698 + "car_fan_mid_right": 62265, 699 + "car_fan_recirculate": 62264, 700 + "car_gear": 62263, 701 + "car_lock": 62262, 702 + "car_mirror_heat": 62261, 703 + "car_rental": 59989, 704 + "car_repair": 59990, 705 + "car_tag": 62691, 706 + "card_giftcard": 59638, 707 + "card_membership": 59639, 708 + "card_travel": 59640, 709 + "cardio_load": 62649, 710 + "cardiology": 57500, 711 + "cards": 59793, 712 + "cards_star": 62325, 713 + "carpenter": 61944, 714 + "carry_on_bag": 60168, 715 + "carry_on_bag_checked": 60171, 716 + "carry_on_bag_inactive": 60170, 717 + "carry_on_bag_question": 60169, 718 + "cases": 59794, 719 + "casino": 60224, 720 + "cast": 58119, 721 + "cast_connected": 58120, 722 + "cast_for_education": 61420, 723 + "cast_pause": 62960, 724 + "cast_warning": 62959, 725 + "castle": 60081, 726 + "category": 58740, 727 + "category_search": 62519, 728 + "celebration": 60005, 729 + "cell_merge": 63534, 730 + "cell_tower": 60346, 731 + "cell_wifi": 57580, 732 + "center_focus_strong": 58292, 733 + "center_focus_weak": 58293, 734 + "chair": 61421, 735 + "chair_alt": 61422, 736 + "chair_counter": 62111, 737 + "chair_fireplace": 62110, 738 + "chair_umbrella": 62109, 739 + "chalet": 58757, 740 + "change_circle": 58087, 741 + "change_history": 59499, 742 + "charger": 58030, 743 + "charging_station": 62179, 744 + "chart_data": 58483, 745 + "chat": 57545, 746 + "chat_add_on": 61683, 747 + "chat_apps_script": 61629, 748 + "chat_bubble": 57547, 749 + "chat_bubble_outline": 57547, 750 + "chat_error": 63404, 751 + "chat_info": 62763, 752 + "chat_paste_go": 63165, 753 + "chat_paste_go_2": 62411, 754 + "check": 58826, 755 + "check_box": 59444, 756 + "check_box_outline_blank": 59445, 757 + "check_circle": 61630, 758 + "check_circle_filled": 61630, 759 + "check_circle_outline": 61630, 760 + "check_circle_unread": 62078, 761 + "check_in_out": 63222, 762 + "check_indeterminate_small": 63626, 763 + "check_small": 63627, 764 + "checkbook": 59149, 765 + "checked_bag": 60172, 766 + "checked_bag_question": 60173, 767 + "checklist": 59057, 768 + "checklist_rtl": 59059, 769 + "checkroom": 61854, 770 + "cheer": 63144, 771 + "chef_hat": 62295, 772 + "chess": 62951, 773 + "chess_bishop": 62049, 774 + "chess_bishop_2": 62050, 775 + "chess_king": 62047, 776 + "chess_king_2": 62048, 777 + "chess_knight": 62046, 778 + "chess_pawn": 62390, 779 + "chess_pawn_2": 62045, 780 + "chess_queen": 62044, 781 + "chess_rook": 62043, 782 + "chevron_backward": 62571, 783 + "chevron_forward": 62570, 784 + "chevron_left": 58827, 785 + "chevron_right": 58828, 786 + "child_care": 60225, 787 + "child_friendly": 60226, 788 + "child_hat": 61232, 789 + "chip_extraction": 63521, 790 + "chips": 59795, 791 + "chrome_reader_mode": 59501, 792 + "chromecast_2": 61819, 793 + "chromecast_device": 59452, 794 + "chronic": 60338, 795 + "church": 60078, 796 + "cinematic_blur": 63571, 797 + "circle": 61258, 798 + "circle_notifications": 59796, 799 + "circles": 59370, 800 + "circles_ext": 59372, 801 + "clarify": 61631, 802 + "class": 59502, 803 + "clean_hands": 61983, 804 + "cleaning": 59797, 805 + "cleaning_bucket": 63668, 806 + "cleaning_services": 61695, 807 + "clear": 58829, 808 + "clear_all": 57528, 809 + "clear_day": 61783, 810 + "clear_night": 61785, 811 + "climate_mini_split": 63669, 812 + "clinical_notes": 57502, 813 + "clock_arrow_down": 62338, 814 + "clock_arrow_up": 62337, 815 + "clock_loader_10": 63270, 816 + "clock_loader_20": 63269, 817 + "clock_loader_40": 63268, 818 + "clock_loader_60": 63267, 819 + "clock_loader_80": 63266, 820 + "clock_loader_90": 63265, 821 + "close": 58829, 822 + "close_fullscreen": 61903, 823 + "close_small": 62728, 824 + "closed_caption": 59798, 825 + "closed_caption_add": 62638, 826 + "closed_caption_disabled": 61916, 827 + "closed_caption_off": 59798, 828 + "cloud": 61788, 829 + "cloud_alert": 62412, 830 + "cloud_circle": 58046, 831 + "cloud_done": 58047, 832 + "cloud_download": 58048, 833 + "cloud_lock": 62342, 834 + "cloud_off": 58049, 835 + "cloud_queue": 61788, 836 + "cloud_sync": 60250, 837 + "cloud_upload": 58051, 838 + "cloudy": 61788, 839 + "cloudy_filled": 61788, 840 + "cloudy_snowing": 59408, 841 + "co2": 59312, 842 + "co_present": 60144, 843 + "code": 59503, 844 + "code_blocks": 63565, 845 + "code_off": 58611, 846 + "coffee": 61423, 847 + "coffee_maker": 61424, 848 + "cognition": 57503, 849 + "cognition_2": 62389, 850 + "collapse_all": 59716, 851 + "collapse_content": 62727, 852 + "collections": 58323, 853 + "collections_bookmark": 58417, 854 + "color_lens": 58378, 855 + "colorize": 58296, 856 + "colors": 59799, 857 + "combine_columns": 62496, 858 + "comedy_mask": 62678, 859 + "comic_bubble": 62941, 860 + "comment": 57932, 861 + "comment_bank": 59982, 862 + "comments_disabled": 59298, 863 + "commit": 60149, 864 + "communication": 57980, 865 + "communities": 60182, 866 + "communities_filled": 60182, 867 + "commute": 59712, 868 + "compare": 58297, 869 + "compare_arrows": 59669, 870 + "compass_calibration": 58748, 871 + "component_exchange": 61927, 872 + "compost": 59233, 873 + "compress": 59725, 874 + "computer": 58142, 875 + "computer_arrow_up": 62199, 876 + "computer_cancel": 62198, 877 + "concierge": 62817, 878 + "conditions": 57504, 879 + "confirmation_number": 58936, 880 + "congenital": 57505, 881 + "connect_without_contact": 61987, 882 + "connected_tv": 59800, 883 + "connecting_airports": 59337, 884 + "construction": 59964, 885 + "contact_emergency": 63697, 886 + "contact_mail": 57552, 887 + "contact_page": 61998, 888 + "contact_phone": 61632, 889 + "contact_phone_filled": 61632, 890 + "contact_support": 59724, 891 + "contactless": 60017, 892 + "contactless_off": 63576, 893 + "contacts": 57530, 894 + "contacts_product": 59801, 895 + "content_copy": 57677, 896 + "content_cut": 57678, 897 + "content_paste": 57679, 898 + "content_paste_go": 60046, 899 + "content_paste_off": 58616, 900 + "content_paste_search": 60059, 901 + "contextual_token": 62598, 902 + "contextual_token_add": 62597, 903 + "contract": 62880, 904 + "contract_delete": 62882, 905 + "contract_edit": 62881, 906 + "contrast": 60215, 907 + "contrast_circle": 62623, 908 + "contrast_rtl_off": 60530, 909 + "contrast_square": 62624, 910 + "control_camera": 57460, 911 + "control_point": 58298, 912 + "control_point_duplicate": 58299, 913 + "controller_gen": 59453, 914 + "conversation": 61231, 915 + "conversion_path": 61633, 916 + "conversion_path_off": 63412, 917 + "convert_to_text": 62495, 918 + "conveyor_belt": 63591, 919 + "cookie": 60076, 920 + "cookie_off": 63386, 921 + "cooking": 58038, 922 + "cool_to_dry": 57974, 923 + "copy_all": 58092, 924 + "copyright": 59660, 925 + "coronavirus": 61985, 926 + "corporate_fare": 61904, 927 + "cottage": 58759, 928 + "counter_0": 63365, 929 + "counter_1": 63364, 930 + "counter_2": 63363, 931 + "counter_3": 63362, 932 + "counter_4": 63361, 933 + "counter_5": 63360, 934 + "counter_6": 63359, 935 + "counter_7": 63358, 936 + "counter_8": 63357, 937 + "counter_9": 63356, 938 + "countertops": 61943, 939 + "create": 61591, 940 + "create_new_folder": 58060, 941 + "credit_card": 59553, 942 + "credit_card_clock": 62520, 943 + "credit_card_gear": 62765, 944 + "credit_card_heart": 62764, 945 + "credit_card_off": 58612, 946 + "credit_score": 61425, 947 + "crib": 58760, 948 + "crisis_alert": 60393, 949 + "crop": 58302, 950 + "crop_16_9": 58300, 951 + "crop_3_2": 58301, 952 + "crop_5_4": 58303, 953 + "crop_7_5": 58304, 954 + "crop_9_16": 62793, 955 + "crop_din": 58310, 956 + "crop_free": 58306, 957 + "crop_landscape": 58307, 958 + "crop_original": 58356, 959 + "crop_portrait": 58309, 960 + "crop_rotate": 58423, 961 + "crop_square": 58310, 962 + "crossword": 62949, 963 + "crowdsource": 60184, 964 + "crown": 60595, 965 + "cruelty_free": 59289, 966 + "css": 60307, 967 + "csv": 59087, 968 + "currency_bitcoin": 60357, 969 + "currency_exchange": 60272, 970 + "currency_franc": 60154, 971 + "currency_lira": 60143, 972 + "currency_pound": 60145, 973 + "currency_ruble": 60140, 974 + "currency_rupee": 60151, 975 + "currency_rupee_circle": 62560, 976 + "currency_yen": 60155, 977 + "currency_yuan": 60153, 978 + "curtains": 60446, 979 + "curtains_closed": 60445, 980 + "custom_typography": 59186, 981 + "cut": 61579, 982 + "cycle": 63572, 983 + "cyclone": 60373, 984 + "dangerous": 59802, 985 + "dark_mode": 58652, 986 + "dashboard": 59505, 987 + "dashboard_2": 62442, 988 + "dashboard_customize": 59803, 989 + "data_alert": 63478, 990 + "data_array": 60113, 991 + "data_check": 63474, 992 + "data_exploration": 59247, 993 + "data_info_alert": 63477, 994 + "data_loss_prevention": 58076, 995 + "data_object": 60115, 996 + "data_saver_off": 61426, 997 + "data_saver_on": 61427, 998 + "data_table": 59804, 999 + "data_thresholding": 60319, 1000 + "data_usage": 61426, 1001 + "database": 61966, 1002 + "database_off": 62484, 1003 + "database_search": 62350, 1004 + "database_upload": 62428, 1005 + "dataset": 63726, 1006 + "dataset_linked": 63727, 1007 + "date_range": 59670, 1008 + "deblur": 60279, 1009 + "deceased": 57509, 1010 + "decimal_decrease": 63533, 1011 + "decimal_increase": 63532, 1012 + "deck": 59970, 1013 + "dehaze": 58311, 1014 + "delete": 59694, 1015 + "delete_forever": 59691, 1016 + "delete_history": 62744, 1017 + "delete_outline": 59694, 1018 + "delete_sweep": 57708, 1019 + "delivery_dining": 60200, 1020 + "delivery_truck_bolt": 62370, 1021 + "delivery_truck_speed": 62369, 1022 + "demography": 58505, 1023 + "density_large": 60329, 1024 + "density_medium": 60318, 1025 + "density_small": 60328, 1026 + "dentistry": 57510, 1027 + "departure_board": 58742, 1028 + "deployed_code": 63264, 1029 + "deployed_code_account": 62747, 1030 + "deployed_code_alert": 62962, 1031 + "deployed_code_history": 62963, 1032 + "deployed_code_update": 62964, 1033 + "dermatology": 57511, 1034 + "description": 59507, 1035 + "deselect": 60342, 1036 + "design_services": 61706, 1037 + "desk": 63732, 1038 + "deskphone": 63482, 1039 + "desktop_access_disabled": 59805, 1040 + "desktop_cloud": 62427, 1041 + "desktop_cloud_stack": 62398, 1042 + "desktop_landscape": 62558, 1043 + "desktop_landscape_add": 62521, 1044 + "desktop_mac": 58123, 1045 + "desktop_portrait": 62557, 1046 + "desktop_windows": 58124, 1047 + "destruction": 62853, 1048 + "details": 58312, 1049 + "detection_and_zone": 58015, 1050 + "detector": 57986, 1051 + "detector_alarm": 57847, 1052 + "detector_battery": 57860, 1053 + "detector_co": 58031, 1054 + "detector_offline": 57891, 1055 + "detector_smoke": 57989, 1056 + "detector_status": 57832, 1057 + "developer_board": 58125, 1058 + "developer_board_off": 58623, 1059 + "developer_guide": 59806, 1060 + "developer_mode": 62178, 1061 + "developer_mode_tv": 59508, 1062 + "device_band": 62197, 1063 + "device_hub": 58165, 1064 + "device_reset": 59571, 1065 + "device_thermostat": 57855, 1066 + "device_unknown": 62177, 1067 + "devices": 58150, 1068 + "devices_fold": 60382, 1069 + "devices_fold_2": 62470, 1070 + "devices_off": 63397, 1071 + "devices_other": 58167, 1072 + "devices_wearables": 63147, 1073 + "dew_point": 63609, 1074 + "diagnosis": 57512, 1075 + "diagonal_line": 62494, 1076 + "dialer_sip": 57531, 1077 + "dialogs": 59807, 1078 + "dialpad": 57532, 1079 + "diamond": 60117, 1080 + "diamond_shine": 62130, 1081 + "dictionary": 62777, 1082 + "difference": 60285, 1083 + "digital_out_of_home": 61918, 1084 + "digital_wellbeing": 61318, 1085 + "dine_heart": 62108, 1086 + "dine_in": 62101, 1087 + "dine_lamp": 62107, 1088 + "dining": 61428, 1089 + "dinner_dining": 59991, 1090 + "directions": 58670, 1091 + "directions_alt": 63616, 1092 + "directions_alt_off": 63617, 1093 + "directions_bike": 58671, 1094 + "directions_boat": 61429, 1095 + "directions_boat_filled": 61429, 1096 + "directions_bus": 61430, 1097 + "directions_bus_filled": 61430, 1098 + "directions_car": 61431, 1099 + "directions_car_filled": 61431, 1100 + "directions_off": 61711, 1101 + "directions_railway": 61432, 1102 + "directions_railway_2": 62562, 1103 + "directions_railway_filled": 61432, 1104 + "directions_run": 58726, 1105 + "directions_subway": 61434, 1106 + "directions_subway_filled": 61434, 1107 + "directions_transit": 61434, 1108 + "directions_transit_filled": 61434, 1109 + "directions_walk": 58678, 1110 + "directory_sync": 58260, 1111 + "dirty_lens": 61259, 1112 + "disabled_by_default": 62000, 1113 + "disabled_visible": 59246, 1114 + "disc_full": 58896, 1115 + "discover_tune": 57368, 1116 + "dishwasher": 59808, 1117 + "dishwasher_gen": 59442, 1118 + "display_external_input": 63463, 1119 + "display_settings": 60311, 1120 + "distance": 63210, 1121 + "diversity_1": 63703, 1122 + "diversity_2": 63704, 1123 + "diversity_3": 63705, 1124 + "diversity_4": 63575, 1125 + "dns": 59509, 1126 + "do_disturb": 61580, 1127 + "do_disturb_alt": 61581, 1128 + "do_disturb_off": 61582, 1129 + "do_disturb_on": 61583, 1130 + "do_not_disturb": 61581, 1131 + "do_not_disturb_alt": 61580, 1132 + "do_not_disturb_off": 61582, 1133 + "do_not_disturb_on": 61583, 1134 + "do_not_disturb_on_total_silence": 61435, 1135 + "do_not_step": 61855, 1136 + "do_not_touch": 61872, 1137 + "dock": 62176, 1138 + "dock_to_bottom": 63462, 1139 + "dock_to_left": 63461, 1140 + "dock_to_right": 63460, 1141 + "docs": 60029, 1142 + "docs_add_on": 61634, 1143 + "docs_apps_script": 61635, 1144 + "document_scanner": 58874, 1145 + "document_search": 62341, 1146 + "domain": 59374, 1147 + "domain_add": 60258, 1148 + "domain_disabled": 57583, 1149 + "domain_verification": 61260, 1150 + "domain_verification_off": 63408, 1151 + "domino_mask": 62948, 1152 + "done": 59510, 1153 + "done_all": 59511, 1154 + "done_outline": 59695, 1155 + "donut_large": 59671, 1156 + "donut_small": 59672, 1157 + "door_back": 61436, 1158 + "door_front": 61437, 1159 + "door_open": 59260, 1160 + "door_sensor": 57994, 1161 + "door_sliding": 61438, 1162 + "doorbell": 61439, 1163 + "doorbell_3p": 57831, 1164 + "doorbell_chime": 57843, 1165 + "double_arrow": 59984, 1166 + "downhill_skiing": 58633, 1167 + "download": 61584, 1168 + "download_2": 62755, 1169 + "download_done": 61585, 1170 + "download_for_offline": 61440, 1171 + "downloading": 61441, 1172 + "draft": 58989, 1173 + "draft_orders": 59315, 1174 + "drafts": 57681, 1175 + "drag_click": 63263, 1176 + "drag_handle": 57949, 1177 + "drag_indicator": 59717, 1178 + "drag_pan": 63262, 1179 + "draw": 59206, 1180 + "draw_abstract": 63480, 1181 + "draw_collage": 63479, 1182 + "drawing_recognition": 60160, 1183 + "dresser": 57872, 1184 + "drive_eta": 61431, 1185 + "drive_export": 62493, 1186 + "drive_file_move": 59809, 1187 + "drive_file_move_outline": 59809, 1188 + "drive_file_move_rtl": 59809, 1189 + "drive_file_rename_outline": 59810, 1190 + "drive_folder_upload": 59811, 1191 + "drive_fusiontable": 59000, 1192 + "drone": 62042, 1193 + "drone_2": 62041, 1194 + "dropdown": 59812, 1195 + "dropper_eye": 62289, 1196 + "dry": 61875, 1197 + "dry_cleaning": 59992, 1198 + "dual_screen": 63183, 1199 + "duo": 59813, 1200 + "dvr": 57778, 1201 + "dynamic_feed": 59924, 1202 + "dynamic_form": 61887, 1203 + "e911_avatar": 61722, 1204 + "e911_emergency": 61721, 1205 + "e_mobiledata": 61442, 1206 + "e_mobiledata_badge": 63459, 1207 + "ear_sound": 62294, 1208 + "earbud_case": 62247, 1209 + "earbud_left": 62246, 1210 + "earbud_right": 62245, 1211 + "earbuds": 61443, 1212 + "earbuds_2": 62244, 1213 + "earbuds_battery": 61444, 1214 + "early_on": 58042, 1215 + "earthquake": 63055, 1216 + "east": 61919, 1217 + "ecg": 63503, 1218 + "ecg_heart": 63209, 1219 + "eco": 59957, 1220 + "eda": 63208, 1221 + "edgesensor_high": 62191, 1222 + "edgesensor_low": 62190, 1223 + "edit": 61591, 1224 + "edit_arrow_down": 62336, 1225 + "edit_arrow_up": 62335, 1226 + "edit_attributes": 58744, 1227 + "edit_audio": 62509, 1228 + "edit_calendar": 59202, 1229 + "edit_document": 63628, 1230 + "edit_location": 58728, 1231 + "edit_location_alt": 57797, 1232 + "edit_note": 59205, 1233 + "edit_notifications": 58661, 1234 + "edit_off": 59728, 1235 + "edit_road": 61261, 1236 + "edit_square": 63629, 1237 + "editor_choice": 62760, 1238 + "egg": 60108, 1239 + "egg_alt": 60104, 1240 + "eject": 59643, 1241 + "elderly": 61978, 1242 + "elderly_woman": 60265, 1243 + "electric_bike": 60187, 1244 + "electric_bolt": 60444, 1245 + "electric_car": 60188, 1246 + "electric_meter": 60443, 1247 + "electric_moped": 60189, 1248 + "electric_rickshaw": 60190, 1249 + "electric_scooter": 60191, 1250 + "electrical_services": 61698, 1251 + "elevation": 63207, 1252 + "elevator": 61856, 1253 + "email": 57689, 1254 + "emergency": 57835, 1255 + "emergency_heat": 61789, 1256 + "emergency_heat_2": 62693, 1257 + "emergency_home": 59434, 1258 + "emergency_recording": 60404, 1259 + "emergency_share": 60406, 1260 + "emergency_share_off": 62878, 1261 + "emoji_emotions": 59938, 1262 + "emoji_events": 59939, 1263 + "emoji_flags": 61638, 1264 + "emoji_food_beverage": 59931, 1265 + "emoji_language": 62669, 1266 + "emoji_nature": 59932, 1267 + "emoji_objects": 59940, 1268 + "emoji_people": 59933, 1269 + "emoji_symbols": 59934, 1270 + "emoji_transportation": 59935, 1271 + "emoticon": 58867, 1272 + "empty_dashboard": 63556, 1273 + "enable": 61832, 1274 + "encrypted": 58771, 1275 + "encrypted_add": 62505, 1276 + "encrypted_add_circle": 62506, 1277 + "encrypted_minus_circle": 62504, 1278 + "encrypted_off": 62503, 1279 + "endocrinology": 57513, 1280 + "energy": 59814, 1281 + "energy_program_saving": 61791, 1282 + "energy_program_time_used": 61793, 1283 + "energy_savings_leaf": 60442, 1284 + "engineering": 59965, 1285 + "enhanced_encryption": 58943, 1286 + "ent": 57514, 1287 + "enterprise": 59150, 1288 + "enterprise_off": 60237, 1289 + "equal": 63355, 1290 + "equalizer": 57373, 1291 + "eraser_size_1": 62460, 1292 + "eraser_size_2": 62459, 1293 + "eraser_size_3": 62458, 1294 + "eraser_size_4": 62457, 1295 + "eraser_size_5": 62456, 1296 + "error": 63670, 1297 + "error_circle_rounded": 63670, 1298 + "error_med": 58523, 1299 + "error_outline": 63670, 1300 + "escalator": 61857, 1301 + "escalator_warning": 61868, 1302 + "euro": 59925, 1303 + "euro_symbol": 59686, 1304 + "ev_charger": 58733, 1305 + "ev_mobiledata_badge": 63458, 1306 + "ev_shadow": 61327, 1307 + "ev_shadow_add": 62848, 1308 + "ev_shadow_minus": 62847, 1309 + "ev_station": 58733, 1310 + "event": 59512, 1311 + "event_available": 58900, 1312 + "event_busy": 58901, 1313 + "event_list": 63107, 1314 + "event_note": 58902, 1315 + "event_repeat": 60283, 1316 + "event_seat": 59651, 1317 + "event_upcoming": 62008, 1318 + "exclamation": 61999, 1319 + "exercise": 63206, 1320 + "exit_to_app": 59513, 1321 + "expand": 59727, 1322 + "expand_all": 59718, 1323 + "expand_circle_down": 59341, 1324 + "expand_circle_right": 62865, 1325 + "expand_circle_up": 62930, 1326 + "expand_content": 63536, 1327 + "expand_less": 58830, 1328 + "expand_more": 58831, 1329 + "expansion_panels": 61328, 1330 + "expension_panels": 61328, 1331 + "experiment": 59014, 1332 + "explicit": 57374, 1333 + "explore": 59514, 1334 + "explore_nearby": 58680, 1335 + "explore_off": 59816, 1336 + "explosion": 63109, 1337 + "export_notes": 57516, 1338 + "exposure": 58358, 1339 + "exposure_neg_1": 58315, 1340 + "exposure_neg_2": 58316, 1341 + "exposure_plus_1": 59392, 1342 + "exposure_plus_2": 58318, 1343 + "exposure_zero": 58319, 1344 + "extension": 59515, 1345 + "extension_off": 58613, 1346 + "eye_tracking": 62665, 1347 + "eyeglasses": 63214, 1348 + "eyeglasses_2": 62151, 1349 + "eyeglasses_2_sound": 62053, 1350 + "face": 61448, 1351 + "face_2": 63706, 1352 + "face_3": 63707, 1353 + "face_4": 63708, 1354 + "face_5": 63709, 1355 + "face_6": 63710, 1356 + "face_down": 62466, 1357 + "face_left": 62465, 1358 + "face_nod": 62464, 1359 + "face_retouching_natural": 61262, 1360 + "face_retouching_off": 61447, 1361 + "face_right": 62463, 1362 + "face_shake": 62462, 1363 + "face_unlock": 61448, 1364 + "face_up": 62461, 1365 + "fact_check": 61637, 1366 + "factory": 60348, 1367 + "falling": 62989, 1368 + "familiar_face_and_zone": 57884, 1369 + "family_history": 57517, 1370 + "family_home": 60198, 1371 + "family_link": 60185, 1372 + "family_restroom": 61858, 1373 + "family_star": 62759, 1374 + "fan_focus": 62260, 1375 + "fan_indirect": 62259, 1376 + "farsight_digital": 62809, 1377 + "fast_forward": 57375, 1378 + "fast_rewind": 57376, 1379 + "fastfood": 58746, 1380 + "faucet": 57976, 1381 + "favorite": 59518, 1382 + "favorite_border": 59518, 1383 + "fax": 60120, 1384 + "feature_search": 59817, 1385 + "featured_play_list": 57453, 1386 + "featured_seasonal_and_gifts": 61329, 1387 + "featured_video": 57454, 1388 + "feed": 61449, 1389 + "feedback": 59519, 1390 + "female": 58768, 1391 + "femur": 63633, 1392 + "femur_alt": 63634, 1393 + "fence": 61942, 1394 + "fertile": 63205, 1395 + "festival": 60008, 1396 + "fiber_dvr": 57437, 1397 + "fiber_manual_record": 57441, 1398 + "fiber_new": 57438, 1399 + "fiber_pin": 57450, 1400 + "fiber_smart_record": 57442, 1401 + "file_copy": 57715, 1402 + "file_copy_off": 62680, 1403 + "file_download": 61584, 1404 + "file_download_done": 61585, 1405 + "file_download_off": 58622, 1406 + "file_export": 62386, 1407 + "file_json": 62395, 1408 + "file_map": 58053, 1409 + "file_map_stack": 62434, 1410 + "file_open": 60147, 1411 + "file_png": 62396, 1412 + "file_present": 59918, 1413 + "file_save": 61823, 1414 + "file_save_off": 58629, 1415 + "file_upload": 61595, 1416 + "file_upload_off": 63622, 1417 + "files": 60037, 1418 + "filter": 58323, 1419 + "filter_1": 58320, 1420 + "filter_2": 58321, 1421 + "filter_3": 58322, 1422 + "filter_4": 58324, 1423 + "filter_5": 58325, 1424 + "filter_6": 58326, 1425 + "filter_7": 58327, 1426 + "filter_8": 58328, 1427 + "filter_9": 58329, 1428 + "filter_9_plus": 58330, 1429 + "filter_alt": 61263, 1430 + "filter_alt_off": 60210, 1431 + "filter_arrow_right": 62417, 1432 + "filter_b_and_w": 58331, 1433 + "filter_center_focus": 58332, 1434 + "filter_drama": 58333, 1435 + "filter_frames": 58334, 1436 + "filter_hdr": 58335, 1437 + "filter_list": 57682, 1438 + "filter_list_alt": 59726, 1439 + "filter_list_off": 60247, 1440 + "filter_none": 58336, 1441 + "filter_retrolux": 58337, 1442 + "filter_tilt_shift": 58338, 1443 + "filter_vintage": 58339, 1444 + "finance": 59071, 1445 + "finance_chip": 63566, 1446 + "finance_mode": 61330, 1447 + "find_in_page": 59520, 1448 + "find_replace": 59521, 1449 + "fingerprint": 59661, 1450 + "fingerprint_off": 62621, 1451 + "fire_extinguisher": 61912, 1452 + "fire_hydrant": 61859, 1453 + "fire_truck": 63730, 1454 + "fireplace": 59971, 1455 + "first_page": 58844, 1456 + "fit_page": 63354, 1457 + "fit_page_height": 62359, 1458 + "fit_page_width": 62358, 1459 + "fit_screen": 59920, 1460 + "fit_width": 63353, 1461 + "fitness_center": 60227, 1462 + "fitness_tracker": 62563, 1463 + "flag": 61638, 1464 + "flag_2": 62479, 1465 + "flag_check": 62424, 1466 + "flag_circle": 60152, 1467 + "flag_filled": 61638, 1468 + "flaky": 61264, 1469 + "flare": 58340, 1470 + "flash_auto": 58341, 1471 + "flash_off": 58342, 1472 + "flash_on": 58343, 1473 + "flashlight_off": 61450, 1474 + "flashlight_on": 61451, 1475 + "flatware": 61452, 1476 + "flex_direction": 63352, 1477 + "flex_no_wrap": 63351, 1478 + "flex_wrap": 63350, 1479 + "flight": 58681, 1480 + "flight_class": 59339, 1481 + "flight_land": 59652, 1482 + "flight_takeoff": 59653, 1483 + "flights_and_hotels": 59819, 1484 + "flightsmode": 61331, 1485 + "flip": 58344, 1486 + "flip_camera_android": 59959, 1487 + "flip_camera_ios": 59960, 1488 + "flip_to_back": 59522, 1489 + "flip_to_front": 59523, 1490 + "float_landscape_2": 62556, 1491 + "float_portrait_2": 62555, 1492 + "flood": 60390, 1493 + "floor": 63204, 1494 + "floor_lamp": 57886, 1495 + "flourescent": 61565, 1496 + "flowchart": 62349, 1497 + "flowsheet": 57518, 1498 + "fluid": 58499, 1499 + "fluid_balance": 63501, 1500 + "fluid_med": 63500, 1501 + "fluorescent": 61565, 1502 + "flutter": 61917, 1503 + "flutter_dash": 57355, 1504 + "flyover": 62584, 1505 + "fmd_bad": 61454, 1506 + "fmd_good": 61915, 1507 + "foggy": 59416, 1508 + "folded_hands": 62957, 1509 + "folder": 58055, 1510 + "folder_check": 62423, 1511 + "folder_check_2": 62422, 1512 + "folder_code": 62408, 1513 + "folder_copy": 60349, 1514 + "folder_data": 62854, 1515 + "folder_delete": 60212, 1516 + "folder_eye": 62421, 1517 + "folder_info": 62357, 1518 + "folder_limited": 62692, 1519 + "folder_managed": 63349, 1520 + "folder_match": 62420, 1521 + "folder_off": 60291, 1522 + "folder_open": 58056, 1523 + "folder_shared": 58057, 1524 + "folder_special": 58903, 1525 + "folder_supervised": 63348, 1526 + "folder_zip": 60204, 1527 + "follow_the_signs": 61986, 1528 + "font_download": 57703, 1529 + "font_download_off": 58617, 1530 + "food_bank": 61938, 1531 + "foot_bones": 63635, 1532 + "footprint": 63613, 1533 + "for_you": 59820, 1534 + "forest": 60057, 1535 + "fork_left": 60320, 1536 + "fork_right": 60332, 1537 + "fork_spoon": 62436, 1538 + "forklift": 63592, 1539 + "format_align_center": 57908, 1540 + "format_align_justify": 57909, 1541 + "format_align_left": 57910, 1542 + "format_align_right": 57911, 1543 + "format_bold": 57912, 1544 + "format_clear": 57913, 1545 + "format_color_fill": 57914, 1546 + "format_color_reset": 57915, 1547 + "format_color_text": 57916, 1548 + "format_h1": 63581, 1549 + "format_h2": 63582, 1550 + "format_h3": 63583, 1551 + "format_h4": 63584, 1552 + "format_h5": 63585, 1553 + "format_h6": 63586, 1554 + "format_image_left": 63587, 1555 + "format_image_right": 63588, 1556 + "format_indent_decrease": 57917, 1557 + "format_indent_increase": 57918, 1558 + "format_ink_highlighter": 63531, 1559 + "format_italic": 57919, 1560 + "format_letter_spacing": 63347, 1561 + "format_letter_spacing_2": 63000, 1562 + "format_letter_spacing_standard": 62999, 1563 + "format_letter_spacing_wide": 62998, 1564 + "format_letter_spacing_wider": 62997, 1565 + "format_line_spacing": 57920, 1566 + "format_list_bulleted": 57921, 1567 + "format_list_bulleted_add": 63561, 1568 + "format_list_numbered": 57922, 1569 + "format_list_numbered_rtl": 57959, 1570 + "format_overline": 60261, 1571 + "format_paint": 57923, 1572 + "format_paragraph": 63589, 1573 + "format_quote": 57924, 1574 + "format_quote_off": 62483, 1575 + "format_shapes": 57950, 1576 + "format_size": 57925, 1577 + "format_strikethrough": 57926, 1578 + "format_text_clip": 63530, 1579 + "format_text_overflow": 63529, 1580 + "format_text_wrap": 63528, 1581 + "format_textdirection_l_to_r": 57927, 1582 + "format_textdirection_r_to_l": 57928, 1583 + "format_textdirection_vertical": 62648, 1584 + "format_underlined": 57929, 1585 + "format_underlined_squiggle": 63621, 1586 + "forms_add_on": 61639, 1587 + "forms_apps_script": 61640, 1588 + "fort": 60077, 1589 + "forum": 59567, 1590 + "forward": 62842, 1591 + "forward_10": 57430, 1592 + "forward_30": 57431, 1593 + "forward_5": 57432, 1594 + "forward_circle": 63221, 1595 + "forward_media": 63220, 1596 + "forward_to_inbox": 61831, 1597 + "foundation": 61952, 1598 + "fragrance": 62277, 1599 + "frame_inspect": 63346, 1600 + "frame_person": 63654, 1601 + "frame_person_mic": 62677, 1602 + "frame_person_off": 63441, 1603 + "frame_reload": 63345, 1604 + "frame_source": 63344, 1605 + "free_breakfast": 60228, 1606 + "free_cancellation": 59208, 1607 + "front_hand": 59241, 1608 + "front_loader": 63593, 1609 + "full_coverage": 60178, 1610 + "full_hd": 62859, 1611 + "full_stacked_bar_chart": 61970, 1612 + "fullscreen": 58832, 1613 + "fullscreen_exit": 58833, 1614 + "fullscreen_portrait": 62554, 1615 + "function": 63590, 1616 + "functions": 57930, 1617 + "funicular": 62583, 1618 + "g_mobiledata": 61456, 1619 + "g_mobiledata_badge": 63457, 1620 + "g_translate": 59687, 1621 + "gallery_thumbnail": 63599, 1622 + "gamepad": 58127, 1623 + "games": 58127, 1624 + "garage": 61457, 1625 + "garage_check": 62093, 1626 + "garage_door": 59156, 1627 + "garage_home": 59437, 1628 + "garage_money": 62092, 1629 + "garden_cart": 63657, 1630 + "gas_meter": 60441, 1631 + "gastroenterology": 57585, 1632 + "gate": 57975, 1633 + "gavel": 59662, 1634 + "general_device": 59102, 1635 + "generating_tokens": 59209, 1636 + "genetics": 57587, 1637 + "genres": 59118, 1638 + "gesture": 57685, 1639 + "gesture_select": 63063, 1640 + "get_app": 61584, 1641 + "gif": 59656, 1642 + "gif_2": 62478, 1643 + "gif_box": 59299, 1644 + "girl": 60264, 1645 + "gite": 58763, 1646 + "glass_cup": 63203, 1647 + "globe": 58956, 1648 + "globe_asia": 63385, 1649 + "globe_book": 62409, 1650 + "globe_location_pin": 62301, 1651 + "globe_uk": 63384, 1652 + "glucose": 58528, 1653 + "glyphs": 63651, 1654 + "go_to_line": 63261, 1655 + "golf_course": 60229, 1656 + "gondola_lift": 62582, 1657 + "google_home_devices": 59157, 1658 + "google_plus_reshare": 62842, 1659 + "google_tv_remote": 62939, 1660 + "google_wifi": 62841, 1661 + "gpp_bad": 61458, 1662 + "gpp_good": 61459, 1663 + "gpp_maybe": 61460, 1664 + "gps_fixed": 58716, 1665 + "gps_not_fixed": 57783, 1666 + "gps_off": 57782, 1667 + "grade": 61594, 1668 + "gradient": 58345, 1669 + "grading": 59983, 1670 + "grain": 58346, 1671 + "graph_1": 62368, 1672 + "graph_2": 62367, 1673 + "graph_3": 62366, 1674 + "graph_4": 62365, 1675 + "graph_5": 62364, 1676 + "graph_6": 62363, 1677 + "graph_7": 62278, 1678 + "graphic_eq": 57784, 1679 + "grass": 61957, 1680 + "grid_3x3": 61461, 1681 + "grid_3x3_off": 63100, 1682 + "grid_4x4": 61462, 1683 + "grid_goldenratio": 61463, 1684 + "grid_guides": 63343, 1685 + "grid_off": 58347, 1686 + "grid_on": 58348, 1687 + "grid_view": 59824, 1688 + "grocery": 61335, 1689 + "group": 59937, 1690 + "group_add": 59376, 1691 + "group_off": 59207, 1692 + "group_remove": 59309, 1693 + "group_search": 62414, 1694 + "group_work": 59526, 1695 + "grouped_bar_chart": 61969, 1696 + "groups": 62003, 1697 + "groups_2": 63711, 1698 + "groups_3": 63712, 1699 + "guardian": 62657, 1700 + "gynecology": 57588, 1701 + "h_mobiledata": 61464, 1702 + "h_mobiledata_badge": 63456, 1703 + "h_plus_mobiledata": 61465, 1704 + "h_plus_mobiledata_badge": 63455, 1705 + "hail": 59825, 1706 + "hallway": 59128, 1707 + "hanami_dango": 62015, 1708 + "hand_bones": 63636, 1709 + "hand_gesture": 61340, 1710 + "hand_gesture_off": 62451, 1711 + "hand_meal": 62100, 1712 + "hand_package": 62099, 1713 + "handheld_controller": 62662, 1714 + "handshake": 60363, 1715 + "handwriting_recognition": 60162, 1716 + "handyman": 61707, 1717 + "hangout_video": 57537, 1718 + "hangout_video_off": 57538, 1719 + "hard_disk": 62426, 1720 + "hard_drive": 63502, 1721 + "hard_drive_2": 63396, 1722 + "hardware": 59993, 1723 + "hd": 57426, 1724 + "hdr_auto": 61466, 1725 + "hdr_auto_select": 61467, 1726 + "hdr_enhanced_select": 61265, 1727 + "hdr_off": 58349, 1728 + "hdr_off_select": 61468, 1729 + "hdr_on": 58350, 1730 + "hdr_on_select": 61469, 1731 + "hdr_plus": 61470, 1732 + "hdr_plus_off": 58351, 1733 + "hdr_strong": 58353, 1734 + "hdr_weak": 58354, 1735 + "head_mounted_device": 62661, 1736 + "headphones": 61471, 1737 + "headphones_battery": 61472, 1738 + "headset": 61471, 1739 + "headset_mic": 58129, 1740 + "headset_off": 58170, 1741 + "healing": 58355, 1742 + "health_and_beauty": 61341, 1743 + "health_and_safety": 57813, 1744 + "health_cross": 62147, 1745 + "health_metrics": 63202, 1746 + "heap_snapshot_large": 63342, 1747 + "heap_snapshot_multiple": 63341, 1748 + "heap_snapshot_thumbnail": 63340, 1749 + "hearing": 57379, 1750 + "hearing_aid": 62564, 1751 + "hearing_aid_disabled": 62384, 1752 + "hearing_aid_disabled_left": 62188, 1753 + "hearing_aid_left": 62189, 1754 + "hearing_disabled": 61700, 1755 + "heart_broken": 60098, 1756 + "heart_check": 62986, 1757 + "heart_minus": 63619, 1758 + "heart_plus": 63620, 1759 + "heart_smile": 62098, 1760 + "heat": 62775, 1761 + "heat_pump": 60440, 1762 + "heat_pump_balance": 57982, 1763 + "height": 59926, 1764 + "helicopter": 62988, 1765 + "help": 59645, 1766 + "help_center": 61888, 1767 + "help_clinic": 63504, 1768 + "help_outline": 59645, 1769 + "hematology": 57590, 1770 + "hevc": 61473, 1771 + "hexagon": 60217, 1772 + "hide": 61342, 1773 + "hide_image": 61474, 1774 + "hide_source": 61475, 1775 + "high_chair": 62106, 1776 + "high_density": 63388, 1777 + "high_quality": 57380, 1778 + "high_res": 62795, 1779 + "highlight": 57951, 1780 + "highlight_alt": 61266, 1781 + "highlight_keyboard_focus": 62736, 1782 + "highlight_mouse_cursor": 62737, 1783 + "highlight_off": 59528, 1784 + "highlight_text_cursor": 62738, 1785 + "highlighter_size_1": 63339, 1786 + "highlighter_size_2": 63338, 1787 + "highlighter_size_3": 63337, 1788 + "highlighter_size_4": 63336, 1789 + "highlighter_size_5": 63335, 1790 + "hiking": 58634, 1791 + "history": 59571, 1792 + "history_2": 62438, 1793 + "history_edu": 59966, 1794 + "history_off": 62682, 1795 + "history_toggle_off": 61821, 1796 + "hive": 60070, 1797 + "hls": 60298, 1798 + "hls_off": 60300, 1799 + "holiday_village": 58762, 1800 + "home": 59826, 1801 + "home_and_garden": 61343, 1802 + "home_app_logo": 58005, 1803 + "home_filled": 59826, 1804 + "home_health": 58553, 1805 + "home_improvement_and_tools": 61344, 1806 + "home_iot_device": 57987, 1807 + "home_max": 61476, 1808 + "home_max_dots": 59465, 1809 + "home_mini": 61477, 1810 + "home_pin": 61773, 1811 + "home_repair_service": 61696, 1812 + "home_speaker": 61724, 1813 + "home_storage": 63596, 1814 + "home_work": 61488, 1815 + "horizontal_distribute": 57364, 1816 + "horizontal_rule": 61704, 1817 + "horizontal_split": 59719, 1818 + "host": 62425, 1819 + "hot_tub": 60230, 1820 + "hotel": 58697, 1821 + "hotel_class": 59203, 1822 + "hourglass": 60415, 1823 + "hourglass_arrow_down": 62334, 1824 + "hourglass_arrow_up": 62333, 1825 + "hourglass_bottom": 59996, 1826 + "hourglass_disabled": 61267, 1827 + "hourglass_empty": 59531, 1828 + "hourglass_full": 59532, 1829 + "hourglass_pause": 62348, 1830 + "hourglass_top": 59995, 1831 + "house": 59972, 1832 + "house_siding": 61954, 1833 + "house_with_shield": 59270, 1834 + "houseboat": 58756, 1835 + "household_supplies": 61345, 1836 + "hov": 62581, 1837 + "how_to_reg": 57716, 1838 + "how_to_vote": 57717, 1839 + "hr_resting": 63162, 1840 + "html": 60286, 1841 + "http": 59650, 1842 + "https": 59545, 1843 + "hub": 59892, 1844 + "humerus": 63637, 1845 + "humerus_alt": 63638, 1846 + "humidity_high": 61795, 1847 + "humidity_indoor": 62808, 1848 + "humidity_low": 61796, 1849 + "humidity_mid": 61797, 1850 + "humidity_percentage": 63614, 1851 + "hvac": 61710, 1852 + "hvac_max_defrost": 62258, 1853 + "ice_skating": 58635, 1854 + "icecream": 60009, 1855 + "id_card": 62666, 1856 + "identity_aware_proxy": 58077, 1857 + "identity_platform": 60343, 1858 + "ifl": 57381, 1859 + "iframe": 63259, 1860 + "iframe_off": 63260, 1861 + "image": 58356, 1862 + "image_arrow_up": 62231, 1863 + "image_aspect_ratio": 58357, 1864 + "image_inset": 62023, 1865 + "image_not_supported": 61718, 1866 + "image_search": 58431, 1867 + "imagesearch_roller": 59828, 1868 + "imagesmode": 61346, 1869 + "immunology": 57595, 1870 + "import_contacts": 57568, 1871 + "import_export": 59605, 1872 + "important_devices": 59666, 1873 + "in_home_mode": 59443, 1874 + "inactive_order": 57596, 1875 + "inbox": 57686, 1876 + "inbox_customize": 63577, 1877 + "inbox_text": 62361, 1878 + "inbox_text_asterisk": 62304, 1879 + "inbox_text_person": 62302, 1880 + "inbox_text_share": 62300, 1881 + "incomplete_circle": 59291, 1882 + "indeterminate_check_box": 59657, 1883 + "indeterminate_question_box": 62829, 1884 + "info": 59534, 1885 + "info_i": 62875, 1886 + "infrared": 63612, 1887 + "ink_eraser": 59088, 1888 + "ink_eraser_off": 59363, 1889 + "ink_highlighter": 59089, 1890 + "ink_highlighter_move": 62756, 1891 + "ink_marker": 59090, 1892 + "ink_pen": 59091, 1893 + "ink_selection": 61266, 1894 + "inpatient": 57598, 1895 + "input": 59536, 1896 + "input_circle": 63258, 1897 + "insert_chart": 61644, 1898 + "insert_chart_filled": 61644, 1899 + "insert_chart_outlined": 61644, 1900 + "insert_comment": 57932, 1901 + "insert_drive_file": 58989, 1902 + "insert_emoticon": 59938, 1903 + "insert_invitation": 59512, 1904 + "insert_link": 57936, 1905 + "insert_page_break": 60106, 1906 + "insert_photo": 58356, 1907 + "insert_text": 63527, 1908 + "insights": 61586, 1909 + "install_desktop": 60273, 1910 + "install_mobile": 62157, 1911 + "instant_mix": 57382, 1912 + "integration_instructions": 61268, 1913 + "interactive_space": 63487, 1914 + "interests": 59336, 1915 + "interpreter_mode": 59451, 1916 + "inventory": 57721, 1917 + "inventory_2": 57761, 1918 + "invert_colors": 59537, 1919 + "invert_colors_off": 57540, 1920 + "ios": 57383, 1921 + "ios_share": 59064, 1922 + "iron": 58755, 1923 + "iso": 58358, 1924 + "jamboard_kiosk": 59829, 1925 + "japanese_curry": 62084, 1926 + "japanese_flag": 62083, 1927 + "javascript": 60284, 1928 + "join": 63567, 1929 + "join_full": 63567, 1930 + "join_inner": 60148, 1931 + "join_left": 60146, 1932 + "join_right": 60138, 1933 + "joystick": 62958, 1934 + "jump_to_element": 63257, 1935 + "kanji_alcohol": 62014, 1936 + "kayaking": 58636, 1937 + "kebab_dining": 59458, 1938 + "keep": 61478, 1939 + "keep_off": 59129, 1940 + "keep_pin": 61478, 1941 + "keep_public": 62831, 1942 + "kettle": 58041, 1943 + "key": 59196, 1944 + "key_off": 60292, 1945 + "key_vertical": 62746, 1946 + "key_visualizer": 61849, 1947 + "keyboard": 58130, 1948 + "keyboard_alt": 61480, 1949 + "keyboard_arrow_down": 58131, 1950 + "keyboard_arrow_left": 58132, 1951 + "keyboard_arrow_right": 58133, 1952 + "keyboard_arrow_up": 58134, 1953 + "keyboard_backspace": 58135, 1954 + "keyboard_capslock": 58136, 1955 + "keyboard_capslock_badge": 63454, 1956 + "keyboard_command_key": 60135, 1957 + "keyboard_control_key": 60134, 1958 + "keyboard_double_arrow_down": 60112, 1959 + "keyboard_double_arrow_left": 60099, 1960 + "keyboard_double_arrow_right": 60105, 1961 + "keyboard_double_arrow_up": 60111, 1962 + "keyboard_external_input": 63453, 1963 + "keyboard_full": 63452, 1964 + "keyboard_hide": 58138, 1965 + "keyboard_keys": 63099, 1966 + "keyboard_lock": 62610, 1967 + "keyboard_lock_off": 62609, 1968 + "keyboard_off": 63098, 1969 + "keyboard_onscreen": 63451, 1970 + "keyboard_option_key": 60136, 1971 + "keyboard_previous_language": 63450, 1972 + "keyboard_return": 58139, 1973 + "keyboard_tab": 58140, 1974 + "keyboard_tab_rtl": 60531, 1975 + "keyboard_voice": 58141, 1976 + "kid_star": 62758, 1977 + "king_bed": 59973, 1978 + "kitchen": 60231, 1979 + "kitesurfing": 58637, 1980 + "lab_panel": 57603, 1981 + "lab_profile": 57604, 1982 + "lab_research": 63499, 1983 + "label": 59539, 1984 + "label_important": 59720, 1985 + "label_important_outline": 59720, 1986 + "label_off": 59830, 1987 + "label_outline": 59539, 1988 + "labs": 57605, 1989 + "lan": 60207, 1990 + "landscape": 58724, 1991 + "landscape_2": 62660, 1992 + "landscape_2_edit": 62224, 1993 + "landscape_2_off": 62659, 1994 + "landslide": 60375, 1995 + "language": 59540, 1996 + "language_chinese_array": 63334, 1997 + "language_chinese_cangjie": 63333, 1998 + "language_chinese_dayi": 63332, 1999 + "language_chinese_pinyin": 63331, 2000 + "language_chinese_quick": 63330, 2001 + "language_chinese_wubi": 63329, 2002 + "language_french": 63328, 2003 + "language_gb_english": 63327, 2004 + "language_international": 63326, 2005 + "language_japanese_kana": 62739, 2006 + "language_korean_latin": 63325, 2007 + "language_pinyin": 63324, 2008 + "language_spanish": 62953, 2009 + "language_us": 63321, 2010 + "language_us_colemak": 63323, 2011 + "language_us_dvorak": 63322, 2012 + "laps": 63161, 2013 + "laptop": 58142, 2014 + "laptop_car": 62413, 2015 + "laptop_chromebook": 58143, 2016 + "laptop_mac": 58144, 2017 + "laptop_windows": 58145, 2018 + "lasso_select": 60163, 2019 + "last_page": 58845, 2020 + "launch": 59550, 2021 + "laundry": 58024, 2022 + "layers": 58683, 2023 + "layers_clear": 58684, 2024 + "lda": 57606, 2025 + "leaderboard": 61964, 2026 + "leak_add": 58360, 2027 + "leak_remove": 58361, 2028 + "left_click": 63256, 2029 + "left_panel_close": 63255, 2030 + "left_panel_open": 63254, 2031 + "legend_toggle": 61723, 2032 + "lens": 58362, 2033 + "lens_blur": 61481, 2034 + "letter_switch": 63320, 2035 + "library_add": 57404, 2036 + "library_add_check": 59831, 2037 + "library_books": 57391, 2038 + "library_music": 57392, 2039 + "license": 60164, 2040 + "lift_to_talk": 61347, 2041 + "light": 61482, 2042 + "light_group": 57995, 2043 + "light_mode": 58648, 2044 + "light_off": 59832, 2045 + "lightbulb": 59663, 2046 + "lightbulb_2": 62435, 2047 + "lightbulb_circle": 60414, 2048 + "lightbulb_outline": 59663, 2049 + "lightning_stand": 61348, 2050 + "line_axis": 60058, 2051 + "line_curve": 63319, 2052 + "line_end": 63526, 2053 + "line_end_arrow": 63517, 2054 + "line_end_arrow_notch": 63516, 2055 + "line_end_circle": 63515, 2056 + "line_end_diamond": 63514, 2057 + "line_end_square": 63513, 2058 + "line_start": 63525, 2059 + "line_start_arrow": 63512, 2060 + "line_start_arrow_notch": 63511, 2061 + "line_start_circle": 63510, 2062 + "line_start_diamond": 63509, 2063 + "line_start_square": 63508, 2064 + "line_style": 59673, 2065 + "line_weight": 59674, 2066 + "linear_scale": 57952, 2067 + "link": 57936, 2068 + "link_off": 57711, 2069 + "linked_camera": 58424, 2070 + "linked_services": 62773, 2071 + "liquor": 60000, 2072 + "list": 59542, 2073 + "list_alt": 57582, 2074 + "list_alt_add": 63318, 2075 + "list_alt_check": 62430, 2076 + "lists": 59833, 2077 + "live_help": 57542, 2078 + "live_tv": 58938, 2079 + "living": 61483, 2080 + "local_activity": 58707, 2081 + "local_airport": 58685, 2082 + "local_atm": 58686, 2083 + "local_bar": 58688, 2084 + "local_cafe": 60228, 2085 + "local_car_wash": 58690, 2086 + "local_convenience_store": 58691, 2087 + "local_dining": 58721, 2088 + "local_drink": 58692, 2089 + "local_fire_department": 61269, 2090 + "local_florist": 58693, 2091 + "local_gas_station": 58694, 2092 + "local_grocery_store": 59596, 2093 + "local_hospital": 58696, 2094 + "local_hotel": 58697, 2095 + "local_laundry_service": 58698, 2096 + "local_library": 58699, 2097 + "local_mall": 58700, 2098 + "local_movies": 59610, 2099 + "local_offer": 61531, 2100 + "local_parking": 58703, 2101 + "local_pharmacy": 58704, 2102 + "local_phone": 61652, 2103 + "local_pizza": 58706, 2104 + "local_play": 58707, 2105 + "local_police": 61270, 2106 + "local_post_office": 58708, 2107 + "local_printshop": 59565, 2108 + "local_see": 58711, 2109 + "local_shipping": 58712, 2110 + "local_taxi": 58713, 2111 + "location_automation": 61775, 2112 + "location_away": 61776, 2113 + "location_chip": 63568, 2114 + "location_city": 59377, 2115 + "location_disabled": 57782, 2116 + "location_home": 61778, 2117 + "location_off": 57543, 2118 + "location_on": 61915, 2119 + "location_pin": 61915, 2120 + "location_searching": 57783, 2121 + "locator_tag": 63681, 2122 + "lock": 59545, 2123 + "lock_clock": 61271, 2124 + "lock_open": 59544, 2125 + "lock_open_circle": 62305, 2126 + "lock_open_right": 63062, 2127 + "lock_outline": 59545, 2128 + "lock_person": 63731, 2129 + "lock_reset": 60126, 2130 + "login": 60023, 2131 + "logo_dev": 60118, 2132 + "logout": 59834, 2133 + "looks": 58364, 2134 + "looks_3": 58363, 2135 + "looks_4": 58365, 2136 + "looks_5": 58366, 2137 + "looks_6": 58367, 2138 + "looks_one": 58368, 2139 + "looks_two": 58369, 2140 + "loop": 59491, 2141 + "loupe": 58370, 2142 + "low_density": 63387, 2143 + "low_priority": 57709, 2144 + "lowercase": 62602, 2145 + "loyalty": 59546, 2146 + "lte_mobiledata": 61484, 2147 + "lte_mobiledata_badge": 63449, 2148 + "lte_plus_mobiledata": 61485, 2149 + "lte_plus_mobiledata_badge": 63448, 2150 + "luggage": 62005, 2151 + "lunch_dining": 60001, 2152 + "lyrics": 60427, 2153 + "macro_auto": 63218, 2154 + "macro_off": 63698, 2155 + "magic_button": 61750, 2156 + "magic_exchange": 63476, 2157 + "magic_tether": 63447, 2158 + "magnification_large": 63549, 2159 + "magnification_small": 63548, 2160 + "magnify_docked": 63446, 2161 + "magnify_fullscreen": 63445, 2162 + "mail": 57689, 2163 + "mail_lock": 60426, 2164 + "mail_off": 62603, 2165 + "mail_outline": 57689, 2166 + "mail_shield": 62025, 2167 + "male": 58766, 2168 + "man": 58603, 2169 + "man_2": 63713, 2170 + "man_3": 63714, 2171 + "man_4": 63715, 2172 + "manage_accounts": 61486, 2173 + "manage_history": 60391, 2174 + "manage_search": 61487, 2175 + "manga": 62947, 2176 + "manufacturing": 59174, 2177 + "map": 58715, 2178 + "map_pin_heart": 62104, 2179 + "map_pin_review": 62103, 2180 + "map_search": 62410, 2181 + "maps_home_work": 61488, 2182 + "maps_ugc": 61272, 2183 + "margin": 59835, 2184 + "mark_as_unread": 59836, 2185 + "mark_chat_read": 61835, 2186 + "mark_chat_unread": 61833, 2187 + "mark_email_read": 61836, 2188 + "mark_email_unread": 61834, 2189 + "mark_unread_chat_alt": 60317, 2190 + "markdown": 62802, 2191 + "markdown_copy": 62803, 2192 + "markdown_paste": 62804, 2193 + "markunread": 57689, 2194 + "markunread_mailbox": 59547, 2195 + "masked_transitions": 59182, 2196 + "masked_transitions_add": 62507, 2197 + "masks": 61976, 2198 + "massage": 62146, 2199 + "match_case": 63217, 2200 + "match_case_off": 62319, 2201 + "match_word": 63216, 2202 + "matter": 59655, 2203 + "maximize": 59696, 2204 + "meal_dinner": 62013, 2205 + "meal_lunch": 62012, 2206 + "measuring_tape": 63151, 2207 + "media_bluetooth_off": 61489, 2208 + "media_bluetooth_on": 61490, 2209 + "media_link": 63551, 2210 + "media_output": 62706, 2211 + "media_output_off": 62707, 2212 + "mediation": 61351, 2213 + "medical_information": 60397, 2214 + "medical_mask": 63498, 2215 + "medical_services": 61705, 2216 + "medication": 61491, 2217 + "medication_liquid": 60039, 2218 + "meeting_room": 60239, 2219 + "memory": 58146, 2220 + "memory_alt": 63395, 2221 + "menstrual_health": 63201, 2222 + "menu": 58834, 2223 + "menu_book": 59929, 2224 + "menu_book_2": 62097, 2225 + "menu_open": 59837, 2226 + "merge": 60312, 2227 + "merge_type": 57938, 2228 + "message": 57545, 2229 + "metabolism": 57611, 2230 + "metro": 62580, 2231 + "mfg_nest_yale_lock": 61725, 2232 + "mic": 58141, 2233 + "mic_alert": 62354, 2234 + "mic_double": 62929, 2235 + "mic_external_off": 61273, 2236 + "mic_external_on": 61274, 2237 + "mic_none": 58141, 2238 + "mic_off": 57387, 2239 + "microbiology": 57612, 2240 + "microwave": 61956, 2241 + "microwave_gen": 59463, 2242 + "military_tech": 59967, 2243 + "mimo": 59838, 2244 + "mimo_disconnect": 59839, 2245 + "mindfulness": 63200, 2246 + "minimize": 59697, 2247 + "minor_crash": 60401, 2248 + "mintmark": 61353, 2249 + "missed_video_call": 61646, 2250 + "missed_video_call_filled": 61646, 2251 + "missing_controller": 59137, 2252 + "mist": 57736, 2253 + "mitre": 62791, 2254 + "mixture_med": 58568, 2255 + "mms": 58904, 2256 + "mobile": 59322, 2257 + "mobile_2": 62171, 2258 + "mobile_3": 62170, 2259 + "mobile_alert": 62163, 2260 + "mobile_arrow_down": 62157, 2261 + "mobile_arrow_right": 62162, 2262 + "mobile_arrow_up_right": 62137, 2263 + "mobile_block": 62181, 2264 + "mobile_camera": 62542, 2265 + "mobile_camera_front": 62153, 2266 + "mobile_camera_rear": 62152, 2267 + "mobile_cancel": 62186, 2268 + "mobile_cast": 62156, 2269 + "mobile_charge": 62179, 2270 + "mobile_chat": 63391, 2271 + "mobile_check": 61555, 2272 + "mobile_code": 62178, 2273 + "mobile_dots": 62160, 2274 + "mobile_friendly": 61555, 2275 + "mobile_gear": 62169, 2276 + "mobile_hand": 62243, 2277 + "mobile_hand_left": 62227, 2278 + "mobile_hand_left_off": 62226, 2279 + "mobile_hand_off": 62228, 2280 + "mobile_info": 62172, 2281 + "mobile_landscape": 60734, 2282 + "mobile_layout": 62143, 2283 + "mobile_lock_landscape": 62168, 2284 + "mobile_lock_portrait": 62142, 2285 + "mobile_loupe": 62242, 2286 + "mobile_menu": 62161, 2287 + "mobile_off": 57857, 2288 + "mobile_question": 62177, 2289 + "mobile_rotate": 62165, 2290 + "mobile_rotate_lock": 62166, 2291 + "mobile_screen_share": 62175, 2292 + "mobile_screensaver": 62241, 2293 + "mobile_sensor_hi": 62191, 2294 + "mobile_sensor_lo": 62190, 2295 + "mobile_share": 62175, 2296 + "mobile_share_stack": 62174, 2297 + "mobile_sound": 62184, 2298 + "mobile_sound_2": 62232, 2299 + "mobile_sound_off": 63402, 2300 + "mobile_speaker": 62240, 2301 + "mobile_text": 62187, 2302 + "mobile_text_2": 62182, 2303 + "mobile_ticket": 62180, 2304 + "mobile_vibrate": 62155, 2305 + "mobile_wrench": 62128, 2306 + "mobiledata_off": 61492, 2307 + "mode": 61591, 2308 + "mode_comment": 57939, 2309 + "mode_cool": 61798, 2310 + "mode_cool_off": 61799, 2311 + "mode_dual": 62807, 2312 + "mode_edit": 61591, 2313 + "mode_edit_outline": 61591, 2314 + "mode_fan": 61800, 2315 + "mode_fan_off": 60439, 2316 + "mode_heat": 61802, 2317 + "mode_heat_cool": 61803, 2318 + "mode_heat_off": 61805, 2319 + "mode_night": 61494, 2320 + "mode_of_travel": 59342, 2321 + "mode_off_on": 61807, 2322 + "mode_standby": 61495, 2323 + "model_training": 61647, 2324 + "modeling": 62378, 2325 + "monetization_on": 57955, 2326 + "money": 58749, 2327 + "money_bag": 62446, 2328 + "money_off": 61496, 2329 + "money_off_csred": 61496, 2330 + "money_range": 62021, 2331 + "monitor": 61275, 2332 + "monitor_heart": 60066, 2333 + "monitor_weight": 61497, 2334 + "monitor_weight_gain": 63199, 2335 + "monitor_weight_loss": 63198, 2336 + "monitoring": 61840, 2337 + "monochrome_photos": 58371, 2338 + "monorail": 62579, 2339 + "mood": 59938, 2340 + "mood_bad": 59379, 2341 + "moon_stars": 62287, 2342 + "mop": 57997, 2343 + "moped": 60200, 2344 + "moped_package": 62091, 2345 + "more": 58905, 2346 + "more_down": 61846, 2347 + "more_horiz": 58835, 2348 + "more_time": 59997, 2349 + "more_up": 61847, 2350 + "more_vert": 58836, 2351 + "mosque": 60082, 2352 + "motion_blur": 61648, 2353 + "motion_mode": 63554, 2354 + "motion_photos_auto": 61498, 2355 + "motion_photos_off": 59840, 2356 + "motion_photos_on": 59841, 2357 + "motion_photos_pause": 61991, 2358 + "motion_photos_paused": 61991, 2359 + "motion_play": 62475, 2360 + "motion_sensor_active": 59282, 2361 + "motion_sensor_alert": 59268, 2362 + "motion_sensor_idle": 59267, 2363 + "motion_sensor_urgent": 59278, 2364 + "motorcycle": 59675, 2365 + "mountain_flag": 62946, 2366 + "mountain_steam": 62082, 2367 + "mouse": 58147, 2368 + "mouse_lock": 62608, 2369 + "mouse_lock_off": 62607, 2370 + "move": 59200, 2371 + "move_down": 60257, 2372 + "move_group": 63253, 2373 + "move_item": 61951, 2374 + "move_location": 59201, 2375 + "move_selection_down": 63252, 2376 + "move_selection_left": 63251, 2377 + "move_selection_right": 63250, 2378 + "move_selection_up": 63249, 2379 + "move_to_inbox": 57704, 2380 + "move_up": 60260, 2381 + "moved_location": 58772, 2382 + "movie": 58372, 2383 + "movie_creation": 58372, 2384 + "movie_edit": 63552, 2385 + "movie_filter": 58426, 2386 + "movie_info": 57389, 2387 + "movie_off": 62617, 2388 + "movie_speaker": 62115, 2389 + "moving": 58625, 2390 + "moving_beds": 59197, 2391 + "moving_ministry": 59198, 2392 + "mp": 59843, 2393 + "multicooker": 58003, 2394 + "multiline_chart": 59103, 2395 + "multimodal_hand_eye": 62491, 2396 + "multiple_airports": 61355, 2397 + "multiple_stop": 61881, 2398 + "museum": 59958, 2399 + "music_cast": 60186, 2400 + "music_history": 62145, 2401 + "music_note": 58373, 2402 + "music_note_add": 62353, 2403 + "music_off": 58432, 2404 + "music_video": 57443, 2405 + "my_location": 58716, 2406 + "mystery": 62945, 2407 + "nat": 61276, 2408 + "nature": 58374, 2409 + "nature_people": 58375, 2410 + "navigate_before": 58827, 2411 + "navigate_next": 58828, 2412 + "navigation": 58717, 2413 + "near_me": 58729, 2414 + "near_me_disabled": 61935, 2415 + "nearby": 59063, 2416 + "nearby_error": 61499, 2417 + "nearby_off": 61500, 2418 + "nephrology": 57613, 2419 + "nest_audio": 60351, 2420 + "nest_cam_floodlight": 63671, 2421 + "nest_cam_indoor": 61726, 2422 + "nest_cam_iq": 61727, 2423 + "nest_cam_iq_outdoor": 61728, 2424 + "nest_cam_magnet_mount": 63672, 2425 + "nest_cam_outdoor": 61729, 2426 + "nest_cam_stand": 63673, 2427 + "nest_cam_wall_mount": 63674, 2428 + "nest_cam_wired_stand": 60438, 2429 + "nest_clock_farsight_analog": 63675, 2430 + "nest_clock_farsight_digital": 63676, 2431 + "nest_connect": 61730, 2432 + "nest_detect": 61731, 2433 + "nest_display": 61732, 2434 + "nest_display_max": 61733, 2435 + "nest_doorbell_visitor": 63677, 2436 + "nest_eco_leaf": 63678, 2437 + "nest_farsight_cool": 62077, 2438 + "nest_farsight_dual": 62076, 2439 + "nest_farsight_eco": 62075, 2440 + "nest_farsight_heat": 62074, 2441 + "nest_farsight_seasonal": 62073, 2442 + "nest_farsight_weather": 63679, 2443 + "nest_found_savings": 63680, 2444 + "nest_gale_wifi": 62841, 2445 + "nest_heat_link_e": 61734, 2446 + "nest_heat_link_gen_3": 61735, 2447 + "nest_hello_doorbell": 59436, 2448 + "nest_locator_tag": 63681, 2449 + "nest_mini": 59273, 2450 + "nest_multi_room": 63682, 2451 + "nest_protect": 59022, 2452 + "nest_remote": 62939, 2453 + "nest_remote_comfort_sensor": 61738, 2454 + "nest_secure_alarm": 61739, 2455 + "nest_sunblock": 63683, 2456 + "nest_tag": 63681, 2457 + "nest_thermostat": 59023, 2458 + "nest_thermostat_e_eu": 61741, 2459 + "nest_thermostat_gen_3": 61742, 2460 + "nest_thermostat_sensor": 61743, 2461 + "nest_thermostat_sensor_eu": 61744, 2462 + "nest_thermostat_zirconium_eu": 61745, 2463 + "nest_true_radiant": 63684, 2464 + "nest_wake_on_approach": 63685, 2465 + "nest_wake_on_press": 63686, 2466 + "nest_wifi_gale": 61746, 2467 + "nest_wifi_mistral": 61747, 2468 + "nest_wifi_point": 61748, 2469 + "nest_wifi_point_vento": 61748, 2470 + "nest_wifi_pro": 62827, 2471 + "nest_wifi_pro_2": 62826, 2472 + "nest_wifi_router": 61747, 2473 + "network_cell": 57785, 2474 + "network_check": 58944, 2475 + "network_intel_node": 62321, 2476 + "network_intelligence": 61356, 2477 + "network_intelligence_history": 62966, 2478 + "network_intelligence_update": 62965, 2479 + "network_locked": 58906, 2480 + "network_manage": 63403, 2481 + "network_node": 62830, 2482 + "network_ping": 60362, 2483 + "network_wifi": 57786, 2484 + "network_wifi_1_bar": 60388, 2485 + "network_wifi_1_bar_locked": 62863, 2486 + "network_wifi_2_bar": 60374, 2487 + "network_wifi_2_bar_locked": 62862, 2488 + "network_wifi_3_bar": 60385, 2489 + "network_wifi_3_bar_locked": 62861, 2490 + "network_wifi_locked": 62770, 2491 + "neurology": 57614, 2492 + "new_label": 58889, 2493 + "new_releases": 61302, 2494 + "new_window": 63248, 2495 + "news": 57394, 2496 + "newsmode": 61357, 2497 + "newspaper": 60289, 2498 + "newsstand": 59844, 2499 + "next_plan": 61277, 2500 + "next_week": 57706, 2501 + "nfc": 57787, 2502 + "nfc_off": 62313, 2503 + "night_shelter": 61937, 2504 + "night_sight_auto": 61911, 2505 + "night_sight_auto_off": 61945, 2506 + "night_sight_max": 63171, 2507 + "nightlife": 60002, 2508 + "nightlight": 61501, 2509 + "nightlight_round": 61501, 2510 + "nights_stay": 59974, 2511 + "no_accounts": 61502, 2512 + "no_adult_content": 63742, 2513 + "no_backpack": 62007, 2514 + "no_crash": 60400, 2515 + "no_drinks": 61861, 2516 + "no_encryption": 61503, 2517 + "no_encryption_gmailerrorred": 61503, 2518 + "no_flash": 61862, 2519 + "no_food": 61863, 2520 + "no_luggage": 62011, 2521 + "no_meals": 61910, 2522 + "no_meeting_room": 60238, 2523 + "no_photography": 61864, 2524 + "no_sim": 57806, 2525 + "no_sound": 59152, 2526 + "no_stroller": 61871, 2527 + "no_transfer": 61909, 2528 + "noise_aware": 60396, 2529 + "noise_control_off": 60403, 2530 + "noise_control_on": 63656, 2531 + "nordic_walking": 58638, 2532 + "north": 61920, 2533 + "north_east": 61921, 2534 + "north_west": 61922, 2535 + "not_accessible": 61694, 2536 + "not_accessible_forward": 62794, 2537 + "not_interested": 61580, 2538 + "not_listed_location": 58741, 2539 + "not_started": 61649, 2540 + "note": 58989, 2541 + "note_add": 59548, 2542 + "note_alt": 61504, 2543 + "note_stack": 62818, 2544 + "note_stack_add": 62819, 2545 + "notes": 57964, 2546 + "notification_add": 58265, 2547 + "notification_important": 57348, 2548 + "notification_multiple": 59074, 2549 + "notification_settings": 62311, 2550 + "notification_sound": 62291, 2551 + "notifications": 59381, 2552 + "notifications_active": 59383, 2553 + "notifications_none": 59381, 2554 + "notifications_off": 59382, 2555 + "notifications_paused": 59384, 2556 + "notifications_unread": 62718, 2557 + "numbers": 60103, 2558 + "nutrition": 57616, 2559 + "ods": 59112, 2560 + "odt": 59113, 2561 + "offline_bolt": 59698, 2562 + "offline_pin": 59658, 2563 + "offline_pin_off": 62672, 2564 + "offline_share": 62174, 2565 + "oil_barrel": 60437, 2566 + "okonomiyaki": 62081, 2567 + "on_device_training": 60413, 2568 + "on_hub_device": 59075, 2569 + "oncology": 57620, 2570 + "ondemand_video": 58938, 2571 + "online_prediction": 61675, 2572 + "onsen": 63224, 2573 + "opacity": 59676, 2574 + "open_in_browser": 59549, 2575 + "open_in_full": 61902, 2576 + "open_in_new": 59550, 2577 + "open_in_new_down": 63247, 2578 + "open_in_new_off": 58614, 2579 + "open_in_phone": 62162, 2580 + "open_jam": 61358, 2581 + "open_run": 62647, 2582 + "open_with": 59551, 2583 + "ophthalmology": 57621, 2584 + "oral_disease": 57622, 2585 + "orbit": 62502, 2586 + "order_approve": 63506, 2587 + "order_play": 63505, 2588 + "orders": 60180, 2589 + "orthopedics": 63639, 2590 + "other_admission": 58491, 2591 + "other_houses": 58764, 2592 + "outbound": 57802, 2593 + "outbox": 61279, 2594 + "outbox_alt": 60183, 2595 + "outdoor_garden": 57861, 2596 + "outdoor_grill": 59975, 2597 + "outgoing_mail": 61650, 2598 + "outlet": 61908, 2599 + "outlined_flag": 61638, 2600 + "outpatient": 57624, 2601 + "outpatient_med": 57625, 2602 + "output": 60350, 2603 + "output_circle": 63246, 2604 + "oven": 59847, 2605 + "oven_gen": 59459, 2606 + "overview": 58535, 2607 + "overview_key": 63444, 2608 + "owl": 62388, 2609 + "oxygen_saturation": 58590, 2610 + "p2p": 62762, 2611 + "pace": 63160, 2612 + "pacemaker": 58966, 2613 + "package": 58511, 2614 + "package_2": 62825, 2615 + "padding": 59848, 2616 + "padel": 62119, 2617 + "page_control": 59185, 2618 + "page_footer": 62339, 2619 + "page_header": 62340, 2620 + "page_info": 62996, 2621 + "page_menu_ios": 61179, 2622 + "pageless": 62729, 2623 + "pages": 59385, 2624 + "pageview": 59552, 2625 + "paid": 61505, 2626 + "palette": 58378, 2627 + "pallet": 63594, 2628 + "pan_tool": 59685, 2629 + "pan_tool_alt": 60345, 2630 + "pan_zoom": 63061, 2631 + "panorama": 58379, 2632 + "panorama_fish_eye": 58380, 2633 + "panorama_horizontal": 58381, 2634 + "panorama_photosphere": 59849, 2635 + "panorama_vertical": 58382, 2636 + "panorama_wide_angle": 58383, 2637 + "paragliding": 58639, 2638 + "parent_child_dining": 61997, 2639 + "park": 60003, 2640 + "parking_meter": 62090, 2641 + "parking_sign": 62089, 2642 + "parking_valet": 62088, 2643 + "partly_cloudy_day": 61810, 2644 + "partly_cloudy_night": 61812, 2645 + "partner_exchange": 63481, 2646 + "partner_heart": 61230, 2647 + "partner_reports": 61359, 2648 + "party_mode": 59386, 2649 + "passkey": 63615, 2650 + "password": 61506, 2651 + "password_2": 62633, 2652 + "password_2_off": 62632, 2653 + "patient_list": 58963, 2654 + "pattern": 61507, 2655 + "pause": 57396, 2656 + "pause_circle": 57762, 2657 + "pause_circle_filled": 57762, 2658 + "pause_circle_outline": 57762, 2659 + "pause_presentation": 57578, 2660 + "payment": 59553, 2661 + "payment_arrow_down": 62144, 2662 + "payment_card": 62113, 2663 + "payments": 61283, 2664 + "pedal_bike": 60201, 2665 + "pediatrics": 57629, 2666 + "pen_size_1": 63317, 2667 + "pen_size_2": 63316, 2668 + "pen_size_3": 63315, 2669 + "pen_size_4": 63314, 2670 + "pen_size_5": 63313, 2671 + "pending": 61284, 2672 + "pending_actions": 61883, 2673 + "pentagon": 60240, 2674 + "people": 59937, 2675 + "people_alt": 59937, 2676 + "people_outline": 59937, 2677 + "percent": 60248, 2678 + "percent_discount": 62020, 2679 + "performance_max": 58650, 2680 + "pergola": 57859, 2681 + "perm_camera_mic": 59554, 2682 + "perm_contact_calendar": 59555, 2683 + "perm_data_setting": 59556, 2684 + "perm_device_information": 62172, 2685 + "perm_identity": 61651, 2686 + "perm_media": 59559, 2687 + "perm_phone_msg": 59560, 2688 + "perm_scan_wifi": 59561, 2689 + "person": 61651, 2690 + "person_2": 63716, 2691 + "person_3": 63717, 2692 + "person_4": 63718, 2693 + "person_add": 59981, 2694 + "person_add_alt": 59981, 2695 + "person_add_disabled": 59851, 2696 + "person_alert": 62823, 2697 + "person_apron": 62883, 2698 + "person_book": 62952, 2699 + "person_cancel": 62822, 2700 + "person_celebrate": 63486, 2701 + "person_check": 62821, 2702 + "person_edit": 62714, 2703 + "person_filled": 61651, 2704 + "person_heart": 62096, 2705 + "person_off": 58640, 2706 + "person_outline": 61651, 2707 + "person_pin": 58714, 2708 + "person_pin_circle": 58730, 2709 + "person_play": 63485, 2710 + "person_raised_hand": 62874, 2711 + "person_remove": 61286, 2712 + "person_search": 61702, 2713 + "person_shield": 58244, 2714 + "personal_bag": 60174, 2715 + "personal_bag_off": 60175, 2716 + "personal_bag_question": 60176, 2717 + "personal_injury": 59098, 2718 + "personal_places": 59139, 2719 + "personal_video": 58939, 2720 + "pest_control": 61690, 2721 + "pest_control_rodent": 61693, 2722 + "pet_supplies": 61361, 2723 + "pets": 59677, 2724 + "phishing": 60119, 2725 + "phone": 61652, 2726 + "phone_alt": 61652, 2727 + "phone_android": 62171, 2728 + "phone_bluetooth_speaker": 58907, 2729 + "phone_callback": 58953, 2730 + "phone_disabled": 59852, 2731 + "phone_enabled": 59853, 2732 + "phone_forwarded": 58908, 2733 + "phone_in_talk": 58909, 2734 + "phone_iphone": 62170, 2735 + "phone_locked": 58910, 2736 + "phone_missed": 58911, 2737 + "phone_paused": 58912, 2738 + "phonelink": 58150, 2739 + "phonelink_erase": 62186, 2740 + "phonelink_lock": 62142, 2741 + "phonelink_off": 63397, 2742 + "phonelink_ring": 62184, 2743 + "phonelink_ring_off": 63402, 2744 + "phonelink_setup": 62169, 2745 + "photo": 58418, 2746 + "photo_album": 58385, 2747 + "photo_auto_merge": 62768, 2748 + "photo_camera": 58386, 2749 + "photo_camera_back": 61288, 2750 + "photo_camera_front": 61289, 2751 + "photo_filter": 58427, 2752 + "photo_frame": 61657, 2753 + "photo_library": 58387, 2754 + "photo_prints": 61362, 2755 + "photo_size_select_actual": 58418, 2756 + "photo_size_select_large": 58419, 2757 + "photo_size_select_small": 58420, 2758 + "php": 60303, 2759 + "physical_therapy": 57630, 2760 + "piano": 58657, 2761 + "piano_off": 58656, 2762 + "pickleball": 62118, 2763 + "picture_as_pdf": 58389, 2764 + "picture_in_picture": 59562, 2765 + "picture_in_picture_alt": 59665, 2766 + "picture_in_picture_center": 62800, 2767 + "picture_in_picture_large": 62799, 2768 + "picture_in_picture_medium": 62798, 2769 + "picture_in_picture_mobile": 62743, 2770 + "picture_in_picture_off": 62767, 2771 + "picture_in_picture_small": 62797, 2772 + "pie_chart": 61658, 2773 + "pie_chart_filled": 61658, 2774 + "pie_chart_outline": 61658, 2775 + "pie_chart_outlined": 61658, 2776 + "pill": 57631, 2777 + "pill_off": 63497, 2778 + "pin": 61509, 2779 + "pin_drop": 58718, 2780 + "pin_end": 59239, 2781 + "pin_invoke": 59235, 2782 + "pinboard": 62379, 2783 + "pinboard_unread": 62380, 2784 + "pinch": 60216, 2785 + "pinch_zoom_in": 61946, 2786 + "pinch_zoom_out": 61947, 2787 + "pip": 63053, 2788 + "pip_exit": 63245, 2789 + "pivot_table_chart": 59854, 2790 + "place": 61915, 2791 + "place_item": 61936, 2792 + "plagiarism": 59994, 2793 + "plane_contrails": 62124, 2794 + "planet": 62343, 2795 + "planner_banner_ad_pt": 59026, 2796 + "planner_review": 59028, 2797 + "play_arrow": 57399, 2798 + "play_circle": 57796, 2799 + "play_disabled": 61290, 2800 + "play_for_work": 59654, 2801 + "play_lesson": 61511, 2802 + "play_music": 59118, 2803 + "play_pause": 61751, 2804 + "play_shapes": 63484, 2805 + "playground": 62094, 2806 + "playground_2": 62095, 2807 + "playing_cards": 62940, 2808 + "playlist_add": 57403, 2809 + "playlist_add_check": 57445, 2810 + "playlist_add_check_circle": 59366, 2811 + "playlist_add_circle": 59365, 2812 + "playlist_play": 57439, 2813 + "playlist_remove": 60288, 2814 + "plug_connect": 62298, 2815 + "plumbing": 61703, 2816 + "plus_one": 59392, 2817 + "podcasts": 61512, 2818 + "podiatry": 57632, 2819 + "podium": 63483, 2820 + "point_of_sale": 61822, 2821 + "point_scan": 63244, 2822 + "poker_chip": 62619, 2823 + "policy": 59927, 2824 + "policy_alert": 62471, 2825 + "poll": 61644, 2826 + "polyline": 60347, 2827 + "polymer": 59563, 2828 + "pool": 60232, 2829 + "portable_wifi_off": 61575, 2830 + "portrait": 59473, 2831 + "position_bottom_left": 63243, 2832 + "position_bottom_right": 63242, 2833 + "position_top_right": 63241, 2834 + "post": 59141, 2835 + "post_add": 59936, 2836 + "potted_plant": 63658, 2837 + "power": 58940, 2838 + "power_input": 58166, 2839 + "power_off": 58950, 2840 + "power_rounded": 63687, 2841 + "power_settings_circle": 62488, 2842 + "power_settings_new": 63687, 2843 + "prayer_times": 63544, 2844 + "precision_manufacturing": 61513, 2845 + "pregnancy": 62961, 2846 + "pregnant_woman": 62961, 2847 + "preliminary": 59352, 2848 + "prescriptions": 57633, 2849 + "present_to_all": 57567, 2850 + "preview": 61893, 2851 + "preview_off": 63407, 2852 + "price_change": 61514, 2853 + "price_check": 61515, 2854 + "print": 59565, 2855 + "print_add": 63394, 2856 + "print_connect": 63393, 2857 + "print_disabled": 59855, 2858 + "print_error": 63392, 2859 + "print_lock": 63057, 2860 + "priority": 57759, 2861 + "priority_high": 58949, 2862 + "privacy": 61768, 2863 + "privacy_tip": 61660, 2864 + "private_connectivity": 59204, 2865 + "problem": 57634, 2866 + "procedure": 58961, 2867 + "process_chart": 63573, 2868 + "production_quantity_limits": 57809, 2869 + "productivity": 58006, 2870 + "progress_activity": 59856, 2871 + "prompt_suggestion": 62710, 2872 + "propane": 60436, 2873 + "propane_tank": 60435, 2874 + "psychiatry": 57635, 2875 + "psychology": 59978, 2876 + "psychology_alt": 63722, 2877 + "public": 59403, 2878 + "public_off": 61898, 2879 + "publish": 57941, 2880 + "published_with_changes": 62002, 2881 + "pulmonology": 57636, 2882 + "pulse_alert": 62721, 2883 + "punch_clock": 60072, 2884 + "push_pin": 61709, 2885 + "qr_code": 61291, 2886 + "qr_code_2": 57354, 2887 + "qr_code_2_add": 63064, 2888 + "qr_code_scanner": 61958, 2889 + "query_builder": 61398, 2890 + "query_stats": 58620, 2891 + "question_answer": 59567, 2892 + "question_exchange": 63475, 2893 + "question_mark": 60299, 2894 + "queue": 57404, 2895 + "queue_music": 57405, 2896 + "queue_play_next": 57446, 2897 + "quick_phrases": 59345, 2898 + "quick_reference": 58478, 2899 + "quick_reference_all": 63489, 2900 + "quick_reorder": 60181, 2901 + "quickreply": 61292, 2902 + "quiet_time": 61785, 2903 + "quiet_time_active": 60278, 2904 + "quiz": 61516, 2905 + "r_mobiledata": 61517, 2906 + "radar": 61518, 2907 + "radio": 57406, 2908 + "radio_button_checked": 59447, 2909 + "radio_button_partial": 62816, 2910 + "radio_button_unchecked": 59446, 2911 + "radiology": 57637, 2912 + "railway_alert": 59857, 2913 + "railway_alert_2": 62561, 2914 + "rainy": 61814, 2915 + "rainy_heavy": 63007, 2916 + "rainy_light": 63006, 2917 + "rainy_snow": 63005, 2918 + "ramen_dining": 60004, 2919 + "ramp_left": 60316, 2920 + "ramp_right": 60310, 2921 + "range_hood": 57834, 2922 + "rate_review": 58720, 2923 + "rate_review_rtl": 59142, 2924 + "raven": 62805, 2925 + "raw_off": 61519, 2926 + "raw_on": 61520, 2927 + "read_more": 61293, 2928 + "readiness_score": 63197, 2929 + "real_estate_agent": 59194, 2930 + "rear_camera": 63170, 2931 + "rebase": 63557, 2932 + "rebase_edit": 63558, 2933 + "receipt": 59568, 2934 + "receipt_long": 61294, 2935 + "receipt_long_off": 62474, 2936 + "recent_actors": 57407, 2937 + "recent_patient": 63496, 2938 + "recenter": 62656, 2939 + "recommend": 59858, 2940 + "record_voice_over": 59679, 2941 + "rectangle": 60244, 2942 + "recycling": 59232, 2943 + "redeem": 59638, 2944 + "redo": 57690, 2945 + "reduce_capacity": 61980, 2946 + "refresh": 58837, 2947 + "regular_expression": 63312, 2948 + "relax": 63196, 2949 + "release_alert": 63060, 2950 + "remember_me": 61521, 2951 + "reminder": 59078, 2952 + "reminders_alt": 59078, 2953 + "remote_gen": 59454, 2954 + "remove": 57691, 2955 + "remove_circle": 61583, 2956 + "remove_circle_outline": 61583, 2957 + "remove_done": 59859, 2958 + "remove_from_queue": 57447, 2959 + "remove_moderator": 59860, 2960 + "remove_red_eye": 59636, 2961 + "remove_road": 60412, 2962 + "remove_selection": 59861, 2963 + "remove_shopping_cart": 59688, 2964 + "reopen_window": 63240, 2965 + "reorder": 59646, 2966 + "repartition": 63720, 2967 + "repeat": 57408, 2968 + "repeat_on": 59862, 2969 + "repeat_one": 57409, 2970 + "repeat_one_on": 59863, 2971 + "replace_audio": 62545, 2972 + "replace_image": 62544, 2973 + "replace_video": 62543, 2974 + "replay": 57410, 2975 + "replay_10": 57433, 2976 + "replay_30": 57434, 2977 + "replay_5": 57435, 2978 + "replay_circle_filled": 59864, 2979 + "reply": 57694, 2980 + "reply_all": 57695, 2981 + "report": 61522, 2982 + "report_gmailerrorred": 61522, 2983 + "report_off": 57712, 2984 + "report_problem": 61571, 2985 + "request_page": 61996, 2986 + "request_quote": 61878, 2987 + "reset_brightness": 62594, 2988 + "reset_exposure": 62054, 2989 + "reset_focus": 62593, 2990 + "reset_image": 63524, 2991 + "reset_iso": 62592, 2992 + "reset_settings": 62591, 2993 + "reset_shadow": 62590, 2994 + "reset_shutter_speed": 62589, 2995 + "reset_tv": 59865, 2996 + "reset_white_balance": 62588, 2997 + "reset_wrench": 62828, 2998 + "resize": 63239, 2999 + "respiratory_rate": 57639, 3000 + "responsive_layout": 59866, 3001 + "rest_area": 61994, 3002 + "restart_alt": 61523, 3003 + "restaurant": 58732, 3004 + "restaurant_menu": 58721, 3005 + "restore": 59571, 3006 + "restore_from_trash": 59704, 3007 + "restore_page": 59689, 3008 + "resume": 63440, 3009 + "reviews": 61564, 3010 + "rewarded_ads": 61366, 3011 + "rheumatology": 57640, 3012 + "rib_cage": 63640, 3013 + "rice_bowl": 61941, 3014 + "right_click": 63238, 3015 + "right_panel_close": 63237, 3016 + "right_panel_open": 63236, 3017 + "ring_volume": 61661, 3018 + "ring_volume_filled": 61661, 3019 + "ripples": 59867, 3020 + "road": 62578, 3021 + "robot": 63618, 3022 + "robot_2": 62928, 3023 + "rocket": 60325, 3024 + "rocket_launch": 60315, 3025 + "roller_shades": 60434, 3026 + "roller_shades_closed": 60433, 3027 + "roller_skating": 60365, 3028 + "roofing": 61953, 3029 + "room": 61915, 3030 + "room_preferences": 61880, 3031 + "room_service": 60233, 3032 + "rotate_90_degrees_ccw": 58392, 3033 + "rotate_90_degrees_cw": 60075, 3034 + "rotate_auto": 62487, 3035 + "rotate_left": 58393, 3036 + "rotate_right": 58394, 3037 + "roundabout_left": 60313, 3038 + "roundabout_right": 60323, 3039 + "rounded_corner": 59680, 3040 + "route": 60109, 3041 + "router": 58152, 3042 + "router_off": 62196, 3043 + "routine": 57868, 3044 + "rowing": 59681, 3045 + "rss_feed": 57573, 3046 + "rsvp": 61525, 3047 + "rtt": 59821, 3048 + "rubric": 60199, 3049 + "rule": 61890, 3050 + "rule_folder": 61897, 3051 + "rule_settings": 63052, 3052 + "run_circle": 61295, 3053 + "running_with_errors": 58653, 3054 + "rv_hookup": 58946, 3055 + "safety_check": 60399, 3056 + "safety_check_off": 62877, 3057 + "safety_divider": 57804, 3058 + "sailing": 58626, 3059 + "salinity": 63606, 3060 + "sanitizer": 61981, 3061 + "satellite": 58722, 3062 + "satellite_alt": 60218, 3063 + "sauna": 63223, 3064 + "save": 57697, 3065 + "save_alt": 61584, 3066 + "save_as": 60256, 3067 + "save_clock": 62360, 3068 + "saved_search": 59921, 3069 + "savings": 58091, 3070 + "scale": 60255, 3071 + "scan": 63310, 3072 + "scan_delete": 63311, 3073 + "scanner": 58153, 3074 + "scatter_plot": 57960, 3075 + "scene": 58023, 3076 + "schedule": 61398, 3077 + "schedule_send": 59914, 3078 + "schema": 58621, 3079 + "school": 59404, 3080 + "science": 59979, 3081 + "science_off": 62786, 3082 + "scooter": 62577, 3083 + "score": 57961, 3084 + "scoreboard": 60368, 3085 + "screen_lock_landscape": 62168, 3086 + "screen_lock_portrait": 62142, 3087 + "screen_lock_rotation": 62166, 3088 + "screen_record": 63097, 3089 + "screen_rotation": 62165, 3090 + "screen_rotation_alt": 60398, 3091 + "screen_rotation_up": 63096, 3092 + "screen_search_desktop": 61296, 3093 + "screen_share": 57570, 3094 + "screenshot": 61526, 3095 + "screenshot_frame": 63095, 3096 + "screenshot_frame_2": 62324, 3097 + "screenshot_keyboard": 63443, 3098 + "screenshot_monitor": 60424, 3099 + "screenshot_region": 63442, 3100 + "screenshot_tablet": 63127, 3101 + "script": 62559, 3102 + "scrollable_header": 59868, 3103 + "scuba_diving": 60366, 3104 + "sd": 59869, 3105 + "sd_card": 58915, 3106 + "sd_card_alert": 61527, 3107 + "sd_storage": 58915, 3108 + "sdk": 59168, 3109 + "search": 59574, 3110 + "search_activity": 62437, 3111 + "search_check": 63488, 3112 + "search_check_2": 62569, 3113 + "search_gear": 61178, 3114 + "search_hands_free": 59030, 3115 + "search_insights": 62652, 3116 + "search_off": 60022, 3117 + "seat_cool_left": 62257, 3118 + "seat_cool_right": 62256, 3119 + "seat_heat_left": 62255, 3120 + "seat_heat_right": 62254, 3121 + "seat_vent_left": 62253, 3122 + "seat_vent_right": 62252, 3123 + "security": 58154, 3124 + "security_key": 62723, 3125 + "security_update": 62157, 3126 + "security_update_good": 61555, 3127 + "security_update_warning": 62163, 3128 + "segment": 59723, 3129 + "select": 63309, 3130 + "select_all": 57698, 3131 + "select_check_box": 61950, 3132 + "select_to_speak": 63439, 3133 + "select_window": 59130, 3134 + "select_window_2": 62664, 3135 + "select_window_off": 58630, 3136 + "self_care": 63597, 3137 + "self_improvement": 60024, 3138 + "sell": 61531, 3139 + "send": 57699, 3140 + "send_and_archive": 59916, 3141 + "send_money": 59575, 3142 + "send_time_extension": 60123, 3143 + "send_to_mobile": 62162, 3144 + "sensor_door": 61877, 3145 + "sensor_occupied": 60432, 3146 + "sensor_window": 61876, 3147 + "sensors": 58654, 3148 + "sensors_krx": 62806, 3149 + "sensors_krx_off": 62741, 3150 + "sensors_off": 58655, 3151 + "sentiment_calm": 63143, 3152 + "sentiment_content": 63142, 3153 + "sentiment_dissatisfied": 59409, 3154 + "sentiment_excited": 63141, 3155 + "sentiment_extremely_dissatisfied": 61844, 3156 + "sentiment_frustrated": 63140, 3157 + "sentiment_neutral": 59410, 3158 + "sentiment_sad": 63139, 3159 + "sentiment_satisfied": 59411, 3160 + "sentiment_satisfied_alt": 59411, 3161 + "sentiment_stressed": 63138, 3162 + "sentiment_very_dissatisfied": 59412, 3163 + "sentiment_very_satisfied": 59413, 3164 + "sentiment_worried": 63137, 3165 + "serif": 62636, 3166 + "server_person": 62397, 3167 + "service_toolbox": 59159, 3168 + "set_meal": 61930, 3169 + "settings": 59576, 3170 + "settings_accessibility": 61533, 3171 + "settings_account_box": 63541, 3172 + "settings_alert": 61763, 3173 + "settings_applications": 59577, 3174 + "settings_b_roll": 63013, 3175 + "settings_backup_restore": 59578, 3176 + "settings_bluetooth": 59579, 3177 + "settings_brightness": 59581, 3178 + "settings_cell": 62161, 3179 + "settings_cinematic_blur": 63012, 3180 + "settings_ethernet": 59582, 3181 + "settings_heart": 62754, 3182 + "settings_input_antenna": 59583, 3183 + "settings_input_component": 59585, 3184 + "settings_input_composite": 59585, 3185 + "settings_input_hdmi": 59586, 3186 + "settings_input_svideo": 59587, 3187 + "settings_motion_mode": 63539, 3188 + "settings_night_sight": 63538, 3189 + "settings_overscan": 59588, 3190 + "settings_panorama": 63537, 3191 + "settings_phone": 59589, 3192 + "settings_photo_camera": 63540, 3193 + "settings_power": 59590, 3194 + "settings_remote": 59591, 3195 + "settings_seating": 61229, 3196 + "settings_slow_motion": 63011, 3197 + "settings_suggest": 61534, 3198 + "settings_system_daydream": 57795, 3199 + "settings_timelapse": 63010, 3200 + "settings_video_camera": 63009, 3201 + "settings_voice": 59592, 3202 + "settop_component": 58028, 3203 + "severe_cold": 60371, 3204 + "shadow": 59871, 3205 + "shadow_add": 62852, 3206 + "shadow_minus": 62851, 3207 + "shape_line": 63699, 3208 + "shape_recognition": 60161, 3209 + "shapes": 58882, 3210 + "share": 59405, 3211 + "share_eta": 58871, 3212 + "share_location": 61535, 3213 + "share_off": 63179, 3214 + "share_reviews": 63652, 3215 + "share_windows": 62995, 3216 + "shaved_ice": 61989, 3217 + "sheets_rtl": 63523, 3218 + "shelf_auto_hide": 63235, 3219 + "shelf_position": 63234, 3220 + "shelves": 63598, 3221 + "shield": 59872, 3222 + "shield_lock": 63110, 3223 + "shield_locked": 62866, 3224 + "shield_moon": 60073, 3225 + "shield_person": 63056, 3226 + "shield_question": 62761, 3227 + "shield_toggle": 62125, 3228 + "shield_watch": 62223, 3229 + "shield_with_heart": 59279, 3230 + "shield_with_house": 59277, 3231 + "shift": 58866, 3232 + "shift_lock": 63406, 3233 + "shift_lock_off": 62595, 3234 + "shop": 59593, 3235 + "shop_2": 59594, 3236 + "shop_two": 59594, 3237 + "shopping_bag": 61900, 3238 + "shopping_bag_speed": 62362, 3239 + "shopping_basket": 59595, 3240 + "shopping_cart": 59596, 3241 + "shopping_cart_checkout": 60296, 3242 + "shopping_cart_off": 62711, 3243 + "shoppingmode": 61367, 3244 + "short_stay": 58576, 3245 + "short_text": 57953, 3246 + "shortcut": 62842, 3247 + "show_chart": 59105, 3248 + "shower": 61537, 3249 + "shuffle": 57411, 3250 + "shuffle_on": 59873, 3251 + "shutter_speed": 58429, 3252 + "shutter_speed_add": 62846, 3253 + "shutter_speed_minus": 62845, 3254 + "sick": 61984, 3255 + "side_navigation": 59874, 3256 + "sign_language": 60389, 3257 + "sign_language_2": 62040, 3258 + "signal_cellular_0_bar": 61608, 3259 + "signal_cellular_1_bar": 61609, 3260 + "signal_cellular_2_bar": 61610, 3261 + "signal_cellular_3_bar": 61611, 3262 + "signal_cellular_4_bar": 57800, 3263 + "signal_cellular_add": 63401, 3264 + "signal_cellular_alt": 57858, 3265 + "signal_cellular_alt_1_bar": 60383, 3266 + "signal_cellular_alt_2_bar": 60387, 3267 + "signal_cellular_connected_no_internet_0_bar": 61612, 3268 + "signal_cellular_connected_no_internet_4_bar": 57805, 3269 + "signal_cellular_no_sim": 57806, 3270 + "signal_cellular_nodata": 61538, 3271 + "signal_cellular_null": 57807, 3272 + "signal_cellular_off": 57808, 3273 + "signal_cellular_pause": 62887, 3274 + "signal_disconnected": 62009, 3275 + "signal_wifi_0_bar": 61616, 3276 + "signal_wifi_4_bar": 61541, 3277 + "signal_wifi_4_bar_lock": 57825, 3278 + "signal_wifi_bad": 61540, 3279 + "signal_wifi_connected_no_internet_4": 61540, 3280 + "signal_wifi_off": 57818, 3281 + "signal_wifi_statusbar_4_bar": 61541, 3282 + "signal_wifi_statusbar_not_connected": 61679, 3283 + "signal_wifi_statusbar_null": 61543, 3284 + "signature": 63308, 3285 + "signpost": 60305, 3286 + "sim_card": 58155, 3287 + "sim_card_alert": 61527, 3288 + "sim_card_download": 61544, 3289 + "simulation": 62433, 3290 + "single_bed": 59976, 3291 + "sip": 61545, 3292 + "siren": 62375, 3293 + "siren_check": 62374, 3294 + "siren_open": 62373, 3295 + "siren_question": 62372, 3296 + "skateboarding": 58641, 3297 + "skeleton": 63641, 3298 + "skillet": 62787, 3299 + "skillet_cooktop": 62788, 3300 + "skip_next": 57412, 3301 + "skip_previous": 57413, 3302 + "skull": 63642, 3303 + "skull_list": 62320, 3304 + "slab_serif": 62635, 3305 + "sledding": 58642, 3306 + "sleep": 57875, 3307 + "sleep_score": 63159, 3308 + "slide_library": 63522, 3309 + "sliders": 59875, 3310 + "slideshow": 58395, 3311 + "slow_motion_video": 57448, 3312 + "smart_button": 61889, 3313 + "smart_card_reader": 62629, 3314 + "smart_card_reader_off": 62630, 3315 + "smart_display": 61546, 3316 + "smart_outlet": 59460, 3317 + "smart_screen": 62160, 3318 + "smart_toy": 61548, 3319 + "smartphone": 59322, 3320 + "smartphone_camera": 62542, 3321 + "smb_share": 63307, 3322 + "smoke_free": 60234, 3323 + "smoking_rooms": 60235, 3324 + "sms": 58917, 3325 + "sms_failed": 59519, 3326 + "snippet_folder": 61895, 3327 + "snooze": 57414, 3328 + "snowboarding": 58643, 3329 + "snowing": 59407, 3330 + "snowing_heavy": 63004, 3331 + "snowmobile": 58627, 3332 + "snowshoeing": 58644, 3333 + "soap": 61874, 3334 + "soba": 61238, 3335 + "social_distance": 57803, 3336 + "social_leaderboard": 63136, 3337 + "solar_power": 60431, 3338 + "solo_dining": 61237, 3339 + "sort": 57700, 3340 + "sort_by_alpha": 57427, 3341 + "sos": 60407, 3342 + "sound_detection_dog_barking": 61769, 3343 + "sound_detection_glass_break": 61770, 3344 + "sound_detection_loud_sound": 61771, 3345 + "sound_sampler": 63156, 3346 + "soup_kitchen": 59347, 3347 + "source": 61896, 3348 + "source_environment": 58663, 3349 + "source_notes": 57645, 3350 + "south": 61923, 3351 + "south_america": 59364, 3352 + "south_east": 61924, 3353 + "south_west": 61925, 3354 + "spa": 60236, 3355 + "space_bar": 57942, 3356 + "space_dashboard": 58987, 3357 + "spatial_audio": 60395, 3358 + "spatial_audio_off": 60392, 3359 + "spatial_speaker": 62671, 3360 + "spatial_tracking": 60394, 3361 + "speaker": 58157, 3362 + "speaker_group": 58158, 3363 + "speaker_notes": 59597, 3364 + "speaker_notes_off": 59690, 3365 + "speaker_phone": 57554, 3366 + "special_character": 63306, 3367 + "specific_gravity": 63602, 3368 + "speech_to_text": 63655, 3369 + "speed": 59876, 3370 + "speed_0_25": 62676, 3371 + "speed_0_2x": 62616, 3372 + "speed_0_5": 62690, 3373 + "speed_0_5x": 62615, 3374 + "speed_0_75": 62675, 3375 + "speed_0_7x": 62614, 3376 + "speed_1_2": 62689, 3377 + "speed_1_25": 62674, 3378 + "speed_1_2x": 62613, 3379 + "speed_1_5": 62688, 3380 + "speed_1_5x": 62612, 3381 + "speed_1_75": 62673, 3382 + "speed_1_7x": 62611, 3383 + "speed_2x": 62699, 3384 + "speed_camera": 62576, 3385 + "spellcheck": 59598, 3386 + "split_scene": 62399, 3387 + "split_scene_down": 62207, 3388 + "split_scene_left": 62206, 3389 + "split_scene_right": 62205, 3390 + "split_scene_up": 62204, 3391 + "splitscreen": 61549, 3392 + "splitscreen_add": 62717, 3393 + "splitscreen_bottom": 63094, 3394 + "splitscreen_landscape": 62553, 3395 + "splitscreen_left": 63093, 3396 + "splitscreen_portrait": 62552, 3397 + "splitscreen_right": 63092, 3398 + "splitscreen_top": 63091, 3399 + "splitscreen_vertical_add": 62716, 3400 + "spo2": 63195, 3401 + "spoke": 59815, 3402 + "sports": 59952, 3403 + "sports_and_outdoors": 61368, 3404 + "sports_bar": 61939, 3405 + "sports_baseball": 59985, 3406 + "sports_basketball": 59942, 3407 + "sports_cricket": 59943, 3408 + "sports_esports": 59944, 3409 + "sports_football": 59945, 3410 + "sports_golf": 59946, 3411 + "sports_gymnastics": 60356, 3412 + "sports_handball": 59955, 3413 + "sports_hockey": 59947, 3414 + "sports_kabaddi": 59956, 3415 + "sports_martial_arts": 60137, 3416 + "sports_mma": 59948, 3417 + "sports_motorsports": 59949, 3418 + "sports_rugby": 59950, 3419 + "sports_score": 61550, 3420 + "sports_soccer": 59951, 3421 + "sports_tennis": 59954, 3422 + "sports_volleyball": 59953, 3423 + "sprinkler": 58010, 3424 + "sprint": 63519, 3425 + "square": 60214, 3426 + "square_dot": 62387, 3427 + "square_foot": 59977, 3428 + "ssid_chart": 60262, 3429 + "stack": 62985, 3430 + "stack_group": 62297, 3431 + "stack_hexagon": 62492, 3432 + "stack_off": 62984, 3433 + "stack_star": 62983, 3434 + "stacked_bar_chart": 59878, 3435 + "stacked_email": 59079, 3436 + "stacked_inbox": 59081, 3437 + "stacked_line_chart": 61995, 3438 + "stacks": 62720, 3439 + "stadia_controller": 61749, 3440 + "stadium": 60304, 3441 + "stairs": 61865, 3442 + "stairs_2": 62572, 3443 + "star": 61594, 3444 + "star_border": 61594, 3445 + "star_border_purple500": 61594, 3446 + "star_half": 59449, 3447 + "star_outline": 61594, 3448 + "star_purple500": 61594, 3449 + "star_rate": 61676, 3450 + "star_rate_half": 60485, 3451 + "star_shine": 62237, 3452 + "stars": 59600, 3453 + "stars_2": 62236, 3454 + "start": 57481, 3455 + "stat_0": 59031, 3456 + "stat_1": 59032, 3457 + "stat_2": 59033, 3458 + "stat_3": 59034, 3459 + "stat_minus_1": 59035, 3460 + "stat_minus_2": 59036, 3461 + "stat_minus_3": 59037, 3462 + "stay_current_landscape": 60734, 3463 + "stay_current_portrait": 59322, 3464 + "stay_primary_landscape": 60734, 3465 + "stay_primary_portrait": 62163, 3466 + "steering_wheel_heat": 62251, 3467 + "step": 63230, 3468 + "step_into": 63233, 3469 + "step_out": 63232, 3470 + "step_over": 63231, 3471 + "steppers": 59879, 3472 + "steps": 63194, 3473 + "stethoscope": 63493, 3474 + "stethoscope_arrow": 63495, 3475 + "stethoscope_check": 63494, 3476 + "sticky_note": 59880, 3477 + "sticky_note_2": 61948, 3478 + "stock_media": 62832, 3479 + "stockpot": 62789, 3480 + "stop": 57415, 3481 + "stop_circle": 61297, 3482 + "stop_screen_share": 57571, 3483 + "storage": 57819, 3484 + "store": 59601, 3485 + "store_mall_directory": 59601, 3486 + "storefront": 59922, 3487 + "storm": 61552, 3488 + "straight": 60309, 3489 + "straighten": 58396, 3490 + "strategy": 62943, 3491 + "stream": 59881, 3492 + "stream_apps": 63391, 3493 + "streetview": 58734, 3494 + "stress_management": 63193, 3495 + "strikethrough_s": 57943, 3496 + "stroke_full": 63305, 3497 + "stroke_partial": 63304, 3498 + "stroller": 61870, 3499 + "style": 58397, 3500 + "styler": 57971, 3501 + "stylus": 62980, 3502 + "stylus_brush": 62310, 3503 + "stylus_fountain_pen": 62309, 3504 + "stylus_highlighter": 62308, 3505 + "stylus_laser_pointer": 63303, 3506 + "stylus_note": 62979, 3507 + "stylus_pen": 62307, 3508 + "stylus_pencil": 62306, 3509 + "subdirectory_arrow_left": 58841, 3510 + "subdirectory_arrow_right": 58842, 3511 + "subheader": 59882, 3512 + "subject": 59602, 3513 + "subscript": 61713, 3514 + "subscriptions": 57444, 3515 + "subtitles": 57416, 3516 + "subtitles_gear": 62293, 3517 + "subtitles_off": 61298, 3518 + "subway": 58735, 3519 + "subway_walk": 62087, 3520 + "summarize": 61553, 3521 + "sunny": 59418, 3522 + "sunny_snowing": 59417, 3523 + "superscript": 61714, 3524 + "supervised_user_circle": 59705, 3525 + "supervised_user_circle_off": 62990, 3526 + "supervisor_account": 59603, 3527 + "support": 61299, 3528 + "support_agent": 61666, 3529 + "surfing": 58645, 3530 + "surgical": 57649, 3531 + "surround_sound": 57417, 3532 + "swap_calls": 57559, 3533 + "swap_driving_apps": 59038, 3534 + "swap_driving_apps_wheel": 59039, 3535 + "swap_horiz": 59604, 3536 + "swap_horizontal_circle": 59699, 3537 + "swap_vert": 59605, 3538 + "swap_vertical_circle": 59606, 3539 + "sweep": 59052, 3540 + "swipe": 59884, 3541 + "swipe_down": 60243, 3542 + "swipe_down_alt": 60208, 3543 + "swipe_left": 60249, 3544 + "swipe_left_alt": 60211, 3545 + "swipe_right": 60242, 3546 + "swipe_right_alt": 60246, 3547 + "swipe_up": 60206, 3548 + "swipe_up_alt": 60213, 3549 + "swipe_vertical": 60241, 3550 + "switch": 57844, 3551 + "switch_access": 63229, 3552 + "switch_access_2": 62726, 3553 + "switch_access_3": 62285, 3554 + "switch_access_shortcut": 59361, 3555 + "switch_access_shortcut_add": 59362, 3556 + "switch_account": 59885, 3557 + "switch_camera": 58398, 3558 + "switch_left": 61905, 3559 + "switch_right": 61906, 3560 + "switch_video": 58399, 3561 + "switches": 59187, 3562 + "sword_rose": 62942, 3563 + "swords": 63625, 3564 + "symptoms": 57650, 3565 + "synagogue": 60080, 3566 + "sync": 58919, 3567 + "sync_alt": 59928, 3568 + "sync_arrow_down": 62332, 3569 + "sync_arrow_up": 62331, 3570 + "sync_desktop": 62490, 3571 + "sync_disabled": 58920, 3572 + "sync_lock": 60142, 3573 + "sync_problem": 58921, 3574 + "sync_saved_locally": 63520, 3575 + "sync_saved_locally_off": 62052, 3576 + "syringe": 57651, 3577 + "system_security_update": 62157, 3578 + "system_security_update_good": 61555, 3579 + "system_security_update_warning": 62163, 3580 + "system_update": 62157, 3581 + "system_update_alt": 59607, 3582 + "tab": 59608, 3583 + "tab_close": 63301, 3584 + "tab_close_inactive": 62416, 3585 + "tab_close_right": 63302, 3586 + "tab_duplicate": 63300, 3587 + "tab_group": 63299, 3588 + "tab_inactive": 62523, 3589 + "tab_move": 63298, 3590 + "tab_new_right": 63297, 3591 + "tab_recent": 63296, 3592 + "tab_search": 62194, 3593 + "tab_unselected": 59609, 3594 + "table": 61841, 3595 + "table_bar": 60114, 3596 + "table_chart": 57957, 3597 + "table_chart_view": 63215, 3598 + "table_convert": 62407, 3599 + "table_edit": 62406, 3600 + "table_eye": 62566, 3601 + "table_lamp": 57842, 3602 + "table_large": 62105, 3603 + "table_restaurant": 60102, 3604 + "table_rows": 61697, 3605 + "table_rows_narrow": 63295, 3606 + "table_sign": 61228, 3607 + "table_view": 61886, 3608 + "tablet": 58159, 3609 + "tablet_android": 58160, 3610 + "tablet_camera": 62541, 3611 + "tablet_mac": 58161, 3612 + "tabs": 59886, 3613 + "tactic": 62820, 3614 + "tag": 59887, 3615 + "tag_faces": 59938, 3616 + "takeout_dining": 60020, 3617 + "takeout_dining_2": 61236, 3618 + "tamper_detection_off": 59438, 3619 + "tamper_detection_on": 63688, 3620 + "tap_and_play": 62156, 3621 + "tapas": 61929, 3622 + "target": 59161, 3623 + "task": 61557, 3624 + "task_alt": 58086, 3625 + "tatami_seat": 61235, 3626 + "taunt": 63135, 3627 + "taxi_alert": 61300, 3628 + "team_dashboard": 57363, 3629 + "temp_preferences_custom": 63689, 3630 + "temp_preferences_eco": 63690, 3631 + "temple_buddhist": 60083, 3632 + "temple_hindu": 60079, 3633 + "tenancy": 61667, 3634 + "terminal": 60302, 3635 + "terrain": 58724, 3636 + "text_ad": 59176, 3637 + "text_compare": 62405, 3638 + "text_decrease": 60125, 3639 + "text_fields": 57954, 3640 + "text_fields_alt": 59889, 3641 + "text_format": 57701, 3642 + "text_increase": 60130, 3643 + "text_rotate_up": 59706, 3644 + "text_rotate_vertical": 59707, 3645 + "text_rotation_angledown": 59708, 3646 + "text_rotation_angleup": 59709, 3647 + "text_rotation_down": 59710, 3648 + "text_rotation_none": 59711, 3649 + "text_select_end": 63294, 3650 + "text_select_jump_to_beginning": 63293, 3651 + "text_select_jump_to_end": 63292, 3652 + "text_select_move_back_character": 63291, 3653 + "text_select_move_back_word": 63290, 3654 + "text_select_move_down": 63289, 3655 + "text_select_move_forward_character": 63288, 3656 + "text_select_move_forward_word": 63287, 3657 + "text_select_move_up": 63286, 3658 + "text_select_start": 63285, 3659 + "text_snippet": 61894, 3660 + "text_to_speech": 61884, 3661 + "text_up": 62622, 3662 + "textsms": 58917, 3663 + "texture": 58401, 3664 + "texture_add": 62844, 3665 + "texture_minus": 62843, 3666 + "theater_comedy": 60006, 3667 + "theaters": 59610, 3668 + "thermometer": 59462, 3669 + "thermometer_add": 62850, 3670 + "thermometer_gain": 63192, 3671 + "thermometer_loss": 63191, 3672 + "thermometer_minus": 62849, 3673 + "thermostat": 61558, 3674 + "thermostat_arrow_down": 62330, 3675 + "thermostat_arrow_up": 62329, 3676 + "thermostat_auto": 61559, 3677 + "thermostat_carbon": 61816, 3678 + "things_to_do": 60202, 3679 + "thread_unread": 62713, 3680 + "threat_intelligence": 60141, 3681 + "thumb_down": 62840, 3682 + "thumb_down_alt": 62840, 3683 + "thumb_down_filled": 62840, 3684 + "thumb_down_off": 62840, 3685 + "thumb_down_off_alt": 62840, 3686 + "thumb_up": 62839, 3687 + "thumb_up_alt": 62839, 3688 + "thumb_up_filled": 62839, 3689 + "thumb_up_off": 62839, 3690 + "thumb_up_off_alt": 62839, 3691 + "thumbnail_bar": 63284, 3692 + "thumbs_up_double": 61180, 3693 + "thumbs_up_down": 59613, 3694 + "thunderstorm": 60379, 3695 + "tibia": 63643, 3696 + "tibia_alt": 63644, 3697 + "tile_large": 62403, 3698 + "tile_medium": 62402, 3699 + "tile_small": 62401, 3700 + "time_auto": 61668, 3701 + "time_to_leave": 61431, 3702 + "timelapse": 58402, 3703 + "timeline": 59682, 3704 + "timer": 58405, 3705 + "timer_1": 62127, 3706 + "timer_10": 58403, 3707 + "timer_10_alt_1": 61375, 3708 + "timer_10_select": 61562, 3709 + "timer_2": 62126, 3710 + "timer_3": 58404, 3711 + "timer_3_alt_1": 61376, 3712 + "timer_3_select": 61563, 3713 + "timer_5": 62641, 3714 + "timer_5_shutter": 62642, 3715 + "timer_arrow_down": 62328, 3716 + "timer_arrow_up": 62327, 3717 + "timer_off": 58406, 3718 + "timer_pause": 62651, 3719 + "timer_play": 62650, 3720 + "tips_and_updates": 59290, 3721 + "tire_repair": 60360, 3722 + "title": 57956, 3723 + "titlecase": 62601, 3724 + "toast": 61377, 3725 + "toc": 59614, 3726 + "today": 59615, 3727 + "toggle_off": 59893, 3728 + "toggle_on": 59894, 3729 + "token": 59941, 3730 + "toll": 59616, 3731 + "tonality": 58407, 3732 + "tonality_2": 62132, 3733 + "toolbar": 59895, 3734 + "tools_flat_head": 63691, 3735 + "tools_installation_kit": 58027, 3736 + "tools_ladder": 58059, 3737 + "tools_level": 59259, 3738 + "tools_phillips": 63692, 3739 + "tools_pliers_wire_stripper": 58026, 3740 + "tools_power_drill": 57833, 3741 + "tools_wrench": 63693, 3742 + "tooltip": 59896, 3743 + "tooltip_2": 62445, 3744 + "top_panel_close": 63283, 3745 + "top_panel_open": 63282, 3746 + "topic": 61896, 3747 + "tornado": 57753, 3748 + "total_dissolved_solids": 63607, 3749 + "touch_app": 59667, 3750 + "touch_double": 62347, 3751 + "touch_long": 62346, 3752 + "touch_triple": 62345, 3753 + "touchpad_mouse": 63111, 3754 + "touchpad_mouse_off": 62694, 3755 + "tour": 61301, 3756 + "toys": 58162, 3757 + "toys_and_games": 61378, 3758 + "toys_fan": 63623, 3759 + "track_changes": 59617, 3760 + "trackpad_input": 62663, 3761 + "trackpad_input_2": 62473, 3762 + "trackpad_input_3": 62472, 3763 + "traffic": 58725, 3764 + "traffic_jam": 62575, 3765 + "trail_length": 60254, 3766 + "trail_length_medium": 60259, 3767 + "trail_length_short": 60269, 3768 + "train": 58736, 3769 + "tram": 58737, 3770 + "transcribe": 63724, 3771 + "transfer_within_a_station": 58738, 3772 + "transform": 58408, 3773 + "transgender": 58765, 3774 + "transit_enterexit": 58745, 3775 + "transit_ticket": 62449, 3776 + "transition_chop": 62734, 3777 + "transition_dissolve": 62733, 3778 + "transition_fade": 62732, 3779 + "transition_push": 62731, 3780 + "transition_slide": 62730, 3781 + "translate": 59618, 3782 + "translate_indic": 62051, 3783 + "transportation": 57885, 3784 + "travel": 61331, 3785 + "travel_explore": 58075, 3786 + "travel_luggage_and_bags": 61379, 3787 + "trending_down": 59619, 3788 + "trending_flat": 59620, 3789 + "trending_up": 59621, 3790 + "trip": 59131, 3791 + "trip_origin": 58747, 3792 + "trolley": 63595, 3793 + "trolley_cable_car": 62574, 3794 + "trophy": 59939, 3795 + "troubleshoot": 57810, 3796 + "try": 61564, 3797 + "tsunami": 60376, 3798 + "tsv": 59094, 3799 + "tty": 61866, 3800 + "tune": 58409, 3801 + "tungsten": 61565, 3802 + "turn_left": 60326, 3803 + "turn_right": 60331, 3804 + "turn_sharp_left": 60327, 3805 + "turn_sharp_right": 60330, 3806 + "turn_slight_left": 60324, 3807 + "turn_slight_right": 60314, 3808 + "turned_in": 59623, 3809 + "turned_in_not": 59623, 3810 + "tv": 58939, 3811 + "tv_displays": 62444, 3812 + "tv_gen": 59440, 3813 + "tv_guide": 57820, 3814 + "tv_next": 62443, 3815 + "tv_off": 58951, 3816 + "tv_options_edit_channels": 57821, 3817 + "tv_options_input_settings": 57822, 3818 + "tv_remote": 62937, 3819 + "tv_signin": 59163, 3820 + "tv_with_assistant": 59269, 3821 + "two_pager": 62751, 3822 + "two_pager_store": 62404, 3823 + "two_wheeler": 59897, 3824 + "type_specimen": 63728, 3825 + "u_turn_left": 60321, 3826 + "u_turn_right": 60322, 3827 + "udon": 61234, 3828 + "ulna_radius": 63645, 3829 + "ulna_radius_alt": 63646, 3830 + "umbrella": 61869, 3831 + "unarchive": 57705, 3832 + "undo": 57702, 3833 + "unfold_less": 58838, 3834 + "unfold_less_double": 63695, 3835 + "unfold_more": 58839, 3836 + "unfold_more_double": 63696, 3837 + "ungroup": 63281, 3838 + "universal_currency": 59898, 3839 + "universal_currency_alt": 59188, 3840 + "universal_local": 59899, 3841 + "unknown_2": 62623, 3842 + "unknown_5": 59045, 3843 + "unknown_7": 62622, 3844 + "unknown_document": 63492, 3845 + "unknown_med": 60093, 3846 + "unlicense": 60165, 3847 + "unpaved_road": 62573, 3848 + "unpin": 59129, 3849 + "unpublished": 62006, 3850 + "unsubscribe": 57579, 3851 + "upcoming": 61566, 3852 + "update": 59683, 3853 + "update_disabled": 57461, 3854 + "upgrade": 61691, 3855 + "upi_pay": 62415, 3856 + "upload": 61595, 3857 + "upload_2": 62753, 3858 + "upload_file": 59900, 3859 + "uppercase": 62600, 3860 + "urology": 57655, 3861 + "usb": 57824, 3862 + "usb_off": 58618, 3863 + "user_attributes": 59144, 3864 + "vaccines": 57656, 3865 + "vacuum": 61381, 3866 + "valve": 57892, 3867 + "vape_free": 60358, 3868 + "vaping_rooms": 60367, 3869 + "variable_add": 62750, 3870 + "variable_insert": 62749, 3871 + "variable_remove": 62748, 3872 + "variables": 63569, 3873 + "ventilator": 57657, 3874 + "verified": 61302, 3875 + "verified_off": 62222, 3876 + "verified_user": 61459, 3877 + "vertical_align_bottom": 57944, 3878 + "vertical_align_center": 57945, 3879 + "vertical_align_top": 57946, 3880 + "vertical_distribute": 57462, 3881 + "vertical_shades": 60430, 3882 + "vertical_shades_closed": 60429, 3883 + "vertical_split": 59721, 3884 + "vibration": 62155, 3885 + "video_call": 57456, 3886 + "video_camera_back": 61567, 3887 + "video_camera_back_add": 62476, 3888 + "video_camera_front": 61568, 3889 + "video_camera_front_off": 63547, 3890 + "video_chat": 63648, 3891 + "video_file": 60295, 3892 + "video_label": 57457, 3893 + "video_library": 57418, 3894 + "video_search": 61382, 3895 + "video_settings": 60021, 3896 + "video_stable": 61569, 3897 + "videocam": 57419, 3898 + "videocam_alert": 62352, 3899 + "videocam_off": 57420, 3900 + "videogame_asset": 58168, 3901 + "videogame_asset_off": 58624, 3902 + "view_agenda": 59625, 3903 + "view_apps": 62326, 3904 + "view_array": 59626, 3905 + "view_carousel": 59627, 3906 + "view_column": 59628, 3907 + "view_column_2": 63559, 3908 + "view_comfy": 58410, 3909 + "view_comfy_alt": 60275, 3910 + "view_compact": 58411, 3911 + "view_compact_alt": 60276, 3912 + "view_cozy": 60277, 3913 + "view_day": 59629, 3914 + "view_headline": 59630, 3915 + "view_in_ar": 61385, 3916 + "view_in_ar_new": 61385, 3917 + "view_in_ar_off": 63003, 3918 + "view_kanban": 60287, 3919 + "view_list": 59631, 3920 + "view_module": 59632, 3921 + "view_object_track": 62514, 3922 + "view_quilt": 59633, 3923 + "view_real_size": 62658, 3924 + "view_sidebar": 61716, 3925 + "view_stream": 59634, 3926 + "view_timeline": 60293, 3927 + "view_week": 59635, 3928 + "vignette": 58421, 3929 + "vignette_2": 62131, 3930 + "villa": 58758, 3931 + "visibility": 59636, 3932 + "visibility_lock": 63059, 3933 + "visibility_off": 59637, 3934 + "vital_signs": 58960, 3935 + "vitals": 57659, 3936 + "vo2_max": 62634, 3937 + "voice_chat": 58926, 3938 + "voice_over_off": 59722, 3939 + "voice_selection": 62858, 3940 + "voice_selection_off": 62508, 3941 + "voicemail": 57561, 3942 + "voicemail_2": 62290, 3943 + "volcano": 60378, 3944 + "volume_down": 57421, 3945 + "volume_down_alt": 59292, 3946 + "volume_mute": 57422, 3947 + "volume_off": 57423, 3948 + "volume_up": 57424, 3949 + "volunteer_activism": 60016, 3950 + "voting_chip": 63570, 3951 + "vpn_key": 57562, 3952 + "vpn_key_alert": 63180, 3953 + "vpn_key_off": 60282, 3954 + "vpn_lock": 58927, 3955 + "vpn_lock_2": 62288, 3956 + "vr180_create2d": 61386, 3957 + "vr180_create2d_off": 62833, 3958 + "vrpano": 61570, 3959 + "wall_art": 61387, 3960 + "wall_lamp": 58036, 3961 + "wallet": 63743, 3962 + "wallpaper": 57788, 3963 + "wallpaper_slideshow": 63090, 3964 + "wand_shine": 62239, 3965 + "wand_stars": 62238, 3966 + "ward": 57660, 3967 + "warehouse": 60344, 3968 + "warning": 61571, 3969 + "warning_amber": 61571, 3970 + "warning_off": 63405, 3971 + "wash": 61873, 3972 + "washoku": 62080, 3973 + "watch": 58164, 3974 + "watch_arrow": 62154, 3975 + "watch_button_press": 63146, 3976 + "watch_check": 62568, 3977 + "watch_later": 61398, 3978 + "watch_off": 60131, 3979 + "watch_screentime": 63150, 3980 + "watch_vibration": 62567, 3981 + "watch_wake": 63145, 3982 + "water": 61572, 3983 + "water_bottle": 63133, 3984 + "water_bottle_large": 63134, 3985 + "water_damage": 61955, 3986 + "water_do": 63600, 3987 + "water_drop": 59288, 3988 + "water_ec": 63605, 3989 + "water_full": 63190, 3990 + "water_heater": 57988, 3991 + "water_lock": 63149, 3992 + "water_loss": 63189, 3993 + "water_lux": 63604, 3994 + "water_medium": 63188, 3995 + "water_orp": 63608, 3996 + "water_ph": 63610, 3997 + "water_pump": 62936, 3998 + "water_voc": 63611, 3999 + "waterfall_chart": 59904, 4000 + "waves": 57718, 4001 + "waving_hand": 59238, 4002 + "wb_auto": 58412, 4003 + "wb_cloudy": 61788, 4004 + "wb_incandescent": 58414, 4005 + "wb_iridescent": 61565, 4006 + "wb_shade": 59905, 4007 + "wb_sunny": 58416, 4008 + "wb_twilight": 57798, 4009 + "wc": 58941, 4010 + "weather_hail": 63103, 4011 + "weather_mix": 62987, 4012 + "weather_snowy": 58061, 4013 + "web": 57425, 4014 + "web_asset": 57449, 4015 + "web_asset_off": 61255, 4016 + "web_stories": 58773, 4017 + "web_traffic": 59907, 4018 + "webhook": 60306, 4019 + "weekend": 57707, 4020 + "weight": 57661, 4021 + "west": 61926, 4022 + "whatshot": 59406, 4023 + "wheelchair_pickup": 61867, 4024 + "where_to_vote": 57719, 4025 + "widget_medium": 62394, 4026 + "widget_small": 62393, 4027 + "widget_width": 62392, 4028 + "widgets": 57789, 4029 + "width": 63280, 4030 + "width_full": 63733, 4031 + "width_normal": 63734, 4032 + "width_wide": 63735, 4033 + "wifi": 58942, 4034 + "wifi_1_bar": 58570, 4035 + "wifi_2_bar": 58585, 4036 + "wifi_add": 63400, 4037 + "wifi_calling": 61303, 4038 + "wifi_calling_1": 61671, 4039 + "wifi_calling_2": 61686, 4040 + "wifi_calling_3": 61671, 4041 + "wifi_calling_bar_1": 62540, 4042 + "wifi_calling_bar_2": 62539, 4043 + "wifi_calling_bar_3": 62538, 4044 + "wifi_channel": 60266, 4045 + "wifi_find": 60209, 4046 + "wifi_home": 63089, 4047 + "wifi_lock": 57825, 4048 + "wifi_notification": 63088, 4049 + "wifi_off": 58952, 4050 + "wifi_password": 60267, 4051 + "wifi_protected_setup": 61692, 4052 + "wifi_proxy": 63399, 4053 + "wifi_tethering": 57826, 4054 + "wifi_tethering_error": 60121, 4055 + "wifi_tethering_off": 61575, 4056 + "wind_power": 60428, 4057 + "window": 61576, 4058 + "window_closed": 59262, 4059 + "window_open": 59276, 4060 + "window_sensor": 58043, 4061 + "windshield_defrost_auto": 62024, 4062 + "windshield_defrost_front": 62250, 4063 + "windshield_defrost_rear": 62249, 4064 + "windshield_heat_front": 62248, 4065 + "wine_bar": 61928, 4066 + "woman": 57662, 4067 + "woman_2": 63719, 4068 + "work": 59715, 4069 + "work_alert": 62967, 4070 + "work_history": 60425, 4071 + "work_off": 59714, 4072 + "work_outline": 59715, 4073 + "work_update": 62968, 4074 + "workflow": 59908, 4075 + "workspace_premium": 59311, 4076 + "workspaces": 59919, 4077 + "workspaces_outline": 59919, 4078 + "wounds_injuries": 57663, 4079 + "wrap_text": 57947, 4080 + "wrist": 63132, 4081 + "wrong_location": 61304, 4082 + "wysiwyg": 61891, 4083 + "yakitori": 61233, 4084 + "yard": 61577, 4085 + "yoshoku": 62079, 4086 + "your_trips": 60203, 4087 + "youtube_activity": 63578, 4088 + "youtube_searched_for": 59642, 4089 + "zone_person_alert": 59265, 4090 + "zone_person_idle": 59258, 4091 + "zone_person_urgent": 59272, 4092 + "zoom_in": 59647, 4093 + "zoom_in_map": 60205, 4094 + "zoom_out": 59648, 4095 + "zoom_out_map": 58731 4096 + }
+9 -1
src/app/_layout.tsx
··· 4 4 import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; 5 5 import { ExpoOAuthClient, ExpoOAuthClientInterface, ExpoOAuthClientOptions } from "@atproto/oauth-client-expo"; 6 6 import { SessionProvider, useSession } from "../components/SessionProvider"; 7 + import { useFonts } from "expo-font"; 7 8 8 9 const queryClient = new QueryClient(); 9 10 const oauthOps: ExpoOAuthClientOptions = { ··· 11 12 clientMetadata: require("../../oauth-client-metadata.json"), 12 13 }; 13 14 const oauth: ExpoOAuthClientInterface = new ExpoOAuthClient(oauthOps); 15 + 16 + SplashScreen.preventAutoHideAsync(); 14 17 15 18 export default function RootLayout() { 16 19 return ( ··· 26 29 function RootNavigator() { 27 30 const { isLoading, isLoggedIn } = useSession(); 28 31 29 - if (!isLoading) { 32 + const [loaded, error] = useFonts({ 33 + "Material Symbols Rounded Filled": require("../../assets/fonts/MaterialSymbols/MaterialSymbolsRounded_Filled-Regular.ttf"), 34 + "Material Symbols Rounded": require("../../assets/fonts/MaterialSymbols/MaterialSymbolsRounded-Regular.ttf"), 35 + }); 36 + 37 + if (!isLoading && (loaded || error)) { 30 38 SplashScreen.hideAsync(); 31 39 } 32 40
+82 -6
src/components/FeedPost.tsx
··· 9 9 import { useOAuthSession } from "./SessionProvider"; 10 10 import { Client, FetchHandler, ok } from "@atcute/client"; 11 11 import { Did } from "@atcute/lexicons"; 12 + import { AnimatedMaterialSymbolsFilled, MaterialSymbols } from "./MaterialSymbols"; 13 + import { ZoomIn, ZoomOut } from "react-native-reanimated"; 14 + import { useRecyclingState } from "@legendapp/list"; 12 15 13 16 export default function FeedPost(props: { feedPost: AppBskyFeedDefs.FeedViewPost }) { 14 17 const colorScheme = useColorScheme(); ··· 80 83 const colorScheme = useColorScheme(); 81 84 const { theme } = useMaterial3Theme({ sourceColor: "#f4983c" }); 82 85 const session = useOAuthSession(); 86 + const numberFormatter = new Intl.NumberFormat("en-IN", { style: "decimal", notation: "compact" }); 83 87 84 88 const labelersQuery = useQuery({ 85 89 queryKey: ["labelers"], ··· 110 114 ); 111 115 }, 112 116 }); 117 + 118 + const formatNumberOrEmpty = (num: number) => { 119 + return num === 0 ? "" : numberFormatter.format(num); 120 + }; 121 + 122 + const [pressed, setPressed] = useRecyclingState(false); 113 123 114 124 return ( 115 125 <View style={{ flex: 1, flexDirection: "row", gap: 8, padding: 8, minWidth: "100%", flexShrink: 0 }}> ··· 232 242 </Text> 233 243 )} 234 244 {props.post.embed && <EmbedView embed={props.post.embed} />} 235 - <View style={{ flexDirection: "row", justifyContent: "space-around" }}> 236 - <Text style={{ color: colorScheme === "light" ? "black" : "white" }}>{props.post.replyCount ?? 0}</Text> 237 - <Text style={{ color: colorScheme === "light" ? "black" : "white" }}> 238 - {(props.post.repostCount ?? 0) + (props.post.quoteCount ?? 0)} 239 - </Text> 240 - <Text style={{ color: colorScheme === "light" ? "black" : "white" }}>{props.post.likeCount ?? 0}</Text> 245 + <View style={{ flexDirection: "row", justifyContent: "space-between", paddingTop: 4 }}> 246 + <View style={{ flexDirection: "row", gap: 16 }}> 247 + <View style={{ flexDirection: "row", gap: 4 }}> 248 + <Pressable 249 + android_ripple={{ color: theme[colorScheme].primary + "60", foreground: true, borderless: true }} 250 + > 251 + <MaterialSymbols color={theme[colorScheme].inverseSurface} size={18} name="chat_bubble" /> 252 + </Pressable> 253 + <Text style={{ color: colorScheme === "light" ? "black" : "white", width: 16 }}> 254 + {formatNumberOrEmpty(props.post.replyCount ?? 0)} 255 + </Text> 256 + </View> 257 + <View style={{ flexDirection: "row", gap: 4 }}> 258 + <Pressable 259 + android_ripple={{ color: theme[colorScheme].primary + "60", foreground: true, borderless: true }} 260 + > 261 + <MaterialSymbols color={theme[colorScheme].inverseSurface} size={18} name="loop" /> 262 + </Pressable> 263 + <Text style={{ color: colorScheme === "light" ? "black" : "white", width: 16 }}> 264 + {formatNumberOrEmpty((props.post.repostCount ?? 0) + (props.post.quoteCount ?? 0))} 265 + </Text> 266 + </View> 267 + <View style={{ flexDirection: "row", gap: 4 }}> 268 + <Pressable 269 + android_ripple={{ color: theme[colorScheme].primary + "60", foreground: true, borderless: true }} 270 + onPress={() => setPressed(!pressed)} 271 + > 272 + <MaterialSymbols color={theme[colorScheme].inverseSurface} size={18} name="favorite" /> 273 + {pressed && ( 274 + <AnimatedMaterialSymbolsFilled 275 + entering={ZoomIn.springify(200).dampingRatio(0.75).mass(4).overshootClamping(1)} 276 + exiting={ZoomOut.springify(200).dampingRatio(0.75).mass(4).overshootClamping(1)} 277 + color={theme[colorScheme].primary} 278 + size={18} 279 + name="favorite" 280 + style={{ position: "absolute" }} 281 + /> 282 + )} 283 + </Pressable> 284 + <Text style={{ color: colorScheme === "light" ? "black" : "white", width: 16 }}> 285 + {formatNumberOrEmpty(props.post.likeCount ?? 0)} 286 + </Text> 287 + </View> 288 + </View> 289 + <View style={{ flexDirection: "row", gap: 16, paddingRight: 8 }}> 290 + <Pressable 291 + android_ripple={{ color: theme[colorScheme].primary + "60", foreground: true, borderless: true }} 292 + onPress={() => setPressed(!pressed)} 293 + > 294 + <MaterialSymbols color={theme[colorScheme].inverseSurface} size={18} name="bookmark" /> 295 + {pressed && ( 296 + <AnimatedMaterialSymbolsFilled 297 + entering={ZoomIn.springify(200).dampingRatio(0.75).mass(4).overshootClamping(1)} 298 + exiting={ZoomOut.springify(200).dampingRatio(0.75).mass(4).overshootClamping(1)} 299 + color={theme[colorScheme].primary} 300 + size={18} 301 + name="bookmark" 302 + style={{ position: "absolute" }} 303 + /> 304 + )} 305 + </Pressable> 306 + <Pressable 307 + android_ripple={{ color: theme[colorScheme].primary + "60", foreground: true, borderless: true }} 308 + > 309 + <MaterialSymbols color={theme[colorScheme].inverseSurface} size={18} name="share" /> 310 + </Pressable> 311 + <Pressable 312 + android_ripple={{ color: theme[colorScheme].primary + "60", foreground: true, borderless: true }} 313 + > 314 + <MaterialSymbols color={theme[colorScheme].inverseSurface} size={18} name="more_horiz" /> 315 + </Pressable> 316 + </View> 241 317 </View> 242 318 </View> 243 319 </View>
+17
src/components/MaterialSymbols.ts
··· 1 + import { createIconSet } from "@expo/vector-icons"; 2 + import glyphMap from "../../assets/fonts/MaterialSymbols/map.json"; 3 + import { createAnimatedComponent } from "react-native-reanimated"; 4 + 5 + export const MaterialSymbolsFilled = createIconSet( 6 + glyphMap, 7 + "Material Symbols Rounded Filled", 8 + "../../assets/fonts/MaterialSymbols/MaterialSymbolsRounded_Filled-Regular.ttf" 9 + ); 10 + export const MaterialSymbols = createIconSet( 11 + glyphMap, 12 + "Material Symbols Rounded", 13 + "../../assets/fonts/MaterialSymbols/MaterialSymbolsRounded-Regular.ttf" 14 + ); 15 + 16 + export const AnimatedMaterialSymbols = createAnimatedComponent(MaterialSymbols); 17 + export const AnimatedMaterialSymbolsFilled = createAnimatedComponent(MaterialSymbolsFilled);