Repository: GoogleChromeLabs/text-app
Branch: master
Commit: f7503616c8ee
Files: 8894
Total size: 8.1 MB
Directory structure:
gitextract_xtel2dv5/
├── .gitignore
├── LICENSE.md
├── README.md
├── _locales/
│ ├── da/
│ │ └── messages.json
│ ├── de/
│ │ └── messages.json
│ ├── en/
│ │ └── messages.json
│ ├── en_GB/
│ │ └── messages.json
│ ├── es/
│ │ └── messages.json
│ ├── es_419/
│ │ └── messages.json
│ ├── fi/
│ │ └── messages.json
│ ├── fr/
│ │ └── messages.json
│ ├── fr_CA/
│ │ └── messages.json
│ ├── it/
│ │ └── messages.json
│ ├── ja/
│ │ └── messages.json
│ ├── ko/
│ │ └── messages.json
│ ├── nl/
│ │ └── messages.json
│ ├── no/
│ │ └── messages.json
│ ├── pl/
│ │ └── messages.json
│ ├── pt_BR/
│ │ └── messages.json
│ ├── ru/
│ │ └── messages.json
│ ├── sv/
│ │ └── messages.json
│ ├── zh_CN/
│ │ └── messages.json
│ └── zh_TW/
│ └── messages.json
├── build.py
├── css/
│ ├── app.css
│ └── print.css
├── index.html
├── js/
│ ├── app.js
│ ├── background.js
│ ├── background_externs.js
│ ├── controllers/
│ │ ├── dialog.js
│ │ ├── hotkeys.js
│ │ ├── menu.js
│ │ ├── search.js
│ │ ├── settings.js
│ │ └── window.js
│ ├── editor-cm.js
│ ├── i18n-template.js
│ ├── search.js
│ ├── settings.js
│ ├── tabs.js
│ └── util.js
├── manifest.json
└── third_party/
├── codemirror.next/
│ ├── bundle.ts
│ ├── package.json
│ └── rollup.config.js
├── jquery/
│ ├── LICENSE
│ └── jquery-1.8.3.js
├── material-components-web/
│ └── LICENSE
└── material-design-icons/
├── .babelrc
├── .gitignore
├── LICENSE
├── README.md
├── action/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_3d_rotation_black_24dp.xml
│ │ ├── ic_accessibility_black_24dp.xml
│ │ ├── ic_accessible_black_24dp.xml
│ │ ├── ic_account_balance_black_24dp.xml
│ │ ├── ic_account_balance_wallet_black_24dp.xml
│ │ ├── ic_account_box_black_24dp.xml
│ │ ├── ic_account_circle_black_24dp.xml
│ │ ├── ic_add_shopping_cart_black_24dp.xml
│ │ ├── ic_alarm_add_black_24dp.xml
│ │ ├── ic_alarm_black_24dp.xml
│ │ ├── ic_alarm_off_black_24dp.xml
│ │ ├── ic_alarm_on_black_24dp.xml
│ │ ├── ic_all_out_black_24dp.xml
│ │ ├── ic_android_black_24dp.xml
│ │ ├── ic_announcement_black_24dp.xml
│ │ ├── ic_aspect_ratio_black_24dp.xml
│ │ ├── ic_assessment_black_24dp.xml
│ │ ├── ic_assignment_black_24dp.xml
│ │ ├── ic_assignment_ind_black_24dp.xml
│ │ ├── ic_assignment_late_black_24dp.xml
│ │ ├── ic_assignment_return_black_24dp.xml
│ │ ├── ic_assignment_returned_black_24dp.xml
│ │ ├── ic_assignment_turned_in_black_24dp.xml
│ │ ├── ic_autorenew_black_24dp.xml
│ │ ├── ic_backup_black_24dp.xml
│ │ ├── ic_book_black_24dp.xml
│ │ ├── ic_bookmark_black_24dp.xml
│ │ ├── ic_bookmark_border_black_24dp.xml
│ │ ├── ic_bug_report_black_24dp.xml
│ │ ├── ic_build_black_24dp.xml
│ │ ├── ic_cached_black_24dp.xml
│ │ ├── ic_camera_enhance_black_24dp.xml
│ │ ├── ic_card_giftcard_black_24dp.xml
│ │ ├── ic_card_membership_black_24dp.xml
│ │ ├── ic_card_travel_black_24dp.xml
│ │ ├── ic_change_history_black_24dp.xml
│ │ ├── ic_check_circle_black_24dp.xml
│ │ ├── ic_chrome_reader_mode_black_24dp.xml
│ │ ├── ic_class_black_24dp.xml
│ │ ├── ic_code_black_24dp.xml
│ │ ├── ic_compare_arrows_black_24dp.xml
│ │ ├── ic_copyright_black_24dp.xml
│ │ ├── ic_credit_card_black_24dp.xml
│ │ ├── ic_dashboard_black_24dp.xml
│ │ ├── ic_date_range_black_24dp.xml
│ │ ├── ic_delete_black_24dp.xml
│ │ ├── ic_delete_forever_black_24dp.xml
│ │ ├── ic_description_black_24dp.xml
│ │ ├── ic_dns_black_24dp.xml
│ │ ├── ic_done_all_black_24dp.xml
│ │ ├── ic_done_black_24dp.xml
│ │ ├── ic_donut_large_black_24dp.xml
│ │ ├── ic_donut_small_black_24dp.xml
│ │ ├── ic_eject_black_24dp.xml
│ │ ├── ic_euro_symbol_black_24dp.xml
│ │ ├── ic_event_black_24dp.xml
│ │ ├── ic_event_seat_black_24dp.xml
│ │ ├── ic_exit_to_app_black_24dp.xml
│ │ ├── ic_explore_black_24dp.xml
│ │ ├── ic_extension_black_24dp.xml
│ │ ├── ic_face_black_24dp.xml
│ │ ├── ic_favorite_black_24dp.xml
│ │ ├── ic_favorite_border_black_24dp.xml
│ │ ├── ic_feedback_black_24dp.xml
│ │ ├── ic_find_in_page_black_24dp.xml
│ │ ├── ic_find_replace_black_24dp.xml
│ │ ├── ic_fingerprint_black_24dp.xml
│ │ ├── ic_flight_land_black_24dp.xml
│ │ ├── ic_flight_takeoff_black_24dp.xml
│ │ ├── ic_flip_to_back_black_24dp.xml
│ │ ├── ic_flip_to_front_black_24dp.xml
│ │ ├── ic_g_translate_black_24dp.xml
│ │ ├── ic_gavel_black_24dp.xml
│ │ ├── ic_get_app_black_24dp.xml
│ │ ├── ic_gif_black_24dp.xml
│ │ ├── ic_grade_black_24dp.xml
│ │ ├── ic_group_work_black_24dp.xml
│ │ ├── ic_help_black_24dp.xml
│ │ ├── ic_help_outline_black_24dp.xml
│ │ ├── ic_highlight_off_black_24dp.xml
│ │ ├── ic_history_black_24dp.xml
│ │ ├── ic_home_black_24dp.xml
│ │ ├── ic_hourglass_empty_black_24dp.xml
│ │ ├── ic_hourglass_full_black_24dp.xml
│ │ ├── ic_http_black_24dp.xml
│ │ ├── ic_https_black_24dp.xml
│ │ ├── ic_important_devices_black_24dp.xml
│ │ ├── ic_info_black_24dp.xml
│ │ ├── ic_info_outline_black_24dp.xml
│ │ ├── ic_input_black_24dp.xml
│ │ ├── ic_invert_colors_black_24dp.xml
│ │ ├── ic_label_black_24dp.xml
│ │ ├── ic_label_outline_black_24dp.xml
│ │ ├── ic_language_black_24dp.xml
│ │ ├── ic_launch_black_24dp.xml
│ │ ├── ic_lightbulb_outline_black_24dp.xml
│ │ ├── ic_line_style_black_24dp.xml
│ │ ├── ic_line_weight_black_24dp.xml
│ │ ├── ic_list_black_24dp.xml
│ │ ├── ic_lock_black_24dp.xml
│ │ ├── ic_lock_open_black_24dp.xml
│ │ ├── ic_lock_outline_black_24dp.xml
│ │ ├── ic_loyalty_black_24dp.xml
│ │ ├── ic_markunread_mailbox_black_24dp.xml
│ │ ├── ic_motorcycle_black_24dp.xml
│ │ ├── ic_note_add_black_24dp.xml
│ │ ├── ic_offline_pin_black_24dp.xml
│ │ ├── ic_opacity_black_24dp.xml
│ │ ├── ic_open_in_browser_black_24dp.xml
│ │ ├── ic_open_in_new_black_24dp.xml
│ │ ├── ic_open_with_black_24dp.xml
│ │ ├── ic_pageview_black_24dp.xml
│ │ ├── ic_pan_tool_black_24dp.xml
│ │ ├── ic_payment_black_24dp.xml
│ │ ├── ic_perm_camera_mic_black_24dp.xml
│ │ ├── ic_perm_contact_calendar_black_24dp.xml
│ │ ├── ic_perm_data_setting_black_24dp.xml
│ │ ├── ic_perm_device_information_black_24dp.xml
│ │ ├── ic_perm_identity_black_24dp.xml
│ │ ├── ic_perm_media_black_24dp.xml
│ │ ├── ic_perm_phone_msg_black_24dp.xml
│ │ ├── ic_perm_scan_wifi_black_24dp.xml
│ │ ├── ic_pets_black_24dp.xml
│ │ ├── ic_picture_in_picture_alt_black_24dp.xml
│ │ ├── ic_picture_in_picture_black_24dp.xml
│ │ ├── ic_play_for_work_black_24dp.xml
│ │ ├── ic_polymer_black_24dp.xml
│ │ ├── ic_power_settings_new_black_24dp.xml
│ │ ├── ic_pregnant_woman_black_24dp.xml
│ │ ├── ic_print_black_24dp.xml
│ │ ├── ic_query_builder_black_24dp.xml
│ │ ├── ic_question_answer_black_24dp.xml
│ │ ├── ic_receipt_black_24dp.xml
│ │ ├── ic_record_voice_over_black_24dp.xml
│ │ ├── ic_redeem_black_24dp.xml
│ │ ├── ic_remove_shopping_cart_black_24dp.xml
│ │ ├── ic_reorder_black_24dp.xml
│ │ ├── ic_report_problem_black_24dp.xml
│ │ ├── ic_restore_black_24dp.xml
│ │ ├── ic_restore_page_black_24dp.xml
│ │ ├── ic_room_black_24dp.xml
│ │ ├── ic_rounded_corner_black_24dp.xml
│ │ ├── ic_rowing_black_24dp.xml
│ │ ├── ic_schedule_black_24dp.xml
│ │ ├── ic_search_black_24dp.xml
│ │ ├── ic_settings_applications_black_24dp.xml
│ │ ├── ic_settings_backup_restore_black_24dp.xml
│ │ ├── ic_settings_black_24dp.xml
│ │ ├── ic_settings_bluetooth_black_24dp.xml
│ │ ├── ic_settings_brightness_black_24dp.xml
│ │ ├── ic_settings_cell_black_24dp.xml
│ │ ├── ic_settings_ethernet_black_24dp.xml
│ │ ├── ic_settings_input_antenna_black_24dp.xml
│ │ ├── ic_settings_input_component_black_24dp.xml
│ │ ├── ic_settings_input_composite_black_24dp.xml
│ │ ├── ic_settings_input_hdmi_black_24dp.xml
│ │ ├── ic_settings_input_svideo_black_24dp.xml
│ │ ├── ic_settings_overscan_black_24dp.xml
│ │ ├── ic_settings_phone_black_24dp.xml
│ │ ├── ic_settings_power_black_24dp.xml
│ │ ├── ic_settings_remote_black_24dp.xml
│ │ ├── ic_settings_voice_black_24dp.xml
│ │ ├── ic_shop_black_24dp.xml
│ │ ├── ic_shop_two_black_24dp.xml
│ │ ├── ic_shopping_basket_black_24dp.xml
│ │ ├── ic_shopping_cart_black_24dp.xml
│ │ ├── ic_speaker_notes_black_24dp.xml
│ │ ├── ic_speaker_notes_off_black_24dp.xml
│ │ ├── ic_spellcheck_black_24dp.xml
│ │ ├── ic_stars_black_24dp.xml
│ │ ├── ic_store_black_24dp.xml
│ │ ├── ic_subject_black_24dp.xml
│ │ ├── ic_supervisor_account_black_24dp.xml
│ │ ├── ic_swap_horiz_black_24dp.xml
│ │ ├── ic_swap_vert_black_24dp.xml
│ │ ├── ic_swap_vertical_circle_black_24dp.xml
│ │ ├── ic_system_update_alt_black_24dp.xml
│ │ ├── ic_tab_black_24dp.xml
│ │ ├── ic_tab_unselected_black_24dp.xml
│ │ ├── ic_theaters_black_24dp.xml
│ │ ├── ic_thumb_down_black_24dp.xml
│ │ ├── ic_thumb_up_black_24dp.xml
│ │ ├── ic_thumbs_up_down_black_24dp.xml
│ │ ├── ic_timeline_black_24dp.xml
│ │ ├── ic_toc_black_24dp.xml
│ │ ├── ic_today_black_24dp.xml
│ │ ├── ic_toll_black_24dp.xml
│ │ ├── ic_touch_app_black_24dp.xml
│ │ ├── ic_track_changes_black_24dp.xml
│ │ ├── ic_translate_black_24dp.xml
│ │ ├── ic_trending_down_black_24dp.xml
│ │ ├── ic_trending_flat_black_24dp.xml
│ │ ├── ic_trending_up_black_24dp.xml
│ │ ├── ic_turned_in_black_24dp.xml
│ │ ├── ic_turned_in_not_black_24dp.xml
│ │ ├── ic_update_black_24dp.xml
│ │ ├── ic_verified_user_black_24dp.xml
│ │ ├── ic_view_agenda_black_24dp.xml
│ │ ├── ic_view_array_black_24dp.xml
│ │ ├── ic_view_carousel_black_24dp.xml
│ │ ├── ic_view_column_black_24dp.xml
│ │ ├── ic_view_day_black_24dp.xml
│ │ ├── ic_view_headline_black_24dp.xml
│ │ ├── ic_view_list_black_24dp.xml
│ │ ├── ic_view_module_black_24dp.xml
│ │ ├── ic_view_quilt_black_24dp.xml
│ │ ├── ic_view_stream_black_24dp.xml
│ │ ├── ic_view_week_black_24dp.xml
│ │ ├── ic_visibility_black_24dp.xml
│ │ ├── ic_visibility_off_black_24dp.xml
│ │ ├── ic_watch_later_black_24dp.xml
│ │ ├── ic_work_black_24dp.xml
│ │ ├── ic_youtube_searched_for_black_24dp.xml
│ │ ├── ic_zoom_in_black_24dp.xml
│ │ └── ic_zoom_out_black_24dp.xml
│ └── ios/
│ ├── ic_3d_rotation.imageset/
│ │ └── Contents.json
│ ├── ic_3d_rotation_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_3d_rotation_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_3d_rotation_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_3d_rotation_white.imageset/
│ │ └── Contents.json
│ ├── ic_3d_rotation_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_3d_rotation_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_3d_rotation_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility_white.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessibility_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessible.imageset/
│ │ └── Contents.json
│ ├── ic_accessible_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessible_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessible_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessible_white.imageset/
│ │ └── Contents.json
│ ├── ic_accessible_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessible_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_accessible_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet_white.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_wallet_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_white.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_balance_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_box.imageset/
│ │ └── Contents.json
│ ├── ic_account_box_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_box_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_box_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_box_white.imageset/
│ │ └── Contents.json
│ ├── ic_account_box_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_box_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_box_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_60pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_account_circle_white_60pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_shopping_cart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_white.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_alarm_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_out.imageset/
│ │ └── Contents.json
│ ├── ic_all_out_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_out_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_out_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_out_white.imageset/
│ │ └── Contents.json
│ ├── ic_all_out_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_out_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_out_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_android.imageset/
│ │ └── Contents.json
│ ├── ic_android_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_android_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_android_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_android_white.imageset/
│ │ └── Contents.json
│ ├── ic_android_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_android_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_android_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_announcement.imageset/
│ │ └── Contents.json
│ ├── ic_announcement_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_announcement_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_announcement_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_announcement_white.imageset/
│ │ └── Contents.json
│ ├── ic_announcement_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_announcement_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_announcement_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio_white.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_aspect_ratio_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assessment.imageset/
│ │ └── Contents.json
│ ├── ic_assessment_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assessment_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assessment_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assessment_white.imageset/
│ │ └── Contents.json
│ ├── ic_assessment_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assessment_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assessment_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind_white.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_ind_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late_white.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_late_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return_white.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_return_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned_white.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_returned_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in_white.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_turned_in_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_white.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assignment_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew_white.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_autorenew_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_backup.imageset/
│ │ └── Contents.json
│ ├── ic_backup_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_backup_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_backup_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_backup_white.imageset/
│ │ └── Contents.json
│ ├── ic_backup_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_backup_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_backup_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_book.imageset/
│ │ └── Contents.json
│ ├── ic_book_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_book_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_book_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_book_white.imageset/
│ │ └── Contents.json
│ ├── ic_book_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_book_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_book_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border_white.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_border_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_white.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bookmark_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report_white.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bug_report_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_build.imageset/
│ │ └── Contents.json
│ ├── ic_build_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_build_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_build_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_build_white.imageset/
│ │ └── Contents.json
│ ├── ic_build_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_build_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_build_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cached.imageset/
│ │ └── Contents.json
│ ├── ic_cached_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cached_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cached_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cached_white.imageset/
│ │ └── Contents.json
│ ├── ic_cached_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cached_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cached_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance_white.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_enhance_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard_white.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_giftcard_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership_white.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_membership_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel_white.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_card_travel_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_change_history.imageset/
│ │ └── Contents.json
│ ├── ic_change_history_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_change_history_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_change_history_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_change_history_white.imageset/
│ │ └── Contents.json
│ ├── ic_change_history_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_change_history_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_change_history_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode_white.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chrome_reader_mode_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_class.imageset/
│ │ └── Contents.json
│ ├── ic_class_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_class_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_class_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_class_white.imageset/
│ │ └── Contents.json
│ ├── ic_class_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_class_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_class_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_code.imageset/
│ │ └── Contents.json
│ ├── ic_code_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_code_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_code_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_code_white.imageset/
│ │ └── Contents.json
│ ├── ic_code_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_code_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_code_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows_white.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_arrows_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_googred.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_googred_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_googred_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_googred_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_white.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_copyright_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card_white.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_credit_card_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard_white.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dashboard_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_date_range.imageset/
│ │ └── Contents.json
│ ├── ic_date_range_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_date_range_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_date_range_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_date_range_white.imageset/
│ │ └── Contents.json
│ ├── ic_date_range_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_date_range_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_date_range_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete.imageset/
│ │ └── Contents.json
│ ├── ic_delete_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever_white.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_forever_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_white.imageset/
│ │ └── Contents.json
│ ├── ic_delete_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_description.imageset/
│ │ └── Contents.json
│ ├── ic_description_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_description_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_description_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_description_white.imageset/
│ │ └── Contents.json
│ ├── ic_description_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_description_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_description_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dns.imageset/
│ │ └── Contents.json
│ ├── ic_dns_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dns_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dns_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dns_white.imageset/
│ │ └── Contents.json
│ ├── ic_dns_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dns_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dns_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_done.imageset/
│ │ └── Contents.json
│ ├── ic_done_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_all.imageset/
│ │ └── Contents.json
│ ├── ic_done_all_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_all_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_all_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_all_white.imageset/
│ │ └── Contents.json
│ ├── ic_done_all_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_all_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_all_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_white.imageset/
│ │ └── Contents.json
│ ├── ic_done_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_done_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large_white.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_large_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small_white.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_donut_small_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_eject.imageset/
│ │ └── Contents.json
│ ├── ic_eject_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_eject_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_eject_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_eject_white.imageset/
│ │ └── Contents.json
│ ├── ic_eject_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_eject_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_eject_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol_white.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_euro_symbol_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event.imageset/
│ │ └── Contents.json
│ ├── ic_event_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat_white.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_seat_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_white.imageset/
│ │ └── Contents.json
│ ├── ic_event_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app_white.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exit_to_app_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_explore.imageset/
│ │ └── Contents.json
│ ├── ic_explore_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_explore_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_explore_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_explore_white.imageset/
│ │ └── Contents.json
│ ├── ic_explore_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_explore_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_explore_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_extension.imageset/
│ │ └── Contents.json
│ ├── ic_extension_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_extension_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_extension_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_extension_white.imageset/
│ │ └── Contents.json
│ ├── ic_extension_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_extension_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_extension_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_face.imageset/
│ │ └── Contents.json
│ ├── ic_face_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_face_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_face_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_face_white.imageset/
│ │ └── Contents.json
│ ├── ic_face_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_face_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_face_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border_white.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_border_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_white.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_favorite_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_feedback.imageset/
│ │ └── Contents.json
│ ├── ic_feedback_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_feedback_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_feedback_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_feedback_white.imageset/
│ │ └── Contents.json
│ ├── ic_feedback_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_feedback_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_feedback_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page_white.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_in_page_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace_white.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_find_replace_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint_white.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fingerprint_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land_white.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_land_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff_white.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_takeoff_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back_white.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_back_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front_white.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_to_front_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate_white.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_g_translate_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gavel.imageset/
│ │ └── Contents.json
│ ├── ic_gavel_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gavel_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gavel_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gavel_white.imageset/
│ │ └── Contents.json
│ ├── ic_gavel_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gavel_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gavel_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_get_app.imageset/
│ │ └── Contents.json
│ ├── ic_get_app_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_get_app_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_get_app_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_get_app_white.imageset/
│ │ └── Contents.json
│ ├── ic_get_app_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_get_app_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_get_app_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gif.imageset/
│ │ └── Contents.json
│ ├── ic_gif_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gif_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gif_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gif_white.imageset/
│ │ └── Contents.json
│ ├── ic_gif_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gif_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gif_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grade.imageset/
│ │ └── Contents.json
│ ├── ic_grade_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grade_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grade_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grade_white.imageset/
│ │ └── Contents.json
│ ├── ic_grade_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grade_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grade_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_work.imageset/
│ │ └── Contents.json
│ ├── ic_group_work_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_work_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_work_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_work_white.imageset/
│ │ └── Contents.json
│ ├── ic_group_work_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_work_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_work_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_help.imageset/
│ │ └── Contents.json
│ ├── ic_help_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_white.imageset/
│ │ └── Contents.json
│ ├── ic_help_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_help_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_history.imageset/
│ │ └── Contents.json
│ ├── ic_history_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_history_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_history_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_history_white.imageset/
│ │ └── Contents.json
│ ├── ic_history_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_history_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_history_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_home.imageset/
│ │ └── Contents.json
│ ├── ic_home_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_home_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_home_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_home_white.imageset/
│ │ └── Contents.json
│ ├── ic_home_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_home_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_home_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty_white.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_empty_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full_white.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hourglass_full_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_http.imageset/
│ │ └── Contents.json
│ ├── ic_http_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_http_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_http_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_http_white.imageset/
│ │ └── Contents.json
│ ├── ic_http_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_http_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_http_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_https.imageset/
│ │ └── Contents.json
│ ├── ic_https_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_https_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_https_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_https_white.imageset/
│ │ └── Contents.json
│ ├── ic_https_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_https_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_https_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices_white.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_important_devices_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_info.imageset/
│ │ └── Contents.json
│ ├── ic_info_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_white.imageset/
│ │ └── Contents.json
│ ├── ic_info_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_info_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_input.imageset/
│ │ └── Contents.json
│ ├── ic_input_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_input_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_input_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_input_white.imageset/
│ │ └── Contents.json
│ ├── ic_input_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_input_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_input_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_white.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_label.imageset/
│ │ └── Contents.json
│ ├── ic_label_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_white.imageset/
│ │ └── Contents.json
│ ├── ic_label_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_label_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_language.imageset/
│ │ └── Contents.json
│ ├── ic_language_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_language_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_language_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_language_white.imageset/
│ │ └── Contents.json
│ ├── ic_language_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_language_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_language_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_launch.imageset/
│ │ └── Contents.json
│ ├── ic_launch_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_launch_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_launch_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_launch_white.imageset/
│ │ └── Contents.json
│ ├── ic_launch_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_launch_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_launch_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lightbulb_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_style.imageset/
│ │ └── Contents.json
│ ├── ic_line_style_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_style_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_style_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_style_white.imageset/
│ │ └── Contents.json
│ ├── ic_line_style_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_style_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_style_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight_white.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_line_weight_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_list.imageset/
│ │ └── Contents.json
│ ├── ic_list_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_list_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_list_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_list_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_list_white.imageset/
│ │ └── Contents.json
│ ├── ic_list_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_list_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_list_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_list_white_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock.imageset/
│ │ └── Contents.json
│ ├── ic_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open_white.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_open_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty_white.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_loyalty_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox_white.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_mailbox_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle_white.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_motorcycle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_add.imageset/
│ │ └── Contents.json
│ ├── ic_note_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_note_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_white.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_offline_pin_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_opacity.imageset/
│ │ └── Contents.json
│ ├── ic_opacity_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_opacity_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_opacity_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_opacity_white.imageset/
│ │ └── Contents.json
│ ├── ic_opacity_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_opacity_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_opacity_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser_white.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_browser_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_white.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_in_new_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_with.imageset/
│ │ └── Contents.json
│ ├── ic_open_with_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_with_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_with_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_with_white.imageset/
│ │ └── Contents.json
│ ├── ic_open_with_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_with_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_open_with_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pageview.imageset/
│ │ └── Contents.json
│ ├── ic_pageview_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pageview_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pageview_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pageview_white.imageset/
│ │ └── Contents.json
│ ├── ic_pageview_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pageview_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pageview_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool_white.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pan_tool_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_payment.imageset/
│ │ └── Contents.json
│ ├── ic_payment_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_payment_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_payment_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_payment_white.imageset/
│ │ └── Contents.json
│ ├── ic_payment_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_payment_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_payment_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_camera_mic_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_contact_calendar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_data_setting_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_device_information_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_identity_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_media_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_phone_msg_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi_white.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_perm_scan_wifi_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pets.imageset/
│ │ └── Contents.json
│ ├── ic_pets_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pets_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pets_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pets_white.imageset/
│ │ └── Contents.json
│ ├── ic_pets_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pets_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pets_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt_white.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_alt_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_white.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_in_picture_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work_white.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_for_work_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_polymer.imageset/
│ │ └── Contents.json
│ ├── ic_polymer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_polymer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_polymer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_polymer_white.imageset/
│ │ └── Contents.json
│ ├── ic_polymer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_polymer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_polymer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new_white.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_settings_new_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman_white.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pregnant_woman_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_print.imageset/
│ │ └── Contents.json
│ ├── ic_print_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_print_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_print_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_print_white.imageset/
│ │ └── Contents.json
│ ├── ic_print_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_print_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_print_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder_white.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_query_builder_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer_white.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_question_answer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_receipt.imageset/
│ │ └── Contents.json
│ ├── ic_receipt_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_receipt_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_receipt_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_receipt_white.imageset/
│ │ └── Contents.json
│ ├── ic_receipt_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_receipt_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_receipt_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over_white.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_record_voice_over_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_redeem.imageset/
│ │ └── Contents.json
│ ├── ic_redeem_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_redeem_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_redeem_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_redeem_white.imageset/
│ │ └── Contents.json
│ ├── ic_redeem_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_redeem_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_redeem_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart_white.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_shopping_cart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_reorder.imageset/
│ │ └── Contents.json
│ ├── ic_reorder_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_reorder_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_reorder_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_reorder_white.imageset/
│ │ └── Contents.json
│ ├── ic_reorder_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_reorder_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_reorder_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem_white.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_problem_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore.imageset/
│ │ └── Contents.json
│ ├── ic_restore_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page_white.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_page_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_white.imageset/
│ │ └── Contents.json
│ ├── ic_restore_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restore_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_room.imageset/
│ │ └── Contents.json
│ ├── ic_room_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_white.imageset/
│ │ └── Contents.json
│ ├── ic_room_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner_white.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rounded_corner_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rowing.imageset/
│ │ └── Contents.json
│ ├── ic_rowing_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rowing_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rowing_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rowing_white.imageset/
│ │ └── Contents.json
│ ├── ic_rowing_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rowing_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rowing_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_white.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_schedule_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_search.imageset/
│ │ └── Contents.json
│ ├── ic_search_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_search_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_search_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_search_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_search_white.imageset/
│ │ └── Contents.json
│ ├── ic_search_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_search_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_search_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_search_white_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings.imageset/
│ │ └── Contents.json
│ ├── ic_settings_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_applications_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_backup_restore_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_bluetooth_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_brightness_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_cell_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_ethernet_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_antenna_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_component_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_composite_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_hdmi_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_input_svideo_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_overscan_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_phone_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_power_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_remote_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_voice_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop.imageset/
│ │ └── Contents.json
│ ├── ic_shop_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two_white.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_two_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_white.imageset/
│ │ └── Contents.json
│ ├── ic_shop_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shop_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket_white.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_basket_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_white.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_white_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shopping_cart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_white.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_notes_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck_white.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_spellcheck_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_star_rate_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_star_rate_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stars.imageset/
│ │ └── Contents.json
│ ├── ic_stars_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stars_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stars_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stars_white.imageset/
│ │ └── Contents.json
│ ├── ic_stars_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stars_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stars_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_store.imageset/
│ │ └── Contents.json
│ ├── ic_store_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_white.imageset/
│ │ └── Contents.json
│ ├── ic_store_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subject.imageset/
│ │ └── Contents.json
│ ├── ic_subject_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subject_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subject_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subject_white.imageset/
│ │ └── Contents.json
│ ├── ic_subject_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subject_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subject_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account_white.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_supervisor_account_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz_white.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_horiz_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert_white.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vert_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_vertical_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt_white.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_alt_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab.imageset/
│ │ └── Contents.json
│ ├── ic_tab_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected_white.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_unselected_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_white.imageset/
│ │ └── Contents.json
│ ├── ic_tab_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tab_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_theaters.imageset/
│ │ └── Contents.json
│ ├── ic_theaters_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_theaters_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_theaters_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_theaters_white.imageset/
│ │ └── Contents.json
│ ├── ic_theaters_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_theaters_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_theaters_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down_white.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_down_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up_white.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumb_up_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down_white.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_thumbs_up_down_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timeline.imageset/
│ │ └── Contents.json
│ ├── ic_timeline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timeline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timeline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timeline_white.imageset/
│ │ └── Contents.json
│ ├── ic_timeline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timeline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timeline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_toc.imageset/
│ │ └── Contents.json
│ ├── ic_toc_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_toc_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_toc_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_toc_white.imageset/
│ │ └── Contents.json
│ ├── ic_toc_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_toc_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_toc_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_today.imageset/
│ │ └── Contents.json
│ ├── ic_today_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_today_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_today_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_today_white.imageset/
│ │ └── Contents.json
│ ├── ic_today_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_today_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_today_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_toll.imageset/
│ │ └── Contents.json
│ ├── ic_toll_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_toll_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_toll_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_toll_white.imageset/
│ │ └── Contents.json
│ ├── ic_toll_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_toll_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_toll_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app_white.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_touch_app_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes_white.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_track_changes_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_translate.imageset/
│ │ └── Contents.json
│ ├── ic_translate_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_translate_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_translate_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_translate_white.imageset/
│ │ └── Contents.json
│ ├── ic_translate_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_translate_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_translate_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down_white.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_down_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat_white.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_flat_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_white.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_trending_up_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not_white.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_not_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_white.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_turned_in_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_update.imageset/
│ │ └── Contents.json
│ ├── ic_update_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_update_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_update_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_update_white.imageset/
│ │ └── Contents.json
│ ├── ic_update_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_update_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_update_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user_white.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_verified_user_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_agenda_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_array.imageset/
│ │ └── Contents.json
│ ├── ic_view_array_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_array_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_array_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_array_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_array_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_array_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_array_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_carousel_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_column.imageset/
│ │ └── Contents.json
│ ├── ic_view_column_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_column_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_column_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_column_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_column_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_column_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_column_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_day.imageset/
│ │ └── Contents.json
│ ├── ic_view_day_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_day_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_day_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_day_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_day_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_day_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_day_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_headline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_list.imageset/
│ │ └── Contents.json
│ ├── ic_view_list_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_list_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_list_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_list_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_list_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_list_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_list_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_module.imageset/
│ │ └── Contents.json
│ ├── ic_view_module_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_module_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_module_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_module_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_module_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_module_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_module_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_quilt_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_stream_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_week.imageset/
│ │ └── Contents.json
│ ├── ic_view_week_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_week_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_week_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_week_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_week_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_week_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_week_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_white.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_visibility_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later_white.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_later_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_work.imageset/
│ │ └── Contents.json
│ ├── ic_work_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_work_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_work_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_work_white.imageset/
│ │ └── Contents.json
│ ├── ic_work_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_work_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_work_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for_white.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_youtube_searched_for_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in_white.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_in_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_white.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_zoom_out_white_48pt.imageset/
│ └── Contents.json
├── alert/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_add_alert_black_24dp.xml
│ │ ├── ic_error_black_24dp.xml
│ │ ├── ic_error_outline_black_24dp.xml
│ │ └── ic_warning_black_24dp.xml
│ └── ios/
│ ├── ic_add_alert.imageset/
│ │ └── Contents.json
│ ├── ic_add_alert_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alert_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alert_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alert_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_alert_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alert_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alert_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_error.imageset/
│ │ └── Contents.json
│ ├── ic_error_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_red.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_red_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_red_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_red_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_red.imageset/
│ │ └── Contents.json
│ ├── ic_error_red_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_red_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_red_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_red_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_white.imageset/
│ │ └── Contents.json
│ ├── ic_error_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_error_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning.imageset/
│ │ └── Contents.json
│ ├── ic_warning_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning_amber.imageset/
│ │ └── Contents.json
│ ├── ic_warning_amber_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning_amber_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning_amber_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning_white.imageset/
│ │ └── Contents.json
│ ├── ic_warning_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_warning_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_warning_white_48pt.imageset/
│ └── Contents.json
├── av/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_add_to_queue_black_24dp.xml
│ │ ├── ic_airplay_black_24dp.xml
│ │ ├── ic_album_black_24dp.xml
│ │ ├── ic_art_track_black_24dp.xml
│ │ ├── ic_av_timer_black_24dp.xml
│ │ ├── ic_branding_watermark_black_24dp.xml
│ │ ├── ic_call_to_action_black_24dp.xml
│ │ ├── ic_closed_caption_black_24dp.xml
│ │ ├── ic_equalizer_black_24dp.xml
│ │ ├── ic_explicit_black_24dp.xml
│ │ ├── ic_fast_forward_black_24dp.xml
│ │ ├── ic_fast_rewind_black_24dp.xml
│ │ ├── ic_featured_play_list_black_24dp.xml
│ │ ├── ic_featured_video_black_24dp.xml
│ │ ├── ic_fiber_dvr_black_24dp.xml
│ │ ├── ic_fiber_manual_record_black_24dp.xml
│ │ ├── ic_fiber_new_black_24dp.xml
│ │ ├── ic_fiber_pin_black_24dp.xml
│ │ ├── ic_fiber_smart_record_black_24dp.xml
│ │ ├── ic_forward_10_black_24dp.xml
│ │ ├── ic_forward_30_black_24dp.xml
│ │ ├── ic_forward_5_black_24dp.xml
│ │ ├── ic_games_black_24dp.xml
│ │ ├── ic_hd_black_24dp.xml
│ │ ├── ic_hearing_black_24dp.xml
│ │ ├── ic_high_quality_black_24dp.xml
│ │ ├── ic_library_add_black_24dp.xml
│ │ ├── ic_library_books_black_24dp.xml
│ │ ├── ic_library_music_black_24dp.xml
│ │ ├── ic_loop_black_24dp.xml
│ │ ├── ic_mic_black_24dp.xml
│ │ ├── ic_mic_none_black_24dp.xml
│ │ ├── ic_mic_off_black_24dp.xml
│ │ ├── ic_movie_black_24dp.xml
│ │ ├── ic_music_video_black_24dp.xml
│ │ ├── ic_new_releases_black_24dp.xml
│ │ ├── ic_not_interested_black_24dp.xml
│ │ ├── ic_note_black_24dp.xml
│ │ ├── ic_pause_black_24dp.xml
│ │ ├── ic_pause_circle_filled_black_24dp.xml
│ │ ├── ic_pause_circle_outline_black_24dp.xml
│ │ ├── ic_play_arrow_black_24dp.xml
│ │ ├── ic_play_circle_filled_black_24dp.xml
│ │ ├── ic_play_circle_outline_black_24dp.xml
│ │ ├── ic_playlist_add_black_24dp.xml
│ │ ├── ic_playlist_add_check_black_24dp.xml
│ │ ├── ic_playlist_play_black_24dp.xml
│ │ ├── ic_queue_black_24dp.xml
│ │ ├── ic_queue_music_black_24dp.xml
│ │ ├── ic_queue_play_next_black_24dp.xml
│ │ ├── ic_radio_black_24dp.xml
│ │ ├── ic_recent_actors_black_24dp.xml
│ │ ├── ic_remove_from_queue_black_24dp.xml
│ │ ├── ic_repeat_black_24dp.xml
│ │ ├── ic_repeat_one_black_24dp.xml
│ │ ├── ic_replay_10_black_24dp.xml
│ │ ├── ic_replay_30_black_24dp.xml
│ │ ├── ic_replay_5_black_24dp.xml
│ │ ├── ic_replay_black_24dp.xml
│ │ ├── ic_shuffle_black_24dp.xml
│ │ ├── ic_skip_next_black_24dp.xml
│ │ ├── ic_skip_previous_black_24dp.xml
│ │ ├── ic_slow_motion_video_black_24dp.xml
│ │ ├── ic_snooze_black_24dp.xml
│ │ ├── ic_sort_by_alpha_black_24dp.xml
│ │ ├── ic_stop_black_24dp.xml
│ │ ├── ic_subscriptions_black_24dp.xml
│ │ ├── ic_subtitles_black_24dp.xml
│ │ ├── ic_surround_sound_black_24dp.xml
│ │ ├── ic_video_call_black_24dp.xml
│ │ ├── ic_video_label_black_24dp.xml
│ │ ├── ic_video_library_black_24dp.xml
│ │ ├── ic_videocam_black_24dp.xml
│ │ ├── ic_videocam_off_black_24dp.xml
│ │ ├── ic_volume_down_black_24dp.xml
│ │ ├── ic_volume_mute_black_24dp.xml
│ │ ├── ic_volume_off_black_24dp.xml
│ │ ├── ic_volume_up_black_24dp.xml
│ │ ├── ic_web_asset_black_24dp.xml
│ │ └── ic_web_black_24dp.xml
│ └── ios/
│ ├── ic_add_to_queue.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_queue_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_queue_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_queue_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_queue_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_queue_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_queue_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_queue_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplay.imageset/
│ │ └── Contents.json
│ ├── ic_airplay_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplay_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplay_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplay_white.imageset/
│ │ └── Contents.json
│ ├── ic_airplay_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplay_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplay_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_album.imageset/
│ │ └── Contents.json
│ ├── ic_album_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_album_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_album_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_album_white.imageset/
│ │ └── Contents.json
│ ├── ic_album_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_album_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_album_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_art_track.imageset/
│ │ └── Contents.json
│ ├── ic_art_track_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_art_track_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_art_track_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_art_track_white.imageset/
│ │ └── Contents.json
│ ├── ic_art_track_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_art_track_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_art_track_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer_white.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_av_timer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark_white.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_branding_watermark_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_to_action_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption_white.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_closed_caption_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer_white.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_equalizer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_explicit.imageset/
│ │ └── Contents.json
│ ├── ic_explicit_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_explicit_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_explicit_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_explicit_white.imageset/
│ │ └── Contents.json
│ ├── ic_explicit_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_explicit_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_explicit_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward_white.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_forward_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind_white.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fast_rewind_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list_white.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_play_list_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video_white.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_featured_video_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr_white.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_dvr_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record_white.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_manual_record_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new_white.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_new_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin_white.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_pin_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record_white.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fiber_smart_record_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10_white.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_10_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30_white.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_30_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5_white.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_5_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_games.imageset/
│ │ └── Contents.json
│ ├── ic_games_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_games_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_games_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_games_white.imageset/
│ │ └── Contents.json
│ ├── ic_games_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_games_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_games_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hd.imageset/
│ │ └── Contents.json
│ ├── ic_hd_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hd_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hd_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hd_white.imageset/
│ │ └── Contents.json
│ ├── ic_hd_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hd_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hd_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hearing.imageset/
│ │ └── Contents.json
│ ├── ic_hearing_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hearing_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hearing_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hearing_white.imageset/
│ │ └── Contents.json
│ ├── ic_hearing_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hearing_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hearing_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality_white.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_high_quality_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_add.imageset/
│ │ └── Contents.json
│ ├── ic_library_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_library_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_books.imageset/
│ │ └── Contents.json
│ ├── ic_library_books_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_books_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_books_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_books_white.imageset/
│ │ └── Contents.json
│ ├── ic_library_books_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_books_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_books_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_music.imageset/
│ │ └── Contents.json
│ ├── ic_library_music_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_music_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_music_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_music_white.imageset/
│ │ └── Contents.json
│ ├── ic_library_music_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_music_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_library_music_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_loop.imageset/
│ │ └── Contents.json
│ ├── ic_loop_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_loop_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_loop_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_loop_white.imageset/
│ │ └── Contents.json
│ ├── ic_loop_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_loop_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_loop_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic.imageset/
│ │ └── Contents.json
│ ├── ic_mic_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none_white.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_none_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_white.imageset/
│ │ └── Contents.json
│ ├── ic_mic_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mic_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie.imageset/
│ │ └── Contents.json
│ ├── ic_movie_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_white.imageset/
│ │ └── Contents.json
│ ├── ic_movie_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_video.imageset/
│ │ └── Contents.json
│ ├── ic_music_video_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_video_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_video_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_video_white.imageset/
│ │ └── Contents.json
│ ├── ic_music_video_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_video_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_video_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases_white.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_new_releases_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested_white.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_not_interested_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_note.imageset/
│ │ └── Contents.json
│ ├── ic_note_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_white.imageset/
│ │ └── Contents.json
│ ├── ic_note_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_note_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause.imageset/
│ │ └── Contents.json
│ ├── ic_pause_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled_white.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_filled_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_circle_outline_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_white.imageset/
│ │ └── Contents.json
│ ├── ic_pause_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pause_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow_white.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_arrow_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white_white.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_filled_white_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_play_circle_outline_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check_white.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_check_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play_white.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_playlist_play_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue.imageset/
│ │ └── Contents.json
│ ├── ic_queue_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music_white.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_music_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next_white.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_play_next_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_white.imageset/
│ │ └── Contents.json
│ ├── ic_queue_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_queue_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_radio.imageset/
│ │ └── Contents.json
│ ├── ic_radio_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_radio_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_radio_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_radio_white.imageset/
│ │ └── Contents.json
│ ├── ic_radio_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_radio_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_radio_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors_white.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_recent_actors_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue_white.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_from_queue_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one_white.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_one_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_white.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_repeat_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10_white.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_10_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30_white.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_30_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5_white.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_5_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_white.imageset/
│ │ └── Contents.json
│ ├── ic_replay_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_replay_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle_white.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_shuffle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next_white.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_next_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous_white.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_skip_previous_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video_white.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_slow_motion_video_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_snooze.imageset/
│ │ └── Contents.json
│ ├── ic_snooze_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_snooze_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_snooze_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_snooze_white.imageset/
│ │ └── Contents.json
│ ├── ic_snooze_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_snooze_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_snooze_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha_white.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_by_alpha_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop.imageset/
│ │ └── Contents.json
│ ├── ic_stop_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_white.imageset/
│ │ └── Contents.json
│ ├── ic_stop_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions_white.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subscriptions_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles_white.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subtitles_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound_white.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_surround_sound_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_call.imageset/
│ │ └── Contents.json
│ ├── ic_video_call_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_call_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_call_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_call_white.imageset/
│ │ └── Contents.json
│ ├── ic_video_call_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_call_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_call_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_label.imageset/
│ │ └── Contents.json
│ ├── ic_video_label_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_label_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_label_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_label_white.imageset/
│ │ └── Contents.json
│ ├── ic_video_label_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_label_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_label_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_library.imageset/
│ │ └── Contents.json
│ ├── ic_video_library_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_library_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_library_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_library_white.imageset/
│ │ └── Contents.json
│ ├── ic_video_library_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_library_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_video_library_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_white.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_videocam_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down_white.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_down_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute_white.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_mute_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_googred500.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_googred500_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_googred500_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_googred500_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up_white.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_volume_up_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_web.imageset/
│ │ └── Contents.json
│ ├── ic_web_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset_white.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_asset_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_white.imageset/
│ │ └── Contents.json
│ ├── ic_web_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_web_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_web_white_48pt.imageset/
│ └── Contents.json
├── bower.json
├── communication/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_business_black_24dp.xml
│ │ ├── ic_call_black_24dp.xml
│ │ ├── ic_call_end_black_24dp.xml
│ │ ├── ic_call_made_black_24dp.xml
│ │ ├── ic_call_merge_black_24dp.xml
│ │ ├── ic_call_missed_black_24dp.xml
│ │ ├── ic_call_missed_outgoing_black_24dp.xml
│ │ ├── ic_call_received_black_24dp.xml
│ │ ├── ic_call_split_black_24dp.xml
│ │ ├── ic_chat_black_24dp.xml
│ │ ├── ic_chat_bubble_black_24dp.xml
│ │ ├── ic_chat_bubble_outline_black_24dp.xml
│ │ ├── ic_clear_all_black_24dp.xml
│ │ ├── ic_comment_black_24dp.xml
│ │ ├── ic_contact_mail_black_24dp.xml
│ │ ├── ic_contact_phone_black_24dp.xml
│ │ ├── ic_contacts_black_24dp.xml
│ │ ├── ic_dialer_sip_black_24dp.xml
│ │ ├── ic_dialpad_black_24dp.xml
│ │ ├── ic_email_black_24dp.xml
│ │ ├── ic_forum_black_24dp.xml
│ │ ├── ic_import_contacts_black_24dp.xml
│ │ ├── ic_import_export_black_24dp.xml
│ │ ├── ic_invert_colors_off_black_24dp.xml
│ │ ├── ic_live_help_black_24dp.xml
│ │ ├── ic_location_off_black_24dp.xml
│ │ ├── ic_location_on_black_24dp.xml
│ │ ├── ic_mail_outline_black_24dp.xml
│ │ ├── ic_message_black_24dp.xml
│ │ ├── ic_no_sim_black_24dp.xml
│ │ ├── ic_phone_black_24dp.xml
│ │ ├── ic_phonelink_erase_black_24dp.xml
│ │ ├── ic_phonelink_lock_black_24dp.xml
│ │ ├── ic_phonelink_ring_black_24dp.xml
│ │ ├── ic_phonelink_setup_black_24dp.xml
│ │ ├── ic_portable_wifi_off_black_24dp.xml
│ │ ├── ic_present_to_all_black_24dp.xml
│ │ ├── ic_ring_volume_black_24dp.xml
│ │ ├── ic_rss_feed_black_24dp.xml
│ │ ├── ic_screen_share_black_24dp.xml
│ │ ├── ic_speaker_phone_black_24dp.xml
│ │ ├── ic_stay_current_landscape_black_24dp.xml
│ │ ├── ic_stay_current_portrait_black_24dp.xml
│ │ ├── ic_stay_primary_landscape_black_24dp.xml
│ │ ├── ic_stay_primary_portrait_black_24dp.xml
│ │ ├── ic_stop_screen_share_black_24dp.xml
│ │ ├── ic_swap_calls_black_24dp.xml
│ │ ├── ic_textsms_black_24dp.xml
│ │ ├── ic_voicemail_black_24dp.xml
│ │ └── ic_vpn_key_black_24dp.xml
│ └── ios/
│ ├── ic_business.imageset/
│ │ └── Contents.json
│ ├── ic_business_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_white.imageset/
│ │ └── Contents.json
│ ├── ic_business_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call.imageset/
│ │ └── Contents.json
│ ├── ic_call_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_end.imageset/
│ │ └── Contents.json
│ ├── ic_call_end_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_end_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_end_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_end_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_end_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_end_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_end_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_made.imageset/
│ │ └── Contents.json
│ ├── ic_call_made_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_made_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_made_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_made_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_made_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_made_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_made_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_merge_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_outgoing_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_missed_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_received.imageset/
│ │ └── Contents.json
│ ├── ic_call_received_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_received_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_received_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_received_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_received_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_received_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_received_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_split.imageset/
│ │ └── Contents.json
│ ├── ic_call_split_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_split_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_split_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_split_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_split_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_split_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_split_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_white.imageset/
│ │ └── Contents.json
│ ├── ic_call_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_call_white_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat.imageset/
│ │ └── Contents.json
│ ├── ic_chat_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_white.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_bubble_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_white.imageset/
│ │ └── Contents.json
│ ├── ic_chat_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chat_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all_white.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_all_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment.imageset/
│ │ └── Contents.json
│ ├── ic_comment_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment_white.imageset/
│ │ └── Contents.json
│ ├── ic_comment_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_comment_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail_white.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_mail_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone_white.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_contact_phone_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_contacts.imageset/
│ │ └── Contents.json
│ ├── ic_contacts_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_contacts_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_contacts_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_contacts_white.imageset/
│ │ └── Contents.json
│ ├── ic_contacts_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_contacts_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_contacts_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip_white.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialer_sip_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad_white.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dialpad_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_email.imageset/
│ │ └── Contents.json
│ ├── ic_email_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_email_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_email_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_email_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_email_white.imageset/
│ │ └── Contents.json
│ ├── ic_email_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_email_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_email_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_email_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum.imageset/
│ │ └── Contents.json
│ ├── ic_forum_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum_white.imageset/
│ │ └── Contents.json
│ ├── ic_forum_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum_white_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forum_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts_white.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_contacts_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_export.imageset/
│ │ └── Contents.json
│ ├── ic_import_export_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_export_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_export_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_export_white.imageset/
│ │ └── Contents.json
│ ├── ic_import_export_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_export_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_import_export_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_invert_colors_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_help.imageset/
│ │ └── Contents.json
│ ├── ic_live_help_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_help_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_help_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_help_white.imageset/
│ │ └── Contents.json
│ ├── ic_live_help_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_help_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_help_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_off.imageset/
│ │ └── Contents.json
│ ├── ic_location_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_location_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_on.imageset/
│ │ └── Contents.json
│ ├── ic_location_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_location_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_message.imageset/
│ │ └── Contents.json
│ ├── ic_message_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_message_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_message_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_message_white.imageset/
│ │ └── Contents.json
│ ├── ic_message_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_message_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_message_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim_white.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_sim_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone.imageset/
│ │ └── Contents.json
│ ├── ic_phone_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase_white.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_erase_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring_white.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_ring_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup_white.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_setup_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_portable_wifi_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all_white.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_present_to_all_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume_white.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ring_volume_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed_white.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rss_feed_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share_white.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_share_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone_white.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_phone_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape_white.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_landscape_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait_white.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_current_portrait_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape_white.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_landscape_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait_white.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stay_primary_portrait_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share_white.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_stop_screen_share_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls_white.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_swap_calls_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_textsms.imageset/
│ │ └── Contents.json
│ ├── ic_textsms_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_textsms_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_textsms_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_textsms_white.imageset/
│ │ └── Contents.json
│ ├── ic_textsms_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_textsms_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_textsms_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail_white.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_voicemail_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_key.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_key_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_key_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_key_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_key_white.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_key_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_key_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_vpn_key_white_48pt.imageset/
│ └── Contents.json
├── content/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_add_black_24dp.xml
│ │ ├── ic_add_box_black_24dp.xml
│ │ ├── ic_add_circle_black_24dp.xml
│ │ ├── ic_add_circle_outline_black_24dp.xml
│ │ ├── ic_archive_black_24dp.xml
│ │ ├── ic_backspace_black_24dp.xml
│ │ ├── ic_block_black_24dp.xml
│ │ ├── ic_clear_black_24dp.xml
│ │ ├── ic_content_copy_black_24dp.xml
│ │ ├── ic_content_cut_black_24dp.xml
│ │ ├── ic_content_paste_black_24dp.xml
│ │ ├── ic_create_black_24dp.xml
│ │ ├── ic_delete_sweep_black_24dp.xml
│ │ ├── ic_drafts_black_24dp.xml
│ │ ├── ic_filter_list_black_24dp.xml
│ │ ├── ic_flag_black_24dp.xml
│ │ ├── ic_font_download_black_24dp.xml
│ │ ├── ic_forward_black_24dp.xml
│ │ ├── ic_gesture_black_24dp.xml
│ │ ├── ic_inbox_black_24dp.xml
│ │ ├── ic_link_black_24dp.xml
│ │ ├── ic_low_priority_black_24dp.xml
│ │ ├── ic_mail_black_24dp.xml
│ │ ├── ic_markunread_black_24dp.xml
│ │ ├── ic_move_to_inbox_black_24dp.xml
│ │ ├── ic_next_week_black_24dp.xml
│ │ ├── ic_redo_black_24dp.xml
│ │ ├── ic_remove_black_24dp.xml
│ │ ├── ic_remove_circle_black_24dp.xml
│ │ ├── ic_remove_circle_outline_black_24dp.xml
│ │ ├── ic_reply_all_black_24dp.xml
│ │ ├── ic_reply_black_24dp.xml
│ │ ├── ic_report_black_24dp.xml
│ │ ├── ic_save_black_24dp.xml
│ │ ├── ic_select_all_black_24dp.xml
│ │ ├── ic_send_black_24dp.xml
│ │ ├── ic_sort_black_24dp.xml
│ │ ├── ic_text_format_black_24dp.xml
│ │ ├── ic_unarchive_black_24dp.xml
│ │ ├── ic_undo_black_24dp.xml
│ │ └── ic_weekend_black_24dp.xml
│ └── ios/
│ ├── ic_add.imageset/
│ │ └── Contents.json
│ ├── ic_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_box.imageset/
│ │ └── Contents.json
│ ├── ic_add_box_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_box_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_box_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_box_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_box_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_box_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_box_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_archive.imageset/
│ │ └── Contents.json
│ ├── ic_archive_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_archive_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_archive_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_archive_white.imageset/
│ │ └── Contents.json
│ ├── ic_archive_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_archive_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_archive_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_backspace.imageset/
│ │ └── Contents.json
│ ├── ic_backspace_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_backspace_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_backspace_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_backspace_white.imageset/
│ │ └── Contents.json
│ ├── ic_backspace_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_backspace_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_backspace_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_block.imageset/
│ │ └── Contents.json
│ ├── ic_block_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_block_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_block_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_block_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_block_white.imageset/
│ │ └── Contents.json
│ ├── ic_block_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_block_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_block_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_block_white_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear.imageset/
│ │ └── Contents.json
│ ├── ic_clear_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_white.imageset/
│ │ └── Contents.json
│ ├── ic_clear_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_clear_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy_white.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_copy_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut_white.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_cut_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste_white.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_content_paste_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_create.imageset/
│ │ └── Contents.json
│ ├── ic_create_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_white.imageset/
│ │ └── Contents.json
│ ├── ic_create_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep_white.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_delete_sweep_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_drafts.imageset/
│ │ └── Contents.json
│ ├── ic_drafts_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_drafts_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_drafts_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_drafts_white.imageset/
│ │ └── Contents.json
│ ├── ic_drafts_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_drafts_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_drafts_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_list_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag.imageset/
│ │ └── Contents.json
│ ├── ic_flag_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag_white.imageset/
│ │ └── Contents.json
│ ├── ic_flag_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag_white_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flag_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_font_download.imageset/
│ │ └── Contents.json
│ ├── ic_font_download_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_font_download_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_font_download_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_font_download_white.imageset/
│ │ └── Contents.json
│ ├── ic_font_download_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_font_download_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_font_download_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward.imageset/
│ │ └── Contents.json
│ ├── ic_forward_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_white.imageset/
│ │ └── Contents.json
│ ├── ic_forward_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_forward_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gesture.imageset/
│ │ └── Contents.json
│ ├── ic_gesture_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gesture_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gesture_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gesture_white.imageset/
│ │ └── Contents.json
│ ├── ic_gesture_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gesture_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gesture_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_inbox.imageset/
│ │ └── Contents.json
│ ├── ic_inbox_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_inbox_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_inbox_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_inbox_white.imageset/
│ │ └── Contents.json
│ ├── ic_inbox_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_inbox_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_inbox_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_link.imageset/
│ │ └── Contents.json
│ ├── ic_link_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_link_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_link_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_link_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_link_white.imageset/
│ │ └── Contents.json
│ ├── ic_link_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_link_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_link_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_link_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_white.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_white_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_low_priority_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail.imageset/
│ │ └── Contents.json
│ ├── ic_mail_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_white.imageset/
│ │ └── Contents.json
│ ├── ic_mail_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mail_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_white.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_markunread_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox_white.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_move_to_inbox_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_next_week.imageset/
│ │ └── Contents.json
│ ├── ic_next_week_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_next_week_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_next_week_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_next_week_white.imageset/
│ │ └── Contents.json
│ ├── ic_next_week_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_next_week_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_next_week_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_redo.imageset/
│ │ └── Contents.json
│ ├── ic_redo_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_redo_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_redo_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_redo_white.imageset/
│ │ └── Contents.json
│ ├── ic_redo_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_redo_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_redo_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove.imageset/
│ │ └── Contents.json
│ ├── ic_remove_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_white.imageset/
│ │ └── Contents.json
│ ├── ic_remove_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply.imageset/
│ │ └── Contents.json
│ ├── ic_reply_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all_white.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_all_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_white.imageset/
│ │ └── Contents.json
│ ├── ic_reply_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_reply_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_report.imageset/
│ │ └── Contents.json
│ ├── ic_report_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_white.imageset/
│ │ └── Contents.json
│ ├── ic_report_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_report_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_save.imageset/
│ │ └── Contents.json
│ ├── ic_save_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_save_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_save_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_save_white.imageset/
│ │ └── Contents.json
│ ├── ic_save_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_save_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_save_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_select_all.imageset/
│ │ └── Contents.json
│ ├── ic_select_all_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_select_all_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_select_all_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_select_all_white.imageset/
│ │ └── Contents.json
│ ├── ic_select_all_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_select_all_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_select_all_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_send.imageset/
│ │ └── Contents.json
│ ├── ic_send_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_send_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_send_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_send_white.imageset/
│ │ └── Contents.json
│ ├── ic_send_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_send_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_send_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort.imageset/
│ │ └── Contents.json
│ ├── ic_sort_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_white.imageset/
│ │ └── Contents.json
│ ├── ic_sort_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sort_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_format.imageset/
│ │ └── Contents.json
│ ├── ic_text_format_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_format_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_format_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_format_white.imageset/
│ │ └── Contents.json
│ ├── ic_text_format_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_format_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_format_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive_white.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_unarchive_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_undo.imageset/
│ │ └── Contents.json
│ ├── ic_undo_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_undo_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_undo_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_undo_white.imageset/
│ │ └── Contents.json
│ ├── ic_undo_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_undo_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_undo_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_weekend.imageset/
│ │ └── Contents.json
│ ├── ic_weekend_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_weekend_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_weekend_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_weekend_white.imageset/
│ │ └── Contents.json
│ ├── ic_weekend_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_weekend_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_weekend_white_48pt.imageset/
│ └── Contents.json
├── device/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_access_alarm_black_24dp.xml
│ │ ├── ic_access_alarms_black_24dp.xml
│ │ ├── ic_access_time_black_24dp.xml
│ │ ├── ic_add_alarm_black_24dp.xml
│ │ ├── ic_airplanemode_active_black_24dp.xml
│ │ ├── ic_airplanemode_inactive_black_24dp.xml
│ │ ├── ic_battery_20_black_24dp.xml
│ │ ├── ic_battery_30_black_24dp.xml
│ │ ├── ic_battery_50_black_24dp.xml
│ │ ├── ic_battery_60_black_24dp.xml
│ │ ├── ic_battery_80_black_24dp.xml
│ │ ├── ic_battery_90_black_24dp.xml
│ │ ├── ic_battery_alert_black_24dp.xml
│ │ ├── ic_battery_charging_20_black_24dp.xml
│ │ ├── ic_battery_charging_30_black_24dp.xml
│ │ ├── ic_battery_charging_50_black_24dp.xml
│ │ ├── ic_battery_charging_60_black_24dp.xml
│ │ ├── ic_battery_charging_80_black_24dp.xml
│ │ ├── ic_battery_charging_90_black_24dp.xml
│ │ ├── ic_battery_charging_full_black_24dp.xml
│ │ ├── ic_battery_full_black_24dp.xml
│ │ ├── ic_battery_std_black_24dp.xml
│ │ ├── ic_battery_unknown_black_24dp.xml
│ │ ├── ic_bluetooth_black_24dp.xml
│ │ ├── ic_bluetooth_connected_black_24dp.xml
│ │ ├── ic_bluetooth_disabled_black_24dp.xml
│ │ ├── ic_bluetooth_searching_black_24dp.xml
│ │ ├── ic_brightness_auto_black_24dp.xml
│ │ ├── ic_brightness_high_black_24dp.xml
│ │ ├── ic_brightness_low_black_24dp.xml
│ │ ├── ic_brightness_medium_black_24dp.xml
│ │ ├── ic_data_usage_black_24dp.xml
│ │ ├── ic_developer_mode_black_24dp.xml
│ │ ├── ic_devices_black_24dp.xml
│ │ ├── ic_dvr_black_24dp.xml
│ │ ├── ic_gps_fixed_black_24dp.xml
│ │ ├── ic_gps_not_fixed_black_24dp.xml
│ │ ├── ic_gps_off_black_24dp.xml
│ │ ├── ic_graphic_eq_black_24dp.xml
│ │ ├── ic_location_disabled_black_24dp.xml
│ │ ├── ic_location_searching_black_24dp.xml
│ │ ├── ic_network_cell_black_24dp.xml
│ │ ├── ic_network_wifi_black_24dp.xml
│ │ ├── ic_nfc_black_24dp.xml
│ │ ├── ic_screen_lock_landscape_black_24dp.xml
│ │ ├── ic_screen_lock_portrait_black_24dp.xml
│ │ ├── ic_screen_lock_rotation_black_24dp.xml
│ │ ├── ic_screen_rotation_black_24dp.xml
│ │ ├── ic_sd_storage_black_24dp.xml
│ │ ├── ic_settings_system_daydream_black_24dp.xml
│ │ ├── ic_signal_cellular_0_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_1_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_2_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_3_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_4_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_connected_no_internet_0_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_connected_no_internet_1_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_connected_no_internet_2_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_connected_no_internet_3_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_connected_no_internet_4_bar_black_24dp.xml
│ │ ├── ic_signal_cellular_no_sim_black_24dp.xml
│ │ ├── ic_signal_cellular_null_black_24dp.xml
│ │ ├── ic_signal_cellular_off_black_24dp.xml
│ │ ├── ic_signal_wifi_0_bar_black_24dp.xml
│ │ ├── ic_signal_wifi_1_bar_black_24dp.xml
│ │ ├── ic_signal_wifi_1_bar_lock_black_24dp.xml
│ │ ├── ic_signal_wifi_2_bar_black_24dp.xml
│ │ ├── ic_signal_wifi_2_bar_lock_black_24dp.xml
│ │ ├── ic_signal_wifi_3_bar_black_24dp.xml
│ │ ├── ic_signal_wifi_3_bar_lock_black_24dp.xml
│ │ ├── ic_signal_wifi_4_bar_black_24dp.xml
│ │ ├── ic_signal_wifi_4_bar_lock_black_24dp.xml
│ │ ├── ic_signal_wifi_off_black_24dp.xml
│ │ ├── ic_storage_black_24dp.xml
│ │ ├── ic_usb_black_24dp.xml
│ │ ├── ic_wallpaper_black_24dp.xml
│ │ ├── ic_widgets_black_24dp.xml
│ │ ├── ic_wifi_lock_black_24dp.xml
│ │ └── ic_wifi_tethering_black_24dp.xml
│ └── ios/
│ ├── ic_access_alarm.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarm_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarm_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarm_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarm_white.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarm_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarm_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarm_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms_white.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_alarms_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_time.imageset/
│ │ └── Contents.json
│ ├── ic_access_time_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_time_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_time_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_time_white.imageset/
│ │ └── Contents.json
│ ├── ic_access_time_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_time_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_access_time_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_alarm_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active_white.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_active_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive_white.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airplanemode_inactive_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_20_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_30_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_50_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_60_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_80_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_90_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_alert_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_20_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_30_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_50_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_60_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_80_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_90_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_charging_full_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_full_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_std_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown_white.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_battery_unknown_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected_white.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_connected_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled_white.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_disabled_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching_white.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_searching_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_white.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_auto_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_high_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_low_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_medium_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage_white.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_data_usage_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode_white.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_mode_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices.imageset/
│ │ └── Contents.json
│ ├── ic_devices_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_white.imageset/
│ │ └── Contents.json
│ ├── ic_devices_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dvr.imageset/
│ │ └── Contents.json
│ ├── ic_dvr_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dvr_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dvr_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dvr_white.imageset/
│ │ └── Contents.json
│ ├── ic_dvr_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dvr_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dvr_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed_white.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_fixed_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed_white.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_not_fixed_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gps_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq_white.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_graphic_eq_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled_white.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_disabled_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching_white.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_searching_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell_white.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_cell_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi_white.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_wifi_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_nfc.imageset/
│ │ └── Contents.json
│ ├── ic_nfc_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_nfc_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_nfc_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_nfc_white.imageset/
│ │ └── Contents.json
│ ├── ic_nfc_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_nfc_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_nfc_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape_white.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_landscape_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait_white.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_portrait_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation_white.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_lock_rotation_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation_white.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_screen_rotation_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage_white.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_storage_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream_white.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_settings_system_daydream_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_0_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_1_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_2_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_3_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_4_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_0_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_1_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_2_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_3_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_connected_no_internet_4_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_no_sim_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_null_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_cellular_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_0_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_1_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_2_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_3_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_4_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_signal_wifi_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_storage.imageset/
│ │ └── Contents.json
│ ├── ic_storage_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_storage_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_storage_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_storage_white.imageset/
│ │ └── Contents.json
│ ├── ic_storage_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_storage_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_storage_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_usb.imageset/
│ │ └── Contents.json
│ ├── ic_usb_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_usb_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_usb_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_usb_white.imageset/
│ │ └── Contents.json
│ ├── ic_usb_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_usb_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_usb_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper_white.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wallpaper_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_widgets.imageset/
│ │ └── Contents.json
│ ├── ic_widgets_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_widgets_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_widgets_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_widgets_white.imageset/
│ │ └── Contents.json
│ ├── ic_widgets_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_widgets_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_widgets_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_tethering.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_tethering_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_tethering_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_tethering_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_tethering_white.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_tethering_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_tethering_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_wifi_tethering_white_48pt.imageset/
│ └── Contents.json
├── editor/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_attach_file_black_24dp.xml
│ │ ├── ic_attach_money_black_24dp.xml
│ │ ├── ic_border_all_black_24dp.xml
│ │ ├── ic_border_bottom_black_24dp.xml
│ │ ├── ic_border_clear_black_24dp.xml
│ │ ├── ic_border_color_black_24dp.xml
│ │ ├── ic_border_horizontal_black_24dp.xml
│ │ ├── ic_border_inner_black_24dp.xml
│ │ ├── ic_border_left_black_24dp.xml
│ │ ├── ic_border_outer_black_24dp.xml
│ │ ├── ic_border_right_black_24dp.xml
│ │ ├── ic_border_style_black_24dp.xml
│ │ ├── ic_border_top_black_24dp.xml
│ │ ├── ic_border_vertical_black_24dp.xml
│ │ ├── ic_bubble_chart_black_24dp.xml
│ │ ├── ic_drag_handle_black_24dp.xml
│ │ ├── ic_format_align_center_black_24dp.xml
│ │ ├── ic_format_align_justify_black_24dp.xml
│ │ ├── ic_format_align_left_black_24dp.xml
│ │ ├── ic_format_align_right_black_24dp.xml
│ │ ├── ic_format_bold_black_24dp.xml
│ │ ├── ic_format_clear_black_24dp.xml
│ │ ├── ic_format_color_fill_black_24dp.xml
│ │ ├── ic_format_color_reset_black_24dp.xml
│ │ ├── ic_format_color_text_black_24dp.xml
│ │ ├── ic_format_indent_decrease_black_24dp.xml
│ │ ├── ic_format_indent_increase_black_24dp.xml
│ │ ├── ic_format_italic_black_24dp.xml
│ │ ├── ic_format_line_spacing_black_24dp.xml
│ │ ├── ic_format_list_bulleted_black_24dp.xml
│ │ ├── ic_format_list_numbered_black_24dp.xml
│ │ ├── ic_format_paint_black_24dp.xml
│ │ ├── ic_format_quote_black_24dp.xml
│ │ ├── ic_format_shapes_black_24dp.xml
│ │ ├── ic_format_size_black_24dp.xml
│ │ ├── ic_format_strikethrough_black_24dp.xml
│ │ ├── ic_format_textdirection_l_to_r_black_24dp.xml
│ │ ├── ic_format_textdirection_r_to_l_black_24dp.xml
│ │ ├── ic_format_underlined_black_24dp.xml
│ │ ├── ic_functions_black_24dp.xml
│ │ ├── ic_highlight_black_24dp.xml
│ │ ├── ic_insert_chart_black_24dp.xml
│ │ ├── ic_insert_comment_black_24dp.xml
│ │ ├── ic_insert_drive_file_black_24dp.xml
│ │ ├── ic_insert_emoticon_black_24dp.xml
│ │ ├── ic_insert_invitation_black_24dp.xml
│ │ ├── ic_insert_link_black_24dp.xml
│ │ ├── ic_insert_photo_black_24dp.xml
│ │ ├── ic_linear_scale_black_24dp.xml
│ │ ├── ic_merge_type_black_24dp.xml
│ │ ├── ic_mode_comment_black_24dp.xml
│ │ ├── ic_mode_edit_black_24dp.xml
│ │ ├── ic_monetization_on_black_24dp.xml
│ │ ├── ic_money_off_black_24dp.xml
│ │ ├── ic_multiline_chart_black_24dp.xml
│ │ ├── ic_pie_chart_black_24dp.xml
│ │ ├── ic_pie_chart_outlined_black_24dp.xml
│ │ ├── ic_publish_black_24dp.xml
│ │ ├── ic_short_text_black_24dp.xml
│ │ ├── ic_show_chart_black_24dp.xml
│ │ ├── ic_space_bar_black_24dp.xml
│ │ ├── ic_strikethrough_s_black_24dp.xml
│ │ ├── ic_text_fields_black_24dp.xml
│ │ ├── ic_title_black_24dp.xml
│ │ ├── ic_vertical_align_bottom_black_24dp.xml
│ │ ├── ic_vertical_align_center_black_24dp.xml
│ │ ├── ic_vertical_align_top_black_24dp.xml
│ │ └── ic_wrap_text_black_24dp.xml
│ └── ios/
│ ├── ic_attach_file.imageset/
│ │ └── Contents.json
│ ├── ic_attach_file_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_file_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_file_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_file_white.imageset/
│ │ └── Contents.json
│ ├── ic_attach_file_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_file_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_file_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money_white.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_attach_money_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_all.imageset/
│ │ └── Contents.json
│ ├── ic_border_all_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_all_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_all_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_all_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_all_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_all_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_all_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_bottom_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_clear_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_color.imageset/
│ │ └── Contents.json
│ ├── ic_border_color_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_color_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_color_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_color_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_color_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_color_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_color_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_horizontal_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_inner_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_left.imageset/
│ │ └── Contents.json
│ ├── ic_border_left_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_left_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_left_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_left_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_left_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_left_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_left_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_outer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_right.imageset/
│ │ └── Contents.json
│ ├── ic_border_right_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_right_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_right_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_right_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_right_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_right_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_right_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_style.imageset/
│ │ └── Contents.json
│ ├── ic_border_style_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_style_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_style_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_style_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_style_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_style_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_style_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_top.imageset/
│ │ └── Contents.json
│ ├── ic_border_top_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_top_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_top_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_top_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_top_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_top_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_top_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical_white.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_border_vertical_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart_white.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bubble_chart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle_white.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_drag_handle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_center_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_justify_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_left_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_align_right_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_bold_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_clear_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_fill_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_reset_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_color_text_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_decrease_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_indent_increase_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_italic_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_line_spacing_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_bulleted_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_list_numbered_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_paint_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_quote_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_shapes_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_size.imageset/
│ │ └── Contents.json
│ ├── ic_format_size_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_size_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_size_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_size_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_size_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_size_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_size_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_strikethrough_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_l_to_r_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_textdirection_r_to_l_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined_white.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_format_underlined_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_functions.imageset/
│ │ └── Contents.json
│ ├── ic_functions_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_functions_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_functions_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_functions_white.imageset/
│ │ └── Contents.json
│ ├── ic_functions_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_functions_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_functions_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_white.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_highlight_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart_white.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_chart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment_white.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_comment_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file_white.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_drive_file_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon_white.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_emoticon_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation_white.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_invitation_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link_white.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_link_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo_white.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_insert_photo_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale_white.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_linear_scale_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type_white.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_merge_type_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment_white.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_comment_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit_white.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mode_edit_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_monetization_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_money_off.imageset/
│ │ └── Contents.json
│ ├── ic_money_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_money_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_money_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_money_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_money_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_money_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_money_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart_white.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_multiline_chart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined_white.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_outlined_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_white.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pie_chart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_publish.imageset/
│ │ └── Contents.json
│ ├── ic_publish_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_publish_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_publish_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_publish_white.imageset/
│ │ └── Contents.json
│ ├── ic_publish_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_publish_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_publish_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_short_text.imageset/
│ │ └── Contents.json
│ ├── ic_short_text_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_short_text_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_short_text_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_short_text_white.imageset/
│ │ └── Contents.json
│ ├── ic_short_text_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_short_text_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_short_text_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart_white.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_show_chart_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_space_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s_white.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_strikethrough_s_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields_white.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_text_fields_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_title.imageset/
│ │ └── Contents.json
│ ├── ic_title_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_title_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_title_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_title_white.imageset/
│ │ └── Contents.json
│ ├── ic_title_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_title_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_title_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom_white.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_bottom_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center_white.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_center_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top_white.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vertical_align_top_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wrap_text.imageset/
│ │ └── Contents.json
│ ├── ic_wrap_text_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wrap_text_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wrap_text_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wrap_text_white.imageset/
│ │ └── Contents.json
│ ├── ic_wrap_text_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wrap_text_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_wrap_text_white_48pt.imageset/
│ └── Contents.json
├── file/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_attachment_black_24dp.xml
│ │ ├── ic_cloud_black_24dp.xml
│ │ ├── ic_cloud_circle_black_24dp.xml
│ │ ├── ic_cloud_done_black_24dp.xml
│ │ ├── ic_cloud_download_black_24dp.xml
│ │ ├── ic_cloud_off_black_24dp.xml
│ │ ├── ic_cloud_queue_black_24dp.xml
│ │ ├── ic_cloud_upload_black_24dp.xml
│ │ ├── ic_create_new_folder_black_24dp.xml
│ │ ├── ic_file_download_black_24dp.xml
│ │ ├── ic_file_upload_black_24dp.xml
│ │ ├── ic_folder_black_24dp.xml
│ │ ├── ic_folder_open_black_24dp.xml
│ │ └── ic_folder_shared_black_24dp.xml
│ └── ios/
│ ├── ic_attachment.imageset/
│ │ └── Contents.json
│ ├── ic_attachment_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_attachment_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_attachment_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_attachment_white.imageset/
│ │ └── Contents.json
│ ├── ic_attachment_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_attachment_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_attachment_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done_white.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_done_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download_white.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_download_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_off_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue_white.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_queue_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload_white.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_upload_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_white.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cloud_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder_white.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_create_new_folder_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_download.imageset/
│ │ └── Contents.json
│ ├── ic_file_download_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_download_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_download_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_download_white.imageset/
│ │ └── Contents.json
│ ├── ic_file_download_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_download_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_download_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload_white.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_file_upload_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder.imageset/
│ │ └── Contents.json
│ ├── ic_folder_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open_white.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_open_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_white.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_shared_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_white.imageset/
│ │ └── Contents.json
│ ├── ic_folder_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_white_48pt.imageset/
│ │ └── Contents.json
│ └── ic_folder_white_64pt.imageset/
│ └── Contents.json
├── gulpfile.babel.js
├── hardware/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_cast_black_24dp.xml
│ │ ├── ic_cast_connected_black_24dp.xml
│ │ ├── ic_computer_black_24dp.xml
│ │ ├── ic_desktop_mac_black_24dp.xml
│ │ ├── ic_desktop_windows_black_24dp.xml
│ │ ├── ic_developer_board_black_24dp.xml
│ │ ├── ic_device_hub_black_24dp.xml
│ │ ├── ic_devices_other_black_24dp.xml
│ │ ├── ic_dock_black_24dp.xml
│ │ ├── ic_gamepad_black_24dp.xml
│ │ ├── ic_headset_black_24dp.xml
│ │ ├── ic_headset_mic_black_24dp.xml
│ │ ├── ic_keyboard_arrow_down_black_24dp.xml
│ │ ├── ic_keyboard_arrow_left_black_24dp.xml
│ │ ├── ic_keyboard_arrow_right_black_24dp.xml
│ │ ├── ic_keyboard_arrow_up_black_24dp.xml
│ │ ├── ic_keyboard_backspace_black_24dp.xml
│ │ ├── ic_keyboard_black_24dp.xml
│ │ ├── ic_keyboard_capslock_black_24dp.xml
│ │ ├── ic_keyboard_hide_black_24dp.xml
│ │ ├── ic_keyboard_return_black_24dp.xml
│ │ ├── ic_keyboard_tab_black_24dp.xml
│ │ ├── ic_keyboard_voice_black_24dp.xml
│ │ ├── ic_laptop_black_24dp.xml
│ │ ├── ic_laptop_chromebook_black_24dp.xml
│ │ ├── ic_laptop_mac_black_24dp.xml
│ │ ├── ic_laptop_windows_black_24dp.xml
│ │ ├── ic_memory_black_24dp.xml
│ │ ├── ic_mouse_black_24dp.xml
│ │ ├── ic_phone_android_black_24dp.xml
│ │ ├── ic_phone_iphone_black_24dp.xml
│ │ ├── ic_phonelink_black_24dp.xml
│ │ ├── ic_phonelink_off_black_24dp.xml
│ │ ├── ic_power_input_black_24dp.xml
│ │ ├── ic_router_black_24dp.xml
│ │ ├── ic_scanner_black_24dp.xml
│ │ ├── ic_security_black_24dp.xml
│ │ ├── ic_sim_card_black_24dp.xml
│ │ ├── ic_smartphone_black_24dp.xml
│ │ ├── ic_speaker_black_24dp.xml
│ │ ├── ic_speaker_group_black_24dp.xml
│ │ ├── ic_tablet_android_black_24dp.xml
│ │ ├── ic_tablet_black_24dp.xml
│ │ ├── ic_tablet_mac_black_24dp.xml
│ │ ├── ic_toys_black_24dp.xml
│ │ ├── ic_tv_black_24dp.xml
│ │ ├── ic_videogame_asset_black_24dp.xml
│ │ └── ic_watch_black_24dp.xml
│ └── ios/
│ ├── ic_cast.imageset/
│ │ └── Contents.json
│ ├── ic_cast_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected_white.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_connected_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_white.imageset/
│ │ └── Contents.json
│ ├── ic_cast_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cast_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_computer.imageset/
│ │ └── Contents.json
│ ├── ic_computer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_computer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_computer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_computer_white.imageset/
│ │ └── Contents.json
│ ├── ic_computer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_computer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_computer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac_white.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_mac_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows_white.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_desktop_windows_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board_white.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_developer_board_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub_white.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_device_hub_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other_white.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_devices_other_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dock.imageset/
│ │ └── Contents.json
│ ├── ic_dock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dock_white.imageset/
│ │ └── Contents.json
│ ├── ic_dock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad_white.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gamepad_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset.imageset/
│ │ └── Contents.json
│ ├── ic_headset_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic_white.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_mic_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_white.imageset/
│ │ └── Contents.json
│ ├── ic_headset_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_headset_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_down_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_left_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_right_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_arrow_up_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_backspace_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_capslock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_hide_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_return_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_tab_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_voice_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_white.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_keyboard_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook_white.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_chromebook_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac_white.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_mac_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_white.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows_white.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_laptop_windows_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_memory.imageset/
│ │ └── Contents.json
│ ├── ic_memory_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_memory_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_memory_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_memory_white.imageset/
│ │ └── Contents.json
│ ├── ic_memory_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_memory_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_memory_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mouse.imageset/
│ │ └── Contents.json
│ ├── ic_mouse_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mouse_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mouse_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mouse_white.imageset/
│ │ └── Contents.json
│ ├── ic_mouse_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mouse_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mouse_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_android_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_iphone_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_white.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phonelink_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_input.imageset/
│ │ └── Contents.json
│ ├── ic_power_input_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_input_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_input_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_input_white.imageset/
│ │ └── Contents.json
│ ├── ic_power_input_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_input_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_input_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_router.imageset/
│ │ └── Contents.json
│ ├── ic_router_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_router_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_router_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_router_white.imageset/
│ │ └── Contents.json
│ ├── ic_router_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_router_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_router_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_scanner.imageset/
│ │ └── Contents.json
│ ├── ic_scanner_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_scanner_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_scanner_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_scanner_white.imageset/
│ │ └── Contents.json
│ ├── ic_scanner_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_scanner_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_scanner_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_security.imageset/
│ │ └── Contents.json
│ ├── ic_security_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_security_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_security_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_security_white.imageset/
│ │ └── Contents.json
│ ├── ic_security_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_security_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_security_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_white.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone_white.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_smartphone_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group_white.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_group_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_white.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_speaker_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android_white.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_android_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac_white.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_mac_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_white.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tablet_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_toys.imageset/
│ │ └── Contents.json
│ ├── ic_toys_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_toys_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_toys_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_toys_white.imageset/
│ │ └── Contents.json
│ ├── ic_toys_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_toys_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_toys_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tv.imageset/
│ │ └── Contents.json
│ ├── ic_tv_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tv_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tv_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tv_white.imageset/
│ │ └── Contents.json
│ ├── ic_tv_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tv_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tv_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset_white.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_videogame_asset_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch.imageset/
│ │ └── Contents.json
│ ├── ic_watch_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_white.imageset/
│ │ └── Contents.json
│ ├── ic_watch_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_watch_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_watch_white_48pt.imageset/
│ └── Contents.json
├── iconfont/
│ ├── MaterialIcons-Regular.ijmap
│ ├── README.md
│ ├── codepoints
│ └── material-icons.css
├── image/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_add_a_photo_black_24dp.xml
│ │ ├── ic_add_to_photos_black_24dp.xml
│ │ ├── ic_adjust_black_24dp.xml
│ │ ├── ic_assistant_black_24dp.xml
│ │ ├── ic_assistant_photo_black_24dp.xml
│ │ ├── ic_audiotrack_black_24dp.xml
│ │ ├── ic_blur_circular_black_24dp.xml
│ │ ├── ic_blur_linear_black_24dp.xml
│ │ ├── ic_blur_off_black_24dp.xml
│ │ ├── ic_blur_on_black_24dp.xml
│ │ ├── ic_brightness_1_black_24dp.xml
│ │ ├── ic_brightness_2_black_24dp.xml
│ │ ├── ic_brightness_3_black_24dp.xml
│ │ ├── ic_brightness_4_black_24dp.xml
│ │ ├── ic_brightness_5_black_24dp.xml
│ │ ├── ic_brightness_6_black_24dp.xml
│ │ ├── ic_brightness_7_black_24dp.xml
│ │ ├── ic_broken_image_black_24dp.xml
│ │ ├── ic_brush_black_24dp.xml
│ │ ├── ic_burst_mode_black_24dp.xml
│ │ ├── ic_camera_alt_black_24dp.xml
│ │ ├── ic_camera_black_24dp.xml
│ │ ├── ic_camera_front_black_24dp.xml
│ │ ├── ic_camera_rear_black_24dp.xml
│ │ ├── ic_camera_roll_black_24dp.xml
│ │ ├── ic_center_focus_strong_black_24dp.xml
│ │ ├── ic_center_focus_weak_black_24dp.xml
│ │ ├── ic_collections_black_24dp.xml
│ │ ├── ic_collections_bookmark_black_24dp.xml
│ │ ├── ic_color_lens_black_24dp.xml
│ │ ├── ic_colorize_black_24dp.xml
│ │ ├── ic_compare_black_24dp.xml
│ │ ├── ic_control_point_black_24dp.xml
│ │ ├── ic_control_point_duplicate_black_24dp.xml
│ │ ├── ic_crop_16_9_black_24dp.xml
│ │ ├── ic_crop_3_2_black_24dp.xml
│ │ ├── ic_crop_5_4_black_24dp.xml
│ │ ├── ic_crop_7_5_black_24dp.xml
│ │ ├── ic_crop_black_24dp.xml
│ │ ├── ic_crop_din_black_24dp.xml
│ │ ├── ic_crop_free_black_24dp.xml
│ │ ├── ic_crop_landscape_black_24dp.xml
│ │ ├── ic_crop_original_black_24dp.xml
│ │ ├── ic_crop_portrait_black_24dp.xml
│ │ ├── ic_crop_rotate_black_24dp.xml
│ │ ├── ic_crop_square_black_24dp.xml
│ │ ├── ic_dehaze_black_24dp.xml
│ │ ├── ic_details_black_24dp.xml
│ │ ├── ic_edit_black_24dp.xml
│ │ ├── ic_exposure_black_24dp.xml
│ │ ├── ic_exposure_neg_1_black_24dp.xml
│ │ ├── ic_exposure_neg_2_black_24dp.xml
│ │ ├── ic_exposure_plus_1_black_24dp.xml
│ │ ├── ic_exposure_plus_2_black_24dp.xml
│ │ ├── ic_exposure_zero_black_24dp.xml
│ │ ├── ic_filter_1_black_24dp.xml
│ │ ├── ic_filter_2_black_24dp.xml
│ │ ├── ic_filter_3_black_24dp.xml
│ │ ├── ic_filter_4_black_24dp.xml
│ │ ├── ic_filter_5_black_24dp.xml
│ │ ├── ic_filter_6_black_24dp.xml
│ │ ├── ic_filter_7_black_24dp.xml
│ │ ├── ic_filter_8_black_24dp.xml
│ │ ├── ic_filter_9_black_24dp.xml
│ │ ├── ic_filter_9_plus_black_24dp.xml
│ │ ├── ic_filter_b_and_w_black_24dp.xml
│ │ ├── ic_filter_black_24dp.xml
│ │ ├── ic_filter_center_focus_black_24dp.xml
│ │ ├── ic_filter_drama_black_24dp.xml
│ │ ├── ic_filter_frames_black_24dp.xml
│ │ ├── ic_filter_hdr_black_24dp.xml
│ │ ├── ic_filter_none_black_24dp.xml
│ │ ├── ic_filter_tilt_shift_black_24dp.xml
│ │ ├── ic_filter_vintage_black_24dp.xml
│ │ ├── ic_flare_black_24dp.xml
│ │ ├── ic_flash_auto_black_24dp.xml
│ │ ├── ic_flash_off_black_24dp.xml
│ │ ├── ic_flash_on_black_24dp.xml
│ │ ├── ic_flip_black_24dp.xml
│ │ ├── ic_gradient_black_24dp.xml
│ │ ├── ic_grain_black_24dp.xml
│ │ ├── ic_grid_off_black_24dp.xml
│ │ ├── ic_grid_on_black_24dp.xml
│ │ ├── ic_hdr_off_black_24dp.xml
│ │ ├── ic_hdr_on_black_24dp.xml
│ │ ├── ic_hdr_strong_black_24dp.xml
│ │ ├── ic_hdr_weak_black_24dp.xml
│ │ ├── ic_healing_black_24dp.xml
│ │ ├── ic_image_aspect_ratio_black_24dp.xml
│ │ ├── ic_image_black_24dp.xml
│ │ ├── ic_iso_black_24dp.xml
│ │ ├── ic_landscape_black_24dp.xml
│ │ ├── ic_leak_add_black_24dp.xml
│ │ ├── ic_leak_remove_black_24dp.xml
│ │ ├── ic_lens_black_24dp.xml
│ │ ├── ic_linked_camera_black_24dp.xml
│ │ ├── ic_looks_3_black_24dp.xml
│ │ ├── ic_looks_4_black_24dp.xml
│ │ ├── ic_looks_5_black_24dp.xml
│ │ ├── ic_looks_6_black_24dp.xml
│ │ ├── ic_looks_black_24dp.xml
│ │ ├── ic_looks_one_black_24dp.xml
│ │ ├── ic_looks_two_black_24dp.xml
│ │ ├── ic_loupe_black_24dp.xml
│ │ ├── ic_monochrome_photos_black_24dp.xml
│ │ ├── ic_movie_creation_black_24dp.xml
│ │ ├── ic_movie_filter_black_24dp.xml
│ │ ├── ic_music_note_black_24dp.xml
│ │ ├── ic_nature_black_24dp.xml
│ │ ├── ic_nature_people_black_24dp.xml
│ │ ├── ic_navigate_before_black_24dp.xml
│ │ ├── ic_navigate_next_black_24dp.xml
│ │ ├── ic_palette_black_24dp.xml
│ │ ├── ic_panorama_black_24dp.xml
│ │ ├── ic_panorama_fish_eye_black_24dp.xml
│ │ ├── ic_panorama_horizontal_black_24dp.xml
│ │ ├── ic_panorama_vertical_black_24dp.xml
│ │ ├── ic_panorama_wide_angle_black_24dp.xml
│ │ ├── ic_photo_album_black_24dp.xml
│ │ ├── ic_photo_black_24dp.xml
│ │ ├── ic_photo_camera_black_24dp.xml
│ │ ├── ic_photo_filter_black_24dp.xml
│ │ ├── ic_photo_library_black_24dp.xml
│ │ ├── ic_photo_size_select_actual_black_24dp.xml
│ │ ├── ic_photo_size_select_large_black_24dp.xml
│ │ ├── ic_photo_size_select_small_black_24dp.xml
│ │ ├── ic_picture_as_pdf_black_24dp.xml
│ │ ├── ic_portrait_black_24dp.xml
│ │ ├── ic_remove_red_eye_black_24dp.xml
│ │ ├── ic_rotate_90_degrees_ccw_black_24dp.xml
│ │ ├── ic_rotate_left_black_24dp.xml
│ │ ├── ic_rotate_right_black_24dp.xml
│ │ ├── ic_slideshow_black_24dp.xml
│ │ ├── ic_straighten_black_24dp.xml
│ │ ├── ic_style_black_24dp.xml
│ │ ├── ic_switch_camera_black_24dp.xml
│ │ ├── ic_switch_video_black_24dp.xml
│ │ ├── ic_tag_faces_black_24dp.xml
│ │ ├── ic_texture_black_24dp.xml
│ │ ├── ic_timelapse_black_24dp.xml
│ │ ├── ic_timer_10_black_24dp.xml
│ │ ├── ic_timer_3_black_24dp.xml
│ │ ├── ic_timer_black_24dp.xml
│ │ ├── ic_timer_off_black_24dp.xml
│ │ ├── ic_tonality_black_24dp.xml
│ │ ├── ic_transform_black_24dp.xml
│ │ ├── ic_tune_black_24dp.xml
│ │ ├── ic_view_comfy_black_24dp.xml
│ │ ├── ic_view_compact_black_24dp.xml
│ │ ├── ic_vignette_black_24dp.xml
│ │ ├── ic_wb_auto_black_24dp.xml
│ │ ├── ic_wb_cloudy_black_24dp.xml
│ │ ├── ic_wb_incandescent_black_24dp.xml
│ │ ├── ic_wb_iridescent_black_24dp.xml
│ │ └── ic_wb_sunny_black_24dp.xml
│ └── ios/
│ ├── ic_add_a_photo.imageset/
│ │ └── Contents.json
│ ├── ic_add_a_photo_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_a_photo_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_a_photo_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_a_photo_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_a_photo_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_a_photo_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_a_photo_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_to_photos_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_adjust.imageset/
│ │ └── Contents.json
│ ├── ic_adjust_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_adjust_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_adjust_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_adjust_white.imageset/
│ │ └── Contents.json
│ ├── ic_adjust_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_adjust_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_adjust_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo_white.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_photo_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_white.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_assistant_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack_white.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_audiotrack_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular_white.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_circular_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear_white.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_linear_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_blur_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_1_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_2_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_3_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_4_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_5_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_6_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7_white.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brightness_7_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image_white.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_broken_image_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brush.imageset/
│ │ └── Contents.json
│ ├── ic_brush_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brush_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brush_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_brush_white.imageset/
│ │ └── Contents.json
│ ├── ic_brush_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_brush_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_brush_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode_white.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_burst_mode_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera.imageset/
│ │ └── Contents.json
│ ├── ic_camera_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt_white.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_alt_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front_white.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_front_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear_white.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_rear_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll_white.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_roll_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_white.imageset/
│ │ └── Contents.json
│ ├── ic_camera_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_camera_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong_white.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_strong_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak_white.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_center_focus_weak_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections.imageset/
│ │ └── Contents.json
│ ├── ic_collections_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark_white.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_bookmark_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_white.imageset/
│ │ └── Contents.json
│ ├── ic_collections_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_collections_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens_white.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_color_lens_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_colorize.imageset/
│ │ └── Contents.json
│ ├── ic_colorize_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_colorize_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_colorize_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_colorize_white.imageset/
│ │ └── Contents.json
│ ├── ic_colorize_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_colorize_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_colorize_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare.imageset/
│ │ └── Contents.json
│ ├── ic_compare_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_white.imageset/
│ │ └── Contents.json
│ ├── ic_compare_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_compare_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate_white.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_duplicate_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_white.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_control_point_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_16_9_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_3_2_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_5_4_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_7_5_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_din_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_free_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_landscape_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_original_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_portrait_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_rotate_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_square_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_white.imageset/
│ │ └── Contents.json
│ ├── ic_crop_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_crop_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze_white.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_dehaze_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_details.imageset/
│ │ └── Contents.json
│ ├── ic_details_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_details_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_details_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_details_white.imageset/
│ │ └── Contents.json
│ ├── ic_details_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_details_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_details_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit.imageset/
│ │ └── Contents.json
│ ├── ic_edit_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_white.imageset/
│ │ └── Contents.json
│ ├── ic_edit_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1_white.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_1_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2_white.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_neg_2_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1_white.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_1_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2_white.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_plus_2_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_white.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero_white.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_exposure_zero_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1.imageset/
│ │ └── Contents.json
│ ├── ic_filter_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_1_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_2_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3.imageset/
│ │ └── Contents.json
│ ├── ic_filter_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_3_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4.imageset/
│ │ └── Contents.json
│ ├── ic_filter_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_4_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_5_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_6_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_7_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_8_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_plus_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_9_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_b_and_w_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_center_focus_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_drama_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_frames_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_hdr_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_none_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_tilt_shift_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_vintage_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_white.imageset/
│ │ └── Contents.json
│ ├── ic_filter_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_filter_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flare.imageset/
│ │ └── Contents.json
│ ├── ic_flare_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flare_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flare_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flare_white.imageset/
│ │ └── Contents.json
│ ├── ic_flare_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flare_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flare_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto_white.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_auto_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flash_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip.imageset/
│ │ └── Contents.json
│ ├── ic_flip_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_white.imageset/
│ │ └── Contents.json
│ ├── ic_flip_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flip_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gradient.imageset/
│ │ └── Contents.json
│ ├── ic_gradient_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gradient_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gradient_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_gradient_white.imageset/
│ │ └── Contents.json
│ ├── ic_gradient_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_gradient_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_gradient_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grain.imageset/
│ │ └── Contents.json
│ ├── ic_grain_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grain_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grain_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grain_white.imageset/
│ │ └── Contents.json
│ ├── ic_grain_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grain_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grain_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_grid_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong_white.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_strong_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak_white.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hdr_weak_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_healing.imageset/
│ │ └── Contents.json
│ ├── ic_healing_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_healing_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_healing_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_healing_white.imageset/
│ │ └── Contents.json
│ ├── ic_healing_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_healing_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_healing_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_image.imageset/
│ │ └── Contents.json
│ ├── ic_image_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio_white.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_aspect_ratio_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_white.imageset/
│ │ └── Contents.json
│ ├── ic_image_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_image_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_iso.imageset/
│ │ └── Contents.json
│ ├── ic_iso_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_iso_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_iso_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_iso_white.imageset/
│ │ └── Contents.json
│ ├── ic_iso_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_iso_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_iso_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_landscape.imageset/
│ │ └── Contents.json
│ ├── ic_landscape_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_landscape_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_landscape_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_landscape_white.imageset/
│ │ └── Contents.json
│ ├── ic_landscape_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_landscape_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_landscape_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove_white.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_leak_remove_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lens.imageset/
│ │ └── Contents.json
│ ├── ic_lens_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lens_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lens_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_lens_white.imageset/
│ │ └── Contents.json
│ ├── ic_lens_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_lens_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_lens_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera_white.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_linked_camera_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks.imageset/
│ │ └── Contents.json
│ ├── ic_looks_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3.imageset/
│ │ └── Contents.json
│ ├── ic_looks_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3_white.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_3_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4.imageset/
│ │ └── Contents.json
│ ├── ic_looks_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4_white.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_4_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5_white.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_5_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6_white.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_6_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one_white.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_one_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two_white.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_two_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_white.imageset/
│ │ └── Contents.json
│ ├── ic_looks_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_looks_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_loupe.imageset/
│ │ └── Contents.json
│ ├── ic_loupe_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_loupe_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_loupe_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_loupe_white.imageset/
│ │ └── Contents.json
│ ├── ic_loupe_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_loupe_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_loupe_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos_white.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_monochrome_photos_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation_white.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_creation_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter_white.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_movie_filter_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_note.imageset/
│ │ └── Contents.json
│ ├── ic_music_note_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_note_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_note_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_note_white.imageset/
│ │ └── Contents.json
│ ├── ic_music_note_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_note_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_music_note_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature.imageset/
│ │ └── Contents.json
│ ├── ic_nature_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people_white.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_people_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_white.imageset/
│ │ └── Contents.json
│ ├── ic_nature_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_nature_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before_white.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_before_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next_white.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigate_next_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_palette.imageset/
│ │ └── Contents.json
│ ├── ic_palette_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_palette_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_palette_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_palette_white.imageset/
│ │ └── Contents.json
│ ├── ic_palette_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_palette_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_palette_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye_white.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_fish_eye_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal_white.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_horizontal_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical_white.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_vertical_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_white.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle_white.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_panorama_wide_angle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo.imageset/
│ │ └── Contents.json
│ ├── ic_photo_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_album_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_camera_white_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_filter_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_library_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_actual_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_large_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_size_select_small_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_white.imageset/
│ │ └── Contents.json
│ ├── ic_photo_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_photo_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf_white.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_picture_as_pdf_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_portrait.imageset/
│ │ └── Contents.json
│ ├── ic_portrait_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_portrait_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_portrait_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_portrait_white.imageset/
│ │ └── Contents.json
│ ├── ic_portrait_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_portrait_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_portrait_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye_white.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_remove_red_eye_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw_white.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_90_degrees_ccw_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left_white.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_left_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right_white.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rotate_right_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow_white.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_slideshow_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_straighten.imageset/
│ │ └── Contents.json
│ ├── ic_straighten_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_straighten_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_straighten_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_straighten_white.imageset/
│ │ └── Contents.json
│ ├── ic_straighten_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_straighten_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_straighten_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_style.imageset/
│ │ └── Contents.json
│ ├── ic_style_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_style_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_style_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_style_white.imageset/
│ │ └── Contents.json
│ ├── ic_style_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_style_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_style_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera_white.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_camera_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video_white.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_switch_video_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces_white.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tag_faces_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_texture.imageset/
│ │ └── Contents.json
│ ├── ic_texture_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_texture_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_texture_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_texture_white.imageset/
│ │ └── Contents.json
│ ├── ic_texture_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_texture_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_texture_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse_white.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timelapse_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10_white.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_10_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3.imageset/
│ │ └── Contents.json
│ ├── ic_timer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3_white.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_3_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_white.imageset/
│ │ └── Contents.json
│ ├── ic_timer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_timer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tonality.imageset/
│ │ └── Contents.json
│ ├── ic_tonality_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tonality_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tonality_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tonality_white.imageset/
│ │ └── Contents.json
│ ├── ic_tonality_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tonality_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tonality_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_transform.imageset/
│ │ └── Contents.json
│ ├── ic_transform_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_transform_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_transform_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_transform_white.imageset/
│ │ └── Contents.json
│ ├── ic_transform_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_transform_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_transform_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tune.imageset/
│ │ └── Contents.json
│ ├── ic_tune_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tune_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tune_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tune_white.imageset/
│ │ └── Contents.json
│ ├── ic_tune_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tune_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tune_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_comfy_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact_white.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_view_compact_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vignette.imageset/
│ │ └── Contents.json
│ ├── ic_vignette_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vignette_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vignette_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vignette_white.imageset/
│ │ └── Contents.json
│ ├── ic_vignette_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vignette_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vignette_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto_white.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_auto_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy_white.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_cloudy_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent_white.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_incandescent_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent_white.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_iridescent_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_sunny.imageset/
│ │ └── Contents.json
│ ├── ic_wb_sunny_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_sunny_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_sunny_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_sunny_white.imageset/
│ │ └── Contents.json
│ ├── ic_wb_sunny_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wb_sunny_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_wb_sunny_white_48pt.imageset/
│ └── Contents.json
├── index.js
├── maps/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_add_location_black_24dp.xml
│ │ ├── ic_beenhere_black_24dp.xml
│ │ ├── ic_directions_bike_black_24dp.xml
│ │ ├── ic_directions_black_24dp.xml
│ │ ├── ic_directions_boat_black_24dp.xml
│ │ ├── ic_directions_bus_black_24dp.xml
│ │ ├── ic_directions_car_black_24dp.xml
│ │ ├── ic_directions_railway_black_24dp.xml
│ │ ├── ic_directions_run_black_24dp.xml
│ │ ├── ic_directions_subway_black_24dp.xml
│ │ ├── ic_directions_transit_black_24dp.xml
│ │ ├── ic_directions_walk_black_24dp.xml
│ │ ├── ic_edit_location_black_24dp.xml
│ │ ├── ic_ev_station_black_24dp.xml
│ │ ├── ic_flight_black_24dp.xml
│ │ ├── ic_hotel_black_24dp.xml
│ │ ├── ic_layers_black_24dp.xml
│ │ ├── ic_layers_clear_black_24dp.xml
│ │ ├── ic_local_activity_black_24dp.xml
│ │ ├── ic_local_airport_black_24dp.xml
│ │ ├── ic_local_atm_black_24dp.xml
│ │ ├── ic_local_bar_black_24dp.xml
│ │ ├── ic_local_cafe_black_24dp.xml
│ │ ├── ic_local_car_wash_black_24dp.xml
│ │ ├── ic_local_convenience_store_black_24dp.xml
│ │ ├── ic_local_dining_black_24dp.xml
│ │ ├── ic_local_drink_black_24dp.xml
│ │ ├── ic_local_florist_black_24dp.xml
│ │ ├── ic_local_gas_station_black_24dp.xml
│ │ ├── ic_local_grocery_store_black_24dp.xml
│ │ ├── ic_local_hospital_black_24dp.xml
│ │ ├── ic_local_hotel_black_24dp.xml
│ │ ├── ic_local_laundry_service_black_24dp.xml
│ │ ├── ic_local_library_black_24dp.xml
│ │ ├── ic_local_mall_black_24dp.xml
│ │ ├── ic_local_movies_black_24dp.xml
│ │ ├── ic_local_offer_black_24dp.xml
│ │ ├── ic_local_parking_black_24dp.xml
│ │ ├── ic_local_pharmacy_black_24dp.xml
│ │ ├── ic_local_phone_black_24dp.xml
│ │ ├── ic_local_pizza_black_24dp.xml
│ │ ├── ic_local_play_black_24dp.xml
│ │ ├── ic_local_post_office_black_24dp.xml
│ │ ├── ic_local_printshop_black_24dp.xml
│ │ ├── ic_local_see_black_24dp.xml
│ │ ├── ic_local_shipping_black_24dp.xml
│ │ ├── ic_local_taxi_black_24dp.xml
│ │ ├── ic_map_black_24dp.xml
│ │ ├── ic_my_location_black_24dp.xml
│ │ ├── ic_navigation_black_24dp.xml
│ │ ├── ic_near_me_black_24dp.xml
│ │ ├── ic_person_pin_black_24dp.xml
│ │ ├── ic_person_pin_circle_black_24dp.xml
│ │ ├── ic_pin_drop_black_24dp.xml
│ │ ├── ic_place_black_24dp.xml
│ │ ├── ic_rate_review_black_24dp.xml
│ │ ├── ic_restaurant_black_24dp.xml
│ │ ├── ic_restaurant_menu_black_24dp.xml
│ │ ├── ic_satellite_black_24dp.xml
│ │ ├── ic_store_mall_directory_black_24dp.xml
│ │ ├── ic_streetview_black_24dp.xml
│ │ ├── ic_subway_black_24dp.xml
│ │ ├── ic_terrain_black_24dp.xml
│ │ ├── ic_traffic_black_24dp.xml
│ │ ├── ic_train_black_24dp.xml
│ │ ├── ic_tram_black_24dp.xml
│ │ ├── ic_transfer_within_a_station_black_24dp.xml
│ │ └── ic_zoom_out_map_black_24dp.xml
│ └── ios/
│ ├── ic_add_location.imageset/
│ │ └── Contents.json
│ ├── ic_add_location_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_location_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_location_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_location_white.imageset/
│ │ └── Contents.json
│ ├── ic_add_location_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_location_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_add_location_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere_white.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_beenhere_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions.imageset/
│ │ └── Contents.json
│ ├── ic_directions_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bike_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_boat_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_bus_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_car_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_railway_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_run_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_subway_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_transit_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_walk_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_white.imageset/
│ │ └── Contents.json
│ ├── ic_directions_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_directions_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location_white.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_edit_location_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station_white.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ev_station_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight.imageset/
│ │ └── Contents.json
│ ├── ic_flight_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_white.imageset/
│ │ └── Contents.json
│ ├── ic_flight_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_flight_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_white.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hotel_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers.imageset/
│ │ └── Contents.json
│ ├── ic_layers_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear_white.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_clear_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_white.imageset/
│ │ └── Contents.json
│ ├── ic_layers_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_layers_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_activity_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_airport_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_atm_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_bar_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_cafe_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_car_wash_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_convenience_store_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_dining_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_drink_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_florist_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_gas_station_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_grocery_store_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hospital_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_hotel_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_laundry_service_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_library.imageset/
│ │ └── Contents.json
│ ├── ic_local_library_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_library_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_library_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_library_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_library_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_library_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_library_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_mall_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_movies_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_white_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_offer_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_parking_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pharmacy_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_phone_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_pizza_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_play.imageset/
│ │ └── Contents.json
│ ├── ic_local_play_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_play_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_play_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_play_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_play_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_play_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_play_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_post_office_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_printshop_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_see.imageset/
│ │ └── Contents.json
│ ├── ic_local_see_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_see_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_see_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_see_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_see_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_see_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_see_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_shipping_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi_white.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_local_taxi_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_map.imageset/
│ │ └── Contents.json
│ ├── ic_map_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_map_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_map_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_map_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_map_white.imageset/
│ │ └── Contents.json
│ ├── ic_map_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_map_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_map_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_map_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_my_location.imageset/
│ │ └── Contents.json
│ ├── ic_my_location_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_my_location_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_my_location_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_my_location_white.imageset/
│ │ └── Contents.json
│ ├── ic_my_location_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_my_location_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_my_location_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigation.imageset/
│ │ └── Contents.json
│ ├── ic_navigation_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigation_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigation_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigation_white.imageset/
│ │ └── Contents.json
│ ├── ic_navigation_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigation_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_navigation_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_near_me.imageset/
│ │ └── Contents.json
│ ├── ic_near_me_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_near_me_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_near_me_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_near_me_white.imageset/
│ │ └── Contents.json
│ ├── ic_near_me_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_near_me_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_near_me_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_white.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_pin_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop_white.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pin_drop_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_place.imageset/
│ │ └── Contents.json
│ ├── ic_place_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_place_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_place_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_place_white.imageset/
│ │ └── Contents.json
│ ├── ic_place_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_place_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_place_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review_white.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rate_review_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu_white.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_menu_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_white.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_restaurant_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_satellite.imageset/
│ │ └── Contents.json
│ ├── ic_satellite_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_satellite_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_satellite_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_satellite_white.imageset/
│ │ └── Contents.json
│ ├── ic_satellite_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_satellite_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_satellite_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory_white.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_store_mall_directory_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_streetview.imageset/
│ │ └── Contents.json
│ ├── ic_streetview_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_streetview_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_streetview_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_streetview_white.imageset/
│ │ └── Contents.json
│ ├── ic_streetview_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_streetview_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_streetview_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subway.imageset/
│ │ └── Contents.json
│ ├── ic_subway_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subway_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subway_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subway_white.imageset/
│ │ └── Contents.json
│ ├── ic_subway_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subway_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subway_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_terrain.imageset/
│ │ └── Contents.json
│ ├── ic_terrain_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_terrain_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_terrain_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_terrain_white.imageset/
│ │ └── Contents.json
│ ├── ic_terrain_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_terrain_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_terrain_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_traffic.imageset/
│ │ └── Contents.json
│ ├── ic_traffic_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_traffic_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_traffic_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_traffic_white.imageset/
│ │ └── Contents.json
│ ├── ic_traffic_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_traffic_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_traffic_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_train.imageset/
│ │ └── Contents.json
│ ├── ic_train_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_train_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_train_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_train_white.imageset/
│ │ └── Contents.json
│ ├── ic_train_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_train_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_train_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tram.imageset/
│ │ └── Contents.json
│ ├── ic_tram_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tram_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tram_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tram_white.imageset/
│ │ └── Contents.json
│ ├── ic_tram_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tram_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tram_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station_white.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_transfer_within_a_station_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_map.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_map_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_map_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_map_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_map_white.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_map_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_zoom_out_map_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_zoom_out_map_white_48pt.imageset/
│ └── Contents.json
├── navigation/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_apps_black_24dp.xml
│ │ ├── ic_arrow_back_black_24dp.xml
│ │ ├── ic_arrow_downward_black_24dp.xml
│ │ ├── ic_arrow_drop_down_black_24dp.xml
│ │ ├── ic_arrow_drop_down_circle_black_24dp.xml
│ │ ├── ic_arrow_drop_up_black_24dp.xml
│ │ ├── ic_arrow_forward_black_24dp.xml
│ │ ├── ic_arrow_upward_black_24dp.xml
│ │ ├── ic_cancel_black_24dp.xml
│ │ ├── ic_check_black_24dp.xml
│ │ ├── ic_chevron_left_black_24dp.xml
│ │ ├── ic_chevron_right_black_24dp.xml
│ │ ├── ic_close_black_24dp.xml
│ │ ├── ic_expand_less_black_24dp.xml
│ │ ├── ic_expand_more_black_24dp.xml
│ │ ├── ic_first_page_black_24dp.xml
│ │ ├── ic_fullscreen_black_24dp.xml
│ │ ├── ic_fullscreen_exit_black_24dp.xml
│ │ ├── ic_last_page_black_24dp.xml
│ │ ├── ic_menu_black_24dp.xml
│ │ ├── ic_more_horiz_black_24dp.xml
│ │ ├── ic_more_vert_black_24dp.xml
│ │ ├── ic_refresh_black_24dp.xml
│ │ ├── ic_subdirectory_arrow_left_black_24dp.xml
│ │ ├── ic_subdirectory_arrow_right_black_24dp.xml
│ │ ├── ic_unfold_less_black_24dp.xml
│ │ └── ic_unfold_more_black_24dp.xml
│ └── ios/
│ ├── ic_apps.imageset/
│ │ └── Contents.json
│ ├── ic_apps_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_apps_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_apps_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_apps_white.imageset/
│ │ └── Contents.json
│ ├── ic_apps_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_apps_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_apps_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back_white.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_back_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward_white.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_downward_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle_white.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_circle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_white.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_down_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up_white.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_drop_up_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward_white.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_forward_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward_white.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_arrow_upward_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_white.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cancel_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_check.imageset/
│ │ └── Contents.json
│ ├── ic_check_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_white.imageset/
│ │ └── Contents.json
│ ├── ic_check_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_check_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left_white.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_left_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right_white.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_chevron_right_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_close.imageset/
│ │ └── Contents.json
│ ├── ic_close_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_close_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_close_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_close_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_close_white.imageset/
│ │ └── Contents.json
│ ├── ic_close_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_close_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_close_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_close_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less_white.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_less_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more_white.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_expand_more_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_first_page.imageset/
│ │ └── Contents.json
│ ├── ic_first_page_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_first_page_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_first_page_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_first_page_white.imageset/
│ │ └── Contents.json
│ ├── ic_first_page_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_first_page_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_first_page_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit_white.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_exit_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_white.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fullscreen_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_last_page.imageset/
│ │ └── Contents.json
│ ├── ic_last_page_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_last_page_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_last_page_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_last_page_white.imageset/
│ │ └── Contents.json
│ ├── ic_last_page_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_last_page_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_last_page_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_menu.imageset/
│ │ └── Contents.json
│ ├── ic_menu_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_menu_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_menu_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_menu_white.imageset/
│ │ └── Contents.json
│ ├── ic_menu_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_menu_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_menu_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz_white.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_horiz_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert_white.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_vert_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_refresh.imageset/
│ │ └── Contents.json
│ ├── ic_refresh_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_refresh_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_refresh_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_refresh_white.imageset/
│ │ └── Contents.json
│ ├── ic_refresh_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_refresh_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_refresh_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left_white.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_left_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right_white.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_subdirectory_arrow_right_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less_white.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_less_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_more.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_more_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_more_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_more_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_more_white.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_more_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_unfold_more_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_unfold_more_white_48pt.imageset/
│ └── Contents.json
├── notification/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_adb_black_24dp.xml
│ │ ├── ic_airline_seat_flat_angled_black_24dp.xml
│ │ ├── ic_airline_seat_flat_black_24dp.xml
│ │ ├── ic_airline_seat_individual_suite_black_24dp.xml
│ │ ├── ic_airline_seat_legroom_extra_black_24dp.xml
│ │ ├── ic_airline_seat_legroom_normal_black_24dp.xml
│ │ ├── ic_airline_seat_legroom_reduced_black_24dp.xml
│ │ ├── ic_airline_seat_recline_extra_black_24dp.xml
│ │ ├── ic_airline_seat_recline_normal_black_24dp.xml
│ │ ├── ic_bluetooth_audio_black_24dp.xml
│ │ ├── ic_confirmation_number_black_24dp.xml
│ │ ├── ic_disc_full_black_24dp.xml
│ │ ├── ic_do_not_disturb_alt_black_24dp.xml
│ │ ├── ic_do_not_disturb_black_24dp.xml
│ │ ├── ic_do_not_disturb_off_black_24dp.xml
│ │ ├── ic_do_not_disturb_on_black_24dp.xml
│ │ ├── ic_drive_eta_black_24dp.xml
│ │ ├── ic_enhanced_encryption_black_24dp.xml
│ │ ├── ic_event_available_black_24dp.xml
│ │ ├── ic_event_busy_black_24dp.xml
│ │ ├── ic_event_note_black_24dp.xml
│ │ ├── ic_folder_special_black_24dp.xml
│ │ ├── ic_live_tv_black_24dp.xml
│ │ ├── ic_mms_black_24dp.xml
│ │ ├── ic_more_black_24dp.xml
│ │ ├── ic_network_check_black_24dp.xml
│ │ ├── ic_network_locked_black_24dp.xml
│ │ ├── ic_no_encryption_black_24dp.xml
│ │ ├── ic_ondemand_video_black_24dp.xml
│ │ ├── ic_personal_video_black_24dp.xml
│ │ ├── ic_phone_bluetooth_speaker_black_24dp.xml
│ │ ├── ic_phone_forwarded_black_24dp.xml
│ │ ├── ic_phone_in_talk_black_24dp.xml
│ │ ├── ic_phone_locked_black_24dp.xml
│ │ ├── ic_phone_missed_black_24dp.xml
│ │ ├── ic_phone_paused_black_24dp.xml
│ │ ├── ic_power_black_24dp.xml
│ │ ├── ic_priority_high_black_24dp.xml
│ │ ├── ic_rv_hookup_black_24dp.xml
│ │ ├── ic_sd_card_black_24dp.xml
│ │ ├── ic_sim_card_alert_black_24dp.xml
│ │ ├── ic_sms_black_24dp.xml
│ │ ├── ic_sms_failed_black_24dp.xml
│ │ ├── ic_sync_black_24dp.xml
│ │ ├── ic_sync_disabled_black_24dp.xml
│ │ ├── ic_sync_problem_black_24dp.xml
│ │ ├── ic_system_update_black_24dp.xml
│ │ ├── ic_tap_and_play_black_24dp.xml
│ │ ├── ic_time_to_leave_black_24dp.xml
│ │ ├── ic_vibration_black_24dp.xml
│ │ ├── ic_voice_chat_black_24dp.xml
│ │ ├── ic_vpn_lock_black_24dp.xml
│ │ ├── ic_wc_black_24dp.xml
│ │ └── ic_wifi_black_24dp.xml
│ └── ios/
│ ├── ic_adb.imageset/
│ │ └── Contents.json
│ ├── ic_adb_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_adb_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_adb_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_adb_white.imageset/
│ │ └── Contents.json
│ ├── ic_adb_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_adb_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_adb_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_angled_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_flat_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_individual_suite_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_extra_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_normal_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_legroom_reduced_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_extra_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal_white.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airline_seat_recline_normal_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio_white.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_bluetooth_audio_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number_white.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_confirmation_number_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full_white.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_disc_full_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt_white.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_alt_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on_white.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_on_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_white.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_do_not_disturb_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta_white.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_drive_eta_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption_white.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_enhanced_encryption_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_available.imageset/
│ │ └── Contents.json
│ ├── ic_event_available_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_available_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_available_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_available_white.imageset/
│ │ └── Contents.json
│ ├── ic_event_available_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_available_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_available_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy_white.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_busy_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_note.imageset/
│ │ └── Contents.json
│ ├── ic_event_note_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_note_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_note_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_note_white.imageset/
│ │ └── Contents.json
│ ├── ic_event_note_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_note_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_event_note_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special_white.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_folder_special_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv_white.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_live_tv_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mms.imageset/
│ │ └── Contents.json
│ ├── ic_mms_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mms_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mms_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mms_white.imageset/
│ │ └── Contents.json
│ ├── ic_mms_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mms_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mms_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_more.imageset/
│ │ └── Contents.json
│ ├── ic_more_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_white.imageset/
│ │ └── Contents.json
│ ├── ic_more_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_more_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_check.imageset/
│ │ └── Contents.json
│ ├── ic_network_check_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_check_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_check_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_check_white.imageset/
│ │ └── Contents.json
│ ├── ic_network_check_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_check_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_check_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked_white.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_network_locked_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption_white.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_no_encryption_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video_white.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ondemand_video_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video_white.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_personal_video_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_bluetooth_speaker_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_forwarded_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_in_talk_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_locked_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_missed_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused_white.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_phone_paused_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_power.imageset/
│ │ └── Contents.json
│ ├── ic_power_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_white.imageset/
│ │ └── Contents.json
│ ├── ic_power_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_power_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high_white.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_priority_high_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card_white.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sd_card_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert_white.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sim_card_alert_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms.imageset/
│ │ └── Contents.json
│ ├── ic_sms_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed_white.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_failed_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_white.imageset/
│ │ └── Contents.json
│ ├── ic_sms_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sms_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync.imageset/
│ │ └── Contents.json
│ ├── ic_sync_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled_white.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_disabled_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem_white.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_problem_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_white.imageset/
│ │ └── Contents.json
│ ├── ic_sync_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sync_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_white.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_system_update_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play_white.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_tap_and_play_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave_white.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_time_to_leave_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vibration.imageset/
│ │ └── Contents.json
│ ├── ic_vibration_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vibration_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vibration_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vibration_white.imageset/
│ │ └── Contents.json
│ ├── ic_vibration_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vibration_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vibration_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat_white.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_voice_chat_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock_white.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_vpn_lock_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wc.imageset/
│ │ └── Contents.json
│ ├── ic_wc_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wc_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wc_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wc_white.imageset/
│ │ └── Contents.json
│ ├── ic_wc_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wc_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wc_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_white.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_wifi_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_wifi_white_48pt.imageset/
│ └── Contents.json
├── package.json
├── places/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_ac_unit_black_24dp.xml
│ │ ├── ic_airport_shuttle_black_24dp.xml
│ │ ├── ic_all_inclusive_black_24dp.xml
│ │ ├── ic_beach_access_black_24dp.xml
│ │ ├── ic_business_center_black_24dp.xml
│ │ ├── ic_casino_black_24dp.xml
│ │ ├── ic_child_care_black_24dp.xml
│ │ ├── ic_child_friendly_black_24dp.xml
│ │ ├── ic_fitness_center_black_24dp.xml
│ │ ├── ic_free_breakfast_black_24dp.xml
│ │ ├── ic_golf_course_black_24dp.xml
│ │ ├── ic_hot_tub_black_24dp.xml
│ │ ├── ic_kitchen_black_24dp.xml
│ │ ├── ic_pool_black_24dp.xml
│ │ ├── ic_room_service_black_24dp.xml
│ │ ├── ic_rv_hookup_black_24dp.xml
│ │ ├── ic_smoke_free_black_24dp.xml
│ │ ├── ic_smoking_rooms_black_24dp.xml
│ │ └── ic_spa_black_24dp.xml
│ └── ios/
│ ├── ic_ac_unit.imageset/
│ │ └── Contents.json
│ ├── ic_ac_unit_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ac_unit_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ac_unit_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_ac_unit_white.imageset/
│ │ └── Contents.json
│ ├── ic_ac_unit_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_ac_unit_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_ac_unit_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle_white.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_airport_shuttle_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive_white.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_all_inclusive_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access_white.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_beach_access_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_center.imageset/
│ │ └── Contents.json
│ ├── ic_business_center_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_center_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_center_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_center_white.imageset/
│ │ └── Contents.json
│ ├── ic_business_center_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_center_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_business_center_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_casino.imageset/
│ │ └── Contents.json
│ ├── ic_casino_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_casino_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_casino_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_casino_white.imageset/
│ │ └── Contents.json
│ ├── ic_casino_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_casino_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_casino_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_care.imageset/
│ │ └── Contents.json
│ ├── ic_child_care_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_care_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_care_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_care_white.imageset/
│ │ └── Contents.json
│ ├── ic_child_care_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_care_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_care_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly_white.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_child_friendly_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center_white.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_fitness_center_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast_white.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_free_breakfast_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course_white.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_golf_course_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub_white.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_hot_tub_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen_white.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_kitchen_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pool.imageset/
│ │ └── Contents.json
│ ├── ic_pool_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pool_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pool_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pool_white.imageset/
│ │ └── Contents.json
│ ├── ic_pool_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pool_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pool_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_service.imageset/
│ │ └── Contents.json
│ ├── ic_room_service_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_service_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_service_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_service_white.imageset/
│ │ └── Contents.json
│ ├── ic_room_service_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_service_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_room_service_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_rv_hookup_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free_white.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoke_free_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms_white.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_smoking_rooms_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_spa.imageset/
│ │ └── Contents.json
│ ├── ic_spa_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_spa_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_spa_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_spa_white.imageset/
│ │ └── Contents.json
│ ├── ic_spa_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_spa_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_spa_white_48pt.imageset/
│ └── Contents.json
├── social/
│ ├── drawable-anydpi-v21/
│ │ ├── ic_cake_black_24dp.xml
│ │ ├── ic_domain_black_24dp.xml
│ │ ├── ic_group_add_black_24dp.xml
│ │ ├── ic_group_black_24dp.xml
│ │ ├── ic_location_city_black_24dp.xml
│ │ ├── ic_mood_bad_black_24dp.xml
│ │ ├── ic_mood_black_24dp.xml
│ │ ├── ic_notifications_active_black_24dp.xml
│ │ ├── ic_notifications_black_24dp.xml
│ │ ├── ic_notifications_none_black_24dp.xml
│ │ ├── ic_notifications_off_black_24dp.xml
│ │ ├── ic_notifications_paused_black_24dp.xml
│ │ ├── ic_pages_black_24dp.xml
│ │ ├── ic_party_mode_black_24dp.xml
│ │ ├── ic_people_black_24dp.xml
│ │ ├── ic_people_outline_black_24dp.xml
│ │ ├── ic_person_add_black_24dp.xml
│ │ ├── ic_person_black_24dp.xml
│ │ ├── ic_person_outline_black_24dp.xml
│ │ ├── ic_plus_one_black_24dp.xml
│ │ ├── ic_poll_black_24dp.xml
│ │ ├── ic_public_black_24dp.xml
│ │ ├── ic_school_black_24dp.xml
│ │ ├── ic_sentiment_dissatisfied_black_24dp.xml
│ │ ├── ic_sentiment_neutral_black_24dp.xml
│ │ ├── ic_sentiment_satisfied_black_24dp.xml
│ │ ├── ic_sentiment_very_dissatisfied_black_24dp.xml
│ │ ├── ic_sentiment_very_satisfied_black_24dp.xml
│ │ ├── ic_share_black_24dp.xml
│ │ └── ic_whatshot_black_24dp.xml
│ └── ios/
│ ├── ic_cake.imageset/
│ │ └── Contents.json
│ ├── ic_cake_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cake_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cake_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_cake_white.imageset/
│ │ └── Contents.json
│ ├── ic_cake_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_cake_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_cake_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_domain.imageset/
│ │ └── Contents.json
│ ├── ic_domain_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_domain_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_domain_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_domain_white.imageset/
│ │ └── Contents.json
│ ├── ic_domain_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_domain_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_domain_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_group.imageset/
│ │ └── Contents.json
│ ├── ic_group_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_add.imageset/
│ │ └── Contents.json
│ ├── ic_group_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_group_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_white.imageset/
│ │ └── Contents.json
│ ├── ic_group_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_white_32pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_group_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_city.imageset/
│ │ └── Contents.json
│ ├── ic_location_city_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_city_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_city_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_city_white.imageset/
│ │ └── Contents.json
│ ├── ic_location_city_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_city_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_location_city_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood.imageset/
│ │ └── Contents.json
│ ├── ic_mood_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad_white.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_bad_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_white.imageset/
│ │ └── Contents.json
│ ├── ic_mood_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_mood_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active_white.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_active_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none_white.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_none_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off_white.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_off_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused_white.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_paused_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_white.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_notifications_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pages.imageset/
│ │ └── Contents.json
│ ├── ic_pages_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pages_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pages_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_pages_white.imageset/
│ │ └── Contents.json
│ ├── ic_pages_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_pages_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_pages_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode_white.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_party_mode_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_people.imageset/
│ │ └── Contents.json
│ ├── ic_people_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_white.imageset/
│ │ └── Contents.json
│ ├── ic_people_white_12pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_people_white_64pt.imageset/
│ │ └── Contents.json
│ ├── ic_person.imageset/
│ │ └── Contents.json
│ ├── ic_person_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_add.imageset/
│ │ └── Contents.json
│ ├── ic_person_add_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_add_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_add_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_add_white.imageset/
│ │ └── Contents.json
│ ├── ic_person_add_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_add_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_add_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline_white.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_outline_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_white.imageset/
│ │ └── Contents.json
│ ├── ic_person_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_person_white_72pt.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one_white.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_plus_one_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_poll.imageset/
│ │ └── Contents.json
│ ├── ic_poll_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_poll_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_poll_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_poll_white.imageset/
│ │ └── Contents.json
│ ├── ic_poll_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_poll_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_poll_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_public.imageset/
│ │ └── Contents.json
│ ├── ic_public_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_public_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_public_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_public_white.imageset/
│ │ └── Contents.json
│ ├── ic_public_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_public_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_public_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_school.imageset/
│ │ └── Contents.json
│ ├── ic_school_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_school_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_school_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_school_white.imageset/
│ │ └── Contents.json
│ ├── ic_school_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_school_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_school_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied_white.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_dissatisfied_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral_white.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_neutral_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied_white.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_satisfied_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied_white.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_dissatisfied_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied_white.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_sentiment_very_satisfied_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_share.imageset/
│ │ └── Contents.json
│ ├── ic_share_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_share_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_share_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_share_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_share_white.imageset/
│ │ └── Contents.json
│ ├── ic_share_white_16pt.imageset/
│ │ └── Contents.json
│ ├── ic_share_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_share_white_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_share_white_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_whatshot.imageset/
│ │ └── Contents.json
│ ├── ic_whatshot_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_whatshot_36pt.imageset/
│ │ └── Contents.json
│ ├── ic_whatshot_48pt.imageset/
│ │ └── Contents.json
│ ├── ic_whatshot_white.imageset/
│ │ └── Contents.json
│ ├── ic_whatshot_white_18pt.imageset/
│ │ └── Contents.json
│ ├── ic_whatshot_white_36pt.imageset/
│ │ └── Contents.json
│ └── ic_whatshot_white_48pt.imageset/
│ └── Contents.json
├── sprites/
│ ├── README.md
│ ├── css-sprite/
│ │ ├── sprite-action-black.css
│ │ ├── sprite-action-grey600.css
│ │ ├── sprite-action-white.css
│ │ ├── sprite-alert-black.css
│ │ ├── sprite-alert-grey600.css
│ │ ├── sprite-alert-white.css
│ │ ├── sprite-av-black.css
│ │ ├── sprite-av-grey600.css
│ │ ├── sprite-av-white.css
│ │ ├── sprite-communication-black.css
│ │ ├── sprite-communication-grey600.css
│ │ ├── sprite-communication-white.css
│ │ ├── sprite-content-black.css
│ │ ├── sprite-content-grey600.css
│ │ ├── sprite-content-white.css
│ │ ├── sprite-device-black.css
│ │ ├── sprite-device-grey600.css
│ │ ├── sprite-device-white.css
│ │ ├── sprite-editor-black.css
│ │ ├── sprite-editor-grey600.css
│ │ ├── sprite-editor-white.css
│ │ ├── sprite-file-black.css
│ │ ├── sprite-file-grey600.css
│ │ ├── sprite-file-white.css
│ │ ├── sprite-hardware-black.css
│ │ ├── sprite-hardware-grey600.css
│ │ ├── sprite-hardware-white.css
│ │ ├── sprite-image-black.css
│ │ ├── sprite-image-grey600.css
│ │ ├── sprite-image-white.css
│ │ ├── sprite-maps-black.css
│ │ ├── sprite-maps-grey600.css
│ │ ├── sprite-maps-white.css
│ │ ├── sprite-navigation-black.css
│ │ ├── sprite-navigation-grey600.css
│ │ ├── sprite-navigation-white.css
│ │ ├── sprite-notification-black.css
│ │ ├── sprite-notification-grey600.css
│ │ ├── sprite-notification-white.css
│ │ ├── sprite-places-black.css
│ │ ├── sprite-places-white.css
│ │ ├── sprite-social-black.css
│ │ ├── sprite-social-grey600.css
│ │ ├── sprite-social-white.css
│ │ ├── sprite-toggle-black.css
│ │ ├── sprite-toggle-grey600.css
│ │ └── sprite-toggle-white.css
│ └── svg-sprite/
│ ├── svg-sprite-action-symbol.html
│ ├── svg-sprite-action.css
│ ├── svg-sprite-action.html
│ ├── svg-sprite-alert-symbol.html
│ ├── svg-sprite-alert.css
│ ├── svg-sprite-alert.html
│ ├── svg-sprite-av-symbol.html
│ ├── svg-sprite-av.css
│ ├── svg-sprite-av.html
│ ├── svg-sprite-communication-symbol.html
│ ├── svg-sprite-communication.css
│ ├── svg-sprite-communication.html
│ ├── svg-sprite-content-symbol.html
│ ├── svg-sprite-content.css
│ ├── svg-sprite-content.html
│ ├── svg-sprite-device-symbol.html
│ ├── svg-sprite-device.css
│ ├── svg-sprite-device.html
│ ├── svg-sprite-editor-symbol.html
│ ├── svg-sprite-editor.css
│ ├── svg-sprite-editor.html
│ ├── svg-sprite-file-symbol.html
│ ├── svg-sprite-file.css
│ ├── svg-sprite-file.html
│ ├── svg-sprite-hardware-symbol.html
│ ├── svg-sprite-hardware.css
│ ├── svg-sprite-hardware.html
│ ├── svg-sprite-image-symbol.html
│ ├── svg-sprite-image.css
│ ├── svg-sprite-image.html
│ ├── svg-sprite-maps-symbol.html
│ ├── svg-sprite-maps.css
│ ├── svg-sprite-maps.html
│ ├── svg-sprite-navigation-symbol.html
│ ├── svg-sprite-navigation.css
│ ├── svg-sprite-navigation.html
│ ├── svg-sprite-notification-symbol.html
│ ├── svg-sprite-notification.css
│ ├── svg-sprite-notification.html
│ ├── svg-sprite-places-symbol.html
│ ├── svg-sprite-places.css
│ ├── svg-sprite-places.html
│ ├── svg-sprite-social-symbol.html
│ ├── svg-sprite-social.css
│ ├── svg-sprite-social.html
│ ├── svg-sprite-toggle-symbol.html
│ ├── svg-sprite-toggle.css
│ └── svg-sprite-toggle.html
└── toggle/
├── drawable-anydpi-v21/
│ ├── ic_check_box_black_24dp.xml
│ ├── ic_check_box_outline_blank_black_24dp.xml
│ ├── ic_indeterminate_check_box_black_24dp.xml
│ ├── ic_radio_button_checked_black_24dp.xml
│ ├── ic_radio_button_unchecked_black_24dp.xml
│ ├── ic_star_black_24dp.xml
│ ├── ic_star_border_black_24dp.xml
│ └── ic_star_half_black_24dp.xml
└── ios/
├── ic_check_box.imageset/
│ └── Contents.json
├── ic_check_box_outline_blank.imageset/
│ └── Contents.json
├── ic_check_box_outline_blank_white.imageset/
│ └── Contents.json
├── ic_check_box_white.imageset/
│ └── Contents.json
├── ic_indeterminate_check_box.imageset/
│ └── Contents.json
├── ic_indeterminate_check_box_white.imageset/
│ └── Contents.json
├── ic_radio_button_checked.imageset/
│ └── Contents.json
├── ic_radio_button_checked_white.imageset/
│ └── Contents.json
├── ic_radio_button_unchecked.imageset/
│ └── Contents.json
├── ic_radio_button_unchecked_white.imageset/
│ └── Contents.json
├── ic_star.imageset/
│ └── Contents.json
├── ic_star_12pt.imageset/
│ └── Contents.json
├── ic_star_18pt.imageset/
│ └── Contents.json
├── ic_star_36pt.imageset/
│ └── Contents.json
├── ic_star_48pt.imageset/
│ └── Contents.json
├── ic_star_64pt.imageset/
│ └── Contents.json
├── ic_star_72pt.imageset/
│ └── Contents.json
├── ic_star_border.imageset/
│ └── Contents.json
├── ic_star_border_18pt.imageset/
│ └── Contents.json
├── ic_star_border_white.imageset/
│ └── Contents.json
├── ic_star_border_white_18pt.imageset/
│ └── Contents.json
├── ic_star_half.imageset/
│ └── Contents.json
├── ic_star_half_12pt.imageset/
│ └── Contents.json
├── ic_star_half_18pt.imageset/
│ └── Contents.json
├── ic_star_half_36pt.imageset/
│ └── Contents.json
├── ic_star_half_48pt.imageset/
│ └── Contents.json
├── ic_star_half_white.imageset/
│ └── Contents.json
├── ic_star_half_white_12pt.imageset/
│ └── Contents.json
├── ic_star_half_white_18pt.imageset/
│ └── Contents.json
├── ic_star_half_white_36pt.imageset/
│ └── Contents.json
├── ic_star_half_white_48pt.imageset/
│ └── Contents.json
├── ic_star_outline_36pt.imageset/
│ └── Contents.json
├── ic_star_outline_48pt.imageset/
│ └── Contents.json
├── ic_star_outline_white_36pt.imageset/
│ └── Contents.json
├── ic_star_outline_white_48pt.imageset/
│ └── Contents.json
├── ic_star_white.imageset/
│ └── Contents.json
├── ic_star_white_12pt.imageset/
│ └── Contents.json
├── ic_star_white_18pt.imageset/
│ └── Contents.json
├── ic_star_white_36pt.imageset/
│ └── Contents.json
├── ic_star_white_48pt.imageset/
│ └── Contents.json
├── ic_star_white_64pt.imageset/
│ └── Contents.json
└── ic_star_white_72pt.imageset/
└── Contents.json
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
*.geany
*.sublime-project
*.sublime-workspace
build
test/unit/*/*.js
third_party/codemirror.next/chunk/*
third_party/codemirror.next/node_modules/*
third_party/codemirror.next/bundle.js
third_party/codemirror.next/bundle.d.ts
third_party/codemirror.next/codemirror.next.*
================================================
FILE: LICENSE.md
================================================
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Google Inc. nor the names of itscontributors may be used
to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USEOF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================
FILE: README.md
================================================
# Text Chrome App
Just a text editor for Chrome OS and Chrome. Install via the Chrome Web Store: [stable version](https://chrome.google.com/webstore/detail/mmfbcljfglbokpmkimbfghdkjmjhdgbg) or [canary version](https://chrome.google.com/webstore/detail/text-canary/fojlbpdodmdfcdeigmknnaeikaadaaoh).
## Getting the code
You can download the whole source code [as one archive](https://github.com/GoogleChromeLabs/text-app/archive/master.zip), or get it from the repository using git:
git clone --recursive git://github.com/GoogleChromeLabs/text-app.git
## Prebuild CodeMirror
Do this before running the development version or building the package. You'll need Node.js.
```
cd third_party/codemirror.next
npm install
npm run rebuild
```
If you make changes to `bundle.ts` or the dependencies in `package.json` in `third_party/codemirror.next/`, you must rebuild CodeMirror: `npm run rebuild`.
## Running the development version
* Check `Developer Mode` in `chrome://extensions`
* Click "Load unpacked extension..." in `chrome://extensions` and select the `text-app` directory.
## Building the package
You do not have to build the app to install it in Chrome. Building will just extract all the required files and minify the JS code.
Building script requires Python3 and will use online Closure Compiler. Just run
python3 build.py
and the package will be written to `text-app/build/` directory in zipped and unzipped formats (canary version). To build the stable version run the build script with the flag -s.
================================================
FILE: _locales/da/messages.json
================================================
{
"appDesc": {
"message": "Et tekstredigeringsværktøj til Chrome OS og Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Ny",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Åbn",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Gem",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Gem som",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Indstillinger",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Tastaturgenveje",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Skriftstørrelse",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Vælg med Ctrl- og Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tab til mellemrum",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tabulatorstørrelse",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Ombryd linjer",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Vis linjenumre",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Smart indrykning",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Temaer",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Altid øverst",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Brug enhedens tema",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Lys",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Mørk",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Hjælp",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Tilbage",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Åbn sidebjælke",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Luk sidebjælke",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Søg...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ af $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Næste",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Forrige",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Fejl",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Indlæser…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimer",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maksimér",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Gendan",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Afslut",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Ja",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Nej",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Annuller",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ er blevet ændret.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Vil du gemme ændringerne, inden du lukker?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Luk fil",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/de/messages.json
================================================
{
"appDesc": {
"message": "Ein Texteditor für Chrome OS und Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Neu",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Öffnen",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Speichern",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Speichern unter",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Einstellungen",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Kurzbefehle",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Schriftgröße",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Mit \"Strg\" + \"-\" und \"Strg\" + \"+\" festlegen",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabstopps in Leerzeichen",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tabstoppgröße",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Zeilen umbrechen",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Zeilenzahlen anzeigen",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Intelligenter Einzug",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Designs",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Immer oben",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Gerätedesign verwenden",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Hell",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Dunkel",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Hilfe",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Zurück",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Seitenleiste öffnen",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Seitenleiste schließen",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Suchen...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ von $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Weiter",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Zurück",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Fehler",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Wird geladen…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimieren",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maximieren",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Wiederherstellen",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Beenden",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Ja",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Nein",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Abbrechen",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ wurde geändert.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Möchten Sie die Datei vor dem Schließen speichern?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Datei schließen",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/en/messages.json
================================================
{
"appDesc": {
"message": "A text editor for Chrome OS and Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "New",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Open",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Save",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Save as",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Settings",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Keyboard shortcuts",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Font size",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Set with Ctrl- and Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabs to spaces",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tab size",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Wrap lines",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Show line numbers",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Smart indent",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Themes",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Always on top",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Use device theme",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Light",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Dark",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Help",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Back",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Open sidebar",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Close sidebar",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Find...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ of $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Next",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Previous",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Error",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Loading...",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimize",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maximize",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Restore",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Quit",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Yes",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "No",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Cancel",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ has been modified.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Do you want to save it before closing?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Close file",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/en_GB/messages.json
================================================
{
"appDesc": {
"message": "A text editor for Chrome OS and Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "New",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Open",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Save",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Save as",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Settings",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Keyboard shortcuts",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Font size",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Set with Ctrl- and Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabs to spaces",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tab size",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Wrap lines",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Show line numbers",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Smart indent",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Themes",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Always on top",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Use device theme",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Light",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Dark",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Help",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Back",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Open sidebar",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Close sidebar",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Find…",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ of $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Next",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Previous",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Error",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Loading…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimise",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maximise",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Restore",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Exit",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Yes",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "No",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Cancel",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ has been modified.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Do you want to save it before closing?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Close file",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/es/messages.json
================================================
{
"appDesc": {
"message": "Un editor de texto para Chrome OS y Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Nuevo",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Abrir",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Guardar",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Guardar como",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Ajustes",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Combinaciones de teclas",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Tamaño de fuente",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Cámbialo con Ctrl- o Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Convertir tabulaciones en espacios",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tamaño de la tabulación",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Ajustar líneas",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Mostrar números de línea",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Sangría inteligente",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Temas",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Siempre en primer plano",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Usar el tema del dispositivo",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Claro",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Oscuro",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Ayuda",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Atrás",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Abrir barra lateral",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Cerrar barra lateral",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Buscar...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ de $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Siguiente",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Anterior",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Error",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Cargando...",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimizar",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maximizar",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Restaurar",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Salir",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Sí",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "No",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Cancelar",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "El archivo $filename$ se ha modificado.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "¿Quieres guardarlo antes de cerrarlo?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "Aceptar",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Cerrar archivo",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/es_419/messages.json
================================================
{
"appDesc": {
"message": "Un editor de texto para Chrome y Sistema operativo Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Nuevo",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Abrir",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Guardar",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Guardar como",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Configuración",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Combinaciones de teclas",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Tamaño de fuente",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Establecer con Ctrl- y Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabulaciones en espacios",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tamaño de la tabulación",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Unir líneas",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Mostrar números de línea",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Sangría inteligente",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Temas",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Siempre en primer plano",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Usar tema del dispositivo",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Claro",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Oscuro",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Ayuda",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Atrás",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Abrir barra lateral",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Cerrar barra lateral",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Buscar...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ de $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Siguiente",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Anterior",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Error",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Cargando…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimizar",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maximizar",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Restablecer",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Salir",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Sí",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "No",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Cancelar",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "Se modificó $filename$.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "¿Deseas guardarlo antes de cerrar?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "Aceptar",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Cerrar archivo",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/fi/messages.json
================================================
{
"appDesc": {
"message": "Chrome-käyttöjärjestelmän ja Chromen tekstinkäsittelyohjelma",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Uusi",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Avaa",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Tallenna",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Tallenna nimellä",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Asetukset",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Pikanäppäimet",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Kirjasinkoko",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Aseta: Ctrl- tai Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Sarkaimet väleiksi",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Sarkainkoko",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Rivitä teksti",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Näytä rivinumerot",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Älykäs sisennys",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Teemat",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Aina päällimmäisenä",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Käytä laitteen teemaa",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Vaalea",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Tumma",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Ohje",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Takaisin",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Avaa sivupalkki",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Sulje sivupalkki",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Etsi…",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$/$searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Seuraava",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Edellinen",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Virhe",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Ladataan…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Pienennä",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Suurenna",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Palauta",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Lopeta",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Kyllä",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Ei",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Peruuta",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ on muuttunut.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Haluatko tallentaa sen ennen sulkemista?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Sulje tiedosto",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/fr/messages.json
================================================
{
"appDesc": {
"message": "Éditeur de texte pour Chrome OS et Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Nouveau",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Ouvrir",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Enregistrer",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Enregistrer sous",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Paramètres",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Raccourcis clavier",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Taille de police",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Définir avec Ctrl- et Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Convertir les tabulations en espaces",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Taille des tabulations",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Encapsuler les lignes",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Afficher les numéros de lignes",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Retrait intelligent",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Thèmes",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Toujours au premier plan",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Utiliser le thème de l'appareil",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Clair",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Foncé",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Aide",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Retour",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Ouvrir la barre latérale",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Fermer la barre latérale",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Rechercher…",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ sur $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Suivant",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Précédent",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Erreur",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Chargement…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Réduire",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Agrandir",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Restaurer",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Quitter",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Oui",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Non",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Annuler",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ a été modifié.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Voulez-vous enregistrer le fichier avant de le fermer ?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Fermer le fichier",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/fr_CA/messages.json
================================================
{
"appDesc": {
"message": "Éditeur de texte pour Chrome et Chrome OS.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Nouveau",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Ouvrir",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Enregistrer",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Enregistrer sous",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Paramètres",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Raccourcis-clavier",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Taille de police",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Définir à l'aide des touches Ctrl- et Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Convertir les tabulations en espaces",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Taille de la tabulation",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Renvoi à la ligne automatique",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Afficher les numéros des lignes",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Retrait intelligent",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Thèmes",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Toujours au premier plan",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Même thème que l'appareil",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Clair",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Foncé",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Aide",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Retour",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Ouvrir la barre latérale",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Fermer la barre latérale",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Rechercher…",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ sur $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Suivant",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Précédent",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Erreur",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Chargement en cours…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Réduire",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Agrandir",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Restaurer",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Quitter",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Oui",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Non",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Annuler",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "Le fichier $filename$ a été modifié.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Voulez-vous l'enregistrer avant de le fermer?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Fermer le fichier",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/it/messages.json
================================================
{
"appDesc": {
"message": "Un editor di testo per Chrome OS e Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Nuovo",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Apri",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Salva",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Salva con nome",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Impostazioni",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Scorciatoie da tastiera",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Dimensioni carattere",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Imposta con CTRL- e CTRL+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabulazioni in spazi",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Dimensione tabulazione",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "A capo automatico",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Mostra numeri di riga",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Rientro automatico",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Temi",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Sempre in primo piano",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Usa tema del dispositivo",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Chiaro",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Scuro",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Guida",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Indietro",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Apri barra laterale",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Chiudi barra laterale",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Trova…",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ di $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Avanti",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Indietro",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Errore",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Caricamento…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Riduci a icona",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Ingrandisci",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Ripristina",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Esci",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Sì",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "No",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Annulla",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "Il file $filename$ è stato modificato.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Vuoi salvarlo prima di chiudere?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Chiudi file",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/ja/messages.json
================================================
{
"appDesc": {
"message": "Chrome OS と Chrome 向けのテキスト エディタです。",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "新規作成",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "開く",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "保存",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "名前を付けて保存",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "設定",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "キーボード ショートカット",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "フォントサイズ",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Ctrl キーを押しながら - または + キーを押して設定",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "タブからスペースへの変換",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "タブサイズ",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "行の折り返し",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "行番号の表示",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "スマート インデント",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "テーマ",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "常に手前に表示する",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "デバイスのテーマを使用する",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "明るい",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "暗い",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "ヘルプ",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "戻る",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "サイドバーを開く",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "サイドバーを閉じる",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "検索...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ / $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "次へ",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "前へ",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "エラー",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "読み込み中...",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "最小化",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "最大化",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "復元",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "終了",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "はい",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "いいえ",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "キャンセル",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ は変更されています。",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "閉じる前に保存しますか?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "ファイルを閉じる",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/ko/messages.json
================================================
{
"appDesc": {
"message": "Chrome OS 및 Chrome용 텍스트 편집기",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "새로 만들기",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "열기",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "저장",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "다른 이름으로 저장",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "설정",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "단축키",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "글꼴 크기",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Ctrl- 및 Ctrl+를 사용하여 설정",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "탭하여 공백 전환",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "탭 크기",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "자동 줄 바꿈",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "행 번호 표시",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "스마트 들여쓰기",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "테마",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "항상 맨 위에 표시",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "기기 테마 사용",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "밝게",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "어둡게",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "도움말",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "뒤로",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "사이드바 열기",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "사이드바 닫기",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "검색어 입력...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchCount$개 중 $searchIndex$개",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "다음",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "이전",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "오류",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "로드 중...",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "최소화",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "최대화",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "복원",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "종료",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "예",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "아니요",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "취소",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$이(가) 수정되었습니다.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "닫기 전에 저장하시겠습니까?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "확인",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "파일 닫기",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/nl/messages.json
================================================
{
"appDesc": {
"message": "Een tekstverwerker voor Chrome OS en Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Nieuw",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Openen",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Opslaan",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Opslaan als",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Instellingen",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Sneltoetsen",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Lettergrootte",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Instellen met Ctrl- en Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabs omzetten naar spaties",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tabgrootte",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Terugloop",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Regelnummers weergeven",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Slimme inspringing",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Thema's",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Altijd op voorgrond",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Apparaatthema gebruiken",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Licht",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Donker",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Help",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Terug",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Zijbalk openen",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Zijbalk sluiten",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Zoeken...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ van $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Volgende",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Vorige",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Fout",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Laden...",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimaliseren",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maximaliseren",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Herstellen",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Stoppen",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Ja",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Nee",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Annuleren",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ is aangepast.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Wil je het bestand opslaan voordat je het sluit?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Bestand sluiten",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/no/messages.json
================================================
{
"appDesc": {
"message": "Et tekstredigeringsprogram for Chrome OS og Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Ny",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Åpne",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Lagre",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Lagre som",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Innstillinger",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Hurtigtaster",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Skriftstørrelse",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Velg med Ctrl- og Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Gjør tabulatorer om til mellomrom",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tabulatorstørrelse",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Bryt linjer",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Vis linjenumre",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Smart innrykk",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Temaer",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Alltid øverst",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Bruk temaet fra enheten",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Lyst",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Mørkt",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Hjelp",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Tilbake",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Åpne sidefeltet",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Lukk sidefeltet",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Finn",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ av $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Neste",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Forrige",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Feil",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Laster inn …",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimer",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maksimer",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Gjenopprett",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Avslutt",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Ja",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Nei",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Avbryt",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ er endret.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Vil du lagre filen før du lukker den?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Lukk filen",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/pl/messages.json
================================================
{
"appDesc": {
"message": "Edytor tekstu dla Chrome OS i Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Nowy",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Otwórz",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Zapisz",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Zapisz jako",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Ustawienia",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Skróty klawiszowe",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Rozmiar czcionki",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Ustaw za pomocą Ctrl- i Ctrl+",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabulatory na spacje",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Rozmiar tabulatora",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Zawijaj wiersze",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Pokaż numery wierszy",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Inteligentne wcięcie",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Motywy",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Zawsze na wierzchu",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Użyj motywu urządzenia",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Jasny",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Ciemny",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Pomoc",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Wstecz",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Otwórz pasek boczny",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Zamknij pasek boczny",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Znajdź...",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ z $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Dalej",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Poprzedni",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Błąd",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Wczytuję...",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimalizuj",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maksymalizuj",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Przywróć",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Zamknij",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Tak",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Nie",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Anuluj",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "Plik $filename$ został zmodyfikowany.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Czy przed zamknięciem chcesz go zapisać?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Zamknij plik",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/pt_BR/messages.json
================================================
{
"appDesc": {
"message": "Um editor de texto para Chrome OS e Chrome.",
"description": "A descrição do aplicativo, exibida na web store."
},
"fileMenuNew": {
"message": "Novo",
"description": "O texto do Menu de Arquivo 'Novo'."
},
"fileMenuOpen": {
"message": "Abrir",
"description": "O texto do Menu de Arquivo 'Abrir'."
},
"fileMenuSave": {
"message": "Salvar",
"description": "O texto do Menu de Arquivo 'Salvar'."
},
"fileMenuSaveas": {
"message": "Salvar como",
"description": "O texto do Menu de Arquivo 'Salvar como'."
},
"menuSettings": {
"message": "Configurações",
"description": "O texto do Menu 'Configurações'."
},
"menuShortcuts": {
"message": "Atalhos do teclado",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Tamanho da fonte",
"description": "O texto das configurações 'Tamanho da fonte'."
},
"fontsizeTooltip": {
"message": "Defina com Ctrl- e Ctrl+",
"description": "A dica nas configurações 'Tamanho da fonte'."
},
"spacestabSetting": {
"message": "Tabs por espaços",
"description": "O texto das configurações 'Tabs por espaços'."
},
"tabsizeSetting": {
"message": "Tamanho do tab",
"description": "O texto das configurações 'Tamanho do tab'."
},
"wraplinesSetting": {
"message": "Quebrar linhas",
"description": "O texto das configurações 'Quebrar linhas'."
},
"linenumbersSetting": {
"message": "Mostrar números de linha",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Indentação inteligente",
"description": "O texto das configurações 'Indentação inteligente'."
},
"themeSetting": {
"message": "Temas",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Sempre em cima",
"description": "O texto do checkbox nas configurações que define a janela sempre em cima."
},
"deviceThemeOption": {
"message": "Usar o tema do dispositivo",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Claro",
"description": "O texto da Opção de Tema claro."
},
"darkThemeOption": {
"message": "Escuro",
"description": "O texto da Opção de Tema escuro."
},
"helpSection": {
"message": "Ajuda",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Voltar",
"description": "O texto para fechar o Menu de configurações."
},
"openSidebarButton": {
"message": "Abrir a barra lateral",
"description": "O texto do botão para abrir a barra lateral."
},
"closeSidebarButton": {
"message": "Fechar a barra lateral",
"description": "O texto do botão para fechar a barra lateral."
},
"searchPlaceholder": {
"message": "Localizar…",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ de $searchCount$",
"description": "O texto mostrando a contagem da busca.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Índice da busca"
},
"searchCount": {
"content": "$2",
"example": "Contagem da busca"
}
}
},
"searchNextButton": {
"message": "Próximo",
"description": "O texto do botão para buscar o próximo resultado."
},
"searchPreviousButton": {
"message": "Anterior",
"description": "O texto do botão para buscar o resultado anterior."
},
"errorTitle": {
"message": "Erro",
"description": "O texto de erro mostrado na barra de título."
},
"loadingTitle": {
"message": "Carregando...",
"description": "O texto mostrado na barra de título quando carrega um arquivo."
},
"minimizeButton": {
"message": "Minimizar",
"description": "O texto do botão para minimizar a janela do aplicativo."
},
"maximizeButton": {
"message": "Maximizar",
"description": "O texto do botão para maximizar a janela do aplicativo."
},
"restoreButton": {
"message": "restaurar",
"description": "O texto do botão para restaurar a janela do aplicativo."
},
"closeButton": {
"message": "Sair",
"description": "O texto do botão para fechar a janela do aplicativo."
},
"yesDialogButton": {
"message": "Sim",
"description": "O texto do botão que diz 'Sim'."
},
"noDialogButton": {
"message": "Não",
"description": "O texto do botão que diz 'Não'."
},
"cancelDialogButton": {
"message": "Cancelar",
"description": "O texto do botão que diz 'Cancelar'."
},
"saveFilePromptLine1": {
"message": "O arquivo $filename$ foi modificado.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Quer salvá-lo antes de fechar?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "O texto do botão que diz 'OK'."
},
"closeFileButton": {
"message": "Fechar arquivo",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/ru/messages.json
================================================
{
"appDesc": {
"message": "Текстовый редактор для Chrome OS и Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Создать",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Открыть",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Сохранить",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Сохранить как",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Настройки",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Быстрые клавиши",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Размер шрифта",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Настроить, используя сочетание клавиш Ctrl + Минус (−) и Ctrl + Плюс (+)",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Заменять символы табуляции пробелами",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Шаг табуляции",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Переносить строки",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Показывать номера строк",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Умные отступы",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Темы",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Показывать поверх других окон",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Как на устройстве",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Светлая",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Тёмная",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Справка",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Назад",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Открыть боковую панель",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Закрыть боковую панель",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Поиск…",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ из $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Далее",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Назад",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Ошибка",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Загрузка…",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Свернуть",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Развернуть",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Восстановить",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Закрыть",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Да",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Нет",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Отмена",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "Файл \"$filename$\" был изменен.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Сохранить его перед закрытием?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "ОК",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Закрыть файл",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/sv/messages.json
================================================
{
"appDesc": {
"message": "En textredigerare för Chrome OS och Chrome.",
"description": "The description of the application, displayed in the web store."
},
"fileMenuNew": {
"message": "Ny",
"description": "The text of the File Menu 'New'."
},
"fileMenuOpen": {
"message": "Öppna",
"description": "The text of the File Menu 'Open'."
},
"fileMenuSave": {
"message": "Spara",
"description": "The text of the File Menu 'Save'."
},
"fileMenuSaveas": {
"message": "Spara som",
"description": "The text of the File Menu 'Save as'."
},
"menuSettings": {
"message": "Inställningar",
"description": "The text of the Menu 'Settings'."
},
"menuShortcuts": {
"message": "Kortkommandon",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"fontsizeSetting": {
"message": "Teckenstorlek",
"description": "The text of the settings 'Font size'."
},
"fontsizeTooltip": {
"message": "Ändra med ctrl - och ctrl +",
"description": "The tooltip of the setting 'Font size'."
},
"spacestabSetting": {
"message": "Tabbar till blanksteg",
"description": "The text of the settings 'Tabs to spaces'."
},
"tabsizeSetting": {
"message": "Tabbavstånd",
"description": "The text of the settings 'Tab size'."
},
"wraplinesSetting": {
"message": "Radbrytning",
"description": "The text of the settings 'Wrap lines'."
},
"linenumbersSetting": {
"message": "Visa radnummer",
"description": "The text of the line numbers setting."
},
"smartindentSetting": {
"message": "Smart indrag",
"description": "The text of the settings 'Smart indent'."
},
"themeSetting": {
"message": "Teman",
"description": "The text of the theme setting."
},
"alwaysOnTopSetting": {
"message": "Alltid överst",
"description": "The label for the checkbox in settings tab that sets the window always on top."
},
"deviceThemeOption": {
"message": "Använd enhetens tema",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"lightThemeOption": {
"message": "Ljust",
"description": "The text of the light Option Theme."
},
"darkThemeOption": {
"message": "Mörkt",
"description": "The text of the dark Option Theme."
},
"helpSection": {
"message": "Hjälp",
"description": "Title for a section with useful links to help articles."
},
"closeSettings": {
"message": "Tillbaka",
"description": "The text to close the settings Menu."
},
"openSidebarButton": {
"message": "Öppna sidofält",
"description": "The button text to open the sidebar."
},
"closeSidebarButton": {
"message": "Stäng sidofält",
"description": "The button text to close the sidebar."
},
"searchPlaceholder": {
"message": "Sök …",
"description": "The placeholder text in the search input."
},
"searchCounting": {
"message": "$searchIndex$ av $searchCount$",
"description": "The text showing search counting.",
"placeholders": {
"searchIndex": {
"content": "$1",
"example": "Search index"
},
"searchCount": {
"content": "$2",
"example": "Search count"
}
}
},
"searchNextButton": {
"message": "Nästa",
"description": "The button text to search the next result."
},
"searchPreviousButton": {
"message": "Föregående",
"description": "The button text to search the previous result."
},
"errorTitle": {
"message": "Fel",
"description": "The error text displayed in the filename title bar."
},
"loadingTitle": {
"message": "Läser in …",
"description": "The text displayed in the filename title bar when file loads."
},
"minimizeButton": {
"message": "Minimera",
"description": "The button text to minimize the app window."
},
"maximizeButton": {
"message": "Maximera",
"description": "The button text to maximize the app window."
},
"restoreButton": {
"message": "Återställ",
"description": "The button text to restore the app window."
},
"closeButton": {
"message": "Avsluta",
"description": "The button text to close the app window."
},
"yesDialogButton": {
"message": "Ja",
"description": "The button text which says 'Yes'."
},
"noDialogButton": {
"message": "Nej",
"description": "The button text which says 'No'."
},
"cancelDialogButton": {
"message": "Avbryt",
"description": "The button text which says 'Cancel'."
},
"saveFilePromptLine1": {
"message": "$filename$ har ändrats.",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "Vill du spara filen innan du stänger den?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"okDialogButton": {
"message": "OK",
"description": "The button text which says 'OK'."
},
"closeFileButton": {
"message": "Stäng fil",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/zh_CN/messages.json
================================================
{
"appDesc": {
"description": "The description of the application, displayed in the web store.",
"message": "一个适用于Chrome OS和Chrome浏览器的文本编辑器。"
},
"cancelDialogButton": {
"description": "The button text which says 'Cancel'.",
"message": "取消"
},
"closeButton": {
"description": "The button text to close the app window.",
"message": "退出"
},
"closeSettings": {
"description": "The text to close the settings Menu.",
"message": "返回"
},
"closeSidebarButton": {
"description": "The button text to close the sidebar.",
"message": "关闭侧边栏"
},
"darkThemeOption": {
"description": "The text of the dark Option Theme.",
"message": "黑暗"
},
"helpSection": {
"message": "帮助",
"description": "Title for a section with useful links to help articles."
},
"deviceThemeOption": {
"message": "使用设备主题",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"errorTitle": {
"description": "The error text displayed in the filename title bar.",
"message": "错误"
},
"fileMenuNew": {
"description": "The text of the File Menu 'New'.",
"message": "新建"
},
"fileMenuOpen": {
"description": "The text of the File Menu 'Open'.",
"message": "打开"
},
"fileMenuSave": {
"description": "The text of the File Menu 'Save'.",
"message": "保存"
},
"fileMenuSaveas": {
"description": "The text of the File Menu 'Save as'.",
"message": "另存"
},
"fontsizeSetting": {
"description": "The text of the settings 'Font size'.",
"message": "字体大小"
},
"fontsizeTooltip": {
"description": "The tooltip of the setting 'Font size'.",
"message": "使用 Ctrl- 和 Ctrl+ 调整字体大小"
},
"lightThemeOption": {
"description": "The text of the light Option Theme.",
"message": "明亮"
},
"linenumbersSetting": {
"description": "The text of the line numbers setting.",
"message": "显示行号"
},
"loadingTitle": {
"description": "The text displayed in the filename title bar when file loads.",
"message": "载入中..."
},
"maximizeButton": {
"description": "The button text to maximize the app window.",
"message": "最大化"
},
"menuSettings": {
"description": "The text of the Menu 'Settings'.",
"message": "设置"
},
"menuShortcuts": {
"message": "键盘快捷键",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"minimizeButton": {
"description": "The button text to minimize the app window.",
"message": "最小化"
},
"noDialogButton": {
"description": "The button text which says 'No'.",
"message": "否"
},
"okDialogButton": {
"description": "The button text which says 'OK'.",
"message": "好"
},
"openSidebarButton": {
"description": "The button text to open the sidebar.",
"message": "打开侧边栏"
},
"restoreButton": {
"description": "The button text to restore the app window.",
"message": "还原"
},
"saveFilePromptLine1": {
"message": "文件“$filename$”已被修改。",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "要在关闭前保存它吗?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"searchPlaceholder": {
"description": "The placeholder text in the search input.",
"message": "查找…"
},
"searchCounting": {
"description": "The text showing search counting.",
"message": "第$searchIndex$个 匹配到$searchCount$个",
"placeholders": {
"searchCount": {
"content": "$2",
"example": "Search count"
},
"searchIndex": {
"content": "$1",
"example": "Search index"
}
}
},
"searchNextButton": {
"description": "The button text to search the next result.",
"message": "下一个"
},
"searchPreviousButton": {
"description": "The button text to search the previous result.",
"message": "上一个"
},
"smartindentSetting": {
"description": "The text of the settings 'Smart indent'.",
"message": "智能缩进"
},
"spacestabSetting": {
"description": "The text of the settings 'Tabs to spaces'.",
"message": "Tab代替空格"
},
"tabsizeSetting": {
"description": "The text of the settings 'Tab size'.",
"message": "Tab 尺寸"
},
"themeSetting": {
"description": "The text of the theme setting.",
"message": "主题背景"
},
"wraplinesSetting": {
"description": "The text of the settings 'Wrap lines'.",
"message": "换行"
},
"yesDialogButton": {
"description": "The button text which says 'Yes'.",
"message": "是"
},
"closeFileButton": {
"message": "关闭文件",
"description": "The button text to close a file."
}
}
================================================
FILE: _locales/zh_TW/messages.json
================================================
{
"appDesc": {
"description": "The description of the application, displayed in the web store.",
"message": "適用於 Chrome OS 和 Chrome 瀏覽器的純文字編輯器。"
},
"cancelDialogButton": {
"description": "The button text which says 'Cancel'.",
"message": "取消"
},
"closeButton": {
"description": "The button text to close the app window.",
"message": "關閉"
},
"closeSettings": {
"description": "The text to close the settings Menu.",
"message": "返回"
},
"closeSidebarButton": {
"description": "The button text to close the sidebar.",
"message": "關閉側欄"
},
"darkThemeOption": {
"description": "The text of the dark Option Theme.",
"message": "深色"
},
"helpSection": {
"message": "說明",
"description": "Title for a section with useful links to help articles."
},
"deviceThemeOption": {
"message": "使用裝置主題",
"description": "The label on a radio button that lets the user configure the app to use their device's color theme. This changes the appearance of the app."
},
"errorTitle": {
"description": "The error text displayed in the filename title bar.",
"message": "錯誤"
},
"fileMenuNew": {
"description": "The text of the File Menu 'New'.",
"message": "新增"
},
"fileMenuOpen": {
"description": "The text of the File Menu 'Open'.",
"message": "開啟"
},
"fileMenuSave": {
"description": "The text of the File Menu 'Save'.",
"message": "儲存"
},
"fileMenuSaveas": {
"description": "The text of the File Menu 'Save as'.",
"message": "另存新檔"
},
"fontsizeSetting": {
"description": "The text of the settings 'Font size'.",
"message": "字體大小"
},
"fontsizeTooltip": {
"description": "The tooltip of the setting 'Font size'.",
"message": "使用 Ctrl- 和 Ctrl+ 調整字體大小"
},
"lightThemeOption": {
"description": "The text of the light Option Theme.",
"message": "淺色"
},
"linenumbersSetting": {
"description": "The text of the line numbers setting.",
"message": "顯示每行編號"
},
"loadingTitle": {
"description": "The text displayed in the filename title bar when file loads.",
"message": "載入中..."
},
"maximizeButton": {
"description": "The button text to maximize the app window.",
"message": "最大化"
},
"menuSettings": {
"description": "The text of the Menu 'Settings'.",
"message": "設定"
},
"menuShortcuts": {
"message": "鍵盤快速鍵",
"description": "The text on a button that takes the user to a Help center article showing all the Keyboard shortcuts for the app."
},
"minimizeButton": {
"description": "The button text to minimize the app window.",
"message": "最小化"
},
"noDialogButton": {
"description": "The button text which says 'No'.",
"message": "否"
},
"okDialogButton": {
"description": "The button text which says 'OK'.",
"message": "確定"
},
"openSidebarButton": {
"description": "The button text to open the sidebar.",
"message": "開啟側欄"
},
"restoreButton": {
"description": "The button text to restore the app window.",
"message": "還原"
},
"saveFilePromptLine1": {
"message": "「$filename$」已經過修改。",
"description": "The first line of the text which prompts the user to save a file before closing it. This line declares which file has been modified.",
"placeholders": {
"filename": {
"content": "$1",
"example": "file.txt"
}
}
},
"saveFilePromptLine2": {
"message": "你要先儲存變更再關閉檔案嗎?",
"description": "The second line of the text which prompts the user to save a file before closing it. This line asks if the user wants to save the file."
},
"searchPlaceholder": {
"description": "The placeholder text in the search input.",
"message": "尋找..."
},
"searchCounting": {
"description": "The text showing search counting.",
"message": "第 $searchIndex$ 個,共 $searchCount$ 個",
"placeholders": {
"searchCount": {
"content": "$2",
"example": "Search count"
},
"searchIndex": {
"content": "$1",
"example": "Search index"
}
}
},
"searchNextButton": {
"description": "The button text to search the next result.",
"message": "下一個"
},
"searchPreviousButton": {
"description": "The button text to search the previous result.",
"message": "上一個"
},
"smartindentSetting": {
"description": "The text of the settings 'Smart indent'.",
"message": "智慧型縮排"
},
"spacestabSetting": {
"description": "The text of the settings 'Tabs to spaces'.",
"message": "Tab 代替空格"
},
"tabsizeSetting": {
"description": "The text of the settings 'Tab size'.",
"message": "Tab 大小"
},
"themeSetting": {
"description": "The text of the theme setting.",
"message": "主題"
},
"wraplinesSetting": {
"description": "The text of the settings 'Wrap lines'.",
"message": "換行"
},
"yesDialogButton": {
"description": "The button text which says 'Yes'.",
"message": "是"
},
"closeFileButton": {
"message": "關閉檔案",
"description": "The button text to close a file."
}
}
================================================
FILE: build.py
================================================
#!/usr/bin/python3
import json
import os
import re
import shutil
import subprocess
import sys
import urllib.parse
import urllib.request
import glob
APP_NAME = 'Text'
CANARY_APP_NAME = 'Text Canary'
IS_APP = True
BASE_DIR = os.path.dirname(sys.argv[0])
SOURCE_DIR = BASE_DIR
BUILD_DIR = os.path.join(BASE_DIR, 'build')
# These files will be copied into the newly built directory as is.
# Should include all files not included in the Closure compilation unit (i.e.
# all non javascript files as well as all javascript files declared outside of
# the block in index.html).
FILES_TO_COPY = [
'index.html',
'css/app.css',
'css/print.css',
'icon/16x16.png',
'icon/32x32.png',
'icon/48x48.png',
'icon/64x64.png',
'icon/96x96.png',
'icon/128x128.png',
'icon/256x256.png',
'third_party/codemirror.next/codemirror.next.bin.js',
'third_party/jquery/jquery-1.8.3.min.js',
'third_party/material-components-web/material-components-web.min.css',
'third_party/material-components-web/material-components-web.min.js',
'third_party/material-design-icons/iconfont/material-icons.css',
'third_party/material-design-icons/iconfont/MaterialIcons-Regular.woff2'
] + glob.glob('_locales/*/messages.json')
MANIFEST = 'manifest.json'
INDEX_HTML = 'index.html'
TARGET_JS = 'js/all.js'
TARGET_JS_INCLUDE = ('')
JS_INCLUDES = re.compile(r'(.*)', flags=re.M | re.S)
JS_SRC = re.compile(r'