├── .fleet
└── receipt.json
├── .gitignore
├── .idea
└── discord.xml
├── build.gradle.kts
├── composeApp
├── build.gradle.kts
├── icon
│ ├── app_icon.icns
│ ├── app_icon.ico
│ ├── app_icon.png
│ ├── app_icon_beta.icns
│ ├── app_icon_beta.ico
│ └── app_icon_beta.png
└── src
│ ├── 0dev
│ ├── app_icon-playstore.png
│ └── res
│ │ ├── drawable
│ │ ├── app_icon.png
│ │ └── app_icon_round.png
│ │ ├── mipmap-anydpi-v26
│ │ ├── app_icon.xml
│ │ └── app_icon_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-mdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ └── values
│ │ └── app_icon_background.xml
│ ├── androidMain
│ ├── AndroidManifest.xml
│ ├── app_icon-playstore.png
│ ├── kotlin
│ │ ├── SpecificPlatformCode.android.kt
│ │ └── com
│ │ │ └── voc
│ │ │ └── stargazer3
│ │ │ ├── HelpTool.Archived.txt
│ │ │ ├── MainActivity.kt
│ │ │ └── TreePoint.kt
│ └── res
│ │ ├── drawable-v24
│ │ └── ic_launcher_foreground.xml
│ │ ├── drawable
│ │ └── ic_launcher_background.xml
│ │ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher.xml
│ │ └── ic_launcher_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxhdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ │ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ │ ├── values
│ │ └── strings.xml
│ │ └── xml
│ │ └── file_paths.xml
│ ├── beta
│ ├── app_icon-playstore.png
│ └── res
│ │ ├── drawable-v33
│ │ ├── app_icon.xml
│ │ ├── app_icon_base.png
│ │ └── app_icon_monet.xml
│ │ ├── drawable
│ │ ├── app_icon.png
│ │ └── app_icon_round.png
│ │ ├── mipmap-anydpi-v26
│ │ ├── app_icon.xml
│ │ └── app_icon_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-mdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ └── values
│ │ └── app_icon_background.xml
│ ├── closeBeta
│ ├── app_icon-playstore.png
│ └── res
│ │ ├── drawable-v33
│ │ ├── app_icon.xml
│ │ ├── app_icon_base.png
│ │ └── app_icon_monet.xml
│ │ ├── drawable
│ │ ├── app_icon.png
│ │ └── app_icon_round.png
│ │ ├── mipmap-anydpi-v26
│ │ ├── app_icon.xml
│ │ └── app_icon_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-mdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ └── values
│ │ └── app_icon_background.xml
│ ├── commonMain
│ ├── composeResources
│ │ ├── drawable
│ │ │ ├── 2O48.webp
│ │ │ ├── AbundanceTraceTree.xml
│ │ │ ├── DestructionTraceTree.xml
│ │ │ ├── EidolonFrame1.xml
│ │ │ ├── EidolonFrame2.xml
│ │ │ ├── EidolonFrame3.xml
│ │ │ ├── EidolonFrame4.xml
│ │ │ ├── EidolonFrame5.xml
│ │ │ ├── EidolonFrame6.xml
│ │ │ ├── EruditionTraceTree.xml
│ │ │ ├── HarmonyTraceTree.xml
│ │ │ ├── HuntTraceTree.xml
│ │ │ ├── NihilityTraceTree.xml
│ │ │ ├── PreservationTraceTree.xml
│ │ │ ├── RemembranceTraceTree.xml
│ │ │ ├── WrapAccount.svg
│ │ │ ├── WrapImport.svg
│ │ │ ├── acorn_regular.webp
│ │ │ ├── address_book_regular.webp
│ │ │ ├── address_book_tabs_regular.webp
│ │ │ ├── airplane_in_flight_regular.webp
│ │ │ ├── airplane_landing_regular.webp
│ │ │ ├── apocalyptic_shadow_bg.webp
│ │ │ ├── app_icon.png
│ │ │ ├── app_icon_black_bg.png
│ │ │ ├── bg_default.webp
│ │ │ ├── bg_eidolon_soul.webp
│ │ │ ├── bg_light.webp
│ │ │ ├── bg_lightcone_artwork_back.xml
│ │ │ ├── bg_lightcone_artwork_front.xml
│ │ │ ├── bg_transparent.png
│ │ │ ├── codingband.png
│ │ │ ├── coin.png
│ │ │ ├── coin.webp
│ │ │ ├── compose-multiplatform.xml
│ │ │ ├── donate_ad_bg.png
│ │ │ ├── element_fire.webp
│ │ │ ├── element_ice.webp
│ │ │ ├── element_imaginary.webp
│ │ │ ├── element_lightning.webp
│ │ │ ├── element_physical.webp
│ │ │ ├── element_quantum.webp
│ │ │ ├── element_wind.webp
│ │ │ ├── empty.webp
│ │ │ ├── filled.webp
│ │ │ ├── ic_add_icon.xml
│ │ │ ├── ic_aggro.webp
│ │ │ ├── ic_arrow_down_spinner.xml
│ │ │ ├── ic_arrow_left_page.xml
│ │ │ ├── ic_arrow_right_page.xml
│ │ │ ├── ic_arrow_to_down.xml
│ │ │ ├── ic_atk.webp
│ │ │ ├── ic_break_dmg.webp
│ │ │ ├── ic_break_effect.webp
│ │ │ ├── ic_character_icon.png
│ │ │ ├── ic_character_icon.webp
│ │ │ ├── ic_crit_dmg.webp
│ │ │ ├── ic_crit_rate.webp
│ │ │ ├── ic_def.webp
│ │ │ ├── ic_default_avatar.webp
│ │ │ ├── ic_echo_of_war.webp
│ │ │ ├── ic_effect_hit_rate.webp
│ │ │ ├── ic_effect_res.webp
│ │ │ ├── ic_energy.webp
│ │ │ ├── ic_energy_regeneration_rate.webp
│ │ │ ├── ic_exchange_icon.xml
│ │ │ ├── ic_favourite_btn.xml
│ │ │ ├── ic_favourite_btn_selected.xml
│ │ │ ├── ic_filter_updown.xml
│ │ │ ├── ic_fire.webp
│ │ │ ├── ic_hp.webp
│ │ │ ├── ic_ice.webp
│ │ │ ├── ic_imaginary.webp
│ │ │ ├── ic_item_add.xml
│ │ │ ├── ic_item_remove.xml
│ │ │ ├── ic_item_reorder.xml
│ │ │ ├── ic_kurukuru.webp
│ │ │ ├── ic_launcher_background.xml
│ │ │ ├── ic_launcher_foreground.xml
│ │ │ ├── ic_lightcone_icon.png
│ │ │ ├── ic_lightcone_icon.webp
│ │ │ ├── ic_lightning.webp
│ │ │ ├── ic_list_isolate_pretty.xml
│ │ │ ├── ic_moc_buff_icon.png
│ │ │ ├── ic_moc_radio_selected.xml
│ │ │ ├── ic_moc_radio_unselect.xml
│ │ │ ├── ic_moc_star.xml
│ │ │ ├── ic_outgoing_healing_boost.webp
│ │ │ ├── ic_person_btn.xml
│ │ │ ├── ic_physical.webp
│ │ │ ├── ic_plus.png
│ │ │ ├── ic_quatumn.webp
│ │ │ ├── ic_relic_icon.png
│ │ │ ├── ic_relic_icon.webp
│ │ │ ├── ic_rounded_option_btn.xml
│ │ │ ├── ic_selected_orange_circle.xml
│ │ │ ├── ic_sort_asc.xml
│ │ │ ├── ic_sort_desc.xml
│ │ │ ├── ic_speed.webp
│ │ │ ├── ic_unknown.webp
│ │ │ ├── ic_wind.webp
│ │ │ ├── ico_lost_img.webp
│ │ │ ├── icon_wind.webp
│ │ │ ├── intelstellar_resource_corp_white_icon.xml
│ │ │ ├── interstellar_resource_corp_icon.xml
│ │ │ ├── interstellar_resource_corp_logo.xml
│ │ │ ├── material_celestial_ambrosia.webp
│ │ │ ├── material_clock_credits.webp
│ │ │ ├── material_credit.webp
│ │ │ ├── material_hertareum.webp
│ │ │ ├── material_shield.webp
│ │ │ ├── material_strale.webp
│ │ │ ├── memory_of_chaos_bg.webp
│ │ │ ├── path_the_abundance.webp
│ │ │ ├── path_the_abundance_abyss.webp
│ │ │ ├── path_the_destruction.webp
│ │ │ ├── path_the_destruction_abyss.webp
│ │ │ ├── path_the_erudition.webp
│ │ │ ├── path_the_erudition_abyss.webp
│ │ │ ├── path_the_harmony.webp
│ │ │ ├── path_the_harmony_abyss.webp
│ │ │ ├── path_the_hunt.webp
│ │ │ ├── path_the_hunt_abyss.webp
│ │ │ ├── path_the_nihility.webp
│ │ │ ├── path_the_nihility_abyss.webp
│ │ │ ├── path_the_preservation.webp
│ │ │ ├── path_the_preservation_abyss.webp
│ │ │ ├── path_the_remembrance.webp
│ │ │ ├── path_the_remembrance_abyss.webp
│ │ │ ├── phorphos_acorn_fill.webp
│ │ │ ├── phorphos_address_book_fill.webp
│ │ │ ├── phorphos_address_book_tabs_fill.webp
│ │ │ ├── phorphos_air_traffic_control_fill.webp
│ │ │ ├── phorphos_air_traffic_control_regular.webp
│ │ │ ├── phorphos_airplane_fill.webp
│ │ │ ├── phorphos_airplane_in_flight_fill.webp
│ │ │ ├── phorphos_airplane_landing_fill.webp
│ │ │ ├── phorphos_airplane_regular.webp
│ │ │ ├── phorphos_airplane_takeoff_fill.webp
│ │ │ ├── phorphos_airplane_takeoff_regular.webp
│ │ │ ├── phorphos_airplane_taxiing_fill.webp
│ │ │ ├── phorphos_airplane_taxiing_regular.webp
│ │ │ ├── phorphos_airplane_tilt_fill.webp
│ │ │ ├── phorphos_airplane_tilt_regular.webp
│ │ │ ├── phorphos_airplay_fill.webp
│ │ │ ├── phorphos_airplay_regular.webp
│ │ │ ├── phorphos_alarm_fill.webp
│ │ │ ├── phorphos_alarm_regular.webp
│ │ │ ├── phorphos_alien_fill.webp
│ │ │ ├── phorphos_alien_regular.webp
│ │ │ ├── phorphos_align_bottom_fill.webp
│ │ │ ├── phorphos_align_bottom_regular.webp
│ │ │ ├── phorphos_align_bottom_simple_fill.webp
│ │ │ ├── phorphos_align_bottom_simple_regular.webp
│ │ │ ├── phorphos_align_center_horizontal_fill.webp
│ │ │ ├── phorphos_align_center_horizontal_regular.webp
│ │ │ ├── phorphos_align_center_horizontal_simple_fill.webp
│ │ │ ├── phorphos_align_center_horizontal_simple_regular.webp
│ │ │ ├── phorphos_align_center_vertical_fill.webp
│ │ │ ├── phorphos_align_center_vertical_regular.webp
│ │ │ ├── phorphos_align_center_vertical_simple_fill.webp
│ │ │ ├── phorphos_align_center_vertical_simple_regular.webp
│ │ │ ├── phorphos_align_left_fill.webp
│ │ │ ├── phorphos_align_left_regular.webp
│ │ │ ├── phorphos_align_left_simple_fill.webp
│ │ │ ├── phorphos_align_left_simple_regular.webp
│ │ │ ├── phorphos_align_right_fill.webp
│ │ │ ├── phorphos_align_right_regular.webp
│ │ │ ├── phorphos_align_right_simple_fill.webp
│ │ │ ├── phorphos_align_right_simple_regular.webp
│ │ │ ├── phorphos_align_top_fill.webp
│ │ │ ├── phorphos_align_top_regular.webp
│ │ │ ├── phorphos_align_top_simple_fill.webp
│ │ │ ├── phorphos_align_top_simple_regular.webp
│ │ │ ├── phorphos_amazon_logo_fill.webp
│ │ │ ├── phorphos_amazon_logo_regular.webp
│ │ │ ├── phorphos_ambulance_fill.webp
│ │ │ ├── phorphos_ambulance_regular.webp
│ │ │ ├── phorphos_anchor_fill.webp
│ │ │ ├── phorphos_anchor_regular.webp
│ │ │ ├── phorphos_anchor_simple_fill.webp
│ │ │ ├── phorphos_anchor_simple_regular.webp
│ │ │ ├── phorphos_android_logo_fill.webp
│ │ │ ├── phorphos_android_logo_regular.webp
│ │ │ ├── phorphos_angle_fill.webp
│ │ │ ├── phorphos_angle_regular.webp
│ │ │ ├── phorphos_angular_logo_fill.webp
│ │ │ ├── phorphos_angular_logo_regular.webp
│ │ │ ├── phorphos_aperture_fill.webp
│ │ │ ├── phorphos_aperture_regular.webp
│ │ │ ├── phorphos_app_store_logo_fill.webp
│ │ │ ├── phorphos_app_store_logo_regular.webp
│ │ │ ├── phorphos_app_window_fill.webp
│ │ │ ├── phorphos_app_window_regular.webp
│ │ │ ├── phorphos_apple_logo_fill.webp
│ │ │ ├── phorphos_apple_logo_regular.webp
│ │ │ ├── phorphos_apple_podcasts_logo_fill.webp
│ │ │ ├── phorphos_apple_podcasts_logo_regular.webp
│ │ │ ├── phorphos_approximate_equals_fill.webp
│ │ │ ├── phorphos_approximate_equals_regular.webp
│ │ │ ├── phorphos_archive_fill.webp
│ │ │ ├── phorphos_archive_regular.webp
│ │ │ ├── phorphos_armchair_fill.webp
│ │ │ ├── phorphos_armchair_regular.webp
│ │ │ ├── phorphos_arrow_arc_left_fill.webp
│ │ │ ├── phorphos_arrow_arc_left_regular.webp
│ │ │ ├── phorphos_arrow_arc_right_fill.webp
│ │ │ ├── phorphos_arrow_arc_right_regular.webp
│ │ │ ├── phorphos_arrow_bend_double_up_left_fill.webp
│ │ │ ├── phorphos_arrow_bend_double_up_left_regular.webp
│ │ │ ├── phorphos_arrow_bend_double_up_right_fill.webp
│ │ │ ├── phorphos_arrow_bend_double_up_right_regular.webp
│ │ │ ├── phorphos_arrow_bend_down_left_fill.webp
│ │ │ ├── phorphos_arrow_bend_down_left_regular.webp
│ │ │ ├── phorphos_arrow_bend_down_right_fill.webp
│ │ │ ├── phorphos_arrow_bend_down_right_regular.webp
│ │ │ ├── phorphos_arrow_bend_left_down_fill.webp
│ │ │ ├── phorphos_arrow_bend_left_down_regular.webp
│ │ │ ├── phorphos_arrow_bend_left_up_fill.webp
│ │ │ ├── phorphos_arrow_bend_left_up_regular.webp
│ │ │ ├── phorphos_arrow_bend_right_down_fill.webp
│ │ │ ├── phorphos_arrow_bend_right_down_regular.webp
│ │ │ ├── phorphos_arrow_bend_right_up_fill.webp
│ │ │ ├── phorphos_arrow_bend_right_up_regular.webp
│ │ │ ├── phorphos_arrow_bend_up_left_fill.webp
│ │ │ ├── phorphos_arrow_bend_up_left_regular.webp
│ │ │ ├── phorphos_arrow_bend_up_right_fill.webp
│ │ │ ├── phorphos_arrow_bend_up_right_regular.webp
│ │ │ ├── phorphos_arrow_circle_down_fill.webp
│ │ │ ├── phorphos_arrow_circle_down_left_fill.webp
│ │ │ ├── phorphos_arrow_circle_down_left_regular.webp
│ │ │ ├── phorphos_arrow_circle_down_regular.webp
│ │ │ ├── phorphos_arrow_circle_down_right_fill.webp
│ │ │ ├── phorphos_arrow_circle_down_right_regular.webp
│ │ │ ├── phorphos_arrow_circle_left_fill.webp
│ │ │ ├── phorphos_arrow_circle_left_regular.webp
│ │ │ ├── phorphos_arrow_circle_right_fill.webp
│ │ │ ├── phorphos_arrow_circle_right_regular.webp
│ │ │ ├── phorphos_arrow_circle_up_fill.webp
│ │ │ ├── phorphos_arrow_circle_up_left_fill.webp
│ │ │ ├── phorphos_arrow_circle_up_left_regular.webp
│ │ │ ├── phorphos_arrow_circle_up_regular.webp
│ │ │ ├── phorphos_arrow_circle_up_right_fill.webp
│ │ │ ├── phorphos_arrow_circle_up_right_regular.webp
│ │ │ ├── phorphos_arrow_clockwise_fill.webp
│ │ │ ├── phorphos_arrow_clockwise_regular.webp
│ │ │ ├── phorphos_arrow_counter_clockwise_fill.webp
│ │ │ ├── phorphos_arrow_counter_clockwise_regular.webp
│ │ │ ├── phorphos_arrow_down_fill.webp
│ │ │ ├── phorphos_arrow_down_left_fill.webp
│ │ │ ├── phorphos_arrow_down_left_regular.webp
│ │ │ ├── phorphos_arrow_down_regular.webp
│ │ │ ├── phorphos_arrow_down_right_fill.webp
│ │ │ ├── phorphos_arrow_down_right_regular.webp
│ │ │ ├── phorphos_arrow_elbow_down_left_fill.webp
│ │ │ ├── phorphos_arrow_elbow_down_left_regular.webp
│ │ │ ├── phorphos_arrow_elbow_down_right_fill.webp
│ │ │ ├── phorphos_arrow_elbow_down_right_regular.webp
│ │ │ ├── phorphos_arrow_elbow_left_down_fill.webp
│ │ │ ├── phorphos_arrow_elbow_left_down_regular.webp
│ │ │ ├── phorphos_arrow_elbow_left_fill.webp
│ │ │ ├── phorphos_arrow_elbow_left_regular.webp
│ │ │ ├── phorphos_arrow_elbow_left_up_fill.webp
│ │ │ ├── phorphos_arrow_elbow_left_up_regular.webp
│ │ │ ├── phorphos_arrow_elbow_right_down_fill.webp
│ │ │ ├── phorphos_arrow_elbow_right_down_regular.webp
│ │ │ ├── phorphos_arrow_elbow_right_fill.webp
│ │ │ ├── phorphos_arrow_elbow_right_regular.webp
│ │ │ ├── phorphos_arrow_elbow_right_up_fill.webp
│ │ │ ├── phorphos_arrow_elbow_right_up_regular.webp
│ │ │ ├── phorphos_arrow_elbow_up_left_fill.webp
│ │ │ ├── phorphos_arrow_elbow_up_left_regular.webp
│ │ │ ├── phorphos_arrow_elbow_up_right_fill.webp
│ │ │ ├── phorphos_arrow_elbow_up_right_regular.webp
│ │ │ ├── phorphos_arrow_fat_down_fill.webp
│ │ │ ├── phorphos_arrow_fat_down_regular.webp
│ │ │ ├── phorphos_arrow_fat_left_fill.webp
│ │ │ ├── phorphos_arrow_fat_left_regular.webp
│ │ │ ├── phorphos_arrow_fat_line_down_fill.webp
│ │ │ ├── phorphos_arrow_fat_line_down_regular.webp
│ │ │ ├── phorphos_arrow_fat_line_left_fill.webp
│ │ │ ├── phorphos_arrow_fat_line_left_regular.webp
│ │ │ ├── phorphos_arrow_fat_line_right_fill.webp
│ │ │ ├── phorphos_arrow_fat_line_right_regular.webp
│ │ │ ├── phorphos_arrow_fat_line_up_fill.webp
│ │ │ ├── phorphos_arrow_fat_line_up_regular.webp
│ │ │ ├── phorphos_arrow_fat_lines_down_fill.webp
│ │ │ ├── phorphos_arrow_fat_lines_down_regular.webp
│ │ │ ├── phorphos_arrow_fat_lines_left_fill.webp
│ │ │ ├── phorphos_arrow_fat_lines_left_regular.webp
│ │ │ ├── phorphos_arrow_fat_lines_right_fill.webp
│ │ │ ├── phorphos_arrow_fat_lines_right_regular.webp
│ │ │ ├── phorphos_arrow_fat_lines_up_fill.webp
│ │ │ ├── phorphos_arrow_fat_lines_up_regular.webp
│ │ │ ├── phorphos_arrow_fat_right_fill.webp
│ │ │ ├── phorphos_arrow_fat_right_regular.webp
│ │ │ ├── phorphos_arrow_fat_up_fill.webp
│ │ │ ├── phorphos_arrow_fat_up_regular.webp
│ │ │ ├── phorphos_arrow_left_fill.webp
│ │ │ ├── phorphos_arrow_left_regular.webp
│ │ │ ├── phorphos_arrow_line_down_fill.webp
│ │ │ ├── phorphos_arrow_line_down_left_fill.webp
│ │ │ ├── phorphos_arrow_line_down_left_regular.webp
│ │ │ ├── phorphos_arrow_line_down_regular.webp
│ │ │ ├── phorphos_arrow_line_down_right_fill.webp
│ │ │ ├── phorphos_arrow_line_down_right_regular.webp
│ │ │ ├── phorphos_arrow_line_left_fill.webp
│ │ │ ├── phorphos_arrow_line_left_regular.webp
│ │ │ ├── phorphos_arrow_line_right_fill.webp
│ │ │ ├── phorphos_arrow_line_right_regular.webp
│ │ │ ├── phorphos_arrow_line_up_fill.webp
│ │ │ ├── phorphos_arrow_line_up_left_fill.webp
│ │ │ ├── phorphos_arrow_line_up_left_regular.webp
│ │ │ ├── phorphos_arrow_line_up_regular.webp
│ │ │ ├── phorphos_arrow_line_up_right_fill.webp
│ │ │ ├── phorphos_arrow_line_up_right_regular.webp
│ │ │ ├── phorphos_arrow_right_fill.webp
│ │ │ ├── phorphos_arrow_right_regular.webp
│ │ │ ├── phorphos_arrow_square_down_fill.webp
│ │ │ ├── phorphos_arrow_square_down_left_fill.webp
│ │ │ ├── phorphos_arrow_square_down_left_regular.webp
│ │ │ ├── phorphos_arrow_square_down_regular.webp
│ │ │ ├── phorphos_arrow_square_down_right_fill.webp
│ │ │ ├── phorphos_arrow_square_down_right_regular.webp
│ │ │ ├── phorphos_arrow_square_in_fill.webp
│ │ │ ├── phorphos_arrow_square_in_regular.webp
│ │ │ ├── phorphos_arrow_square_left_fill.webp
│ │ │ ├── phorphos_arrow_square_left_regular.webp
│ │ │ ├── phorphos_arrow_square_out_fill.webp
│ │ │ ├── phorphos_arrow_square_out_regular.webp
│ │ │ ├── phorphos_arrow_square_right_fill.webp
│ │ │ ├── phorphos_arrow_square_right_regular.webp
│ │ │ ├── phorphos_arrow_square_up_fill.webp
│ │ │ ├── phorphos_arrow_square_up_left_fill.webp
│ │ │ ├── phorphos_arrow_square_up_left_regular.webp
│ │ │ ├── phorphos_arrow_square_up_regular.webp
│ │ │ ├── phorphos_arrow_square_up_right_fill.webp
│ │ │ ├── phorphos_arrow_square_up_right_regular.webp
│ │ │ ├── phorphos_arrow_u_down_left_fill.webp
│ │ │ ├── phorphos_arrow_u_down_left_regular.webp
│ │ │ ├── phorphos_arrow_u_down_right_fill.webp
│ │ │ ├── phorphos_arrow_u_down_right_regular.webp
│ │ │ ├── phorphos_arrow_u_left_down_fill.webp
│ │ │ ├── phorphos_arrow_u_left_down_regular.webp
│ │ │ ├── phorphos_arrow_u_left_up_fill.webp
│ │ │ ├── phorphos_arrow_u_left_up_regular.webp
│ │ │ ├── phorphos_arrow_u_right_down_fill.webp
│ │ │ ├── phorphos_arrow_u_right_down_regular.webp
│ │ │ ├── phorphos_arrow_u_right_up_fill.webp
│ │ │ ├── phorphos_arrow_u_right_up_regular.webp
│ │ │ ├── phorphos_arrow_u_up_left_fill.webp
│ │ │ ├── phorphos_arrow_u_up_left_regular.webp
│ │ │ ├── phorphos_arrow_u_up_right_fill.webp
│ │ │ ├── phorphos_arrow_u_up_right_regular.webp
│ │ │ ├── phorphos_arrow_up_fill.webp
│ │ │ ├── phorphos_arrow_up_left_fill.webp
│ │ │ ├── phorphos_arrow_up_left_regular.webp
│ │ │ ├── phorphos_arrow_up_regular.webp
│ │ │ ├── phorphos_arrow_up_right_fill.webp
│ │ │ ├── phorphos_arrow_up_right_regular.webp
│ │ │ ├── phorphos_arrows_clockwise_fill.webp
│ │ │ ├── phorphos_arrows_clockwise_regular.webp
│ │ │ ├── phorphos_arrows_counter_clockwise_fill.webp
│ │ │ ├── phorphos_arrows_counter_clockwise_regular.webp
│ │ │ ├── phorphos_arrows_down_up_fill.webp
│ │ │ ├── phorphos_arrows_down_up_regular.webp
│ │ │ ├── phorphos_arrows_horizontal_fill.webp
│ │ │ ├── phorphos_arrows_horizontal_regular.webp
│ │ │ ├── phorphos_arrows_in_cardinal_fill.webp
│ │ │ ├── phorphos_arrows_in_cardinal_regular.webp
│ │ │ ├── phorphos_arrows_in_fill.webp
│ │ │ ├── phorphos_arrows_in_line_horizontal_fill.webp
│ │ │ ├── phorphos_arrows_in_line_horizontal_regular.webp
│ │ │ ├── phorphos_arrows_in_line_vertical_fill.webp
│ │ │ ├── phorphos_arrows_in_line_vertical_regular.webp
│ │ │ ├── phorphos_arrows_in_regular.webp
│ │ │ ├── phorphos_arrows_in_simple_fill.webp
│ │ │ ├── phorphos_arrows_in_simple_regular.webp
│ │ │ ├── phorphos_arrows_left_right_fill.webp
│ │ │ ├── phorphos_arrows_left_right_regular.webp
│ │ │ ├── phorphos_arrows_merge_fill.webp
│ │ │ ├── phorphos_arrows_merge_regular.webp
│ │ │ ├── phorphos_arrows_out_cardinal_fill.webp
│ │ │ ├── phorphos_arrows_out_cardinal_regular.webp
│ │ │ ├── phorphos_arrows_out_fill.webp
│ │ │ ├── phorphos_arrows_out_line_horizontal_fill.webp
│ │ │ ├── phorphos_arrows_out_line_horizontal_regular.webp
│ │ │ ├── phorphos_arrows_out_line_vertical_fill.webp
│ │ │ ├── phorphos_arrows_out_line_vertical_regular.webp
│ │ │ ├── phorphos_arrows_out_regular.webp
│ │ │ ├── phorphos_arrows_out_simple_fill.webp
│ │ │ ├── phorphos_arrows_out_simple_regular.webp
│ │ │ ├── phorphos_arrows_split_fill.webp
│ │ │ ├── phorphos_arrows_split_regular.webp
│ │ │ ├── phorphos_arrows_vertical_fill.webp
│ │ │ ├── phorphos_arrows_vertical_regular.webp
│ │ │ ├── phorphos_article_fill.webp
│ │ │ ├── phorphos_article_medium_fill.webp
│ │ │ ├── phorphos_article_medium_regular.webp
│ │ │ ├── phorphos_article_ny_times_fill.webp
│ │ │ ├── phorphos_article_ny_times_regular.webp
│ │ │ ├── phorphos_article_regular.webp
│ │ │ ├── phorphos_asclepius_fill.webp
│ │ │ ├── phorphos_asclepius_regular.webp
│ │ │ ├── phorphos_asterisk_fill.webp
│ │ │ ├── phorphos_asterisk_regular.webp
│ │ │ ├── phorphos_asterisk_simple_fill.webp
│ │ │ ├── phorphos_asterisk_simple_regular.webp
│ │ │ ├── phorphos_at_fill.webp
│ │ │ ├── phorphos_at_regular.webp
│ │ │ ├── phorphos_atom_fill.webp
│ │ │ ├── phorphos_atom_regular.webp
│ │ │ ├── phorphos_avocado_fill.webp
│ │ │ ├── phorphos_avocado_regular.webp
│ │ │ ├── phorphos_axe_fill.webp
│ │ │ ├── phorphos_axe_regular.webp
│ │ │ ├── phorphos_baby_carriage_fill.webp
│ │ │ ├── phorphos_baby_carriage_regular.webp
│ │ │ ├── phorphos_baby_fill.webp
│ │ │ ├── phorphos_baby_regular.webp
│ │ │ ├── phorphos_backpack_fill.webp
│ │ │ ├── phorphos_backpack_regular.webp
│ │ │ ├── phorphos_backspace_fill.webp
│ │ │ ├── phorphos_backspace_regular.webp
│ │ │ ├── phorphos_bag_fill.webp
│ │ │ ├── phorphos_bag_regular.webp
│ │ │ ├── phorphos_bag_simple_fill.webp
│ │ │ ├── phorphos_bag_simple_regular.webp
│ │ │ ├── phorphos_balloon_fill.webp
│ │ │ ├── phorphos_balloon_regular.webp
│ │ │ ├── phorphos_bandaids_fill.webp
│ │ │ ├── phorphos_bandaids_regular.webp
│ │ │ ├── phorphos_bank_fill.webp
│ │ │ ├── phorphos_bank_regular.webp
│ │ │ ├── phorphos_barbell_fill.webp
│ │ │ ├── phorphos_barbell_regular.webp
│ │ │ ├── phorphos_barcode_fill.webp
│ │ │ ├── phorphos_barcode_regular.webp
│ │ │ ├── phorphos_barn_fill.webp
│ │ │ ├── phorphos_barn_regular.webp
│ │ │ ├── phorphos_barricade_fill.webp
│ │ │ ├── phorphos_barricade_regular.webp
│ │ │ ├── phorphos_baseball_cap_fill.webp
│ │ │ ├── phorphos_baseball_cap_regular.webp
│ │ │ ├── phorphos_baseball_fill.webp
│ │ │ ├── phorphos_baseball_helmet_fill.webp
│ │ │ ├── phorphos_baseball_helmet_regular.webp
│ │ │ ├── phorphos_baseball_regular.webp
│ │ │ ├── phorphos_basket_fill.webp
│ │ │ ├── phorphos_basket_regular.webp
│ │ │ ├── phorphos_basketball_fill.webp
│ │ │ ├── phorphos_basketball_regular.webp
│ │ │ ├── phorphos_bathtub_fill.webp
│ │ │ ├── phorphos_bathtub_regular.webp
│ │ │ ├── phorphos_battery_charging_fill.webp
│ │ │ ├── phorphos_battery_charging_regular.webp
│ │ │ ├── phorphos_battery_charging_vertical_fill.webp
│ │ │ ├── phorphos_battery_charging_vertical_regular.webp
│ │ │ ├── phorphos_battery_empty_fill.webp
│ │ │ ├── phorphos_battery_empty_regular.webp
│ │ │ ├── phorphos_battery_full_fill.webp
│ │ │ ├── phorphos_battery_full_regular.webp
│ │ │ ├── phorphos_battery_high_fill.webp
│ │ │ ├── phorphos_battery_high_regular.webp
│ │ │ ├── phorphos_battery_low_fill.webp
│ │ │ ├── phorphos_battery_low_regular.webp
│ │ │ ├── phorphos_battery_medium_fill.webp
│ │ │ ├── phorphos_battery_medium_regular.webp
│ │ │ ├── phorphos_battery_plus_fill.webp
│ │ │ ├── phorphos_battery_plus_regular.webp
│ │ │ ├── phorphos_battery_plus_vertical_fill.webp
│ │ │ ├── phorphos_battery_plus_vertical_regular.webp
│ │ │ ├── phorphos_battery_vertical_empty_fill.webp
│ │ │ ├── phorphos_battery_vertical_empty_regular.webp
│ │ │ ├── phorphos_battery_vertical_full_fill.webp
│ │ │ ├── phorphos_battery_vertical_full_regular.webp
│ │ │ ├── phorphos_battery_vertical_high_fill.webp
│ │ │ ├── phorphos_battery_vertical_high_regular.webp
│ │ │ ├── phorphos_battery_vertical_low_fill.webp
│ │ │ ├── phorphos_battery_vertical_low_regular.webp
│ │ │ ├── phorphos_battery_vertical_medium_fill.webp
│ │ │ ├── phorphos_battery_vertical_medium_regular.webp
│ │ │ ├── phorphos_battery_warning_fill.webp
│ │ │ ├── phorphos_battery_warning_regular.webp
│ │ │ ├── phorphos_battery_warning_vertical_fill.webp
│ │ │ ├── phorphos_battery_warning_vertical_regular.webp
│ │ │ ├── phorphos_beach_ball_fill.webp
│ │ │ ├── phorphos_beach_ball_regular.webp
│ │ │ ├── phorphos_beanie_fill.webp
│ │ │ ├── phorphos_beanie_regular.webp
│ │ │ ├── phorphos_bed_fill.webp
│ │ │ ├── phorphos_bed_regular.webp
│ │ │ ├── phorphos_beer_bottle_fill.webp
│ │ │ ├── phorphos_beer_bottle_regular.webp
│ │ │ ├── phorphos_beer_stein_fill.webp
│ │ │ ├── phorphos_beer_stein_regular.webp
│ │ │ ├── phorphos_behance_logo_fill.webp
│ │ │ ├── phorphos_behance_logo_regular.webp
│ │ │ ├── phorphos_bell_fill.webp
│ │ │ ├── phorphos_bell_regular.webp
│ │ │ ├── phorphos_bell_ringing_fill.webp
│ │ │ ├── phorphos_bell_ringing_regular.webp
│ │ │ ├── phorphos_bell_simple_fill.webp
│ │ │ ├── phorphos_bell_simple_regular.webp
│ │ │ ├── phorphos_bell_simple_ringing_fill.webp
│ │ │ ├── phorphos_bell_simple_ringing_regular.webp
│ │ │ ├── phorphos_bell_simple_slash_fill.webp
│ │ │ ├── phorphos_bell_simple_slash_regular.webp
│ │ │ ├── phorphos_bell_simple_z_fill.webp
│ │ │ ├── phorphos_bell_simple_z_regular.webp
│ │ │ ├── phorphos_bell_slash_fill.webp
│ │ │ ├── phorphos_bell_slash_regular.webp
│ │ │ ├── phorphos_bell_z_fill.webp
│ │ │ ├── phorphos_bell_z_regular.webp
│ │ │ ├── phorphos_belt_fill.webp
│ │ │ ├── phorphos_belt_regular.webp
│ │ │ ├── phorphos_bezier_curve_fill.webp
│ │ │ ├── phorphos_bezier_curve_regular.webp
│ │ │ ├── phorphos_bicycle_fill.webp
│ │ │ ├── phorphos_bicycle_regular.webp
│ │ │ ├── phorphos_binary_fill.webp
│ │ │ ├── phorphos_binary_regular.webp
│ │ │ ├── phorphos_binoculars_fill.webp
│ │ │ ├── phorphos_binoculars_regular.webp
│ │ │ ├── phorphos_biohazard_fill.webp
│ │ │ ├── phorphos_biohazard_regular.webp
│ │ │ ├── phorphos_bird_fill.webp
│ │ │ ├── phorphos_bird_regular.webp
│ │ │ ├── phorphos_blueprint_fill.webp
│ │ │ ├── phorphos_blueprint_regular.webp
│ │ │ ├── phorphos_bluetooth_connected_fill.webp
│ │ │ ├── phorphos_bluetooth_connected_regular.webp
│ │ │ ├── phorphos_bluetooth_fill.webp
│ │ │ ├── phorphos_bluetooth_regular.webp
│ │ │ ├── phorphos_bluetooth_slash_fill.webp
│ │ │ ├── phorphos_bluetooth_slash_regular.webp
│ │ │ ├── phorphos_bluetooth_x_fill.webp
│ │ │ ├── phorphos_bluetooth_x_regular.webp
│ │ │ ├── phorphos_boat_fill.webp
│ │ │ ├── phorphos_boat_regular.webp
│ │ │ ├── phorphos_bomb_fill.webp
│ │ │ ├── phorphos_bomb_regular.webp
│ │ │ ├── phorphos_bone_fill.webp
│ │ │ ├── phorphos_bone_regular.webp
│ │ │ ├── phorphos_book_bookmark_fill.webp
│ │ │ ├── phorphos_book_bookmark_regular.webp
│ │ │ ├── phorphos_book_fill.webp
│ │ │ ├── phorphos_book_open_fill.webp
│ │ │ ├── phorphos_book_open_regular.webp
│ │ │ ├── phorphos_book_open_text_fill.webp
│ │ │ ├── phorphos_book_open_text_regular.webp
│ │ │ ├── phorphos_book_open_user_fill.webp
│ │ │ ├── phorphos_book_open_user_regular.webp
│ │ │ ├── phorphos_book_regular.webp
│ │ │ ├── phorphos_bookmark_fill.webp
│ │ │ ├── phorphos_bookmark_regular.webp
│ │ │ ├── phorphos_bookmark_simple_fill.webp
│ │ │ ├── phorphos_bookmark_simple_regular.webp
│ │ │ ├── phorphos_bookmarks_fill.webp
│ │ │ ├── phorphos_bookmarks_regular.webp
│ │ │ ├── phorphos_bookmarks_simple_fill.webp
│ │ │ ├── phorphos_bookmarks_simple_regular.webp
│ │ │ ├── phorphos_books_fill.webp
│ │ │ ├── phorphos_books_regular.webp
│ │ │ ├── phorphos_boot_fill.webp
│ │ │ ├── phorphos_boot_regular.webp
│ │ │ ├── phorphos_boules_fill.webp
│ │ │ ├── phorphos_boules_regular.webp
│ │ │ ├── phorphos_bounding_box_fill.webp
│ │ │ ├── phorphos_bounding_box_regular.webp
│ │ │ ├── phorphos_bowl_food_fill.webp
│ │ │ ├── phorphos_bowl_food_regular.webp
│ │ │ ├── phorphos_bowl_steam_fill.webp
│ │ │ ├── phorphos_bowl_steam_regular.webp
│ │ │ ├── phorphos_bowling_ball_fill.webp
│ │ │ ├── phorphos_bowling_ball_regular.webp
│ │ │ ├── phorphos_box_arrow_down_fill.webp
│ │ │ ├── phorphos_box_arrow_down_regular.webp
│ │ │ ├── phorphos_box_arrow_up_fill.webp
│ │ │ ├── phorphos_box_arrow_up_regular.webp
│ │ │ ├── phorphos_boxing_glove_fill.webp
│ │ │ ├── phorphos_boxing_glove_regular.webp
│ │ │ ├── phorphos_brackets_angle_fill.webp
│ │ │ ├── phorphos_brackets_angle_regular.webp
│ │ │ ├── phorphos_brackets_curly_fill.webp
│ │ │ ├── phorphos_brackets_curly_regular.webp
│ │ │ ├── phorphos_brackets_round_fill.webp
│ │ │ ├── phorphos_brackets_round_regular.webp
│ │ │ ├── phorphos_brackets_square_fill.webp
│ │ │ ├── phorphos_brackets_square_regular.webp
│ │ │ ├── phorphos_brain_fill.webp
│ │ │ ├── phorphos_brain_regular.webp
│ │ │ ├── phorphos_brandy_fill.webp
│ │ │ ├── phorphos_brandy_regular.webp
│ │ │ ├── phorphos_bread_fill.webp
│ │ │ ├── phorphos_bread_regular.webp
│ │ │ ├── phorphos_bridge_fill.webp
│ │ │ ├── phorphos_bridge_regular.webp
│ │ │ ├── phorphos_briefcase_fill.webp
│ │ │ ├── phorphos_briefcase_metal_fill.webp
│ │ │ ├── phorphos_briefcase_metal_regular.webp
│ │ │ ├── phorphos_briefcase_regular.webp
│ │ │ ├── phorphos_broadcast_fill.webp
│ │ │ ├── phorphos_broadcast_regular.webp
│ │ │ ├── phorphos_broom_fill.webp
│ │ │ ├── phorphos_broom_regular.webp
│ │ │ ├── phorphos_browser_fill.webp
│ │ │ ├── phorphos_browser_regular.webp
│ │ │ ├── phorphos_browsers_fill.webp
│ │ │ ├── phorphos_browsers_regular.webp
│ │ │ ├── phorphos_bug_beetle_fill.webp
│ │ │ ├── phorphos_bug_beetle_regular.webp
│ │ │ ├── phorphos_bug_droid_fill.webp
│ │ │ ├── phorphos_bug_droid_regular.webp
│ │ │ ├── phorphos_bug_fill.webp
│ │ │ ├── phorphos_bug_regular.webp
│ │ │ ├── phorphos_building_apartment_fill.webp
│ │ │ ├── phorphos_building_apartment_regular.webp
│ │ │ ├── phorphos_building_fill.webp
│ │ │ ├── phorphos_building_office_fill.webp
│ │ │ ├── phorphos_building_office_regular.webp
│ │ │ ├── phorphos_building_regular.webp
│ │ │ ├── phorphos_buildings_fill.webp
│ │ │ ├── phorphos_buildings_regular.webp
│ │ │ ├── phorphos_bulldozer_fill.webp
│ │ │ ├── phorphos_bulldozer_regular.webp
│ │ │ ├── phorphos_bus_fill.webp
│ │ │ ├── phorphos_bus_regular.webp
│ │ │ ├── phorphos_butterfly_fill.webp
│ │ │ ├── phorphos_butterfly_regular.webp
│ │ │ ├── phorphos_cable_car_fill.webp
│ │ │ ├── phorphos_cable_car_regular.webp
│ │ │ ├── phorphos_cactus_fill.webp
│ │ │ ├── phorphos_cactus_regular.webp
│ │ │ ├── phorphos_cake_fill.webp
│ │ │ ├── phorphos_cake_regular.webp
│ │ │ ├── phorphos_calculator_fill.webp
│ │ │ ├── phorphos_calculator_regular.webp
│ │ │ ├── phorphos_calendar_blank_fill.webp
│ │ │ ├── phorphos_calendar_blank_regular.webp
│ │ │ ├── phorphos_calendar_check_fill.webp
│ │ │ ├── phorphos_calendar_check_regular.webp
│ │ │ ├── phorphos_calendar_dot_fill.webp
│ │ │ ├── phorphos_calendar_dot_regular.webp
│ │ │ ├── phorphos_calendar_dots_fill.webp
│ │ │ ├── phorphos_calendar_dots_regular.webp
│ │ │ ├── phorphos_calendar_fill.webp
│ │ │ ├── phorphos_calendar_heart_fill.webp
│ │ │ ├── phorphos_calendar_heart_regular.webp
│ │ │ ├── phorphos_calendar_minus_fill.webp
│ │ │ ├── phorphos_calendar_minus_regular.webp
│ │ │ ├── phorphos_calendar_plus_fill.webp
│ │ │ ├── phorphos_calendar_plus_regular.webp
│ │ │ ├── phorphos_calendar_regular.webp
│ │ │ ├── phorphos_calendar_slash_fill.webp
│ │ │ ├── phorphos_calendar_slash_regular.webp
│ │ │ ├── phorphos_calendar_star_fill.webp
│ │ │ ├── phorphos_calendar_star_regular.webp
│ │ │ ├── phorphos_calendar_x_fill.webp
│ │ │ ├── phorphos_calendar_x_regular.webp
│ │ │ ├── phorphos_call_bell_fill.webp
│ │ │ ├── phorphos_call_bell_regular.webp
│ │ │ ├── phorphos_camera_fill.webp
│ │ │ ├── phorphos_camera_plus_fill.webp
│ │ │ ├── phorphos_camera_plus_regular.webp
│ │ │ ├── phorphos_camera_regular.webp
│ │ │ ├── phorphos_camera_rotate_fill.webp
│ │ │ ├── phorphos_camera_rotate_regular.webp
│ │ │ ├── phorphos_camera_slash_fill.webp
│ │ │ ├── phorphos_camera_slash_regular.webp
│ │ │ ├── phorphos_campfire_fill.webp
│ │ │ ├── phorphos_campfire_regular.webp
│ │ │ ├── phorphos_car_battery_fill.webp
│ │ │ ├── phorphos_car_battery_regular.webp
│ │ │ ├── phorphos_car_fill.webp
│ │ │ ├── phorphos_car_profile_fill.webp
│ │ │ ├── phorphos_car_profile_regular.webp
│ │ │ ├── phorphos_car_regular.webp
│ │ │ ├── phorphos_car_simple_fill.webp
│ │ │ ├── phorphos_car_simple_regular.webp
│ │ │ ├── phorphos_cardholder_fill.webp
│ │ │ ├── phorphos_cardholder_regular.webp
│ │ │ ├── phorphos_cards_fill.webp
│ │ │ ├── phorphos_cards_regular.webp
│ │ │ ├── phorphos_cards_three_fill.webp
│ │ │ ├── phorphos_cards_three_regular.webp
│ │ │ ├── phorphos_caret_circle_double_down_fill.webp
│ │ │ ├── phorphos_caret_circle_double_down_regular.webp
│ │ │ ├── phorphos_caret_circle_double_left_fill.webp
│ │ │ ├── phorphos_caret_circle_double_left_regular.webp
│ │ │ ├── phorphos_caret_circle_double_right_fill.webp
│ │ │ ├── phorphos_caret_circle_double_right_regular.webp
│ │ │ ├── phorphos_caret_circle_double_up_fill.webp
│ │ │ ├── phorphos_caret_circle_double_up_regular.webp
│ │ │ ├── phorphos_caret_circle_down_fill.webp
│ │ │ ├── phorphos_caret_circle_down_regular.webp
│ │ │ ├── phorphos_caret_circle_left_fill.webp
│ │ │ ├── phorphos_caret_circle_left_regular.webp
│ │ │ ├── phorphos_caret_circle_right_fill.webp
│ │ │ ├── phorphos_caret_circle_right_regular.webp
│ │ │ ├── phorphos_caret_circle_up_down_fill.webp
│ │ │ ├── phorphos_caret_circle_up_down_regular.webp
│ │ │ ├── phorphos_caret_circle_up_fill.webp
│ │ │ ├── phorphos_caret_circle_up_regular.webp
│ │ │ ├── phorphos_caret_double_down_fill.webp
│ │ │ ├── phorphos_caret_double_down_regular.webp
│ │ │ ├── phorphos_caret_double_left_fill.webp
│ │ │ ├── phorphos_caret_double_left_regular.webp
│ │ │ ├── phorphos_caret_double_right_fill.webp
│ │ │ ├── phorphos_caret_double_right_regular.webp
│ │ │ ├── phorphos_caret_double_up_fill.webp
│ │ │ ├── phorphos_caret_double_up_regular.webp
│ │ │ ├── phorphos_caret_down_fill.webp
│ │ │ ├── phorphos_caret_down_regular.webp
│ │ │ ├── phorphos_caret_left_fill.webp
│ │ │ ├── phorphos_caret_left_regular.webp
│ │ │ ├── phorphos_caret_line_down_fill.webp
│ │ │ ├── phorphos_caret_line_down_regular.webp
│ │ │ ├── phorphos_caret_line_left_fill.webp
│ │ │ ├── phorphos_caret_line_left_regular.webp
│ │ │ ├── phorphos_caret_line_right_fill.webp
│ │ │ ├── phorphos_caret_line_right_regular.webp
│ │ │ ├── phorphos_caret_line_up_fill.webp
│ │ │ ├── phorphos_caret_line_up_regular.webp
│ │ │ ├── phorphos_caret_right_fill.webp
│ │ │ ├── phorphos_caret_right_regular.webp
│ │ │ ├── phorphos_caret_up_down_fill.webp
│ │ │ ├── phorphos_caret_up_down_regular.webp
│ │ │ ├── phorphos_caret_up_fill.webp
│ │ │ ├── phorphos_caret_up_regular.webp
│ │ │ ├── phorphos_carrot_fill.webp
│ │ │ ├── phorphos_carrot_regular.webp
│ │ │ ├── phorphos_cash_register_fill.webp
│ │ │ ├── phorphos_cash_register_regular.webp
│ │ │ ├── phorphos_cassette_tape_fill.webp
│ │ │ ├── phorphos_cassette_tape_regular.webp
│ │ │ ├── phorphos_castle_turret_fill.webp
│ │ │ ├── phorphos_castle_turret_regular.webp
│ │ │ ├── phorphos_cat_fill.webp
│ │ │ ├── phorphos_cat_regular.webp
│ │ │ ├── phorphos_cell_signal_full_fill.webp
│ │ │ ├── phorphos_cell_signal_full_regular.webp
│ │ │ ├── phorphos_cell_signal_high_fill.webp
│ │ │ ├── phorphos_cell_signal_high_regular.webp
│ │ │ ├── phorphos_cell_signal_low_fill.webp
│ │ │ ├── phorphos_cell_signal_low_regular.webp
│ │ │ ├── phorphos_cell_signal_medium_fill.webp
│ │ │ ├── phorphos_cell_signal_medium_regular.webp
│ │ │ ├── phorphos_cell_signal_none_fill.webp
│ │ │ ├── phorphos_cell_signal_none_regular.webp
│ │ │ ├── phorphos_cell_signal_slash_fill.webp
│ │ │ ├── phorphos_cell_signal_slash_regular.webp
│ │ │ ├── phorphos_cell_signal_x_fill.webp
│ │ │ ├── phorphos_cell_signal_x_regular.webp
│ │ │ ├── phorphos_cell_tower_fill.webp
│ │ │ ├── phorphos_cell_tower_regular.webp
│ │ │ ├── phorphos_certificate_fill.webp
│ │ │ ├── phorphos_certificate_regular.webp
│ │ │ ├── phorphos_chair_fill.webp
│ │ │ ├── phorphos_chair_regular.webp
│ │ │ ├── phorphos_chalkboard_fill.webp
│ │ │ ├── phorphos_chalkboard_regular.webp
│ │ │ ├── phorphos_chalkboard_simple_fill.webp
│ │ │ ├── phorphos_chalkboard_simple_regular.webp
│ │ │ ├── phorphos_chalkboard_teacher_fill.webp
│ │ │ ├── phorphos_chalkboard_teacher_regular.webp
│ │ │ ├── phorphos_champagne_fill.webp
│ │ │ ├── phorphos_champagne_regular.webp
│ │ │ ├── phorphos_charging_station_fill.webp
│ │ │ ├── phorphos_charging_station_regular.webp
│ │ │ ├── phorphos_chart_bar_fill.webp
│ │ │ ├── phorphos_chart_bar_horizontal_fill.webp
│ │ │ ├── phorphos_chart_bar_horizontal_regular.webp
│ │ │ ├── phorphos_chart_bar_horizontal_rotated_fill.webp
│ │ │ ├── phorphos_chart_bar_regular.webp
│ │ │ ├── phorphos_chart_donut_fill.webp
│ │ │ ├── phorphos_chart_donut_regular.webp
│ │ │ ├── phorphos_chart_line_down_fill.webp
│ │ │ ├── phorphos_chart_line_down_regular.webp
│ │ │ ├── phorphos_chart_line_fill.webp
│ │ │ ├── phorphos_chart_line_regular.webp
│ │ │ ├── phorphos_chart_line_up_fill.webp
│ │ │ ├── phorphos_chart_line_up_regular.webp
│ │ │ ├── phorphos_chart_pie_fill.webp
│ │ │ ├── phorphos_chart_pie_regular.webp
│ │ │ ├── phorphos_chart_pie_slice_fill.webp
│ │ │ ├── phorphos_chart_pie_slice_regular.webp
│ │ │ ├── phorphos_chart_polar_fill.webp
│ │ │ ├── phorphos_chart_polar_regular.webp
│ │ │ ├── phorphos_chart_scatter_fill.webp
│ │ │ ├── phorphos_chart_scatter_regular.webp
│ │ │ ├── phorphos_chat_centered_dots_fill.webp
│ │ │ ├── phorphos_chat_centered_dots_regular.webp
│ │ │ ├── phorphos_chat_centered_fill.webp
│ │ │ ├── phorphos_chat_centered_regular.webp
│ │ │ ├── phorphos_chat_centered_slash_fill.webp
│ │ │ ├── phorphos_chat_centered_slash_regular.webp
│ │ │ ├── phorphos_chat_centered_text_fill.webp
│ │ │ ├── phorphos_chat_centered_text_regular.webp
│ │ │ ├── phorphos_chat_circle_dots_fill.webp
│ │ │ ├── phorphos_chat_circle_dots_regular.webp
│ │ │ ├── phorphos_chat_circle_fill.webp
│ │ │ ├── phorphos_chat_circle_regular.webp
│ │ │ ├── phorphos_chat_circle_slash_fill.webp
│ │ │ ├── phorphos_chat_circle_slash_regular.webp
│ │ │ ├── phorphos_chat_circle_text_fill.webp
│ │ │ ├── phorphos_chat_circle_text_regular.webp
│ │ │ ├── phorphos_chat_dots_fill.webp
│ │ │ ├── phorphos_chat_dots_regular.webp
│ │ │ ├── phorphos_chat_fill.webp
│ │ │ ├── phorphos_chat_regular.webp
│ │ │ ├── phorphos_chat_slash_fill.webp
│ │ │ ├── phorphos_chat_slash_regular.webp
│ │ │ ├── phorphos_chat_teardrop_dots_fill.webp
│ │ │ ├── phorphos_chat_teardrop_dots_regular.webp
│ │ │ ├── phorphos_chat_teardrop_fill.webp
│ │ │ ├── phorphos_chat_teardrop_regular.webp
│ │ │ ├── phorphos_chat_teardrop_slash_fill.webp
│ │ │ ├── phorphos_chat_teardrop_slash_regular.webp
│ │ │ ├── phorphos_chat_teardrop_text_fill.webp
│ │ │ ├── phorphos_chat_teardrop_text_regular.webp
│ │ │ ├── phorphos_chat_text_fill.webp
│ │ │ ├── phorphos_chat_text_regular.webp
│ │ │ ├── phorphos_chats_circle_fill.webp
│ │ │ ├── phorphos_chats_circle_regular.webp
│ │ │ ├── phorphos_chats_fill.webp
│ │ │ ├── phorphos_chats_regular.webp
│ │ │ ├── phorphos_chats_teardrop_fill.webp
│ │ │ ├── phorphos_chats_teardrop_regular.webp
│ │ │ ├── phorphos_check_circle_fill.webp
│ │ │ ├── phorphos_check_circle_regular.webp
│ │ │ ├── phorphos_check_fat_fill.webp
│ │ │ ├── phorphos_check_fat_regular.webp
│ │ │ ├── phorphos_check_fill.webp
│ │ │ ├── phorphos_check_regular.webp
│ │ │ ├── phorphos_check_square_fill.webp
│ │ │ ├── phorphos_check_square_offset_fill.webp
│ │ │ ├── phorphos_check_square_offset_regular.webp
│ │ │ ├── phorphos_check_square_regular.webp
│ │ │ ├── phorphos_checkerboard_fill.webp
│ │ │ ├── phorphos_checkerboard_regular.webp
│ │ │ ├── phorphos_checks_fill.webp
│ │ │ ├── phorphos_checks_regular.webp
│ │ │ ├── phorphos_cheers_fill.webp
│ │ │ ├── phorphos_cheers_regular.webp
│ │ │ ├── phorphos_cheese_fill.webp
│ │ │ ├── phorphos_cheese_regular.webp
│ │ │ ├── phorphos_chef_hat_fill.webp
│ │ │ ├── phorphos_chef_hat_regular.webp
│ │ │ ├── phorphos_cherries_fill.webp
│ │ │ ├── phorphos_cherries_regular.webp
│ │ │ ├── phorphos_church_fill.webp
│ │ │ ├── phorphos_church_regular.webp
│ │ │ ├── phorphos_cigarette_fill.webp
│ │ │ ├── phorphos_cigarette_regular.webp
│ │ │ ├── phorphos_cigarette_slash_fill.webp
│ │ │ ├── phorphos_cigarette_slash_regular.webp
│ │ │ ├── phorphos_circle_dashed_fill.webp
│ │ │ ├── phorphos_circle_dashed_regular.webp
│ │ │ ├── phorphos_circle_fill.webp
│ │ │ ├── phorphos_circle_half_fill.webp
│ │ │ ├── phorphos_circle_half_regular.webp
│ │ │ ├── phorphos_circle_half_tilt_fill.webp
│ │ │ ├── phorphos_circle_half_tilt_regular.webp
│ │ │ ├── phorphos_circle_notch_fill.webp
│ │ │ ├── phorphos_circle_notch_regular.webp
│ │ │ ├── phorphos_circle_regular.webp
│ │ │ ├── phorphos_circles_four_fill.webp
│ │ │ ├── phorphos_circles_four_regular.webp
│ │ │ ├── phorphos_circles_three_fill.webp
│ │ │ ├── phorphos_circles_three_plus_fill.webp
│ │ │ ├── phorphos_circles_three_plus_regular.webp
│ │ │ ├── phorphos_circles_three_regular.webp
│ │ │ ├── phorphos_circuitry_fill.webp
│ │ │ ├── phorphos_circuitry_regular.webp
│ │ │ ├── phorphos_city_fill.webp
│ │ │ ├── phorphos_city_regular.webp
│ │ │ ├── phorphos_clipboard_fill.webp
│ │ │ ├── phorphos_clipboard_regular.webp
│ │ │ ├── phorphos_clipboard_text_fill.webp
│ │ │ ├── phorphos_clipboard_text_regular.webp
│ │ │ ├── phorphos_clock_afternoon_fill.webp
│ │ │ ├── phorphos_clock_afternoon_regular.webp
│ │ │ ├── phorphos_clock_clockwise_fill.webp
│ │ │ ├── phorphos_clock_clockwise_regular.webp
│ │ │ ├── phorphos_clock_countdown_fill.webp
│ │ │ ├── phorphos_clock_countdown_regular.webp
│ │ │ ├── phorphos_clock_counter_clockwise_fill.webp
│ │ │ ├── phorphos_clock_counter_clockwise_regular.webp
│ │ │ ├── phorphos_clock_fill.webp
│ │ │ ├── phorphos_clock_regular.webp
│ │ │ ├── phorphos_clock_user_fill.webp
│ │ │ ├── phorphos_clock_user_regular.webp
│ │ │ ├── phorphos_closed_captioning_fill.webp
│ │ │ ├── phorphos_closed_captioning_regular.webp
│ │ │ ├── phorphos_cloud_arrow_down_fill.webp
│ │ │ ├── phorphos_cloud_arrow_down_regular.webp
│ │ │ ├── phorphos_cloud_arrow_up_fill.webp
│ │ │ ├── phorphos_cloud_arrow_up_regular.webp
│ │ │ ├── phorphos_cloud_check_fill.webp
│ │ │ ├── phorphos_cloud_check_regular.webp
│ │ │ ├── phorphos_cloud_fill.webp
│ │ │ ├── phorphos_cloud_fog_fill.webp
│ │ │ ├── phorphos_cloud_fog_regular.webp
│ │ │ ├── phorphos_cloud_lightning_fill.webp
│ │ │ ├── phorphos_cloud_lightning_regular.webp
│ │ │ ├── phorphos_cloud_moon_fill.webp
│ │ │ ├── phorphos_cloud_moon_regular.webp
│ │ │ ├── phorphos_cloud_rain_fill.webp
│ │ │ ├── phorphos_cloud_rain_regular.webp
│ │ │ ├── phorphos_cloud_regular.webp
│ │ │ ├── phorphos_cloud_slash_fill.webp
│ │ │ ├── phorphos_cloud_slash_regular.webp
│ │ │ ├── phorphos_cloud_snow_fill.webp
│ │ │ ├── phorphos_cloud_snow_regular.webp
│ │ │ ├── phorphos_cloud_sun_fill.webp
│ │ │ ├── phorphos_cloud_sun_regular.webp
│ │ │ ├── phorphos_cloud_warning_fill.webp
│ │ │ ├── phorphos_cloud_warning_regular.webp
│ │ │ ├── phorphos_cloud_x_fill.webp
│ │ │ ├── phorphos_cloud_x_regular.webp
│ │ │ ├── phorphos_clover_fill.webp
│ │ │ ├── phorphos_clover_regular.webp
│ │ │ ├── phorphos_club_fill.webp
│ │ │ ├── phorphos_club_regular.webp
│ │ │ ├── phorphos_coat_hanger_fill.webp
│ │ │ ├── phorphos_coat_hanger_regular.webp
│ │ │ ├── phorphos_coda_logo_fill.webp
│ │ │ ├── phorphos_coda_logo_regular.webp
│ │ │ ├── phorphos_code_block_fill.webp
│ │ │ ├── phorphos_code_block_regular.webp
│ │ │ ├── phorphos_code_fill.webp
│ │ │ ├── phorphos_code_regular.webp
│ │ │ ├── phorphos_code_simple_fill.webp
│ │ │ ├── phorphos_code_simple_regular.webp
│ │ │ ├── phorphos_codepen_logo_fill.webp
│ │ │ ├── phorphos_codepen_logo_regular.webp
│ │ │ ├── phorphos_codesandbox_logo_fill.webp
│ │ │ ├── phorphos_codesandbox_logo_regular.webp
│ │ │ ├── phorphos_coffee_bean_fill.webp
│ │ │ ├── phorphos_coffee_bean_regular.webp
│ │ │ ├── phorphos_coffee_fill.webp
│ │ │ ├── phorphos_coffee_regular.webp
│ │ │ ├── phorphos_coin_fill.webp
│ │ │ ├── phorphos_coin_regular.webp
│ │ │ ├── phorphos_coin_vertical_fill.webp
│ │ │ ├── phorphos_coin_vertical_regular.webp
│ │ │ ├── phorphos_coins_fill.webp
│ │ │ ├── phorphos_coins_regular.webp
│ │ │ ├── phorphos_columns_fill.webp
│ │ │ ├── phorphos_columns_plus_left_fill.webp
│ │ │ ├── phorphos_columns_plus_left_regular.webp
│ │ │ ├── phorphos_columns_plus_right_fill.webp
│ │ │ ├── phorphos_columns_plus_right_regular.webp
│ │ │ ├── phorphos_columns_regular.webp
│ │ │ ├── phorphos_command_fill.webp
│ │ │ ├── phorphos_command_regular.webp
│ │ │ ├── phorphos_compass_fill.webp
│ │ │ ├── phorphos_compass_regular.webp
│ │ │ ├── phorphos_compass_rose_fill.webp
│ │ │ ├── phorphos_compass_rose_regular.webp
│ │ │ ├── phorphos_compass_tool_fill.webp
│ │ │ ├── phorphos_compass_tool_regular.webp
│ │ │ ├── phorphos_computer_tower_fill.webp
│ │ │ ├── phorphos_computer_tower_regular.webp
│ │ │ ├── phorphos_confetti_fill.webp
│ │ │ ├── phorphos_confetti_regular.webp
│ │ │ ├── phorphos_contactless_payment_fill.webp
│ │ │ ├── phorphos_contactless_payment_regular.webp
│ │ │ ├── phorphos_control_fill.webp
│ │ │ ├── phorphos_control_regular.webp
│ │ │ ├── phorphos_cookie_fill.webp
│ │ │ ├── phorphos_cookie_regular.webp
│ │ │ ├── phorphos_cooking_pot_fill.webp
│ │ │ ├── phorphos_cooking_pot_regular.webp
│ │ │ ├── phorphos_copy_fill.webp
│ │ │ ├── phorphos_copy_regular.webp
│ │ │ ├── phorphos_copy_simple_fill.webp
│ │ │ ├── phorphos_copy_simple_regular.webp
│ │ │ ├── phorphos_copyleft_fill.webp
│ │ │ ├── phorphos_copyleft_regular.webp
│ │ │ ├── phorphos_copyright_fill.webp
│ │ │ ├── phorphos_copyright_regular.webp
│ │ │ ├── phorphos_corners_in_fill.webp
│ │ │ ├── phorphos_corners_in_regular.webp
│ │ │ ├── phorphos_corners_out_fill.webp
│ │ │ ├── phorphos_corners_out_regular.webp
│ │ │ ├── phorphos_couch_fill.webp
│ │ │ ├── phorphos_couch_regular.webp
│ │ │ ├── phorphos_court_basketball_fill.webp
│ │ │ ├── phorphos_court_basketball_regular.webp
│ │ │ ├── phorphos_cow_fill.webp
│ │ │ ├── phorphos_cow_regular.webp
│ │ │ ├── phorphos_cowboy_hat_fill.webp
│ │ │ ├── phorphos_cowboy_hat_regular.webp
│ │ │ ├── phorphos_cpu_fill.webp
│ │ │ ├── phorphos_cpu_regular.webp
│ │ │ ├── phorphos_crane_fill.webp
│ │ │ ├── phorphos_crane_regular.webp
│ │ │ ├── phorphos_crane_tower_fill.webp
│ │ │ ├── phorphos_crane_tower_regular.webp
│ │ │ ├── phorphos_credit_card_fill.webp
│ │ │ ├── phorphos_credit_card_regular.webp
│ │ │ ├── phorphos_cricket_fill.webp
│ │ │ ├── phorphos_cricket_regular.webp
│ │ │ ├── phorphos_crop_fill.webp
│ │ │ ├── phorphos_crop_regular.webp
│ │ │ ├── phorphos_cross_fill.webp
│ │ │ ├── phorphos_cross_regular.webp
│ │ │ ├── phorphos_crosshair_fill.webp
│ │ │ ├── phorphos_crosshair_regular.webp
│ │ │ ├── phorphos_crosshair_simple_fill.webp
│ │ │ ├── phorphos_crosshair_simple_regular.webp
│ │ │ ├── phorphos_crown_cross_fill.webp
│ │ │ ├── phorphos_crown_cross_regular.webp
│ │ │ ├── phorphos_crown_fill.webp
│ │ │ ├── phorphos_crown_regular.webp
│ │ │ ├── phorphos_crown_simple_fill.webp
│ │ │ ├── phorphos_crown_simple_regular.webp
│ │ │ ├── phorphos_cube_fill.webp
│ │ │ ├── phorphos_cube_focus_fill.webp
│ │ │ ├── phorphos_cube_focus_regular.webp
│ │ │ ├── phorphos_cube_regular.webp
│ │ │ ├── phorphos_cube_transparent_fill.webp
│ │ │ ├── phorphos_cube_transparent_regular.webp
│ │ │ ├── phorphos_currency_btc_fill.webp
│ │ │ ├── phorphos_currency_btc_regular.webp
│ │ │ ├── phorphos_currency_circle_dollar_fill.webp
│ │ │ ├── phorphos_currency_circle_dollar_regular.webp
│ │ │ ├── phorphos_currency_cny_fill.webp
│ │ │ ├── phorphos_currency_cny_regular.webp
│ │ │ ├── phorphos_currency_dollar_fill.webp
│ │ │ ├── phorphos_currency_dollar_regular.webp
│ │ │ ├── phorphos_currency_dollar_simple_fill.webp
│ │ │ ├── phorphos_currency_dollar_simple_regular.webp
│ │ │ ├── phorphos_currency_eth_fill.webp
│ │ │ ├── phorphos_currency_eth_regular.webp
│ │ │ ├── phorphos_currency_eur_fill.webp
│ │ │ ├── phorphos_currency_eur_regular.webp
│ │ │ ├── phorphos_currency_gbp_fill.webp
│ │ │ ├── phorphos_currency_gbp_regular.webp
│ │ │ ├── phorphos_currency_inr_fill.webp
│ │ │ ├── phorphos_currency_inr_regular.webp
│ │ │ ├── phorphos_currency_jpy_fill.webp
│ │ │ ├── phorphos_currency_jpy_regular.webp
│ │ │ ├── phorphos_currency_krw_fill.webp
│ │ │ ├── phorphos_currency_krw_regular.webp
│ │ │ ├── phorphos_currency_kzt_fill.webp
│ │ │ ├── phorphos_currency_kzt_regular.webp
│ │ │ ├── phorphos_currency_ngn_fill.webp
│ │ │ ├── phorphos_currency_ngn_regular.webp
│ │ │ ├── phorphos_currency_rub_fill.webp
│ │ │ ├── phorphos_currency_rub_regular.webp
│ │ │ ├── phorphos_cursor_click_fill.webp
│ │ │ ├── phorphos_cursor_click_regular.webp
│ │ │ ├── phorphos_cursor_fill.webp
│ │ │ ├── phorphos_cursor_regular.webp
│ │ │ ├── phorphos_cursor_text_fill.webp
│ │ │ ├── phorphos_cursor_text_regular.webp
│ │ │ ├── phorphos_cylinder_fill.webp
│ │ │ ├── phorphos_cylinder_regular.webp
│ │ │ ├── phorphos_database_fill.webp
│ │ │ ├── phorphos_database_regular.webp
│ │ │ ├── phorphos_desk_fill.webp
│ │ │ ├── phorphos_desk_regular.webp
│ │ │ ├── phorphos_desktop_fill.webp
│ │ │ ├── phorphos_desktop_regular.webp
│ │ │ ├── phorphos_desktop_tower_fill.webp
│ │ │ ├── phorphos_desktop_tower_regular.webp
│ │ │ ├── phorphos_detective_fill.webp
│ │ │ ├── phorphos_detective_regular.webp
│ │ │ ├── phorphos_dev_to_logo_fill.webp
│ │ │ ├── phorphos_dev_to_logo_regular.webp
│ │ │ ├── phorphos_device_mobile_camera_fill.webp
│ │ │ ├── phorphos_device_mobile_camera_regular.webp
│ │ │ ├── phorphos_device_mobile_fill.webp
│ │ │ ├── phorphos_device_mobile_regular.webp
│ │ │ ├── phorphos_device_mobile_slash_fill.webp
│ │ │ ├── phorphos_device_mobile_slash_regular.webp
│ │ │ ├── phorphos_device_mobile_speaker_fill.webp
│ │ │ ├── phorphos_device_mobile_speaker_regular.webp
│ │ │ ├── phorphos_device_rotate_fill.webp
│ │ │ ├── phorphos_device_rotate_regular.webp
│ │ │ ├── phorphos_device_tablet_camera_fill.webp
│ │ │ ├── phorphos_device_tablet_camera_regular.webp
│ │ │ ├── phorphos_device_tablet_fill.webp
│ │ │ ├── phorphos_device_tablet_regular.webp
│ │ │ ├── phorphos_device_tablet_speaker_fill.webp
│ │ │ ├── phorphos_device_tablet_speaker_regular.webp
│ │ │ ├── phorphos_devices_fill.webp
│ │ │ ├── phorphos_devices_regular.webp
│ │ │ ├── phorphos_diamond_fill.webp
│ │ │ ├── phorphos_diamond_regular.webp
│ │ │ ├── phorphos_diamonds_four_fill.webp
│ │ │ ├── phorphos_diamonds_four_regular.webp
│ │ │ ├── phorphos_dice_five_fill.webp
│ │ │ ├── phorphos_dice_five_regular.webp
│ │ │ ├── phorphos_dice_four_fill.webp
│ │ │ ├── phorphos_dice_four_regular.webp
│ │ │ ├── phorphos_dice_one_fill.webp
│ │ │ ├── phorphos_dice_one_regular.webp
│ │ │ ├── phorphos_dice_six_fill.webp
│ │ │ ├── phorphos_dice_six_regular.webp
│ │ │ ├── phorphos_dice_three_fill.webp
│ │ │ ├── phorphos_dice_three_regular.webp
│ │ │ ├── phorphos_dice_two_fill.webp
│ │ │ ├── phorphos_dice_two_regular.webp
│ │ │ ├── phorphos_disc_fill.webp
│ │ │ ├── phorphos_disc_regular.webp
│ │ │ ├── phorphos_disco_ball_fill.webp
│ │ │ ├── phorphos_disco_ball_regular.webp
│ │ │ ├── phorphos_discord_logo_fill.webp
│ │ │ ├── phorphos_discord_logo_regular.webp
│ │ │ ├── phorphos_divide_fill.webp
│ │ │ ├── phorphos_divide_regular.webp
│ │ │ ├── phorphos_dna_fill.webp
│ │ │ ├── phorphos_dna_regular.webp
│ │ │ ├── phorphos_dog_fill.webp
│ │ │ ├── phorphos_dog_regular.webp
│ │ │ ├── phorphos_door_fill.webp
│ │ │ ├── phorphos_door_open_fill.webp
│ │ │ ├── phorphos_door_open_regular.webp
│ │ │ ├── phorphos_door_regular.webp
│ │ │ ├── phorphos_dot_fill.webp
│ │ │ ├── phorphos_dot_outline_fill.webp
│ │ │ ├── phorphos_dot_outline_regular.webp
│ │ │ ├── phorphos_dot_regular.webp
│ │ │ ├── phorphos_dots_nine_fill.webp
│ │ │ ├── phorphos_dots_nine_regular.webp
│ │ │ ├── phorphos_dots_six_fill.webp
│ │ │ ├── phorphos_dots_six_regular.webp
│ │ │ ├── phorphos_dots_six_vertical_fill.webp
│ │ │ ├── phorphos_dots_six_vertical_regular.webp
│ │ │ ├── phorphos_dots_three_circle_fill.webp
│ │ │ ├── phorphos_dots_three_circle_regular.webp
│ │ │ ├── phorphos_dots_three_circle_vertical_fill.webp
│ │ │ ├── phorphos_dots_three_circle_vertical_regular.webp
│ │ │ ├── phorphos_dots_three_fill.webp
│ │ │ ├── phorphos_dots_three_outline_fill.webp
│ │ │ ├── phorphos_dots_three_outline_regular.webp
│ │ │ ├── phorphos_dots_three_outline_vertical_fill.webp
│ │ │ ├── phorphos_dots_three_outline_vertical_regular.webp
│ │ │ ├── phorphos_dots_three_regular.webp
│ │ │ ├── phorphos_dots_three_vertical_fill.webp
│ │ │ ├── phorphos_dots_three_vertical_regular.webp
│ │ │ ├── phorphos_download_fill.webp
│ │ │ ├── phorphos_download_regular.webp
│ │ │ ├── phorphos_download_simple_fill.webp
│ │ │ ├── phorphos_download_simple_regular.webp
│ │ │ ├── phorphos_dress_fill.webp
│ │ │ ├── phorphos_dress_regular.webp
│ │ │ ├── phorphos_dresser_fill.webp
│ │ │ ├── phorphos_dresser_regular.webp
│ │ │ ├── phorphos_dribbble_logo_fill.webp
│ │ │ ├── phorphos_dribbble_logo_regular.webp
│ │ │ ├── phorphos_drone_fill.webp
│ │ │ ├── phorphos_drone_regular.webp
│ │ │ ├── phorphos_drop_fill.webp
│ │ │ ├── phorphos_drop_half_bottom_fill.webp
│ │ │ ├── phorphos_drop_half_bottom_regular.webp
│ │ │ ├── phorphos_drop_half_fill.webp
│ │ │ ├── phorphos_drop_half_regular.webp
│ │ │ ├── phorphos_drop_regular.webp
│ │ │ ├── phorphos_drop_simple_fill.webp
│ │ │ ├── phorphos_drop_simple_regular.webp
│ │ │ ├── phorphos_drop_slash_fill.webp
│ │ │ ├── phorphos_drop_slash_regular.webp
│ │ │ ├── phorphos_dropbox_logo_fill.webp
│ │ │ ├── phorphos_dropbox_logo_regular.webp
│ │ │ ├── phorphos_ear_fill.webp
│ │ │ ├── phorphos_ear_regular.webp
│ │ │ ├── phorphos_ear_slash_fill.webp
│ │ │ ├── phorphos_ear_slash_regular.webp
│ │ │ ├── phorphos_egg_crack_fill.webp
│ │ │ ├── phorphos_egg_crack_regular.webp
│ │ │ ├── phorphos_egg_fill.webp
│ │ │ ├── phorphos_egg_regular.webp
│ │ │ ├── phorphos_eject_fill.webp
│ │ │ ├── phorphos_eject_regular.webp
│ │ │ ├── phorphos_eject_simple_fill.webp
│ │ │ ├── phorphos_eject_simple_regular.webp
│ │ │ ├── phorphos_elevator_fill.webp
│ │ │ ├── phorphos_elevator_regular.webp
│ │ │ ├── phorphos_empty_fill.webp
│ │ │ ├── phorphos_empty_regular.webp
│ │ │ ├── phorphos_engine_fill.webp
│ │ │ ├── phorphos_engine_regular.webp
│ │ │ ├── phorphos_envelope_fill.webp
│ │ │ ├── phorphos_envelope_open_fill.webp
│ │ │ ├── phorphos_envelope_open_regular.webp
│ │ │ ├── phorphos_envelope_regular.webp
│ │ │ ├── phorphos_envelope_simple_fill.webp
│ │ │ ├── phorphos_envelope_simple_open_fill.webp
│ │ │ ├── phorphos_envelope_simple_open_regular.webp
│ │ │ ├── phorphos_envelope_simple_regular.webp
│ │ │ ├── phorphos_equalizer_fill.webp
│ │ │ ├── phorphos_equalizer_regular.webp
│ │ │ ├── phorphos_equals_fill.webp
│ │ │ ├── phorphos_equals_regular.webp
│ │ │ ├── phorphos_eraser_fill.webp
│ │ │ ├── phorphos_eraser_regular.webp
│ │ │ ├── phorphos_escalator_down_fill.webp
│ │ │ ├── phorphos_escalator_down_regular.webp
│ │ │ ├── phorphos_escalator_up_fill.webp
│ │ │ ├── phorphos_escalator_up_regular.webp
│ │ │ ├── phorphos_exam_fill.webp
│ │ │ ├── phorphos_exam_regular.webp
│ │ │ ├── phorphos_exclamation_mark_fill.webp
│ │ │ ├── phorphos_exclamation_mark_regular.webp
│ │ │ ├── phorphos_exclude_fill.webp
│ │ │ ├── phorphos_exclude_regular.webp
│ │ │ ├── phorphos_exclude_square_fill.webp
│ │ │ ├── phorphos_exclude_square_regular.webp
│ │ │ ├── phorphos_export_fill.webp
│ │ │ ├── phorphos_export_regular.webp
│ │ │ ├── phorphos_eye_closed_fill.webp
│ │ │ ├── phorphos_eye_closed_regular.webp
│ │ │ ├── phorphos_eye_fill.webp
│ │ │ ├── phorphos_eye_regular.webp
│ │ │ ├── phorphos_eye_slash_fill.webp
│ │ │ ├── phorphos_eye_slash_regular.webp
│ │ │ ├── phorphos_eyedropper_fill.webp
│ │ │ ├── phorphos_eyedropper_regular.webp
│ │ │ ├── phorphos_eyedropper_sample_fill.webp
│ │ │ ├── phorphos_eyedropper_sample_regular.webp
│ │ │ ├── phorphos_eyeglasses_fill.webp
│ │ │ ├── phorphos_eyeglasses_regular.webp
│ │ │ ├── phorphos_eyes_fill.webp
│ │ │ ├── phorphos_eyes_regular.webp
│ │ │ ├── phorphos_face_mask_fill.webp
│ │ │ ├── phorphos_face_mask_regular.webp
│ │ │ ├── phorphos_facebook_logo_fill.webp
│ │ │ ├── phorphos_facebook_logo_regular.webp
│ │ │ ├── phorphos_factory_fill.webp
│ │ │ ├── phorphos_factory_regular.webp
│ │ │ ├── phorphos_faders_fill.webp
│ │ │ ├── phorphos_faders_horizontal_fill.webp
│ │ │ ├── phorphos_faders_horizontal_regular.webp
│ │ │ ├── phorphos_faders_regular.webp
│ │ │ ├── phorphos_fallout_shelter_fill.webp
│ │ │ ├── phorphos_fallout_shelter_regular.webp
│ │ │ ├── phorphos_fan_fill.webp
│ │ │ ├── phorphos_fan_regular.webp
│ │ │ ├── phorphos_farm_fill.webp
│ │ │ ├── phorphos_farm_regular.webp
│ │ │ ├── phorphos_fast_forward_circle_fill.webp
│ │ │ ├── phorphos_fast_forward_circle_regular.webp
│ │ │ ├── phorphos_fast_forward_fill.webp
│ │ │ ├── phorphos_fast_forward_regular.webp
│ │ │ ├── phorphos_feather_fill.webp
│ │ │ ├── phorphos_feather_regular.webp
│ │ │ ├── phorphos_fediverse_logo_fill.webp
│ │ │ ├── phorphos_fediverse_logo_regular.webp
│ │ │ ├── phorphos_figma_logo_fill.webp
│ │ │ ├── phorphos_figma_logo_regular.webp
│ │ │ ├── phorphos_file_archive_fill.webp
│ │ │ ├── phorphos_file_archive_regular.webp
│ │ │ ├── phorphos_file_arrow_down_fill.webp
│ │ │ ├── phorphos_file_arrow_down_regular.webp
│ │ │ ├── phorphos_file_arrow_up_fill.webp
│ │ │ ├── phorphos_file_arrow_up_regular.webp
│ │ │ ├── phorphos_file_audio_fill.webp
│ │ │ ├── phorphos_file_audio_regular.webp
│ │ │ ├── phorphos_file_c_fill.webp
│ │ │ ├── phorphos_file_c_regular.webp
│ │ │ ├── phorphos_file_c_sharp_fill.webp
│ │ │ ├── phorphos_file_c_sharp_regular.webp
│ │ │ ├── phorphos_file_cloud_fill.webp
│ │ │ ├── phorphos_file_cloud_regular.webp
│ │ │ ├── phorphos_file_code_fill.webp
│ │ │ ├── phorphos_file_code_regular.webp
│ │ │ ├── phorphos_file_cpp_fill.webp
│ │ │ ├── phorphos_file_cpp_regular.webp
│ │ │ ├── phorphos_file_css_fill.webp
│ │ │ ├── phorphos_file_css_regular.webp
│ │ │ ├── phorphos_file_csv_fill.webp
│ │ │ ├── phorphos_file_csv_regular.webp
│ │ │ ├── phorphos_file_dashed_fill.webp
│ │ │ ├── phorphos_file_dashed_regular.webp
│ │ │ ├── phorphos_file_doc_fill.webp
│ │ │ ├── phorphos_file_doc_regular.webp
│ │ │ ├── phorphos_file_fill.webp
│ │ │ ├── phorphos_file_html_fill.webp
│ │ │ ├── phorphos_file_html_regular.webp
│ │ │ ├── phorphos_file_image_fill.webp
│ │ │ ├── phorphos_file_image_regular.webp
│ │ │ ├── phorphos_file_ini_fill.webp
│ │ │ ├── phorphos_file_ini_regular.webp
│ │ │ ├── phorphos_file_jpg_fill.webp
│ │ │ ├── phorphos_file_jpg_regular.webp
│ │ │ ├── phorphos_file_js_fill.webp
│ │ │ ├── phorphos_file_js_regular.webp
│ │ │ ├── phorphos_file_jsx_fill.webp
│ │ │ ├── phorphos_file_jsx_regular.webp
│ │ │ ├── phorphos_file_lock_fill.webp
│ │ │ ├── phorphos_file_lock_regular.webp
│ │ │ ├── phorphos_file_magnifying_glass_fill.webp
│ │ │ ├── phorphos_file_magnifying_glass_regular.webp
│ │ │ ├── phorphos_file_md_fill.webp
│ │ │ ├── phorphos_file_md_regular.webp
│ │ │ ├── phorphos_file_minus_fill.webp
│ │ │ ├── phorphos_file_minus_regular.webp
│ │ │ ├── phorphos_file_pdf_fill.webp
│ │ │ ├── phorphos_file_pdf_regular.webp
│ │ │ ├── phorphos_file_plus_fill.webp
│ │ │ ├── phorphos_file_plus_regular.webp
│ │ │ ├── phorphos_file_png_fill.webp
│ │ │ ├── phorphos_file_png_regular.webp
│ │ │ ├── phorphos_file_ppt_fill.webp
│ │ │ ├── phorphos_file_ppt_regular.webp
│ │ │ ├── phorphos_file_py_fill.webp
│ │ │ ├── phorphos_file_py_regular.webp
│ │ │ ├── phorphos_file_regular.webp
│ │ │ ├── phorphos_file_rs_fill.webp
│ │ │ ├── phorphos_file_rs_regular.webp
│ │ │ ├── phorphos_file_sql_fill.webp
│ │ │ ├── phorphos_file_sql_regular.webp
│ │ │ ├── phorphos_file_svg_fill.webp
│ │ │ ├── phorphos_file_svg_regular.webp
│ │ │ ├── phorphos_file_text_fill.webp
│ │ │ ├── phorphos_file_text_regular.webp
│ │ │ ├── phorphos_file_ts_fill.webp
│ │ │ ├── phorphos_file_ts_regular.webp
│ │ │ ├── phorphos_file_tsx_fill.webp
│ │ │ ├── phorphos_file_tsx_regular.webp
│ │ │ ├── phorphos_file_txt_fill.webp
│ │ │ ├── phorphos_file_txt_regular.webp
│ │ │ ├── phorphos_file_video_fill.webp
│ │ │ ├── phorphos_file_video_regular.webp
│ │ │ ├── phorphos_file_vue_fill.webp
│ │ │ ├── phorphos_file_vue_regular.webp
│ │ │ ├── phorphos_file_x_fill.webp
│ │ │ ├── phorphos_file_x_regular.webp
│ │ │ ├── phorphos_file_xls_fill.webp
│ │ │ ├── phorphos_file_xls_regular.webp
│ │ │ ├── phorphos_file_zip_fill.webp
│ │ │ ├── phorphos_file_zip_regular.webp
│ │ │ ├── phorphos_files_fill.webp
│ │ │ ├── phorphos_files_regular.webp
│ │ │ ├── phorphos_film_reel_fill.webp
│ │ │ ├── phorphos_film_reel_regular.webp
│ │ │ ├── phorphos_film_script_fill.webp
│ │ │ ├── phorphos_film_script_regular.webp
│ │ │ ├── phorphos_film_slate_fill.webp
│ │ │ ├── phorphos_film_slate_regular.webp
│ │ │ ├── phorphos_film_strip_fill.webp
│ │ │ ├── phorphos_film_strip_regular.webp
│ │ │ ├── phorphos_fingerprint_fill.webp
│ │ │ ├── phorphos_fingerprint_regular.webp
│ │ │ ├── phorphos_fingerprint_simple_fill.webp
│ │ │ ├── phorphos_fingerprint_simple_regular.webp
│ │ │ ├── phorphos_finn_the_human_fill.webp
│ │ │ ├── phorphos_finn_the_human_regular.webp
│ │ │ ├── phorphos_fire_extinguisher_fill.webp
│ │ │ ├── phorphos_fire_extinguisher_regular.webp
│ │ │ ├── phorphos_fire_fill.webp
│ │ │ ├── phorphos_fire_regular.webp
│ │ │ ├── phorphos_fire_simple_fill.webp
│ │ │ ├── phorphos_fire_simple_regular.webp
│ │ │ ├── phorphos_fire_truck_fill.webp
│ │ │ ├── phorphos_fire_truck_regular.webp
│ │ │ ├── phorphos_first_aid_fill.webp
│ │ │ ├── phorphos_first_aid_kit_fill.webp
│ │ │ ├── phorphos_first_aid_kit_regular.webp
│ │ │ ├── phorphos_first_aid_regular.webp
│ │ │ ├── phorphos_fish_fill.webp
│ │ │ ├── phorphos_fish_regular.webp
│ │ │ ├── phorphos_fish_simple_fill.webp
│ │ │ ├── phorphos_fish_simple_regular.webp
│ │ │ ├── phorphos_flag_banner_fill.webp
│ │ │ ├── phorphos_flag_banner_fold_fill.webp
│ │ │ ├── phorphos_flag_banner_fold_regular.webp
│ │ │ ├── phorphos_flag_banner_regular.webp
│ │ │ ├── phorphos_flag_checkered_fill.webp
│ │ │ ├── phorphos_flag_checkered_regular.webp
│ │ │ ├── phorphos_flag_fill.webp
│ │ │ ├── phorphos_flag_pennant_fill.webp
│ │ │ ├── phorphos_flag_pennant_regular.webp
│ │ │ ├── phorphos_flag_regular.webp
│ │ │ ├── phorphos_flame_fill.webp
│ │ │ ├── phorphos_flame_regular.webp
│ │ │ ├── phorphos_flashlight_fill.webp
│ │ │ ├── phorphos_flashlight_regular.webp
│ │ │ ├── phorphos_flask_fill.webp
│ │ │ ├── phorphos_flask_regular.webp
│ │ │ ├── phorphos_flip_horizontal_fill.webp
│ │ │ ├── phorphos_flip_horizontal_regular.webp
│ │ │ ├── phorphos_flip_vertical_fill.webp
│ │ │ ├── phorphos_flip_vertical_regular.webp
│ │ │ ├── phorphos_floppy_disk_back_fill.webp
│ │ │ ├── phorphos_floppy_disk_back_regular.webp
│ │ │ ├── phorphos_floppy_disk_fill.webp
│ │ │ ├── phorphos_floppy_disk_regular.webp
│ │ │ ├── phorphos_flow_arrow_fill.webp
│ │ │ ├── phorphos_flow_arrow_regular.webp
│ │ │ ├── phorphos_flower_fill.webp
│ │ │ ├── phorphos_flower_lotus_fill.webp
│ │ │ ├── phorphos_flower_lotus_regular.webp
│ │ │ ├── phorphos_flower_regular.webp
│ │ │ ├── phorphos_flower_tulip_fill.webp
│ │ │ ├── phorphos_flower_tulip_regular.webp
│ │ │ ├── phorphos_flying_saucer_fill.webp
│ │ │ ├── phorphos_flying_saucer_regular.webp
│ │ │ ├── phorphos_folder_dashed_fill.webp
│ │ │ ├── phorphos_folder_dashed_regular.webp
│ │ │ ├── phorphos_folder_fill.webp
│ │ │ ├── phorphos_folder_lock_fill.webp
│ │ │ ├── phorphos_folder_lock_regular.webp
│ │ │ ├── phorphos_folder_minus_fill.webp
│ │ │ ├── phorphos_folder_minus_regular.webp
│ │ │ ├── phorphos_folder_open_fill.webp
│ │ │ ├── phorphos_folder_open_regular.webp
│ │ │ ├── phorphos_folder_plus_fill.webp
│ │ │ ├── phorphos_folder_plus_regular.webp
│ │ │ ├── phorphos_folder_regular.webp
│ │ │ ├── phorphos_folder_simple_dashed_fill.webp
│ │ │ ├── phorphos_folder_simple_dashed_regular.webp
│ │ │ ├── phorphos_folder_simple_fill.webp
│ │ │ ├── phorphos_folder_simple_lock_fill.webp
│ │ │ ├── phorphos_folder_simple_lock_regular.webp
│ │ │ ├── phorphos_folder_simple_minus_fill.webp
│ │ │ ├── phorphos_folder_simple_minus_regular.webp
│ │ │ ├── phorphos_folder_simple_plus_fill.webp
│ │ │ ├── phorphos_folder_simple_plus_regular.webp
│ │ │ ├── phorphos_folder_simple_regular.webp
│ │ │ ├── phorphos_folder_simple_star_fill.webp
│ │ │ ├── phorphos_folder_simple_star_regular.webp
│ │ │ ├── phorphos_folder_simple_user_fill.webp
│ │ │ ├── phorphos_folder_simple_user_regular.webp
│ │ │ ├── phorphos_folder_star_fill.webp
│ │ │ ├── phorphos_folder_star_regular.webp
│ │ │ ├── phorphos_folder_user_fill.webp
│ │ │ ├── phorphos_folder_user_regular.webp
│ │ │ ├── phorphos_folders_fill.webp
│ │ │ ├── phorphos_folders_regular.webp
│ │ │ ├── phorphos_football_fill.webp
│ │ │ ├── phorphos_football_helmet_fill.webp
│ │ │ ├── phorphos_football_helmet_regular.webp
│ │ │ ├── phorphos_football_regular.webp
│ │ │ ├── phorphos_footprints_fill.webp
│ │ │ ├── phorphos_footprints_regular.webp
│ │ │ ├── phorphos_fork_knife_fill.webp
│ │ │ ├── phorphos_fork_knife_regular.webp
│ │ │ ├── phorphos_four_k_fill.webp
│ │ │ ├── phorphos_four_k_regular.webp
│ │ │ ├── phorphos_frame_corners_fill.webp
│ │ │ ├── phorphos_frame_corners_regular.webp
│ │ │ ├── phorphos_framer_logo_fill.webp
│ │ │ ├── phorphos_framer_logo_regular.webp
│ │ │ ├── phorphos_function_fill.webp
│ │ │ ├── phorphos_function_regular.webp
│ │ │ ├── phorphos_funnel_fill.webp
│ │ │ ├── phorphos_funnel_regular.webp
│ │ │ ├── phorphos_funnel_simple_fill.webp
│ │ │ ├── phorphos_funnel_simple_regular.webp
│ │ │ ├── phorphos_funnel_simple_x_fill.webp
│ │ │ ├── phorphos_funnel_simple_x_regular.webp
│ │ │ ├── phorphos_funnel_x_fill.webp
│ │ │ ├── phorphos_funnel_x_regular.webp
│ │ │ ├── phorphos_game_controller_fill.webp
│ │ │ ├── phorphos_game_controller_regular.webp
│ │ │ ├── phorphos_garage_fill.webp
│ │ │ ├── phorphos_garage_regular.webp
│ │ │ ├── phorphos_gas_can_fill.webp
│ │ │ ├── phorphos_gas_can_regular.webp
│ │ │ ├── phorphos_gas_pump_fill.webp
│ │ │ ├── phorphos_gas_pump_regular.webp
│ │ │ ├── phorphos_gauge_fill.webp
│ │ │ ├── phorphos_gauge_regular.webp
│ │ │ ├── phorphos_gavel_fill.webp
│ │ │ ├── phorphos_gavel_regular.webp
│ │ │ ├── phorphos_gear_fill.webp
│ │ │ ├── phorphos_gear_fine_fill.webp
│ │ │ ├── phorphos_gear_fine_regular.webp
│ │ │ ├── phorphos_gear_regular.webp
│ │ │ ├── phorphos_gear_six_fill.webp
│ │ │ ├── phorphos_gear_six_regular.webp
│ │ │ ├── phorphos_gender_female_fill.webp
│ │ │ ├── phorphos_gender_female_regular.webp
│ │ │ ├── phorphos_gender_intersex_fill.webp
│ │ │ ├── phorphos_gender_intersex_regular.webp
│ │ │ ├── phorphos_gender_male_fill.webp
│ │ │ ├── phorphos_gender_male_regular.webp
│ │ │ ├── phorphos_gender_neuter_fill.webp
│ │ │ ├── phorphos_gender_neuter_regular.webp
│ │ │ ├── phorphos_gender_nonbinary_fill.webp
│ │ │ ├── phorphos_gender_nonbinary_regular.webp
│ │ │ ├── phorphos_gender_transgender_fill.webp
│ │ │ ├── phorphos_gender_transgender_regular.webp
│ │ │ ├── phorphos_ghost_fill.webp
│ │ │ ├── phorphos_ghost_regular.webp
│ │ │ ├── phorphos_gif_fill.webp
│ │ │ ├── phorphos_gif_regular.webp
│ │ │ ├── phorphos_gift_fill.webp
│ │ │ ├── phorphos_gift_regular.webp
│ │ │ ├── phorphos_git_branch_fill.webp
│ │ │ ├── phorphos_git_branch_regular.webp
│ │ │ ├── phorphos_git_commit_fill.webp
│ │ │ ├── phorphos_git_commit_regular.webp
│ │ │ ├── phorphos_git_diff_fill.webp
│ │ │ ├── phorphos_git_diff_regular.webp
│ │ │ ├── phorphos_git_fork_fill.webp
│ │ │ ├── phorphos_git_fork_regular.webp
│ │ │ ├── phorphos_git_merge_fill.webp
│ │ │ ├── phorphos_git_merge_regular.webp
│ │ │ ├── phorphos_git_pull_request_fill.webp
│ │ │ ├── phorphos_git_pull_request_regular.webp
│ │ │ ├── phorphos_github_logo_fill.webp
│ │ │ ├── phorphos_github_logo_regular.webp
│ │ │ ├── phorphos_gitlab_logo_fill.webp
│ │ │ ├── phorphos_gitlab_logo_regular.webp
│ │ │ ├── phorphos_gitlab_logo_simple_fill.webp
│ │ │ ├── phorphos_gitlab_logo_simple_regular.webp
│ │ │ ├── phorphos_globe_fill.webp
│ │ │ ├── phorphos_globe_hemisphere_east_fill.webp
│ │ │ ├── phorphos_globe_hemisphere_east_regular.webp
│ │ │ ├── phorphos_globe_hemisphere_west_fill.webp
│ │ │ ├── phorphos_globe_hemisphere_west_regular.webp
│ │ │ ├── phorphos_globe_regular.webp
│ │ │ ├── phorphos_globe_simple_fill.webp
│ │ │ ├── phorphos_globe_simple_regular.webp
│ │ │ ├── phorphos_globe_simple_x_fill.webp
│ │ │ ├── phorphos_globe_simple_x_regular.webp
│ │ │ ├── phorphos_globe_stand_fill.webp
│ │ │ ├── phorphos_globe_stand_regular.webp
│ │ │ ├── phorphos_globe_x_fill.webp
│ │ │ ├── phorphos_globe_x_regular.webp
│ │ │ ├── phorphos_goggles_fill.webp
│ │ │ ├── phorphos_goggles_regular.webp
│ │ │ ├── phorphos_golf_fill.webp
│ │ │ ├── phorphos_golf_regular.webp
│ │ │ ├── phorphos_goodreads_logo_fill.webp
│ │ │ ├── phorphos_goodreads_logo_regular.webp
│ │ │ ├── phorphos_google_cardboard_logo_fill.webp
│ │ │ ├── phorphos_google_cardboard_logo_regular.webp
│ │ │ ├── phorphos_google_chrome_logo_fill.webp
│ │ │ ├── phorphos_google_chrome_logo_regular.webp
│ │ │ ├── phorphos_google_drive_logo_fill.webp
│ │ │ ├── phorphos_google_drive_logo_regular.webp
│ │ │ ├── phorphos_google_logo_fill.webp
│ │ │ ├── phorphos_google_logo_regular.webp
│ │ │ ├── phorphos_google_photos_logo_fill.webp
│ │ │ ├── phorphos_google_photos_logo_regular.webp
│ │ │ ├── phorphos_google_play_logo_fill.webp
│ │ │ ├── phorphos_google_play_logo_regular.webp
│ │ │ ├── phorphos_google_podcasts_logo_fill.webp
│ │ │ ├── phorphos_google_podcasts_logo_regular.webp
│ │ │ ├── phorphos_gps_fill.webp
│ │ │ ├── phorphos_gps_fix_fill.webp
│ │ │ ├── phorphos_gps_fix_regular.webp
│ │ │ ├── phorphos_gps_regular.webp
│ │ │ ├── phorphos_gps_slash_fill.webp
│ │ │ ├── phorphos_gps_slash_regular.webp
│ │ │ ├── phorphos_gradient_fill.webp
│ │ │ ├── phorphos_gradient_regular.webp
│ │ │ ├── phorphos_graduation_cap_fill.webp
│ │ │ ├── phorphos_graduation_cap_regular.webp
│ │ │ ├── phorphos_grains_fill.webp
│ │ │ ├── phorphos_grains_regular.webp
│ │ │ ├── phorphos_grains_slash_fill.webp
│ │ │ ├── phorphos_grains_slash_regular.webp
│ │ │ ├── phorphos_graph_fill.webp
│ │ │ ├── phorphos_graph_regular.webp
│ │ │ ├── phorphos_graphics_card_fill.webp
│ │ │ ├── phorphos_graphics_card_regular.webp
│ │ │ ├── phorphos_greater_than_fill.webp
│ │ │ ├── phorphos_greater_than_or_equal_fill.webp
│ │ │ ├── phorphos_greater_than_or_equal_regular.webp
│ │ │ ├── phorphos_greater_than_regular.webp
│ │ │ ├── phorphos_grid_four_fill.webp
│ │ │ ├── phorphos_grid_four_regular.webp
│ │ │ ├── phorphos_grid_nine_fill.webp
│ │ │ ├── phorphos_grid_nine_regular.webp
│ │ │ ├── phorphos_guitar_fill.webp
│ │ │ ├── phorphos_guitar_regular.webp
│ │ │ ├── phorphos_hair_dryer_fill.webp
│ │ │ ├── phorphos_hair_dryer_regular.webp
│ │ │ ├── phorphos_hamburger_fill.webp
│ │ │ ├── phorphos_hamburger_regular.webp
│ │ │ ├── phorphos_hammer_fill.webp
│ │ │ ├── phorphos_hammer_regular.webp
│ │ │ ├── phorphos_hand_arrow_down_fill.webp
│ │ │ ├── phorphos_hand_arrow_down_regular.webp
│ │ │ ├── phorphos_hand_arrow_up_fill.webp
│ │ │ ├── phorphos_hand_arrow_up_regular.webp
│ │ │ ├── phorphos_hand_coins_fill.webp
│ │ │ ├── phorphos_hand_coins_regular.webp
│ │ │ ├── phorphos_hand_deposit_fill.webp
│ │ │ ├── phorphos_hand_deposit_regular.webp
│ │ │ ├── phorphos_hand_eye_fill.webp
│ │ │ ├── phorphos_hand_eye_regular.webp
│ │ │ ├── phorphos_hand_fill.webp
│ │ │ ├── phorphos_hand_fist_fill.webp
│ │ │ ├── phorphos_hand_fist_regular.webp
│ │ │ ├── phorphos_hand_grabbing_fill.webp
│ │ │ ├── phorphos_hand_grabbing_regular.webp
│ │ │ ├── phorphos_hand_heart_fill.webp
│ │ │ ├── phorphos_hand_heart_regular.webp
│ │ │ ├── phorphos_hand_palm_fill.webp
│ │ │ ├── phorphos_hand_palm_regular.webp
│ │ │ ├── phorphos_hand_peace_fill.webp
│ │ │ ├── phorphos_hand_peace_regular.webp
│ │ │ ├── phorphos_hand_pointing_fill.webp
│ │ │ ├── phorphos_hand_pointing_regular.webp
│ │ │ ├── phorphos_hand_regular.webp
│ │ │ ├── phorphos_hand_soap_fill.webp
│ │ │ ├── phorphos_hand_soap_regular.webp
│ │ │ ├── phorphos_hand_swipe_left_fill.webp
│ │ │ ├── phorphos_hand_swipe_left_regular.webp
│ │ │ ├── phorphos_hand_swipe_right_fill.webp
│ │ │ ├── phorphos_hand_swipe_right_regular.webp
│ │ │ ├── phorphos_hand_tap_fill.webp
│ │ │ ├── phorphos_hand_tap_regular.webp
│ │ │ ├── phorphos_hand_waving_fill.webp
│ │ │ ├── phorphos_hand_waving_regular.webp
│ │ │ ├── phorphos_hand_withdraw_fill.webp
│ │ │ ├── phorphos_hand_withdraw_regular.webp
│ │ │ ├── phorphos_handbag_fill.webp
│ │ │ ├── phorphos_handbag_regular.webp
│ │ │ ├── phorphos_handbag_simple_fill.webp
│ │ │ ├── phorphos_handbag_simple_regular.webp
│ │ │ ├── phorphos_hands_clapping_fill.webp
│ │ │ ├── phorphos_hands_clapping_regular.webp
│ │ │ ├── phorphos_hands_praying_fill.webp
│ │ │ ├── phorphos_hands_praying_regular.webp
│ │ │ ├── phorphos_handshake_fill.webp
│ │ │ ├── phorphos_handshake_regular.webp
│ │ │ ├── phorphos_hard_drive_fill.webp
│ │ │ ├── phorphos_hard_drive_regular.webp
│ │ │ ├── phorphos_hard_drives_fill.webp
│ │ │ ├── phorphos_hard_drives_regular.webp
│ │ │ ├── phorphos_hard_hat_fill.webp
│ │ │ ├── phorphos_hard_hat_regular.webp
│ │ │ ├── phorphos_hash_fill.webp
│ │ │ ├── phorphos_hash_regular.webp
│ │ │ ├── phorphos_hash_straight_fill.webp
│ │ │ ├── phorphos_hash_straight_regular.webp
│ │ │ ├── phorphos_head_circuit_fill.webp
│ │ │ ├── phorphos_head_circuit_regular.webp
│ │ │ ├── phorphos_headlights_fill.webp
│ │ │ ├── phorphos_headlights_regular.webp
│ │ │ ├── phorphos_headphones_fill.webp
│ │ │ ├── phorphos_headphones_regular.webp
│ │ │ ├── phorphos_headset_fill.webp
│ │ │ ├── phorphos_headset_regular.webp
│ │ │ ├── phorphos_heart_break_fill.webp
│ │ │ ├── phorphos_heart_break_regular.webp
│ │ │ ├── phorphos_heart_fill.webp
│ │ │ ├── phorphos_heart_half_fill.webp
│ │ │ ├── phorphos_heart_half_regular.webp
│ │ │ ├── phorphos_heart_regular.webp
│ │ │ ├── phorphos_heart_straight_break_fill.webp
│ │ │ ├── phorphos_heart_straight_break_regular.webp
│ │ │ ├── phorphos_heart_straight_fill.webp
│ │ │ ├── phorphos_heart_straight_regular.webp
│ │ │ ├── phorphos_heartbeat_fill.webp
│ │ │ ├── phorphos_heartbeat_regular.webp
│ │ │ ├── phorphos_hexagon_fill.webp
│ │ │ ├── phorphos_hexagon_regular.webp
│ │ │ ├── phorphos_high_definition_fill.webp
│ │ │ ├── phorphos_high_definition_regular.webp
│ │ │ ├── phorphos_high_heel_fill.webp
│ │ │ ├── phorphos_high_heel_regular.webp
│ │ │ ├── phorphos_highlighter_circle_fill.webp
│ │ │ ├── phorphos_highlighter_circle_regular.webp
│ │ │ ├── phorphos_highlighter_fill.webp
│ │ │ ├── phorphos_highlighter_regular.webp
│ │ │ ├── phorphos_hockey_fill.webp
│ │ │ ├── phorphos_hockey_regular.webp
│ │ │ ├── phorphos_hoodie_fill.webp
│ │ │ ├── phorphos_hoodie_regular.webp
│ │ │ ├── phorphos_horse_fill.webp
│ │ │ ├── phorphos_horse_regular.webp
│ │ │ ├── phorphos_hospital_fill.webp
│ │ │ ├── phorphos_hospital_regular.webp
│ │ │ ├── phorphos_hourglass_fill.webp
│ │ │ ├── phorphos_hourglass_high_fill.webp
│ │ │ ├── phorphos_hourglass_high_regular.webp
│ │ │ ├── phorphos_hourglass_low_fill.webp
│ │ │ ├── phorphos_hourglass_low_regular.webp
│ │ │ ├── phorphos_hourglass_medium_fill.webp
│ │ │ ├── phorphos_hourglass_medium_regular.webp
│ │ │ ├── phorphos_hourglass_regular.webp
│ │ │ ├── phorphos_hourglass_simple_fill.webp
│ │ │ ├── phorphos_hourglass_simple_high_fill.webp
│ │ │ ├── phorphos_hourglass_simple_high_regular.webp
│ │ │ ├── phorphos_hourglass_simple_low_fill.webp
│ │ │ ├── phorphos_hourglass_simple_low_regular.webp
│ │ │ ├── phorphos_hourglass_simple_medium_fill.webp
│ │ │ ├── phorphos_hourglass_simple_medium_regular.webp
│ │ │ ├── phorphos_hourglass_simple_regular.webp
│ │ │ ├── phorphos_house_fill.webp
│ │ │ ├── phorphos_house_line_fill.webp
│ │ │ ├── phorphos_house_line_regular.webp
│ │ │ ├── phorphos_house_regular.webp
│ │ │ ├── phorphos_house_simple_fill.webp
│ │ │ ├── phorphos_house_simple_regular.webp
│ │ │ ├── phorphos_hurricane_fill.webp
│ │ │ ├── phorphos_hurricane_regular.webp
│ │ │ ├── phorphos_ice_cream_fill.webp
│ │ │ ├── phorphos_ice_cream_regular.webp
│ │ │ ├── phorphos_identification_badge_fill.webp
│ │ │ ├── phorphos_identification_badge_regular.webp
│ │ │ ├── phorphos_identification_card_fill.webp
│ │ │ ├── phorphos_identification_card_regular.webp
│ │ │ ├── phorphos_image_broken_fill.webp
│ │ │ ├── phorphos_image_broken_regular.webp
│ │ │ ├── phorphos_image_fill.webp
│ │ │ ├── phorphos_image_regular.webp
│ │ │ ├── phorphos_image_square_fill.webp
│ │ │ ├── phorphos_image_square_regular.webp
│ │ │ ├── phorphos_images_fill.webp
│ │ │ ├── phorphos_images_regular.webp
│ │ │ ├── phorphos_images_square_fill.webp
│ │ │ ├── phorphos_images_square_regular.webp
│ │ │ ├── phorphos_infinity_fill.webp
│ │ │ ├── phorphos_infinity_regular.webp
│ │ │ ├── phorphos_info_fill.webp
│ │ │ ├── phorphos_info_regular.webp
│ │ │ ├── phorphos_instagram_logo_fill.webp
│ │ │ ├── phorphos_instagram_logo_regular.webp
│ │ │ ├── phorphos_intersect_fill.webp
│ │ │ ├── phorphos_intersect_regular.webp
│ │ │ ├── phorphos_intersect_square_fill.webp
│ │ │ ├── phorphos_intersect_square_regular.webp
│ │ │ ├── phorphos_intersect_three_fill.webp
│ │ │ ├── phorphos_intersect_three_regular.webp
│ │ │ ├── phorphos_intersection_fill.webp
│ │ │ ├── phorphos_intersection_regular.webp
│ │ │ ├── phorphos_invoice_fill.webp
│ │ │ ├── phorphos_invoice_regular.webp
│ │ │ ├── phorphos_island_fill.webp
│ │ │ ├── phorphos_island_regular.webp
│ │ │ ├── phorphos_jar_fill.webp
│ │ │ ├── phorphos_jar_label_fill.webp
│ │ │ ├── phorphos_jar_label_regular.webp
│ │ │ ├── phorphos_jar_regular.webp
│ │ │ ├── phorphos_jeep_fill.webp
│ │ │ ├── phorphos_jeep_regular.webp
│ │ │ ├── phorphos_joystick_fill.webp
│ │ │ ├── phorphos_joystick_regular.webp
│ │ │ ├── phorphos_kanban_fill.webp
│ │ │ ├── phorphos_kanban_regular.webp
│ │ │ ├── phorphos_key_fill.webp
│ │ │ ├── phorphos_key_regular.webp
│ │ │ ├── phorphos_key_return_fill.webp
│ │ │ ├── phorphos_key_return_regular.webp
│ │ │ ├── phorphos_keyboard_fill.webp
│ │ │ ├── phorphos_keyboard_regular.webp
│ │ │ ├── phorphos_keyhole_fill.webp
│ │ │ ├── phorphos_keyhole_regular.webp
│ │ │ ├── phorphos_knife_fill.webp
│ │ │ ├── phorphos_knife_regular.webp
│ │ │ ├── phorphos_ladder_fill.webp
│ │ │ ├── phorphos_ladder_regular.webp
│ │ │ ├── phorphos_ladder_simple_fill.webp
│ │ │ ├── phorphos_ladder_simple_regular.webp
│ │ │ ├── phorphos_lamp_fill.webp
│ │ │ ├── phorphos_lamp_pendant_fill.webp
│ │ │ ├── phorphos_lamp_pendant_regular.webp
│ │ │ ├── phorphos_lamp_regular.webp
│ │ │ ├── phorphos_laptop_fill.webp
│ │ │ ├── phorphos_laptop_regular.webp
│ │ │ ├── phorphos_lasso_fill.webp
│ │ │ ├── phorphos_lasso_regular.webp
│ │ │ ├── phorphos_lastfm_logo_fill.webp
│ │ │ ├── phorphos_lastfm_logo_regular.webp
│ │ │ ├── phorphos_layout_fill.webp
│ │ │ ├── phorphos_layout_regular.webp
│ │ │ ├── phorphos_leaf_fill.webp
│ │ │ ├── phorphos_leaf_regular.webp
│ │ │ ├── phorphos_lectern_fill.webp
│ │ │ ├── phorphos_lectern_regular.webp
│ │ │ ├── phorphos_lego_fill.webp
│ │ │ ├── phorphos_lego_regular.webp
│ │ │ ├── phorphos_lego_smiley_fill.webp
│ │ │ ├── phorphos_lego_smiley_regular.webp
│ │ │ ├── phorphos_less_than_fill.webp
│ │ │ ├── phorphos_less_than_or_equal_fill.webp
│ │ │ ├── phorphos_less_than_or_equal_regular.webp
│ │ │ ├── phorphos_less_than_regular.webp
│ │ │ ├── phorphos_letter_circle_h_fill.webp
│ │ │ ├── phorphos_letter_circle_h_regular.webp
│ │ │ ├── phorphos_letter_circle_p_fill.webp
│ │ │ ├── phorphos_letter_circle_p_regular.webp
│ │ │ ├── phorphos_letter_circle_v_fill.webp
│ │ │ ├── phorphos_letter_circle_v_regular.webp
│ │ │ ├── phorphos_lifebuoy_fill.webp
│ │ │ ├── phorphos_lifebuoy_regular.webp
│ │ │ ├── phorphos_lightbulb_filament_fill.webp
│ │ │ ├── phorphos_lightbulb_filament_regular.webp
│ │ │ ├── phorphos_lightbulb_fill.webp
│ │ │ ├── phorphos_lightbulb_regular.webp
│ │ │ ├── phorphos_lighthouse_fill.webp
│ │ │ ├── phorphos_lighthouse_regular.webp
│ │ │ ├── phorphos_lightning_a_fill.webp
│ │ │ ├── phorphos_lightning_a_regular.webp
│ │ │ ├── phorphos_lightning_fill.webp
│ │ │ ├── phorphos_lightning_regular.webp
│ │ │ ├── phorphos_lightning_slash_fill.webp
│ │ │ ├── phorphos_lightning_slash_regular.webp
│ │ │ ├── phorphos_line_segment_fill.webp
│ │ │ ├── phorphos_line_segment_regular.webp
│ │ │ ├── phorphos_line_segments_fill.webp
│ │ │ ├── phorphos_line_segments_regular.webp
│ │ │ ├── phorphos_line_vertical_fill.webp
│ │ │ ├── phorphos_line_vertical_regular.webp
│ │ │ ├── phorphos_link_break_fill.webp
│ │ │ ├── phorphos_link_break_regular.webp
│ │ │ ├── phorphos_link_fill.webp
│ │ │ ├── phorphos_link_regular.webp
│ │ │ ├── phorphos_link_simple_break_fill.webp
│ │ │ ├── phorphos_link_simple_break_regular.webp
│ │ │ ├── phorphos_link_simple_fill.webp
│ │ │ ├── phorphos_link_simple_horizontal_break_fill.webp
│ │ │ ├── phorphos_link_simple_horizontal_break_regular.webp
│ │ │ ├── phorphos_link_simple_horizontal_fill.webp
│ │ │ ├── phorphos_link_simple_horizontal_regular.webp
│ │ │ ├── phorphos_link_simple_regular.webp
│ │ │ ├── phorphos_linkedin_logo_fill.webp
│ │ │ ├── phorphos_linkedin_logo_regular.webp
│ │ │ ├── phorphos_linktree_logo_fill.webp
│ │ │ ├── phorphos_linktree_logo_regular.webp
│ │ │ ├── phorphos_linux_logo_fill.webp
│ │ │ ├── phorphos_linux_logo_regular.webp
│ │ │ ├── phorphos_list_bullets_fill.webp
│ │ │ ├── phorphos_list_bullets_regular.webp
│ │ │ ├── phorphos_list_checks_fill.webp
│ │ │ ├── phorphos_list_checks_regular.webp
│ │ │ ├── phorphos_list_dashes_fill.webp
│ │ │ ├── phorphos_list_dashes_regular.webp
│ │ │ ├── phorphos_list_fill.webp
│ │ │ ├── phorphos_list_heart_fill.webp
│ │ │ ├── phorphos_list_heart_regular.webp
│ │ │ ├── phorphos_list_magnifying_glass_fill.webp
│ │ │ ├── phorphos_list_magnifying_glass_regular.webp
│ │ │ ├── phorphos_list_numbers_fill.webp
│ │ │ ├── phorphos_list_numbers_regular.webp
│ │ │ ├── phorphos_list_plus_fill.webp
│ │ │ ├── phorphos_list_plus_regular.webp
│ │ │ ├── phorphos_list_regular.webp
│ │ │ ├── phorphos_list_star_fill.webp
│ │ │ ├── phorphos_list_star_regular.webp
│ │ │ ├── phorphos_lock_fill.webp
│ │ │ ├── phorphos_lock_key_fill.webp
│ │ │ ├── phorphos_lock_key_open_fill.webp
│ │ │ ├── phorphos_lock_key_open_regular.webp
│ │ │ ├── phorphos_lock_key_regular.webp
│ │ │ ├── phorphos_lock_laminated_fill.webp
│ │ │ ├── phorphos_lock_laminated_open_fill.webp
│ │ │ ├── phorphos_lock_laminated_open_regular.webp
│ │ │ ├── phorphos_lock_laminated_regular.webp
│ │ │ ├── phorphos_lock_open_fill.webp
│ │ │ ├── phorphos_lock_open_regular.webp
│ │ │ ├── phorphos_lock_regular.webp
│ │ │ ├── phorphos_lock_simple_fill.webp
│ │ │ ├── phorphos_lock_simple_open_fill.webp
│ │ │ ├── phorphos_lock_simple_open_regular.webp
│ │ │ ├── phorphos_lock_simple_regular.webp
│ │ │ ├── phorphos_lockers_fill.webp
│ │ │ ├── phorphos_lockers_regular.webp
│ │ │ ├── phorphos_log_fill.webp
│ │ │ ├── phorphos_log_regular.webp
│ │ │ ├── phorphos_magic_wand_fill.webp
│ │ │ ├── phorphos_magic_wand_regular.webp
│ │ │ ├── phorphos_magnet_fill.webp
│ │ │ ├── phorphos_magnet_regular.webp
│ │ │ ├── phorphos_magnet_straight_fill.webp
│ │ │ ├── phorphos_magnet_straight_regular.webp
│ │ │ ├── phorphos_magnifying_glass_fill.webp
│ │ │ ├── phorphos_magnifying_glass_minus_fill.webp
│ │ │ ├── phorphos_magnifying_glass_minus_regular.webp
│ │ │ ├── phorphos_magnifying_glass_plus_fill.webp
│ │ │ ├── phorphos_magnifying_glass_plus_regular.webp
│ │ │ ├── phorphos_magnifying_glass_regular.webp
│ │ │ ├── phorphos_mailbox_fill.webp
│ │ │ ├── phorphos_mailbox_regular.webp
│ │ │ ├── phorphos_map_pin_area_fill.webp
│ │ │ ├── phorphos_map_pin_area_regular.webp
│ │ │ ├── phorphos_map_pin_fill.webp
│ │ │ ├── phorphos_map_pin_line_fill.webp
│ │ │ ├── phorphos_map_pin_line_regular.webp
│ │ │ ├── phorphos_map_pin_plus_fill.webp
│ │ │ ├── phorphos_map_pin_plus_regular.webp
│ │ │ ├── phorphos_map_pin_regular.webp
│ │ │ ├── phorphos_map_pin_simple_area_fill.webp
│ │ │ ├── phorphos_map_pin_simple_area_regular.webp
│ │ │ ├── phorphos_map_pin_simple_fill.webp
│ │ │ ├── phorphos_map_pin_simple_line_fill.webp
│ │ │ ├── phorphos_map_pin_simple_line_regular.webp
│ │ │ ├── phorphos_map_pin_simple_regular.webp
│ │ │ ├── phorphos_map_trifold_fill.webp
│ │ │ ├── phorphos_map_trifold_regular.webp
│ │ │ ├── phorphos_markdown_logo_fill.webp
│ │ │ ├── phorphos_markdown_logo_regular.webp
│ │ │ ├── phorphos_marker_circle_fill.webp
│ │ │ ├── phorphos_marker_circle_regular.webp
│ │ │ ├── phorphos_martini_fill.webp
│ │ │ ├── phorphos_martini_regular.webp
│ │ │ ├── phorphos_mask_happy_fill.webp
│ │ │ ├── phorphos_mask_happy_regular.webp
│ │ │ ├── phorphos_mask_sad_fill.webp
│ │ │ ├── phorphos_mask_sad_regular.webp
│ │ │ ├── phorphos_mastodon_logo_fill.webp
│ │ │ ├── phorphos_mastodon_logo_regular.webp
│ │ │ ├── phorphos_math_operations_fill.webp
│ │ │ ├── phorphos_math_operations_regular.webp
│ │ │ ├── phorphos_matrix_logo_fill.webp
│ │ │ ├── phorphos_matrix_logo_regular.webp
│ │ │ ├── phorphos_medal_fill.webp
│ │ │ ├── phorphos_medal_military_fill.webp
│ │ │ ├── phorphos_medal_military_regular.webp
│ │ │ ├── phorphos_medal_regular.webp
│ │ │ ├── phorphos_medium_logo_fill.webp
│ │ │ ├── phorphos_medium_logo_regular.webp
│ │ │ ├── phorphos_megaphone_fill.webp
│ │ │ ├── phorphos_megaphone_regular.webp
│ │ │ ├── phorphos_megaphone_simple_fill.webp
│ │ │ ├── phorphos_megaphone_simple_regular.webp
│ │ │ ├── phorphos_member_of_fill.webp
│ │ │ ├── phorphos_member_of_regular.webp
│ │ │ ├── phorphos_memory_fill.webp
│ │ │ ├── phorphos_memory_regular.webp
│ │ │ ├── phorphos_messenger_logo_fill.webp
│ │ │ ├── phorphos_messenger_logo_regular.webp
│ │ │ ├── phorphos_meta_logo_fill.webp
│ │ │ ├── phorphos_meta_logo_regular.webp
│ │ │ ├── phorphos_meteor_fill.webp
│ │ │ ├── phorphos_meteor_regular.webp
│ │ │ ├── phorphos_metronome_fill.webp
│ │ │ ├── phorphos_metronome_regular.webp
│ │ │ ├── phorphos_microphone_fill.webp
│ │ │ ├── phorphos_microphone_regular.webp
│ │ │ ├── phorphos_microphone_slash_fill.webp
│ │ │ ├── phorphos_microphone_slash_regular.webp
│ │ │ ├── phorphos_microphone_stage_fill.webp
│ │ │ ├── phorphos_microphone_stage_regular.webp
│ │ │ ├── phorphos_microscope_fill.webp
│ │ │ ├── phorphos_microscope_regular.webp
│ │ │ ├── phorphos_microsoft_excel_logo_fill.webp
│ │ │ ├── phorphos_microsoft_excel_logo_regular.webp
│ │ │ ├── phorphos_microsoft_outlook_logo_fill.webp
│ │ │ ├── phorphos_microsoft_outlook_logo_regular.webp
│ │ │ ├── phorphos_microsoft_powerpoint_logo_fill.webp
│ │ │ ├── phorphos_microsoft_powerpoint_logo_regular.webp
│ │ │ ├── phorphos_microsoft_teams_logo_fill.webp
│ │ │ ├── phorphos_microsoft_teams_logo_regular.webp
│ │ │ ├── phorphos_microsoft_word_logo_fill.webp
│ │ │ ├── phorphos_microsoft_word_logo_regular.webp
│ │ │ ├── phorphos_minus_circle_fill.webp
│ │ │ ├── phorphos_minus_circle_regular.webp
│ │ │ ├── phorphos_minus_fill.webp
│ │ │ ├── phorphos_minus_regular.webp
│ │ │ ├── phorphos_minus_square_fill.webp
│ │ │ ├── phorphos_minus_square_regular.webp
│ │ │ ├── phorphos_money_fill.webp
│ │ │ ├── phorphos_money_regular.webp
│ │ │ ├── phorphos_money_wavy_fill.webp
│ │ │ ├── phorphos_money_wavy_regular.webp
│ │ │ ├── phorphos_monitor_arrow_up_fill.webp
│ │ │ ├── phorphos_monitor_arrow_up_regular.webp
│ │ │ ├── phorphos_monitor_fill.webp
│ │ │ ├── phorphos_monitor_play_fill.webp
│ │ │ ├── phorphos_monitor_play_regular.webp
│ │ │ ├── phorphos_monitor_regular.webp
│ │ │ ├── phorphos_moon_fill.webp
│ │ │ ├── phorphos_moon_regular.webp
│ │ │ ├── phorphos_moon_stars_fill.webp
│ │ │ ├── phorphos_moon_stars_regular.webp
│ │ │ ├── phorphos_moped_fill.webp
│ │ │ ├── phorphos_moped_front_fill.webp
│ │ │ ├── phorphos_moped_front_regular.webp
│ │ │ ├── phorphos_moped_regular.webp
│ │ │ ├── phorphos_mosque_fill.webp
│ │ │ ├── phorphos_mosque_regular.webp
│ │ │ ├── phorphos_motorcycle_fill.webp
│ │ │ ├── phorphos_motorcycle_regular.webp
│ │ │ ├── phorphos_mountains_fill.webp
│ │ │ ├── phorphos_mountains_regular.webp
│ │ │ ├── phorphos_mouse_fill.webp
│ │ │ ├── phorphos_mouse_left_click_fill.webp
│ │ │ ├── phorphos_mouse_left_click_regular.webp
│ │ │ ├── phorphos_mouse_middle_click_fill.webp
│ │ │ ├── phorphos_mouse_middle_click_regular.webp
│ │ │ ├── phorphos_mouse_regular.webp
│ │ │ ├── phorphos_mouse_right_click_fill.webp
│ │ │ ├── phorphos_mouse_right_click_regular.webp
│ │ │ ├── phorphos_mouse_scroll_fill.webp
│ │ │ ├── phorphos_mouse_scroll_regular.webp
│ │ │ ├── phorphos_mouse_simple_fill.webp
│ │ │ ├── phorphos_mouse_simple_regular.webp
│ │ │ ├── phorphos_music_note_fill.webp
│ │ │ ├── phorphos_music_note_regular.webp
│ │ │ ├── phorphos_music_note_simple_fill.webp
│ │ │ ├── phorphos_music_note_simple_regular.webp
│ │ │ ├── phorphos_music_notes_fill.webp
│ │ │ ├── phorphos_music_notes_minus_fill.webp
│ │ │ ├── phorphos_music_notes_minus_regular.webp
│ │ │ ├── phorphos_music_notes_plus_fill.webp
│ │ │ ├── phorphos_music_notes_plus_regular.webp
│ │ │ ├── phorphos_music_notes_regular.webp
│ │ │ ├── phorphos_music_notes_simple_fill.webp
│ │ │ ├── phorphos_music_notes_simple_regular.webp
│ │ │ ├── phorphos_navigation_arrow_fill.webp
│ │ │ ├── phorphos_navigation_arrow_regular.webp
│ │ │ ├── phorphos_needle_fill.webp
│ │ │ ├── phorphos_needle_regular.webp
│ │ │ ├── phorphos_network_fill.webp
│ │ │ ├── phorphos_network_regular.webp
│ │ │ ├── phorphos_network_slash_fill.webp
│ │ │ ├── phorphos_network_slash_regular.webp
│ │ │ ├── phorphos_network_x_fill.webp
│ │ │ ├── phorphos_network_x_regular.webp
│ │ │ ├── phorphos_newspaper_clipping_fill.webp
│ │ │ ├── phorphos_newspaper_clipping_regular.webp
│ │ │ ├── phorphos_newspaper_fill.webp
│ │ │ ├── phorphos_newspaper_regular.webp
│ │ │ ├── phorphos_not_equals_fill.webp
│ │ │ ├── phorphos_not_equals_regular.webp
│ │ │ ├── phorphos_not_member_of_fill.webp
│ │ │ ├── phorphos_not_member_of_regular.webp
│ │ │ ├── phorphos_not_subset_of_fill.webp
│ │ │ ├── phorphos_not_subset_of_regular.webp
│ │ │ ├── phorphos_not_superset_of_fill.webp
│ │ │ ├── phorphos_not_superset_of_regular.webp
│ │ │ ├── phorphos_notches_fill.webp
│ │ │ ├── phorphos_notches_regular.webp
│ │ │ ├── phorphos_note_blank_fill.webp
│ │ │ ├── phorphos_note_blank_regular.webp
│ │ │ ├── phorphos_note_fill.webp
│ │ │ ├── phorphos_note_pencil_fill.webp
│ │ │ ├── phorphos_note_pencil_regular.webp
│ │ │ ├── phorphos_note_regular.webp
│ │ │ ├── phorphos_notebook_fill.webp
│ │ │ ├── phorphos_notebook_regular.webp
│ │ │ ├── phorphos_notepad_fill.webp
│ │ │ ├── phorphos_notepad_regular.webp
│ │ │ ├── phorphos_notification_fill.webp
│ │ │ ├── phorphos_notification_regular.webp
│ │ │ ├── phorphos_notion_logo_fill.webp
│ │ │ ├── phorphos_notion_logo_regular.webp
│ │ │ ├── phorphos_nuclear_plant_fill.webp
│ │ │ ├── phorphos_nuclear_plant_regular.webp
│ │ │ ├── phorphos_number_circle_eight_fill.webp
│ │ │ ├── phorphos_number_circle_eight_regular.webp
│ │ │ ├── phorphos_number_circle_five_fill.webp
│ │ │ ├── phorphos_number_circle_five_regular.webp
│ │ │ ├── phorphos_number_circle_four_fill.webp
│ │ │ ├── phorphos_number_circle_four_regular.webp
│ │ │ ├── phorphos_number_circle_nine_fill.webp
│ │ │ ├── phorphos_number_circle_nine_regular.webp
│ │ │ ├── phorphos_number_circle_one_fill.webp
│ │ │ ├── phorphos_number_circle_one_regular.webp
│ │ │ ├── phorphos_number_circle_seven_fill.webp
│ │ │ ├── phorphos_number_circle_seven_regular.webp
│ │ │ ├── phorphos_number_circle_six_fill.webp
│ │ │ ├── phorphos_number_circle_six_regular.webp
│ │ │ ├── phorphos_number_circle_three_fill.webp
│ │ │ ├── phorphos_number_circle_three_regular.webp
│ │ │ ├── phorphos_number_circle_two_fill.webp
│ │ │ ├── phorphos_number_circle_two_regular.webp
│ │ │ ├── phorphos_number_circle_zero_fill.webp
│ │ │ ├── phorphos_number_circle_zero_regular.webp
│ │ │ ├── phorphos_number_eight_fill.webp
│ │ │ ├── phorphos_number_eight_regular.webp
│ │ │ ├── phorphos_number_five_fill.webp
│ │ │ ├── phorphos_number_five_regular.webp
│ │ │ ├── phorphos_number_four_fill.webp
│ │ │ ├── phorphos_number_four_regular.webp
│ │ │ ├── phorphos_number_nine_fill.webp
│ │ │ ├── phorphos_number_nine_regular.webp
│ │ │ ├── phorphos_number_one_fill.webp
│ │ │ ├── phorphos_number_one_regular.webp
│ │ │ ├── phorphos_number_seven_fill.webp
│ │ │ ├── phorphos_number_seven_regular.webp
│ │ │ ├── phorphos_number_six_fill.webp
│ │ │ ├── phorphos_number_six_regular.webp
│ │ │ ├── phorphos_number_square_eight_fill.webp
│ │ │ ├── phorphos_number_square_eight_regular.webp
│ │ │ ├── phorphos_number_square_five_fill.webp
│ │ │ ├── phorphos_number_square_five_regular.webp
│ │ │ ├── phorphos_number_square_four_fill.webp
│ │ │ ├── phorphos_number_square_four_regular.webp
│ │ │ ├── phorphos_number_square_nine_fill.webp
│ │ │ ├── phorphos_number_square_nine_regular.webp
│ │ │ ├── phorphos_number_square_one_fill.webp
│ │ │ ├── phorphos_number_square_one_regular.webp
│ │ │ ├── phorphos_number_square_seven_fill.webp
│ │ │ ├── phorphos_number_square_seven_regular.webp
│ │ │ ├── phorphos_number_square_six_fill.webp
│ │ │ ├── phorphos_number_square_six_regular.webp
│ │ │ ├── phorphos_number_square_three_fill.webp
│ │ │ ├── phorphos_number_square_three_regular.webp
│ │ │ ├── phorphos_number_square_two_fill.webp
│ │ │ ├── phorphos_number_square_two_regular.webp
│ │ │ ├── phorphos_number_square_zero_fill.webp
│ │ │ ├── phorphos_number_square_zero_regular.webp
│ │ │ ├── phorphos_number_three_fill.webp
│ │ │ ├── phorphos_number_three_regular.webp
│ │ │ ├── phorphos_number_two_fill.webp
│ │ │ ├── phorphos_number_two_regular.webp
│ │ │ ├── phorphos_number_zero_fill.webp
│ │ │ ├── phorphos_number_zero_regular.webp
│ │ │ ├── phorphos_numpad_fill.webp
│ │ │ ├── phorphos_numpad_regular.webp
│ │ │ ├── phorphos_nut_fill.webp
│ │ │ ├── phorphos_nut_regular.webp
│ │ │ ├── phorphos_ny_times_logo_fill.webp
│ │ │ ├── phorphos_ny_times_logo_regular.webp
│ │ │ ├── phorphos_octagon_fill.webp
│ │ │ ├── phorphos_octagon_regular.webp
│ │ │ ├── phorphos_office_chair_fill.webp
│ │ │ ├── phorphos_office_chair_regular.webp
│ │ │ ├── phorphos_onigiri_fill.webp
│ │ │ ├── phorphos_onigiri_regular.webp
│ │ │ ├── phorphos_open_ai_logo_fill.webp
│ │ │ ├── phorphos_open_ai_logo_regular.webp
│ │ │ ├── phorphos_option_fill.webp
│ │ │ ├── phorphos_option_regular.webp
│ │ │ ├── phorphos_orange_fill.webp
│ │ │ ├── phorphos_orange_regular.webp
│ │ │ ├── phorphos_orange_slice_fill.webp
│ │ │ ├── phorphos_orange_slice_regular.webp
│ │ │ ├── phorphos_oven_fill.webp
│ │ │ ├── phorphos_oven_regular.webp
│ │ │ ├── phorphos_package_fill.webp
│ │ │ ├── phorphos_package_regular.webp
│ │ │ ├── phorphos_paint_brush_broad_fill.webp
│ │ │ ├── phorphos_paint_brush_broad_regular.webp
│ │ │ ├── phorphos_paint_brush_fill.webp
│ │ │ ├── phorphos_paint_brush_household_fill.webp
│ │ │ ├── phorphos_paint_brush_household_regular.webp
│ │ │ ├── phorphos_paint_brush_regular.webp
│ │ │ ├── phorphos_paint_bucket_fill.webp
│ │ │ ├── phorphos_paint_bucket_regular.webp
│ │ │ ├── phorphos_paint_roller_fill.webp
│ │ │ ├── phorphos_paint_roller_regular.webp
│ │ │ ├── phorphos_palette_fill.webp
│ │ │ ├── phorphos_palette_regular.webp
│ │ │ ├── phorphos_panorama_fill.webp
│ │ │ ├── phorphos_panorama_regular.webp
│ │ │ ├── phorphos_pants_fill.webp
│ │ │ ├── phorphos_pants_regular.webp
│ │ │ ├── phorphos_paper_plane_fill.webp
│ │ │ ├── phorphos_paper_plane_regular.webp
│ │ │ ├── phorphos_paper_plane_right_fill.webp
│ │ │ ├── phorphos_paper_plane_right_regular.webp
│ │ │ ├── phorphos_paper_plane_tilt_fill.webp
│ │ │ ├── phorphos_paper_plane_tilt_regular.webp
│ │ │ ├── phorphos_paperclip_fill.webp
│ │ │ ├── phorphos_paperclip_horizontal_fill.webp
│ │ │ ├── phorphos_paperclip_horizontal_regular.webp
│ │ │ ├── phorphos_paperclip_regular.webp
│ │ │ ├── phorphos_parachute_fill.webp
│ │ │ ├── phorphos_parachute_regular.webp
│ │ │ ├── phorphos_paragraph_fill.webp
│ │ │ ├── phorphos_paragraph_regular.webp
│ │ │ ├── phorphos_parallelogram_fill.webp
│ │ │ ├── phorphos_parallelogram_regular.webp
│ │ │ ├── phorphos_park_fill.webp
│ │ │ ├── phorphos_park_regular.webp
│ │ │ ├── phorphos_password_fill.webp
│ │ │ ├── phorphos_password_regular.webp
│ │ │ ├── phorphos_path_fill.webp
│ │ │ ├── phorphos_path_regular.webp
│ │ │ ├── phorphos_patreon_logo_fill.webp
│ │ │ ├── phorphos_patreon_logo_regular.webp
│ │ │ ├── phorphos_pause_circle_fill.webp
│ │ │ ├── phorphos_pause_circle_regular.webp
│ │ │ ├── phorphos_pause_fill.webp
│ │ │ ├── phorphos_pause_regular.webp
│ │ │ ├── phorphos_paw_print_fill.webp
│ │ │ ├── phorphos_paw_print_regular.webp
│ │ │ ├── phorphos_paypal_logo_fill.webp
│ │ │ ├── phorphos_paypal_logo_regular.webp
│ │ │ ├── phorphos_peace_fill.webp
│ │ │ ├── phorphos_peace_regular.webp
│ │ │ ├── phorphos_pen_fill.webp
│ │ │ ├── phorphos_pen_nib_fill.webp
│ │ │ ├── phorphos_pen_nib_regular.webp
│ │ │ ├── phorphos_pen_nib_straight_fill.webp
│ │ │ ├── phorphos_pen_nib_straight_regular.webp
│ │ │ ├── phorphos_pen_regular.webp
│ │ │ ├── phorphos_pencil_circle_fill.webp
│ │ │ ├── phorphos_pencil_circle_regular.webp
│ │ │ ├── phorphos_pencil_fill.webp
│ │ │ ├── phorphos_pencil_line_fill.webp
│ │ │ ├── phorphos_pencil_line_regular.webp
│ │ │ ├── phorphos_pencil_regular.webp
│ │ │ ├── phorphos_pencil_ruler_fill.webp
│ │ │ ├── phorphos_pencil_ruler_regular.webp
│ │ │ ├── phorphos_pencil_simple_fill.webp
│ │ │ ├── phorphos_pencil_simple_line_fill.webp
│ │ │ ├── phorphos_pencil_simple_line_regular.webp
│ │ │ ├── phorphos_pencil_simple_regular.webp
│ │ │ ├── phorphos_pencil_simple_slash_fill.webp
│ │ │ ├── phorphos_pencil_simple_slash_regular.webp
│ │ │ ├── phorphos_pencil_slash_fill.webp
│ │ │ ├── phorphos_pencil_slash_regular.webp
│ │ │ ├── phorphos_pentagon_fill.webp
│ │ │ ├── phorphos_pentagon_regular.webp
│ │ │ ├── phorphos_pentagram_fill.webp
│ │ │ ├── phorphos_pentagram_regular.webp
│ │ │ ├── phorphos_pepper_fill.webp
│ │ │ ├── phorphos_pepper_regular.webp
│ │ │ ├── phorphos_percent_fill.webp
│ │ │ ├── phorphos_percent_regular.webp
│ │ │ ├── phorphos_person_arms_spread_fill.webp
│ │ │ ├── phorphos_person_arms_spread_regular.webp
│ │ │ ├── phorphos_person_fill.webp
│ │ │ ├── phorphos_person_regular.webp
│ │ │ ├── phorphos_person_simple_bike_fill.webp
│ │ │ ├── phorphos_person_simple_bike_regular.webp
│ │ │ ├── phorphos_person_simple_circle_fill.webp
│ │ │ ├── phorphos_person_simple_circle_regular.webp
│ │ │ ├── phorphos_person_simple_fill.webp
│ │ │ ├── phorphos_person_simple_hike_fill.webp
│ │ │ ├── phorphos_person_simple_hike_regular.webp
│ │ │ ├── phorphos_person_simple_regular.webp
│ │ │ ├── phorphos_person_simple_run_fill.webp
│ │ │ ├── phorphos_person_simple_run_regular.webp
│ │ │ ├── phorphos_person_simple_ski_fill.webp
│ │ │ ├── phorphos_person_simple_ski_regular.webp
│ │ │ ├── phorphos_person_simple_snowboard_fill.webp
│ │ │ ├── phorphos_person_simple_snowboard_regular.webp
│ │ │ ├── phorphos_person_simple_swim_fill.webp
│ │ │ ├── phorphos_person_simple_swim_regular.webp
│ │ │ ├── phorphos_person_simple_tai_chi_fill.webp
│ │ │ ├── phorphos_person_simple_tai_chi_regular.webp
│ │ │ ├── phorphos_person_simple_throw_fill.webp
│ │ │ ├── phorphos_person_simple_throw_regular.webp
│ │ │ ├── phorphos_person_simple_walk_fill.webp
│ │ │ ├── phorphos_person_simple_walk_regular.webp
│ │ │ ├── phorphos_perspective_fill.webp
│ │ │ ├── phorphos_perspective_regular.webp
│ │ │ ├── phorphos_phone_call_fill.webp
│ │ │ ├── phorphos_phone_call_regular.webp
│ │ │ ├── phorphos_phone_disconnect_fill.webp
│ │ │ ├── phorphos_phone_disconnect_regular.webp
│ │ │ ├── phorphos_phone_fill.webp
│ │ │ ├── phorphos_phone_incoming_fill.webp
│ │ │ ├── phorphos_phone_incoming_regular.webp
│ │ │ ├── phorphos_phone_list_fill.webp
│ │ │ ├── phorphos_phone_list_regular.webp
│ │ │ ├── phorphos_phone_outgoing_fill.webp
│ │ │ ├── phorphos_phone_outgoing_regular.webp
│ │ │ ├── phorphos_phone_pause_fill.webp
│ │ │ ├── phorphos_phone_pause_regular.webp
│ │ │ ├── phorphos_phone_plus_fill.webp
│ │ │ ├── phorphos_phone_plus_regular.webp
│ │ │ ├── phorphos_phone_regular.webp
│ │ │ ├── phorphos_phone_slash_fill.webp
│ │ │ ├── phorphos_phone_slash_regular.webp
│ │ │ ├── phorphos_phone_transfer_fill.webp
│ │ │ ├── phorphos_phone_transfer_regular.webp
│ │ │ ├── phorphos_phone_x_fill.webp
│ │ │ ├── phorphos_phone_x_regular.webp
│ │ │ ├── phorphos_phosphor_logo_fill.webp
│ │ │ ├── phorphos_phosphor_logo_regular.webp
│ │ │ ├── phorphos_pi_fill.webp
│ │ │ ├── phorphos_pi_regular.webp
│ │ │ ├── phorphos_piano_keys_fill.webp
│ │ │ ├── phorphos_piano_keys_regular.webp
│ │ │ ├── phorphos_picnic_table_fill.webp
│ │ │ ├── phorphos_picnic_table_regular.webp
│ │ │ ├── phorphos_picture_in_picture_fill.webp
│ │ │ ├── phorphos_picture_in_picture_regular.webp
│ │ │ ├── phorphos_piggy_bank_fill.webp
│ │ │ ├── phorphos_piggy_bank_regular.webp
│ │ │ ├── phorphos_pill_fill.webp
│ │ │ ├── phorphos_pill_regular.webp
│ │ │ ├── phorphos_ping_pong_fill.webp
│ │ │ ├── phorphos_ping_pong_regular.webp
│ │ │ ├── phorphos_pint_glass_fill.webp
│ │ │ ├── phorphos_pint_glass_regular.webp
│ │ │ ├── phorphos_pinterest_logo_fill.webp
│ │ │ ├── phorphos_pinterest_logo_regular.webp
│ │ │ ├── phorphos_pinwheel_fill.webp
│ │ │ ├── phorphos_pinwheel_regular.webp
│ │ │ ├── phorphos_pipe_fill.webp
│ │ │ ├── phorphos_pipe_regular.webp
│ │ │ ├── phorphos_pipe_wrench_fill.webp
│ │ │ ├── phorphos_pipe_wrench_regular.webp
│ │ │ ├── phorphos_pix_logo_fill.webp
│ │ │ ├── phorphos_pix_logo_regular.webp
│ │ │ ├── phorphos_pizza_fill.webp
│ │ │ ├── phorphos_pizza_regular.webp
│ │ │ ├── phorphos_placeholder_fill.webp
│ │ │ ├── phorphos_placeholder_regular.webp
│ │ │ ├── phorphos_planet_fill.webp
│ │ │ ├── phorphos_planet_regular.webp
│ │ │ ├── phorphos_plant_fill.webp
│ │ │ ├── phorphos_plant_regular.webp
│ │ │ ├── phorphos_play_circle_fill.webp
│ │ │ ├── phorphos_play_circle_regular.webp
│ │ │ ├── phorphos_play_fill.webp
│ │ │ ├── phorphos_play_pause_fill.webp
│ │ │ ├── phorphos_play_pause_regular.webp
│ │ │ ├── phorphos_play_regular.webp
│ │ │ ├── phorphos_playlist_fill.webp
│ │ │ ├── phorphos_playlist_regular.webp
│ │ │ ├── phorphos_plug_charging_fill.webp
│ │ │ ├── phorphos_plug_charging_regular.webp
│ │ │ ├── phorphos_plug_fill.webp
│ │ │ ├── phorphos_plug_regular.webp
│ │ │ ├── phorphos_plugs_connected_fill.webp
│ │ │ ├── phorphos_plugs_connected_regular.webp
│ │ │ ├── phorphos_plugs_fill.webp
│ │ │ ├── phorphos_plugs_regular.webp
│ │ │ ├── phorphos_plus_circle_fill.webp
│ │ │ ├── phorphos_plus_circle_regular.webp
│ │ │ ├── phorphos_plus_fill.webp
│ │ │ ├── phorphos_plus_minus_fill.webp
│ │ │ ├── phorphos_plus_minus_regular.webp
│ │ │ ├── phorphos_plus_regular.webp
│ │ │ ├── phorphos_plus_square_fill.webp
│ │ │ ├── phorphos_plus_square_regular.webp
│ │ │ ├── phorphos_poker_chip_fill.webp
│ │ │ ├── phorphos_poker_chip_regular.webp
│ │ │ ├── phorphos_police_car_fill.webp
│ │ │ ├── phorphos_police_car_regular.webp
│ │ │ ├── phorphos_polygon_fill.webp
│ │ │ ├── phorphos_polygon_regular.webp
│ │ │ ├── phorphos_popcorn_fill.webp
│ │ │ ├── phorphos_popcorn_regular.webp
│ │ │ ├── phorphos_popsicle_fill.webp
│ │ │ ├── phorphos_popsicle_regular.webp
│ │ │ ├── phorphos_potted_plant_fill.webp
│ │ │ ├── phorphos_potted_plant_regular.webp
│ │ │ ├── phorphos_power_fill.webp
│ │ │ ├── phorphos_power_regular.webp
│ │ │ ├── phorphos_prescription_fill.webp
│ │ │ ├── phorphos_prescription_regular.webp
│ │ │ ├── phorphos_presentation_chart_fill.webp
│ │ │ ├── phorphos_presentation_chart_regular.webp
│ │ │ ├── phorphos_presentation_fill.webp
│ │ │ ├── phorphos_presentation_regular.webp
│ │ │ ├── phorphos_printer_fill.webp
│ │ │ ├── phorphos_printer_regular.webp
│ │ │ ├── phorphos_prohibit_fill.webp
│ │ │ ├── phorphos_prohibit_inset_fill.webp
│ │ │ ├── phorphos_prohibit_inset_regular.webp
│ │ │ ├── phorphos_prohibit_regular.webp
│ │ │ ├── phorphos_projector_screen_chart_fill.webp
│ │ │ ├── phorphos_projector_screen_chart_regular.webp
│ │ │ ├── phorphos_projector_screen_fill.webp
│ │ │ ├── phorphos_projector_screen_regular.webp
│ │ │ ├── phorphos_pulse_fill.webp
│ │ │ ├── phorphos_pulse_regular.webp
│ │ │ ├── phorphos_push_pin_fill.webp
│ │ │ ├── phorphos_push_pin_regular.webp
│ │ │ ├── phorphos_push_pin_simple_fill.webp
│ │ │ ├── phorphos_push_pin_simple_regular.webp
│ │ │ ├── phorphos_push_pin_simple_slash_fill.webp
│ │ │ ├── phorphos_push_pin_simple_slash_regular.webp
│ │ │ ├── phorphos_push_pin_slash_fill.webp
│ │ │ ├── phorphos_push_pin_slash_regular.webp
│ │ │ ├── phorphos_puzzle_piece_fill.webp
│ │ │ ├── phorphos_puzzle_piece_regular.webp
│ │ │ ├── phorphos_qr_code_fill.webp
│ │ │ ├── phorphos_qr_code_regular.webp
│ │ │ ├── phorphos_question_fill.webp
│ │ │ ├── phorphos_question_mark_fill.webp
│ │ │ ├── phorphos_question_mark_regular.webp
│ │ │ ├── phorphos_question_regular.webp
│ │ │ ├── phorphos_queue_fill.webp
│ │ │ ├── phorphos_queue_regular.webp
│ │ │ ├── phorphos_quotes_fill.webp
│ │ │ ├── phorphos_quotes_regular.webp
│ │ │ ├── phorphos_rabbit_fill.webp
│ │ │ ├── phorphos_rabbit_regular.webp
│ │ │ ├── phorphos_racquet_fill.webp
│ │ │ ├── phorphos_racquet_regular.webp
│ │ │ ├── phorphos_radical_fill.webp
│ │ │ ├── phorphos_radical_regular.webp
│ │ │ ├── phorphos_radio_button_fill.webp
│ │ │ ├── phorphos_radio_button_regular.webp
│ │ │ ├── phorphos_radio_fill.webp
│ │ │ ├── phorphos_radio_regular.webp
│ │ │ ├── phorphos_radioactive_fill.webp
│ │ │ ├── phorphos_radioactive_regular.webp
│ │ │ ├── phorphos_rainbow_cloud_fill.webp
│ │ │ ├── phorphos_rainbow_cloud_regular.webp
│ │ │ ├── phorphos_rainbow_fill.webp
│ │ │ ├── phorphos_rainbow_regular.webp
│ │ │ ├── phorphos_ranking_fill.webp
│ │ │ ├── phorphos_ranking_regular.webp
│ │ │ ├── phorphos_read_cv_logo_fill.webp
│ │ │ ├── phorphos_read_cv_logo_regular.webp
│ │ │ ├── phorphos_receipt_fill.webp
│ │ │ ├── phorphos_receipt_regular.webp
│ │ │ ├── phorphos_receipt_x_fill.webp
│ │ │ ├── phorphos_receipt_x_regular.webp
│ │ │ ├── phorphos_record_fill.webp
│ │ │ ├── phorphos_record_regular.webp
│ │ │ ├── phorphos_rectangle_dashed_fill.webp
│ │ │ ├── phorphos_rectangle_dashed_regular.webp
│ │ │ ├── phorphos_rectangle_fill.webp
│ │ │ ├── phorphos_rectangle_regular.webp
│ │ │ ├── phorphos_recycle_fill.webp
│ │ │ ├── phorphos_recycle_regular.webp
│ │ │ ├── phorphos_reddit_logo_fill.webp
│ │ │ ├── phorphos_reddit_logo_regular.webp
│ │ │ ├── phorphos_repeat_fill.webp
│ │ │ ├── phorphos_repeat_once_fill.webp
│ │ │ ├── phorphos_repeat_once_regular.webp
│ │ │ ├── phorphos_repeat_regular.webp
│ │ │ ├── phorphos_replit_logo_fill.webp
│ │ │ ├── phorphos_replit_logo_regular.webp
│ │ │ ├── phorphos_resize_fill.webp
│ │ │ ├── phorphos_resize_regular.webp
│ │ │ ├── phorphos_rewind_circle_fill.webp
│ │ │ ├── phorphos_rewind_circle_regular.webp
│ │ │ ├── phorphos_rewind_fill.webp
│ │ │ ├── phorphos_rewind_regular.webp
│ │ │ ├── phorphos_road_horizon_fill.webp
│ │ │ ├── phorphos_road_horizon_regular.webp
│ │ │ ├── phorphos_robot_fill.webp
│ │ │ ├── phorphos_robot_regular.webp
│ │ │ ├── phorphos_rocket_fill.webp
│ │ │ ├── phorphos_rocket_launch_fill.webp
│ │ │ ├── phorphos_rocket_launch_regular.webp
│ │ │ ├── phorphos_rocket_regular.webp
│ │ │ ├── phorphos_rows_fill.webp
│ │ │ ├── phorphos_rows_plus_bottom_fill.webp
│ │ │ ├── phorphos_rows_plus_bottom_regular.webp
│ │ │ ├── phorphos_rows_plus_top_fill.webp
│ │ │ ├── phorphos_rows_plus_top_regular.webp
│ │ │ ├── phorphos_rows_regular.webp
│ │ │ ├── phorphos_rss_fill.webp
│ │ │ ├── phorphos_rss_regular.webp
│ │ │ ├── phorphos_rss_simple_fill.webp
│ │ │ ├── phorphos_rss_simple_regular.webp
│ │ │ ├── phorphos_rug_fill.webp
│ │ │ ├── phorphos_rug_regular.webp
│ │ │ ├── phorphos_ruler_fill.webp
│ │ │ ├── phorphos_ruler_regular.webp
│ │ │ ├── phorphos_sailboat_fill.webp
│ │ │ ├── phorphos_sailboat_regular.webp
│ │ │ ├── phorphos_scales_fill.webp
│ │ │ ├── phorphos_scales_regular.webp
│ │ │ ├── phorphos_scan_fill.webp
│ │ │ ├── phorphos_scan_regular.webp
│ │ │ ├── phorphos_scan_smiley_fill.webp
│ │ │ ├── phorphos_scan_smiley_regular.webp
│ │ │ ├── phorphos_scissors_fill.webp
│ │ │ ├── phorphos_scissors_regular.webp
│ │ │ ├── phorphos_scooter_fill.webp
│ │ │ ├── phorphos_scooter_regular.webp
│ │ │ ├── phorphos_screencast_fill.webp
│ │ │ ├── phorphos_screencast_regular.webp
│ │ │ ├── phorphos_screwdriver_fill.webp
│ │ │ ├── phorphos_screwdriver_regular.webp
│ │ │ ├── phorphos_scribble_fill.webp
│ │ │ ├── phorphos_scribble_loop_fill.webp
│ │ │ ├── phorphos_scribble_loop_regular.webp
│ │ │ ├── phorphos_scribble_regular.webp
│ │ │ ├── phorphos_scroll_fill.webp
│ │ │ ├── phorphos_scroll_regular.webp
│ │ │ ├── phorphos_seal_check_fill.webp
│ │ │ ├── phorphos_seal_check_regular.webp
│ │ │ ├── phorphos_seal_fill.webp
│ │ │ ├── phorphos_seal_percent_fill.webp
│ │ │ ├── phorphos_seal_percent_regular.webp
│ │ │ ├── phorphos_seal_question_fill.webp
│ │ │ ├── phorphos_seal_question_regular.webp
│ │ │ ├── phorphos_seal_regular.webp
│ │ │ ├── phorphos_seal_warning_fill.webp
│ │ │ ├── phorphos_seal_warning_regular.webp
│ │ │ ├── phorphos_seat_fill.webp
│ │ │ ├── phorphos_seat_regular.webp
│ │ │ ├── phorphos_seatbelt_fill.webp
│ │ │ ├── phorphos_seatbelt_regular.webp
│ │ │ ├── phorphos_security_camera_fill.webp
│ │ │ ├── phorphos_security_camera_regular.webp
│ │ │ ├── phorphos_selection_all_fill.webp
│ │ │ ├── phorphos_selection_all_regular.webp
│ │ │ ├── phorphos_selection_background_fill.webp
│ │ │ ├── phorphos_selection_background_regular.webp
│ │ │ ├── phorphos_selection_fill.webp
│ │ │ ├── phorphos_selection_foreground_fill.webp
│ │ │ ├── phorphos_selection_foreground_regular.webp
│ │ │ ├── phorphos_selection_inverse_fill.webp
│ │ │ ├── phorphos_selection_inverse_regular.webp
│ │ │ ├── phorphos_selection_plus_fill.webp
│ │ │ ├── phorphos_selection_plus_regular.webp
│ │ │ ├── phorphos_selection_regular.webp
│ │ │ ├── phorphos_selection_slash_fill.webp
│ │ │ ├── phorphos_selection_slash_regular.webp
│ │ │ ├── phorphos_shapes_fill.webp
│ │ │ ├── phorphos_shapes_regular.webp
│ │ │ ├── phorphos_share_fat_fill.webp
│ │ │ ├── phorphos_share_fat_regular.webp
│ │ │ ├── phorphos_share_fill.webp
│ │ │ ├── phorphos_share_network_fill.webp
│ │ │ ├── phorphos_share_network_regular.webp
│ │ │ ├── phorphos_share_regular.webp
│ │ │ ├── phorphos_shield_check_fill.webp
│ │ │ ├── phorphos_shield_check_regular.webp
│ │ │ ├── phorphos_shield_checkered_fill.webp
│ │ │ ├── phorphos_shield_checkered_regular.webp
│ │ │ ├── phorphos_shield_chevron_fill.webp
│ │ │ ├── phorphos_shield_chevron_regular.webp
│ │ │ ├── phorphos_shield_fill.webp
│ │ │ ├── phorphos_shield_plus_fill.webp
│ │ │ ├── phorphos_shield_plus_regular.webp
│ │ │ ├── phorphos_shield_regular.webp
│ │ │ ├── phorphos_shield_slash_fill.webp
│ │ │ ├── phorphos_shield_slash_regular.webp
│ │ │ ├── phorphos_shield_star_fill.webp
│ │ │ ├── phorphos_shield_star_regular.webp
│ │ │ ├── phorphos_shield_warning_fill.webp
│ │ │ ├── phorphos_shield_warning_regular.webp
│ │ │ ├── phorphos_shipping_container_fill.webp
│ │ │ ├── phorphos_shipping_container_regular.webp
│ │ │ ├── phorphos_shirt_folded_fill.webp
│ │ │ ├── phorphos_shirt_folded_regular.webp
│ │ │ ├── phorphos_shooting_star_fill.webp
│ │ │ ├── phorphos_shooting_star_regular.webp
│ │ │ ├── phorphos_shopping_bag_fill.webp
│ │ │ ├── phorphos_shopping_bag_open_fill.webp
│ │ │ ├── phorphos_shopping_bag_open_regular.webp
│ │ │ ├── phorphos_shopping_bag_regular.webp
│ │ │ ├── phorphos_shopping_cart_fill.webp
│ │ │ ├── phorphos_shopping_cart_regular.webp
│ │ │ ├── phorphos_shopping_cart_simple_fill.webp
│ │ │ ├── phorphos_shopping_cart_simple_regular.webp
│ │ │ ├── phorphos_shovel_fill.webp
│ │ │ ├── phorphos_shovel_regular.webp
│ │ │ ├── phorphos_shower_fill.webp
│ │ │ ├── phorphos_shower_regular.webp
│ │ │ ├── phorphos_shrimp_fill.webp
│ │ │ ├── phorphos_shrimp_regular.webp
│ │ │ ├── phorphos_shuffle_angular_fill.webp
│ │ │ ├── phorphos_shuffle_angular_regular.webp
│ │ │ ├── phorphos_shuffle_fill.webp
│ │ │ ├── phorphos_shuffle_regular.webp
│ │ │ ├── phorphos_shuffle_simple_fill.webp
│ │ │ ├── phorphos_shuffle_simple_regular.webp
│ │ │ ├── phorphos_sidebar_fill.webp
│ │ │ ├── phorphos_sidebar_regular.webp
│ │ │ ├── phorphos_sidebar_simple_fill.webp
│ │ │ ├── phorphos_sidebar_simple_regular.webp
│ │ │ ├── phorphos_sigma_fill.webp
│ │ │ ├── phorphos_sigma_regular.webp
│ │ │ ├── phorphos_sign_in_fill.webp
│ │ │ ├── phorphos_sign_in_regular.webp
│ │ │ ├── phorphos_sign_out_fill.webp
│ │ │ ├── phorphos_sign_out_regular.webp
│ │ │ ├── phorphos_signature_fill.webp
│ │ │ ├── phorphos_signature_regular.webp
│ │ │ ├── phorphos_signpost_fill.webp
│ │ │ ├── phorphos_signpost_regular.webp
│ │ │ ├── phorphos_sim_card_fill.webp
│ │ │ ├── phorphos_sim_card_regular.webp
│ │ │ ├── phorphos_siren_fill.webp
│ │ │ ├── phorphos_siren_regular.webp
│ │ │ ├── phorphos_sketch_logo_fill.webp
│ │ │ ├── phorphos_sketch_logo_regular.webp
│ │ │ ├── phorphos_skip_back_circle_fill.webp
│ │ │ ├── phorphos_skip_back_circle_regular.webp
│ │ │ ├── phorphos_skip_back_fill.webp
│ │ │ ├── phorphos_skip_back_regular.webp
│ │ │ ├── phorphos_skip_forward_circle_fill.webp
│ │ │ ├── phorphos_skip_forward_circle_regular.webp
│ │ │ ├── phorphos_skip_forward_fill.webp
│ │ │ ├── phorphos_skip_forward_regular.webp
│ │ │ ├── phorphos_skull_fill.webp
│ │ │ ├── phorphos_skull_regular.webp
│ │ │ ├── phorphos_skype_logo_fill.webp
│ │ │ ├── phorphos_skype_logo_regular.webp
│ │ │ ├── phorphos_slack_logo_fill.webp
│ │ │ ├── phorphos_slack_logo_regular.webp
│ │ │ ├── phorphos_sliders_fill.webp
│ │ │ ├── phorphos_sliders_horizontal_fill.webp
│ │ │ ├── phorphos_sliders_horizontal_regular.webp
│ │ │ ├── phorphos_sliders_regular.webp
│ │ │ ├── phorphos_slideshow_fill.webp
│ │ │ ├── phorphos_slideshow_regular.webp
│ │ │ ├── phorphos_smiley_angry_fill.webp
│ │ │ ├── phorphos_smiley_angry_regular.webp
│ │ │ ├── phorphos_smiley_blank_fill.webp
│ │ │ ├── phorphos_smiley_blank_regular.webp
│ │ │ ├── phorphos_smiley_fill.webp
│ │ │ ├── phorphos_smiley_meh_fill.webp
│ │ │ ├── phorphos_smiley_meh_regular.webp
│ │ │ ├── phorphos_smiley_melting_fill.webp
│ │ │ ├── phorphos_smiley_melting_regular.webp
│ │ │ ├── phorphos_smiley_nervous_fill.webp
│ │ │ ├── phorphos_smiley_nervous_regular.webp
│ │ │ ├── phorphos_smiley_regular.webp
│ │ │ ├── phorphos_smiley_sad_fill.webp
│ │ │ ├── phorphos_smiley_sad_regular.webp
│ │ │ ├── phorphos_smiley_sticker_fill.webp
│ │ │ ├── phorphos_smiley_sticker_regular.webp
│ │ │ ├── phorphos_smiley_wink_fill.webp
│ │ │ ├── phorphos_smiley_wink_regular.webp
│ │ │ ├── phorphos_smiley_x_eyes_fill.webp
│ │ │ ├── phorphos_smiley_x_eyes_regular.webp
│ │ │ ├── phorphos_snapchat_logo_fill.webp
│ │ │ ├── phorphos_snapchat_logo_regular.webp
│ │ │ ├── phorphos_sneaker_fill.webp
│ │ │ ├── phorphos_sneaker_move_fill.webp
│ │ │ ├── phorphos_sneaker_move_regular.webp
│ │ │ ├── phorphos_sneaker_regular.webp
│ │ │ ├── phorphos_snowflake_fill.webp
│ │ │ ├── phorphos_snowflake_regular.webp
│ │ │ ├── phorphos_soccer_ball_fill.webp
│ │ │ ├── phorphos_soccer_ball_regular.webp
│ │ │ ├── phorphos_sock_fill.webp
│ │ │ ├── phorphos_sock_regular.webp
│ │ │ ├── phorphos_solar_panel_fill.webp
│ │ │ ├── phorphos_solar_panel_regular.webp
│ │ │ ├── phorphos_solar_roof_fill.webp
│ │ │ ├── phorphos_solar_roof_regular.webp
│ │ │ ├── phorphos_sort_ascending_fill.webp
│ │ │ ├── phorphos_sort_ascending_regular.webp
│ │ │ ├── phorphos_sort_descending_fill.webp
│ │ │ ├── phorphos_sort_descending_regular.webp
│ │ │ ├── phorphos_soundcloud_logo_fill.webp
│ │ │ ├── phorphos_soundcloud_logo_regular.webp
│ │ │ ├── phorphos_spade_fill.webp
│ │ │ ├── phorphos_spade_regular.webp
│ │ │ ├── phorphos_sparkle_fill.webp
│ │ │ ├── phorphos_sparkle_regular.webp
│ │ │ ├── phorphos_speaker_hifi_fill.webp
│ │ │ ├── phorphos_speaker_hifi_regular.webp
│ │ │ ├── phorphos_speaker_high_fill.webp
│ │ │ ├── phorphos_speaker_high_regular.webp
│ │ │ ├── phorphos_speaker_low_fill.webp
│ │ │ ├── phorphos_speaker_low_regular.webp
│ │ │ ├── phorphos_speaker_none_fill.webp
│ │ │ ├── phorphos_speaker_none_regular.webp
│ │ │ ├── phorphos_speaker_simple_high_fill.webp
│ │ │ ├── phorphos_speaker_simple_high_regular.webp
│ │ │ ├── phorphos_speaker_simple_low_fill.webp
│ │ │ ├── phorphos_speaker_simple_low_regular.webp
│ │ │ ├── phorphos_speaker_simple_none_fill.webp
│ │ │ ├── phorphos_speaker_simple_none_regular.webp
│ │ │ ├── phorphos_speaker_simple_slash_fill.webp
│ │ │ ├── phorphos_speaker_simple_slash_regular.webp
│ │ │ ├── phorphos_speaker_simple_x_fill.webp
│ │ │ ├── phorphos_speaker_simple_x_regular.webp
│ │ │ ├── phorphos_speaker_slash_fill.webp
│ │ │ ├── phorphos_speaker_slash_regular.webp
│ │ │ ├── phorphos_speaker_x_fill.webp
│ │ │ ├── phorphos_speaker_x_regular.webp
│ │ │ ├── phorphos_speedometer_fill.webp
│ │ │ ├── phorphos_speedometer_regular.webp
│ │ │ ├── phorphos_sphere_fill.webp
│ │ │ ├── phorphos_sphere_regular.webp
│ │ │ ├── phorphos_spinner_ball_fill.webp
│ │ │ ├── phorphos_spinner_ball_regular.webp
│ │ │ ├── phorphos_spinner_fill.webp
│ │ │ ├── phorphos_spinner_gap_fill.webp
│ │ │ ├── phorphos_spinner_gap_regular.webp
│ │ │ ├── phorphos_spinner_regular.webp
│ │ │ ├── phorphos_spiral_fill.webp
│ │ │ ├── phorphos_spiral_regular.webp
│ │ │ ├── phorphos_split_horizontal_fill.webp
│ │ │ ├── phorphos_split_horizontal_regular.webp
│ │ │ ├── phorphos_split_vertical_fill.webp
│ │ │ ├── phorphos_split_vertical_regular.webp
│ │ │ ├── phorphos_spotify_logo_fill.webp
│ │ │ ├── phorphos_spotify_logo_regular.webp
│ │ │ ├── phorphos_spray_bottle_fill.webp
│ │ │ ├── phorphos_spray_bottle_regular.webp
│ │ │ ├── phorphos_square_fill.webp
│ │ │ ├── phorphos_square_half_bottom_fill.webp
│ │ │ ├── phorphos_square_half_bottom_regular.webp
│ │ │ ├── phorphos_square_half_fill.webp
│ │ │ ├── phorphos_square_half_regular.webp
│ │ │ ├── phorphos_square_logo_fill.webp
│ │ │ ├── phorphos_square_logo_regular.webp
│ │ │ ├── phorphos_square_regular.webp
│ │ │ ├── phorphos_square_split_horizontal_fill.webp
│ │ │ ├── phorphos_square_split_horizontal_regular.webp
│ │ │ ├── phorphos_square_split_vertical_fill.webp
│ │ │ ├── phorphos_square_split_vertical_regular.webp
│ │ │ ├── phorphos_squares_four_fill.webp
│ │ │ ├── phorphos_squares_four_regular.webp
│ │ │ ├── phorphos_stack_fill.webp
│ │ │ ├── phorphos_stack_minus_fill.webp
│ │ │ ├── phorphos_stack_minus_regular.webp
│ │ │ ├── phorphos_stack_overflow_logo_fill.webp
│ │ │ ├── phorphos_stack_overflow_logo_regular.webp
│ │ │ ├── phorphos_stack_plus_fill.webp
│ │ │ ├── phorphos_stack_plus_regular.webp
│ │ │ ├── phorphos_stack_regular.webp
│ │ │ ├── phorphos_stack_simple_fill.webp
│ │ │ ├── phorphos_stack_simple_regular.webp
│ │ │ ├── phorphos_stairs_fill.webp
│ │ │ ├── phorphos_stairs_regular.webp
│ │ │ ├── phorphos_stamp_fill.webp
│ │ │ ├── phorphos_stamp_regular.webp
│ │ │ ├── phorphos_standard_definition_fill.webp
│ │ │ ├── phorphos_standard_definition_regular.webp
│ │ │ ├── phorphos_star_and_crescent_fill.webp
│ │ │ ├── phorphos_star_and_crescent_regular.webp
│ │ │ ├── phorphos_star_fill.webp
│ │ │ ├── phorphos_star_four_fill.webp
│ │ │ ├── phorphos_star_four_regular.webp
│ │ │ ├── phorphos_star_half_fill.webp
│ │ │ ├── phorphos_star_half_regular.webp
│ │ │ ├── phorphos_star_of_david_fill.webp
│ │ │ ├── phorphos_star_of_david_regular.webp
│ │ │ ├── phorphos_star_regular.webp
│ │ │ ├── phorphos_steam_logo_fill.webp
│ │ │ ├── phorphos_steam_logo_regular.webp
│ │ │ ├── phorphos_steering_wheel_fill.webp
│ │ │ ├── phorphos_steering_wheel_regular.webp
│ │ │ ├── phorphos_steps_fill.webp
│ │ │ ├── phorphos_steps_regular.webp
│ │ │ ├── phorphos_stethoscope_fill.webp
│ │ │ ├── phorphos_stethoscope_regular.webp
│ │ │ ├── phorphos_sticker_fill.webp
│ │ │ ├── phorphos_sticker_regular.webp
│ │ │ ├── phorphos_stool_fill.webp
│ │ │ ├── phorphos_stool_regular.webp
│ │ │ ├── phorphos_stop_circle_fill.webp
│ │ │ ├── phorphos_stop_circle_regular.webp
│ │ │ ├── phorphos_stop_fill.webp
│ │ │ ├── phorphos_stop_regular.webp
│ │ │ ├── phorphos_storefront_fill.webp
│ │ │ ├── phorphos_storefront_regular.webp
│ │ │ ├── phorphos_strategy_fill.webp
│ │ │ ├── phorphos_strategy_regular.webp
│ │ │ ├── phorphos_stripe_logo_fill.webp
│ │ │ ├── phorphos_stripe_logo_regular.webp
│ │ │ ├── phorphos_student_fill.webp
│ │ │ ├── phorphos_student_regular.webp
│ │ │ ├── phorphos_subset_of_fill.webp
│ │ │ ├── phorphos_subset_of_regular.webp
│ │ │ ├── phorphos_subset_proper_of_fill.webp
│ │ │ ├── phorphos_subset_proper_of_regular.webp
│ │ │ ├── phorphos_subtitles_fill.webp
│ │ │ ├── phorphos_subtitles_regular.webp
│ │ │ ├── phorphos_subtitles_slash_fill.webp
│ │ │ ├── phorphos_subtitles_slash_regular.webp
│ │ │ ├── phorphos_subtract_fill.webp
│ │ │ ├── phorphos_subtract_regular.webp
│ │ │ ├── phorphos_subtract_square_fill.webp
│ │ │ ├── phorphos_subtract_square_regular.webp
│ │ │ ├── phorphos_subway_fill.webp
│ │ │ ├── phorphos_subway_regular.webp
│ │ │ ├── phorphos_suitcase_fill.webp
│ │ │ ├── phorphos_suitcase_regular.webp
│ │ │ ├── phorphos_suitcase_rolling_fill.webp
│ │ │ ├── phorphos_suitcase_rolling_regular.webp
│ │ │ ├── phorphos_suitcase_simple_fill.webp
│ │ │ ├── phorphos_suitcase_simple_regular.webp
│ │ │ ├── phorphos_sun_dim_fill.webp
│ │ │ ├── phorphos_sun_dim_regular.webp
│ │ │ ├── phorphos_sun_fill.webp
│ │ │ ├── phorphos_sun_horizon_fill.webp
│ │ │ ├── phorphos_sun_horizon_regular.webp
│ │ │ ├── phorphos_sun_regular.webp
│ │ │ ├── phorphos_sunglasses_fill.webp
│ │ │ ├── phorphos_sunglasses_regular.webp
│ │ │ ├── phorphos_superset_of_fill.webp
│ │ │ ├── phorphos_superset_of_regular.webp
│ │ │ ├── phorphos_superset_proper_of_fill.webp
│ │ │ ├── phorphos_superset_proper_of_regular.webp
│ │ │ ├── phorphos_swap_fill.webp
│ │ │ ├── phorphos_swap_regular.webp
│ │ │ ├── phorphos_swatches_fill.webp
│ │ │ ├── phorphos_swatches_regular.webp
│ │ │ ├── phorphos_swimming_pool_fill.webp
│ │ │ ├── phorphos_swimming_pool_regular.webp
│ │ │ ├── phorphos_sword_fill.webp
│ │ │ ├── phorphos_sword_regular.webp
│ │ │ ├── phorphos_synagogue_fill.webp
│ │ │ ├── phorphos_synagogue_regular.webp
│ │ │ ├── phorphos_syringe_fill.webp
│ │ │ ├── phorphos_syringe_regular.webp
│ │ │ ├── phorphos_t_shirt_fill.webp
│ │ │ ├── phorphos_t_shirt_regular.webp
│ │ │ ├── phorphos_table_fill.webp
│ │ │ ├── phorphos_table_regular.webp
│ │ │ ├── phorphos_tabs_fill.webp
│ │ │ ├── phorphos_tabs_regular.webp
│ │ │ ├── phorphos_tag_chevron_fill.webp
│ │ │ ├── phorphos_tag_chevron_regular.webp
│ │ │ ├── phorphos_tag_fill.webp
│ │ │ ├── phorphos_tag_regular.webp
│ │ │ ├── phorphos_tag_simple_fill.webp
│ │ │ ├── phorphos_tag_simple_regular.webp
│ │ │ ├── phorphos_target_fill.webp
│ │ │ ├── phorphos_target_regular.webp
│ │ │ ├── phorphos_taxi_fill.webp
│ │ │ ├── phorphos_taxi_regular.webp
│ │ │ ├── phorphos_tea_bag_fill.webp
│ │ │ ├── phorphos_tea_bag_regular.webp
│ │ │ ├── phorphos_telegram_logo_fill.webp
│ │ │ ├── phorphos_telegram_logo_regular.webp
│ │ │ ├── phorphos_television_fill.webp
│ │ │ ├── phorphos_television_regular.webp
│ │ │ ├── phorphos_television_simple_fill.webp
│ │ │ ├── phorphos_television_simple_regular.webp
│ │ │ ├── phorphos_tennis_ball_fill.webp
│ │ │ ├── phorphos_tennis_ball_regular.webp
│ │ │ ├── phorphos_tent_fill.webp
│ │ │ ├── phorphos_tent_regular.webp
│ │ │ ├── phorphos_terminal_fill.webp
│ │ │ ├── phorphos_terminal_regular.webp
│ │ │ ├── phorphos_terminal_window_fill.webp
│ │ │ ├── phorphos_terminal_window_regular.webp
│ │ │ ├── phorphos_test_tube_fill.webp
│ │ │ ├── phorphos_test_tube_regular.webp
│ │ │ ├── phorphos_text_a_underline_fill.webp
│ │ │ ├── phorphos_text_a_underline_regular.webp
│ │ │ ├── phorphos_text_aa_fill.webp
│ │ │ ├── phorphos_text_aa_regular.webp
│ │ │ ├── phorphos_text_align_center_fill.webp
│ │ │ ├── phorphos_text_align_center_regular.webp
│ │ │ ├── phorphos_text_align_justify_fill.webp
│ │ │ ├── phorphos_text_align_justify_regular.webp
│ │ │ ├── phorphos_text_align_left_fill.webp
│ │ │ ├── phorphos_text_align_left_regular.webp
│ │ │ ├── phorphos_text_align_right_fill.webp
│ │ │ ├── phorphos_text_align_right_regular.webp
│ │ │ ├── phorphos_text_b_fill.webp
│ │ │ ├── phorphos_text_b_regular.webp
│ │ │ ├── phorphos_text_columns_fill.webp
│ │ │ ├── phorphos_text_columns_regular.webp
│ │ │ ├── phorphos_text_h_fill.webp
│ │ │ ├── phorphos_text_h_five_fill.webp
│ │ │ ├── phorphos_text_h_five_regular.webp
│ │ │ ├── phorphos_text_h_four_fill.webp
│ │ │ ├── phorphos_text_h_four_regular.webp
│ │ │ ├── phorphos_text_h_one_fill.webp
│ │ │ ├── phorphos_text_h_one_regular.webp
│ │ │ ├── phorphos_text_h_regular.webp
│ │ │ ├── phorphos_text_h_six_fill.webp
│ │ │ ├── phorphos_text_h_six_regular.webp
│ │ │ ├── phorphos_text_h_three_fill.webp
│ │ │ ├── phorphos_text_h_three_regular.webp
│ │ │ ├── phorphos_text_h_two_fill.webp
│ │ │ ├── phorphos_text_h_two_regular.webp
│ │ │ ├── phorphos_text_indent_fill.webp
│ │ │ ├── phorphos_text_indent_regular.webp
│ │ │ ├── phorphos_text_italic_fill.webp
│ │ │ ├── phorphos_text_italic_regular.webp
│ │ │ ├── phorphos_text_outdent_fill.webp
│ │ │ ├── phorphos_text_outdent_regular.webp
│ │ │ ├── phorphos_text_strikethrough_fill.webp
│ │ │ ├── phorphos_text_strikethrough_regular.webp
│ │ │ ├── phorphos_text_subscript_fill.webp
│ │ │ ├── phorphos_text_subscript_regular.webp
│ │ │ ├── phorphos_text_superscript_fill.webp
│ │ │ ├── phorphos_text_superscript_regular.webp
│ │ │ ├── phorphos_text_t_fill.webp
│ │ │ ├── phorphos_text_t_regular.webp
│ │ │ ├── phorphos_text_t_slash_fill.webp
│ │ │ ├── phorphos_text_t_slash_regular.webp
│ │ │ ├── phorphos_text_underline_fill.webp
│ │ │ ├── phorphos_text_underline_regular.webp
│ │ │ ├── phorphos_textbox_fill.webp
│ │ │ ├── phorphos_textbox_regular.webp
│ │ │ ├── phorphos_thermometer_cold_fill.webp
│ │ │ ├── phorphos_thermometer_cold_regular.webp
│ │ │ ├── phorphos_thermometer_fill.webp
│ │ │ ├── phorphos_thermometer_hot_fill.webp
│ │ │ ├── phorphos_thermometer_hot_regular.webp
│ │ │ ├── phorphos_thermometer_regular.webp
│ │ │ ├── phorphos_thermometer_simple_fill.webp
│ │ │ ├── phorphos_thermometer_simple_regular.webp
│ │ │ ├── phorphos_threads_logo_fill.webp
│ │ │ ├── phorphos_threads_logo_regular.webp
│ │ │ ├── phorphos_three_d_fill.webp
│ │ │ ├── phorphos_three_d_regular.webp
│ │ │ ├── phorphos_thumbs_down_fill.webp
│ │ │ ├── phorphos_thumbs_down_regular.webp
│ │ │ ├── phorphos_thumbs_up_fill.webp
│ │ │ ├── phorphos_thumbs_up_regular.webp
│ │ │ ├── phorphos_ticket_fill.webp
│ │ │ ├── phorphos_ticket_regular.webp
│ │ │ ├── phorphos_tidal_logo_fill.webp
│ │ │ ├── phorphos_tidal_logo_regular.webp
│ │ │ ├── phorphos_tiktok_logo_fill.webp
│ │ │ ├── phorphos_tiktok_logo_regular.webp
│ │ │ ├── phorphos_tilde_fill.webp
│ │ │ ├── phorphos_tilde_regular.webp
│ │ │ ├── phorphos_timer_fill.webp
│ │ │ ├── phorphos_timer_regular.webp
│ │ │ ├── phorphos_tip_jar_fill.webp
│ │ │ ├── phorphos_tip_jar_regular.webp
│ │ │ ├── phorphos_tipi_fill.webp
│ │ │ ├── phorphos_tipi_regular.webp
│ │ │ ├── phorphos_tire_fill.webp
│ │ │ ├── phorphos_tire_regular.webp
│ │ │ ├── phorphos_toggle_left_fill.webp
│ │ │ ├── phorphos_toggle_left_regular.webp
│ │ │ ├── phorphos_toggle_right_fill.webp
│ │ │ ├── phorphos_toggle_right_regular.webp
│ │ │ ├── phorphos_toilet_fill.webp
│ │ │ ├── phorphos_toilet_paper_fill.webp
│ │ │ ├── phorphos_toilet_paper_regular.webp
│ │ │ ├── phorphos_toilet_regular.webp
│ │ │ ├── phorphos_toolbox_fill.webp
│ │ │ ├── phorphos_toolbox_regular.webp
│ │ │ ├── phorphos_tooth_fill.webp
│ │ │ ├── phorphos_tooth_regular.webp
│ │ │ ├── phorphos_tornado_fill.webp
│ │ │ ├── phorphos_tornado_regular.webp
│ │ │ ├── phorphos_tote_fill.webp
│ │ │ ├── phorphos_tote_regular.webp
│ │ │ ├── phorphos_tote_simple_fill.webp
│ │ │ ├── phorphos_tote_simple_regular.webp
│ │ │ ├── phorphos_towel_fill.webp
│ │ │ ├── phorphos_towel_regular.webp
│ │ │ ├── phorphos_tractor_fill.webp
│ │ │ ├── phorphos_tractor_regular.webp
│ │ │ ├── phorphos_trademark_fill.webp
│ │ │ ├── phorphos_trademark_registered_fill.webp
│ │ │ ├── phorphos_trademark_registered_regular.webp
│ │ │ ├── phorphos_trademark_regular.webp
│ │ │ ├── phorphos_traffic_cone_fill.webp
│ │ │ ├── phorphos_traffic_cone_regular.webp
│ │ │ ├── phorphos_traffic_sign_fill.webp
│ │ │ ├── phorphos_traffic_sign_regular.webp
│ │ │ ├── phorphos_traffic_signal_fill.webp
│ │ │ ├── phorphos_traffic_signal_regular.webp
│ │ │ ├── phorphos_train_fill.webp
│ │ │ ├── phorphos_train_regional_fill.webp
│ │ │ ├── phorphos_train_regional_regular.webp
│ │ │ ├── phorphos_train_regular.webp
│ │ │ ├── phorphos_train_simple_fill.webp
│ │ │ ├── phorphos_train_simple_regular.webp
│ │ │ ├── phorphos_tram_fill.webp
│ │ │ ├── phorphos_tram_regular.webp
│ │ │ ├── phorphos_translate_fill.webp
│ │ │ ├── phorphos_translate_regular.webp
│ │ │ ├── phorphos_trash_fill.webp
│ │ │ ├── phorphos_trash_regular.webp
│ │ │ ├── phorphos_trash_simple_fill.webp
│ │ │ ├── phorphos_trash_simple_regular.webp
│ │ │ ├── phorphos_tray_arrow_down_fill.webp
│ │ │ ├── phorphos_tray_arrow_down_regular.webp
│ │ │ ├── phorphos_tray_arrow_up_fill.webp
│ │ │ ├── phorphos_tray_arrow_up_regular.webp
│ │ │ ├── phorphos_tray_fill.webp
│ │ │ ├── phorphos_tray_regular.webp
│ │ │ ├── phorphos_treasure_chest_fill.webp
│ │ │ ├── phorphos_treasure_chest_regular.webp
│ │ │ ├── phorphos_tree_evergreen_fill.webp
│ │ │ ├── phorphos_tree_evergreen_regular.webp
│ │ │ ├── phorphos_tree_fill.webp
│ │ │ ├── phorphos_tree_palm_fill.webp
│ │ │ ├── phorphos_tree_palm_regular.webp
│ │ │ ├── phorphos_tree_regular.webp
│ │ │ ├── phorphos_tree_structure_fill.webp
│ │ │ ├── phorphos_tree_structure_regular.webp
│ │ │ ├── phorphos_tree_view_fill.webp
│ │ │ ├── phorphos_tree_view_regular.webp
│ │ │ ├── phorphos_trend_down_fill.webp
│ │ │ ├── phorphos_trend_down_regular.webp
│ │ │ ├── phorphos_trend_up_fill.webp
│ │ │ ├── phorphos_trend_up_regular.webp
│ │ │ ├── phorphos_triangle_dashed_fill.webp
│ │ │ ├── phorphos_triangle_dashed_regular.webp
│ │ │ ├── phorphos_triangle_fill.webp
│ │ │ ├── phorphos_triangle_regular.webp
│ │ │ ├── phorphos_trolley_fill.webp
│ │ │ ├── phorphos_trolley_regular.webp
│ │ │ ├── phorphos_trolley_suitcase_fill.webp
│ │ │ ├── phorphos_trolley_suitcase_regular.webp
│ │ │ ├── phorphos_trophy_fill.webp
│ │ │ ├── phorphos_trophy_regular.webp
│ │ │ ├── phorphos_truck_fill.webp
│ │ │ ├── phorphos_truck_regular.webp
│ │ │ ├── phorphos_truck_trailer_fill.webp
│ │ │ ├── phorphos_truck_trailer_regular.webp
│ │ │ ├── phorphos_tumblr_logo_fill.webp
│ │ │ ├── phorphos_tumblr_logo_regular.webp
│ │ │ ├── phorphos_twitch_logo_fill.webp
│ │ │ ├── phorphos_twitch_logo_regular.webp
│ │ │ ├── phorphos_twitter_logo_fill.webp
│ │ │ ├── phorphos_twitter_logo_regular.webp
│ │ │ ├── phorphos_umbrella_fill.webp
│ │ │ ├── phorphos_umbrella_regular.webp
│ │ │ ├── phorphos_umbrella_simple_fill.webp
│ │ │ ├── phorphos_umbrella_simple_regular.webp
│ │ │ ├── phorphos_union_fill.webp
│ │ │ ├── phorphos_union_regular.webp
│ │ │ ├── phorphos_unite_fill.webp
│ │ │ ├── phorphos_unite_regular.webp
│ │ │ ├── phorphos_unite_square_fill.webp
│ │ │ ├── phorphos_unite_square_regular.webp
│ │ │ ├── phorphos_upload_fill.webp
│ │ │ ├── phorphos_upload_regular.webp
│ │ │ ├── phorphos_upload_simple_fill.webp
│ │ │ ├── phorphos_upload_simple_regular.webp
│ │ │ ├── phorphos_usb_fill.webp
│ │ │ ├── phorphos_usb_regular.webp
│ │ │ ├── phorphos_user_check_fill.webp
│ │ │ ├── phorphos_user_check_regular.webp
│ │ │ ├── phorphos_user_circle_check_fill.webp
│ │ │ ├── phorphos_user_circle_check_regular.webp
│ │ │ ├── phorphos_user_circle_dashed_fill.webp
│ │ │ ├── phorphos_user_circle_dashed_regular.webp
│ │ │ ├── phorphos_user_circle_fill.webp
│ │ │ ├── phorphos_user_circle_gear_fill.webp
│ │ │ ├── phorphos_user_circle_gear_regular.webp
│ │ │ ├── phorphos_user_circle_minus_fill.webp
│ │ │ ├── phorphos_user_circle_minus_regular.webp
│ │ │ ├── phorphos_user_circle_plus_fill.webp
│ │ │ ├── phorphos_user_circle_plus_regular.webp
│ │ │ ├── phorphos_user_circle_regular.webp
│ │ │ ├── phorphos_user_fill.webp
│ │ │ ├── phorphos_user_focus_fill.webp
│ │ │ ├── phorphos_user_focus_regular.webp
│ │ │ ├── phorphos_user_gear_fill.webp
│ │ │ ├── phorphos_user_gear_regular.webp
│ │ │ ├── phorphos_user_list_fill.webp
│ │ │ ├── phorphos_user_list_regular.webp
│ │ │ ├── phorphos_user_minus_fill.webp
│ │ │ ├── phorphos_user_minus_regular.webp
│ │ │ ├── phorphos_user_plus_fill.webp
│ │ │ ├── phorphos_user_plus_regular.webp
│ │ │ ├── phorphos_user_rectangle_fill.webp
│ │ │ ├── phorphos_user_rectangle_regular.webp
│ │ │ ├── phorphos_user_regular.webp
│ │ │ ├── phorphos_user_sound_fill.webp
│ │ │ ├── phorphos_user_sound_regular.webp
│ │ │ ├── phorphos_user_square_fill.webp
│ │ │ ├── phorphos_user_square_regular.webp
│ │ │ ├── phorphos_user_switch_fill.webp
│ │ │ ├── phorphos_user_switch_regular.webp
│ │ │ ├── phorphos_users_fill.webp
│ │ │ ├── phorphos_users_four_fill.webp
│ │ │ ├── phorphos_users_four_regular.webp
│ │ │ ├── phorphos_users_regular.webp
│ │ │ ├── phorphos_users_three_fill.webp
│ │ │ ├── phorphos_users_three_regular.webp
│ │ │ ├── phorphos_van_fill.webp
│ │ │ ├── phorphos_van_regular.webp
│ │ │ ├── phorphos_vault_fill.webp
│ │ │ ├── phorphos_vault_regular.webp
│ │ │ ├── phorphos_vector_three_fill.webp
│ │ │ ├── phorphos_vector_three_regular.webp
│ │ │ ├── phorphos_vector_two_fill.webp
│ │ │ ├── phorphos_vector_two_regular.webp
│ │ │ ├── phorphos_vibrate_fill.webp
│ │ │ ├── phorphos_vibrate_regular.webp
│ │ │ ├── phorphos_video_camera_fill.webp
│ │ │ ├── phorphos_video_camera_regular.webp
│ │ │ ├── phorphos_video_camera_slash_fill.webp
│ │ │ ├── phorphos_video_camera_slash_regular.webp
│ │ │ ├── phorphos_video_conference_fill.webp
│ │ │ ├── phorphos_video_conference_regular.webp
│ │ │ ├── phorphos_video_fill.webp
│ │ │ ├── phorphos_video_regular.webp
│ │ │ ├── phorphos_vignette_fill.webp
│ │ │ ├── phorphos_vignette_regular.webp
│ │ │ ├── phorphos_vinyl_record_fill.webp
│ │ │ ├── phorphos_vinyl_record_regular.webp
│ │ │ ├── phorphos_virtual_reality_fill.webp
│ │ │ ├── phorphos_virtual_reality_regular.webp
│ │ │ ├── phorphos_virus_fill.webp
│ │ │ ├── phorphos_virus_regular.webp
│ │ │ ├── phorphos_visor_fill.webp
│ │ │ ├── phorphos_visor_regular.webp
│ │ │ ├── phorphos_voicemail_fill.webp
│ │ │ ├── phorphos_voicemail_regular.webp
│ │ │ ├── phorphos_volleyball_fill.webp
│ │ │ ├── phorphos_volleyball_regular.webp
│ │ │ ├── phorphos_wall_fill.webp
│ │ │ ├── phorphos_wall_regular.webp
│ │ │ ├── phorphos_wallet_fill.webp
│ │ │ ├── phorphos_wallet_regular.webp
│ │ │ ├── phorphos_warehouse_fill.webp
│ │ │ ├── phorphos_warehouse_regular.webp
│ │ │ ├── phorphos_warning_circle_fill.webp
│ │ │ ├── phorphos_warning_circle_regular.webp
│ │ │ ├── phorphos_warning_diamond_fill.webp
│ │ │ ├── phorphos_warning_diamond_regular.webp
│ │ │ ├── phorphos_warning_fill.webp
│ │ │ ├── phorphos_warning_octagon_fill.webp
│ │ │ ├── phorphos_warning_octagon_regular.webp
│ │ │ ├── phorphos_warning_regular.webp
│ │ │ ├── phorphos_washing_machine_fill.webp
│ │ │ ├── phorphos_washing_machine_regular.webp
│ │ │ ├── phorphos_watch_fill.webp
│ │ │ ├── phorphos_watch_regular.webp
│ │ │ ├── phorphos_wave_sawtooth_fill.webp
│ │ │ ├── phorphos_wave_sawtooth_regular.webp
│ │ │ ├── phorphos_wave_sine_fill.webp
│ │ │ ├── phorphos_wave_sine_regular.webp
│ │ │ ├── phorphos_wave_square_fill.webp
│ │ │ ├── phorphos_wave_square_regular.webp
│ │ │ ├── phorphos_wave_triangle_fill.webp
│ │ │ ├── phorphos_wave_triangle_regular.webp
│ │ │ ├── phorphos_waveform_fill.webp
│ │ │ ├── phorphos_waveform_regular.webp
│ │ │ ├── phorphos_waveform_slash_fill.webp
│ │ │ ├── phorphos_waveform_slash_regular.webp
│ │ │ ├── phorphos_waves_fill.webp
│ │ │ ├── phorphos_waves_regular.webp
│ │ │ ├── phorphos_webcam_fill.webp
│ │ │ ├── phorphos_webcam_regular.webp
│ │ │ ├── phorphos_webcam_slash_fill.webp
│ │ │ ├── phorphos_webcam_slash_regular.webp
│ │ │ ├── phorphos_webhooks_logo_fill.webp
│ │ │ ├── phorphos_webhooks_logo_regular.webp
│ │ │ ├── phorphos_wechat_logo_fill.webp
│ │ │ ├── phorphos_wechat_logo_regular.webp
│ │ │ ├── phorphos_whatsapp_logo_fill.webp
│ │ │ ├── phorphos_whatsapp_logo_regular.webp
│ │ │ ├── phorphos_wheelchair_fill.webp
│ │ │ ├── phorphos_wheelchair_motion_fill.webp
│ │ │ ├── phorphos_wheelchair_motion_regular.webp
│ │ │ ├── phorphos_wheelchair_regular.webp
│ │ │ ├── phorphos_wifi_high_fill.webp
│ │ │ ├── phorphos_wifi_high_regular.webp
│ │ │ ├── phorphos_wifi_low_fill.webp
│ │ │ ├── phorphos_wifi_low_regular.webp
│ │ │ ├── phorphos_wifi_medium_fill.webp
│ │ │ ├── phorphos_wifi_medium_regular.webp
│ │ │ ├── phorphos_wifi_none_fill.webp
│ │ │ ├── phorphos_wifi_none_regular.webp
│ │ │ ├── phorphos_wifi_slash_fill.webp
│ │ │ ├── phorphos_wifi_slash_regular.webp
│ │ │ ├── phorphos_wifi_x_fill.webp
│ │ │ ├── phorphos_wifi_x_regular.webp
│ │ │ ├── phorphos_wind_fill.webp
│ │ │ ├── phorphos_wind_regular.webp
│ │ │ ├── phorphos_windmill_fill.webp
│ │ │ ├── phorphos_windmill_regular.webp
│ │ │ ├── phorphos_windows_logo_fill.webp
│ │ │ ├── phorphos_windows_logo_regular.webp
│ │ │ ├── phorphos_wine_fill.webp
│ │ │ ├── phorphos_wine_regular.webp
│ │ │ ├── phorphos_wrench_fill.webp
│ │ │ ├── phorphos_wrench_regular.webp
│ │ │ ├── phorphos_x_circle_fill.webp
│ │ │ ├── phorphos_x_circle_regular.webp
│ │ │ ├── phorphos_x_fill.webp
│ │ │ ├── phorphos_x_logo_fill.webp
│ │ │ ├── phorphos_x_logo_regular.webp
│ │ │ ├── phorphos_x_regular.webp
│ │ │ ├── phorphos_x_square_fill.webp
│ │ │ ├── phorphos_x_square_regular.webp
│ │ │ ├── phorphos_yarn_fill.webp
│ │ │ ├── phorphos_yarn_regular.webp
│ │ │ ├── phorphos_yin_yang_fill.webp
│ │ │ ├── phorphos_yin_yang_regular.webp
│ │ │ ├── phorphos_youtube_logo_fill.webp
│ │ │ ├── phorphos_youtube_logo_regular.webp
│ │ │ ├── pom_pom.webp
│ │ │ ├── pom_pom_failed_issue.webp
│ │ │ ├── pom_pom_gift.webp
│ │ │ ├── pom_pom_praying.webp
│ │ │ ├── pom_pom_success.webp
│ │ │ ├── pure_fiction_bg.webp
│ │ │ ├── ranking_a_text.xml
│ │ │ ├── ranking_b_text.xml
│ │ │ ├── ranking_c_text.xml
│ │ │ ├── ranking_d_text.xml
│ │ │ ├── ranking_s_text.xml
│ │ │ ├── ranking_ss_text.xml
│ │ │ ├── star_peace_icon.png
│ │ │ ├── static_lottery_bg.webp
│ │ │ ├── trailblaze_power.webp
│ │ │ ├── ui_icon_add.xml
│ │ │ ├── ui_icon_back.xml
│ │ │ ├── ui_icon_both_side_arrow.xml
│ │ │ ├── ui_icon_check.xml
│ │ │ ├── ui_icon_checkbox_checked.xml
│ │ │ ├── ui_icon_checkbox_empty.xml
│ │ │ ├── ui_icon_close.xml
│ │ │ ├── ui_icon_close_black.xml
│ │ │ ├── ui_icon_detail.xml
│ │ │ ├── ui_icon_down_arrow_single_black.xml
│ │ │ ├── ui_icon_downarrow.xml
│ │ │ ├── ui_icon_exchange.xml
│ │ │ ├── ui_icon_filter.xml
│ │ │ ├── ui_icon_gift.xml
│ │ │ ├── ui_icon_grid.xml
│ │ │ ├── ui_icon_info.xml
│ │ │ ├── ui_icon_left.xml
│ │ │ ├── ui_icon_left_low.xml
│ │ │ ├── ui_icon_missing.xml
│ │ │ ├── ui_icon_more.xml
│ │ │ ├── ui_icon_research.xml
│ │ │ ├── ui_icon_right.xml
│ │ │ ├── ui_icon_right_low.xml
│ │ │ ├── ui_icon_search.xml
│ │ │ ├── ui_icon_setting.xml
│ │ │ ├── ui_icon_share.xml
│ │ │ ├── ui_icon_star.xml
│ │ │ ├── ui_icon_transfer.xml
│ │ │ ├── ui_icon_up_arrow_single_black.xml
│ │ │ ├── ui_icon_up_arrow_single_gray.xml
│ │ │ ├── ui_icon_upgrade.xml
│ │ │ ├── ui_icon_wrap_account.xml
│ │ │ ├── ui_icon_wrap_import.xml
│ │ │ ├── vocaloid2048.webp
│ │ │ ├── vocchi.webp
│ │ │ ├── xectorda_logo_clip.webp
│ │ │ └── yunli_eating.webp
│ │ ├── files
│ │ │ ├── ico_lost_img.webp
│ │ │ └── interstellar_travel_bgm.mp3
│ │ ├── font
│ │ │ ├── euclid_circular_a_medium.ttf
│ │ │ └── misans_regular.ttf
│ │ ├── values-de
│ │ │ └── strings.xml
│ │ ├── values-es
│ │ │ └── strings.xml
│ │ ├── values-fr
│ │ │ └── strings.xml
│ │ ├── values-in
│ │ │ └── strings.xml
│ │ ├── values-ja
│ │ │ └── strings.xml
│ │ ├── values-ko
│ │ │ └── strings.xml
│ │ ├── values-pt
│ │ │ └── strings.xml
│ │ ├── values-ru
│ │ │ └── strings.xml
│ │ ├── values-th
│ │ │ └── strings.xml
│ │ ├── values-uk
│ │ │ └── strings.xml
│ │ ├── values-vi
│ │ │ └── strings.xml
│ │ ├── values-zh-rCN
│ │ │ └── strings.xml
│ │ ├── values-zh-rHK
│ │ │ └── strings.xml
│ │ ├── values-zh-rMO
│ │ │ └── strings.xml
│ │ ├── values-zh-rTW
│ │ │ └── strings.xml
│ │ └── values
│ │ │ └── strings.xml
│ └── kotlin
│ │ ├── App.kt
│ │ ├── SpecificPlatformCode.kt
│ │ ├── types
│ │ ├── AbyssInfo.kt
│ │ ├── Attribute.kt
│ │ ├── Character.kt
│ │ ├── CharacterProficient.kt
│ │ ├── CharacterStatus.kt
│ │ ├── CombatType.kt
│ │ ├── Eidolon.kt
│ │ ├── EventItem.kt
│ │ ├── FilterEnum.kt
│ │ ├── IIRC.kt
│ │ ├── ImageFolder.kt
│ │ ├── Lightcone.kt
│ │ ├── Material.kt
│ │ ├── Path.kt
│ │ ├── Relic.kt
│ │ ├── TeamAdvice.kt
│ │ ├── TraceTree.kt
│ │ ├── UserAbyssRecord.kt
│ │ ├── UserAccount.kt
│ │ ├── UserAccountLite.kt
│ │ └── Wallpaper.kt
│ │ ├── ui
│ │ ├── components
│ │ │ ├── BattleChronicleCard.kt
│ │ │ ├── CharacterCard.kt
│ │ │ ├── CharacterEidolon.kt
│ │ │ ├── CharacterTraceTree
│ │ │ │ ├── AbundanceTraceTree.kt
│ │ │ │ ├── CharacterTraceTree.kt
│ │ │ │ ├── DestructionTraceTree.kt
│ │ │ │ ├── EruditionTraceTree.kt
│ │ │ │ ├── HarmonyTraceTree.kt
│ │ │ │ ├── HuntTraceTree.kt
│ │ │ │ ├── NihilityTraceTree.kt
│ │ │ │ ├── PreservationTraceTree.kt
│ │ │ │ └── RemembranceTraceTree.kt
│ │ │ ├── DragDropColumn
│ │ │ │ ├── DragDropColumn.kt
│ │ │ │ ├── DragDropExt.kt
│ │ │ │ └── DrapDropState.kt
│ │ │ ├── DropShadow.kt
│ │ │ ├── DropdownMenuNoPadding.kt
│ │ │ ├── FadingEdge.kt
│ │ │ ├── HomePageBlocks.kt
│ │ │ ├── InfoAdvice.kt
│ │ │ ├── InfoBasicStatus.kt
│ │ │ ├── InfoBioColumn.kt
│ │ │ ├── InfoDisplayDialog.kt
│ │ │ ├── InfoNavigatorBar.kt
│ │ │ ├── InfoStory.kt
│ │ │ ├── LightconeCard.kt
│ │ │ ├── ListFilterTool.kt
│ │ │ ├── MaterialCard.kt
│ │ │ ├── MonsterCard.kt
│ │ │ ├── MultiChoiceCard.kt
│ │ │ ├── NonLazyGrid.kt
│ │ │ ├── PageHeader.kt
│ │ │ ├── PomPomPopup.kt
│ │ │ ├── RefreshBox.kt
│ │ │ ├── RelicCard.kt
│ │ │ ├── ThemedProgressBar.kt
│ │ │ ├── ThemedSlider.kt
│ │ │ ├── TitleHeader.kt
│ │ │ ├── UIButton.kt
│ │ │ ├── UISearchBar.kt
│ │ │ └── iirc
│ │ │ │ ├── HoverButtonBar.kt
│ │ │ │ ├── ItemViews.kt
│ │ │ │ ├── NavigationBar.kt
│ │ │ │ └── SpacerDashLine.kt
│ │ ├── navigation
│ │ │ ├── Navigation.kt
│ │ │ ├── NavigationPreCompose.txt
│ │ │ ├── Route.kt
│ │ │ └── Screen.kt
│ │ └── screens
│ │ │ ├── AboutStargazerPageScreen.kt
│ │ │ ├── ActionOrderListPageScreen.kt
│ │ │ ├── ActionOrderSimulatorPageScreen.kt
│ │ │ ├── ApocalypticShadowMissionPageScreen.kt
│ │ │ ├── BackgroundSettingScreen.kt
│ │ │ ├── BattleChroniclePageScreen.kt
│ │ │ ├── CharacterInfoPageScreen.kt
│ │ │ ├── CharacterListPageScreen.kt
│ │ │ ├── EventContentPageScreen.kt
│ │ │ ├── EventListPageScreen.kt
│ │ │ ├── ExpeditionPageScreen.kt
│ │ │ ├── GlobalBackgroundScreen.kt
│ │ │ ├── HomePageBlockEditPageScreen.kt
│ │ │ ├── HomePageScreen.kt
│ │ │ ├── HoylabLoginPageScreen.kt
│ │ │ ├── IIRCHomePageScreen.kt
│ │ │ ├── LightconeInfoPageScreen.kt
│ │ │ ├── LightconeListPageScreen.kt
│ │ │ ├── MapPageScreen.kt
│ │ │ ├── MemoryOfChaosMissionPageScreen.kt
│ │ │ ├── ProficientLeaderboardPageScreen.kt
│ │ │ ├── PureFictionMissionPageScreen.kt
│ │ │ ├── RelicInfoPageScreen.kt
│ │ │ ├── RelicListPageScreen.kt
│ │ │ ├── SettingScreen.kt
│ │ │ ├── SplashPageScreen.kt
│ │ │ ├── UIDSearchPageScreen.kt
│ │ │ ├── UserCharacterPageScreen.kt
│ │ │ └── UserInfoPageScreen.kt
│ │ └── utils
│ │ ├── annotation
│ │ ├── DoItLater.kt
│ │ ├── TranslationPls.kt
│ │ ├── VersionUpdateCheck.kt
│ │ └── YouMustKiddingMe.kt
│ │ ├── app
│ │ ├── AppTheme.kt
│ │ ├── CaptureLazyColumnScreenshot.kt
│ │ ├── CharWeightList.kt
│ │ ├── Constants.kt
│ │ ├── KCEFSetup.kt
│ │ ├── Language.kt
│ │ ├── LogExport.kt
│ │ ├── LongStringXML.kt
│ │ ├── Preferences.kt
│ │ ├── Purchase.kt
│ │ ├── UpdateAssets.kt
│ │ └── UtilTools.kt
│ │ ├── calculator
│ │ ├── ActionOrderSimulation.kt
│ │ ├── GetAttrData.kt
│ │ ├── GetAttrMaterial.kt
│ │ └── GetCharScore.kt
│ │ ├── device
│ │ ├── AppInfo.kt
│ │ └── DeviceInfo.kt
│ │ └── hoyolab
│ │ ├── AttributeExchange.kt
│ │ ├── HoyolabAPI.kt
│ │ ├── HoyolabConst.kt
│ │ ├── HoyolabDS.kt
│ │ ├── HoyolabFP.kt
│ │ ├── HoyolabRequest.kt
│ │ ├── HoyolabResponse.kt
│ │ └── MihomoRequest.kt
│ ├── desktopMain
│ └── kotlin
│ │ ├── SpecificPlatformCode.desktop.kt
│ │ └── main.kt
│ ├── iosMain
│ └── kotlin
│ │ └── MainViewController.kt
│ ├── main
│ └── res
│ │ ├── drawable-v33
│ │ ├── app_icon.xml
│ │ ├── app_icon_base.png
│ │ └── app_icon_monet.xml
│ │ ├── drawable
│ │ ├── app_icon.png
│ │ └── app_icon_round.png
│ │ ├── mipmap-anydpi-v26
│ │ ├── app_icon.xml
│ │ └── app_icon_round.xml
│ │ ├── mipmap-hdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-mdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ ├── mipmap-xxxhdpi
│ │ ├── app_icon.webp
│ │ ├── app_icon_foreground.webp
│ │ └── app_icon_round.webp
│ │ └── values
│ │ └── app_icon_background.xml
│ └── nativeMain
│ └── kotlin
│ └── SpecificPlatformCode.native.kt
├── docs
├── all_about_sg3.md
├── close_beta
│ ├── 1.jpg
│ ├── 2.jpg
│ ├── 3.jpg
│ ├── 4.jpg
│ ├── ANDROID_EN.png
│ ├── ANDROID_ZH.png
│ ├── Screenshot_20240802_094247_Stargazer 3.jpg
│ ├── Screenshot_20240802_094305_Stargazer 3.jpg
│ ├── Screenshot_20240802_094317_Stargazer 3.jpg
│ ├── Screenshot_20240802_094326_Stargazer 3.jpg
│ ├── reddit.md
│ └── yukina4096.png
├── close_beta_re
│ ├── 2025-02-09_23.18.21.png
│ ├── 2025-02-09_23.18.57.png
│ ├── Screenshot_20250209_195144.png
│ ├── Screenshot_20250209_195208.png
│ ├── Screenshot_20250209_212934.png
│ ├── Screenshot_20250209_231019.png
│ ├── 螢幕擷取畫面 2025-02-09 213222.png
│ └── 螢幕擷取畫面 2025-02-09 213500.png
├── coding_band_herta_ppl.png
├── re_sg3_en.md
├── re_sg3_gamer.tw.md
├── re_sg3_release_gamer.tw.md
└── release
│ ├── ANDROID_EN.png
│ ├── ANDROID_ZH.png
│ ├── d1.png
│ ├── d2.png
│ ├── d3.png
│ ├── d4.png
│ ├── d5.png
│ ├── d6.png
│ ├── d7.png
│ ├── d8.png
│ ├── p1.png
│ ├── p2.png
│ ├── p3.png
│ ├── p4.png
│ ├── p5.png
│ ├── p6.png
│ ├── p7.png
│ └── p8.png
├── gradle.properties
├── gradle
├── libs.versions.toml
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── iosApp
├── Configuration
│ └── Config.xcconfig
├── iosApp.xcodeproj
│ ├── project.pbxproj
│ ├── project.xcworkspace
│ │ ├── contents.xcworkspacedata
│ │ └── xcshareddata
│ │ │ ├── IDEWorkspaceChecks.plist
│ │ │ └── swiftpm
│ │ │ └── Package.resolved
│ └── xcshareddata
│ │ └── xcschemes
│ │ ├── iosApp.xcscheme
│ │ └── iosAppCBeta.xcscheme
└── iosApp
│ ├── Assets.xcassets
│ ├── AccentColor.colorset
│ │ └── Contents.json
│ ├── AppIcon.appiconset
│ │ ├── Contents.json
│ │ └── app-icon-1024.png
│ ├── AppIconBeta.appiconset
│ │ ├── Contents.json
│ │ ├── IOS-BETA-NOALPHA.png
│ │ └── iOS_DARK_BETA.png
│ ├── AppIconDebug.appiconset
│ │ ├── Contents.json
│ │ ├── DEV.png
│ │ └── DEV_DARK.png
│ ├── AppIconRelease.appiconset
│ │ ├── Contents.json
│ │ ├── iOS_DARK_PROD.png
│ │ └── iOS_PROD.png
│ └── Contents.json
│ ├── ContentView.swift
│ ├── Info.plist
│ ├── Preview Content
│ └── Preview Assets.xcassets
│ │ └── Contents.json
│ └── iOSApp.swift
├── proguard.pro
├── readme.md
└── settings.gradle.kts
/composeApp/icon/app_icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/icon/app_icon.icns
--------------------------------------------------------------------------------
/composeApp/icon/app_icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/icon/app_icon.ico
--------------------------------------------------------------------------------
/composeApp/icon/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/icon/app_icon.png
--------------------------------------------------------------------------------
/composeApp/icon/app_icon_beta.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/icon/app_icon_beta.icns
--------------------------------------------------------------------------------
/composeApp/icon/app_icon_beta.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/icon/app_icon_beta.ico
--------------------------------------------------------------------------------
/composeApp/icon/app_icon_beta.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/icon/app_icon_beta.png
--------------------------------------------------------------------------------
/composeApp/src/0dev/app_icon-playstore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/app_icon-playstore.png
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/drawable/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/drawable/app_icon.png
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/drawable/app_icon_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/drawable/app_icon_round.png
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-hdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-hdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-hdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-hdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-hdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-hdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-mdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-mdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-mdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-mdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-mdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-mdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xxxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xxxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xxxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xxxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/mipmap-xxxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/0dev/res/mipmap-xxxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/0dev/res/values/app_icon_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #FF8080
4 |
--------------------------------------------------------------------------------
/composeApp/src/androidMain/app_icon-playstore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/app_icon-playstore.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-hdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-mdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-xhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-xxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/androidMain/res/mipmap-xxxhdpi/ic_launcher_round.png
--------------------------------------------------------------------------------
/composeApp/src/androidMain/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Stargazer 3
3 |
--------------------------------------------------------------------------------
/composeApp/src/beta/app_icon-playstore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/app_icon-playstore.png
--------------------------------------------------------------------------------
/composeApp/src/beta/res/drawable-v33/app_icon_base.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/drawable-v33/app_icon_base.png
--------------------------------------------------------------------------------
/composeApp/src/beta/res/drawable/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/drawable/app_icon.png
--------------------------------------------------------------------------------
/composeApp/src/beta/res/drawable/app_icon_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/drawable/app_icon_round.png
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-hdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-hdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-hdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-hdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-hdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-hdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-mdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-mdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-mdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-mdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-mdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-mdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xxxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xxxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xxxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xxxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/mipmap-xxxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/beta/res/mipmap-xxxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/beta/res/values/app_icon_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #FF8080
4 |
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/app_icon-playstore.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/app_icon-playstore.png
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/drawable-v33/app_icon_base.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/drawable-v33/app_icon_base.png
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/drawable/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/drawable/app_icon.png
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/drawable/app_icon_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/drawable/app_icon_round.png
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-hdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-hdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-hdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-hdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-hdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-hdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-mdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-mdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-mdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-mdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-mdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-mdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xxxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xxxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xxxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xxxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/mipmap-xxxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/closeBeta/res/mipmap-xxxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/closeBeta/res/values/app_icon_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #FF8080
4 |
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/2O48.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/2O48.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/acorn_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/acorn_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/address_book_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/address_book_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/apocalyptic_shadow_bg.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/apocalyptic_shadow_bg.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/app_icon.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/app_icon_black_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/app_icon_black_bg.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/bg_default.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/bg_default.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/bg_eidolon_soul.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/bg_eidolon_soul.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/bg_light.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/bg_light.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/bg_transparent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/bg_transparent.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/codingband.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/codingband.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/coin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/coin.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/coin.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/coin.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/donate_ad_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/donate_ad_bg.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/element_fire.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/element_fire.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/element_ice.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/element_ice.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/element_imaginary.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/element_imaginary.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/element_lightning.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/element_lightning.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/element_physical.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/element_physical.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/element_quantum.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/element_quantum.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/element_wind.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/element_wind.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/empty.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/empty.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/filled.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/filled.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_aggro.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_aggro.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_atk.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_atk.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_break_dmg.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_break_dmg.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_break_effect.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_break_effect.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_character_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_character_icon.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_character_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_character_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_crit_dmg.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_crit_dmg.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_crit_rate.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_crit_rate.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_def.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_def.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_default_avatar.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_default_avatar.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_echo_of_war.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_echo_of_war.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_effect_hit_rate.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_effect_hit_rate.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_effect_res.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_effect_res.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_energy.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_energy.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_fire.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_fire.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_hp.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_hp.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_ice.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_ice.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_imaginary.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_imaginary.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_kurukuru.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_kurukuru.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_lightcone_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_lightcone_icon.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_lightcone_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_lightcone_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_lightning.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_lightning.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_moc_buff_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_moc_buff_icon.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_physical.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_physical.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_plus.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_quatumn.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_quatumn.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_relic_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_relic_icon.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_relic_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_relic_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_speed.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_speed.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_unknown.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_unknown.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ic_wind.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ic_wind.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/ico_lost_img.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/ico_lost_img.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/icon_wind.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/icon_wind.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/material_clock_credits.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/material_clock_credits.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/material_credit.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/material_credit.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/material_hertareum.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/material_hertareum.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/material_shield.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/material_shield.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/material_strale.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/material_strale.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/memory_of_chaos_bg.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/memory_of_chaos_bg.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_abundance.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_abundance.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_destruction.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_destruction.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_erudition.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_erudition.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_harmony.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_harmony.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_harmony_abyss.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_harmony_abyss.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_hunt.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_hunt.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_hunt_abyss.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_hunt_abyss.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_nihility.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_nihility.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_preservation.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_preservation.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/path_the_remembrance.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/path_the_remembrance.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_acorn_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_acorn_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_airplane_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_airplane_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_airplay_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_airplay_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_alarm_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_alarm_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_alarm_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_alarm_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_alien_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_alien_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_alien_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_alien_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_anchor_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_anchor_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_angle_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_angle_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_angle_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_angle_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_aperture_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_aperture_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_archive_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_archive_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_armchair_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_armchair_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_arrow_up_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_arrow_up_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_article_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_article_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_asterisk_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_asterisk_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_at_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_at_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_at_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_at_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_atom_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_atom_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_atom_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_atom_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_avocado_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_avocado_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_axe_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_axe_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_axe_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_axe_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_baby_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_baby_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_baby_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_baby_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_backpack_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_backpack_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bag_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bag_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bag_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bag_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_balloon_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_balloon_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bandaids_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bandaids_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bank_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bank_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bank_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bank_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_barbell_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_barbell_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_barcode_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_barcode_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_barn_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_barn_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_barn_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_barn_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_baseball_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_baseball_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_basket_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_basket_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bathtub_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bathtub_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_beanie_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_beanie_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bed_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bed_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bed_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bed_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bell_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bell_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bell_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bell_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bell_z_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bell_z_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_belt_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_belt_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_belt_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_belt_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bicycle_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bicycle_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_binary_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_binary_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bird_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bird_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bird_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bird_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_boat_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_boat_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_boat_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_boat_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bomb_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bomb_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bomb_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bomb_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bone_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bone_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bone_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bone_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_book_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_book_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_book_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_book_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bookmark_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bookmark_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_books_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_books_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_books_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_books_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_boot_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_boot_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_boot_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_boot_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_boules_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_boules_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_brain_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_brain_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_brain_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_brain_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_brandy_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_brandy_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bread_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bread_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bread_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bread_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bridge_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bridge_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_broom_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_broom_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_broom_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_broom_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_browser_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_browser_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_browsers_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_browsers_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bug_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bug_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bug_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bug_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_building_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_building_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bus_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bus_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_bus_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_bus_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cactus_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cactus_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cake_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cake_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cake_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cake_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_calendar_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_calendar_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_camera_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_camera_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_campfire_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_campfire_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_car_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_car_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_car_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_car_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cards_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cards_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cards_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cards_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_caret_up_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_caret_up_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_carrot_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_carrot_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cat_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cat_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cat_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cat_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_chair_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_chair_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_chair_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_chair_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_chat_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_chat_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_chat_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_chat_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_chats_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_chats_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_chats_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_chats_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_check_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_check_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_check_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_check_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_checks_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_checks_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cheers_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cheers_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cheese_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cheese_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_chef_hat_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_chef_hat_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cherries_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cherries_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_church_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_church_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_circle_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_circle_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_city_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_city_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_city_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_city_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_clock_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_clock_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_clock_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_clock_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cloud_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cloud_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cloud_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cloud_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cloud_x_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cloud_x_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_clover_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_clover_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_club_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_club_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_club_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_club_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_code_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_code_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_code_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_code_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_coffee_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_coffee_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_coin_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_coin_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_coin_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_coin_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_coins_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_coins_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_coins_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_coins_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_columns_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_columns_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_command_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_command_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_compass_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_compass_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_confetti_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_confetti_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_control_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_control_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cookie_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cookie_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_copy_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_copy_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_copy_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_copy_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_copyleft_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_copyleft_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_couch_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_couch_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_couch_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_couch_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cow_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cow_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cow_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cow_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cpu_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cpu_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cpu_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cpu_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_crane_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_crane_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_crane_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_crane_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cricket_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cricket_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_crop_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_crop_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_crop_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_crop_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cross_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cross_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cross_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cross_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_crown_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_crown_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_crown_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_crown_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cube_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cube_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cube_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cube_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cursor_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cursor_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_cylinder_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_cylinder_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_database_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_database_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_desk_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_desk_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_desk_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_desk_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_desktop_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_desktop_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_devices_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_devices_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_diamond_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_diamond_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dice_one_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dice_one_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dice_six_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dice_six_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dice_two_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dice_two_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_disc_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_disc_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_disc_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_disc_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_divide_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_divide_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dna_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dna_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dna_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dna_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dog_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dog_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dog_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dog_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_door_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_door_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_door_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_door_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dot_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dot_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dot_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dot_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dots_six_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dots_six_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_download_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_download_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dress_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dress_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dress_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dress_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_dresser_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_dresser_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_drone_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_drone_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_drone_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_drone_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_drop_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_drop_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_drop_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_drop_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_ear_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_ear_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_ear_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_ear_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_egg_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_egg_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_egg_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_egg_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_eject_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_eject_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_eject_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_eject_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_elevator_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_elevator_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_empty_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_empty_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_empty_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_empty_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_engine_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_engine_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_envelope_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_envelope_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_equals_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_equals_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_eraser_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_eraser_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_exam_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_exam_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_exam_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_exam_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_exclude_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_exclude_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_export_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_export_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_eye_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_eye_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_eye_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_eye_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_eyes_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_eyes_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_eyes_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_eyes_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_factory_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_factory_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_faders_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_faders_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_fan_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_fan_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_fan_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_fan_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_farm_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_farm_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_farm_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_farm_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_feather_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_feather_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_c_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_c_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_cpp_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_cpp_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_css_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_css_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_csv_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_csv_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_doc_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_doc_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_ini_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_ini_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_jpg_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_jpg_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_js_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_js_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_jsx_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_jsx_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_md_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_md_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_pdf_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_pdf_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_png_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_png_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_ppt_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_ppt_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_py_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_py_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_rs_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_rs_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_sql_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_sql_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_svg_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_svg_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_ts_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_ts_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_tsx_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_tsx_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_txt_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_txt_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_vue_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_vue_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_x_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_x_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_xls_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_xls_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_file_zip_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_file_zip_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_files_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_files_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_files_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_files_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_fire_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_fire_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_fire_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_fire_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_fish_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_fish_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_fish_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_fish_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_flag_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_flag_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_flag_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_flag_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_flame_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_flame_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_flame_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_flame_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_flask_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_flask_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_flask_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_flask_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_flower_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_flower_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_folder_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_folder_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_folders_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_folders_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_gauge_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_gauge_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_gavel_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_gavel_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_gear_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_gear_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_ghost_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_ghost_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_gif_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_gif_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_gift_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_gift_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_globe_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_globe_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_golf_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_golf_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_gps_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_gps_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_graph_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_graph_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_hand_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_hand_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_hash_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_hash_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_heart_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_heart_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_horse_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_horse_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_house_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_house_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_image_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_image_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_info_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_info_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_jar_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_jar_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_jeep_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_jeep_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_key_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_key_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_knife_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_knife_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_lamp_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_lamp_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_lasso_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_lasso_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_leaf_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_leaf_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_lego_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_lego_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_link_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_link_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_list_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_list_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_lock_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_lock_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_log_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_log_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_medal_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_medal_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_minus_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_minus_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_money_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_money_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_moon_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_moon_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_moped_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_moped_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_mouse_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_mouse_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_note_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_note_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_nut_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_nut_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_oven_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_oven_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pants_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pants_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_park_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_park_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_path_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_path_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pause_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pause_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_peace_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_peace_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pen_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pen_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_phone_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_phone_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pi_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pi_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pi_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pi_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pill_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pill_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pipe_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pipe_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pizza_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pizza_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_plant_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_plant_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_play_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_play_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_plug_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_plug_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_plugs_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_plugs_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_plus_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_plus_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_power_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_power_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_pulse_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_pulse_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_queue_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_queue_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_radio_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_radio_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_robot_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_robot_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_rows_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_rows_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_rss_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_rss_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_rug_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_rug_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_ruler_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_ruler_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_scan_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_scan_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_seal_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_seal_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_seat_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_seat_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_share_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_share_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_sigma_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_sigma_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_siren_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_siren_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_skull_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_skull_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_sock_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_sock_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_spade_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_spade_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_stack_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_stack_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_stamp_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_stamp_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_star_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_star_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_steps_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_steps_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_stool_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_stool_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_stop_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_stop_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_sun_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_sun_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_swap_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_swap_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_sword_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_sword_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_table_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_table_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tabs_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tabs_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tag_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tag_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_taxi_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_taxi_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tent_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tent_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tilde_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tilde_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_timer_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_timer_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tipi_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tipi_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tire_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tire_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tooth_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tooth_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tote_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tote_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_towel_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_towel_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_train_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_train_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tram_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tram_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_trash_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_trash_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tray_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tray_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_tree_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_tree_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_truck_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_truck_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_union_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_union_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_unite_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_unite_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_usb_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_usb_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_user_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_user_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_users_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_users_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_van_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_van_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_vault_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_vault_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_video_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_video_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_virus_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_virus_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_visor_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_visor_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_wall_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_wall_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_watch_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_watch_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_waves_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_waves_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_wind_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_wind_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_wine_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_wine_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_x_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_x_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_x_regular.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_x_regular.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/phorphos_yarn_fill.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/phorphos_yarn_fill.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/pom_pom.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/pom_pom.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/pom_pom_gift.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/pom_pom_gift.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/pom_pom_praying.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/pom_pom_praying.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/pom_pom_success.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/pom_pom_success.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/pure_fiction_bg.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/pure_fiction_bg.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/star_peace_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/star_peace_icon.png
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/static_lottery_bg.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/static_lottery_bg.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/trailblaze_power.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/trailblaze_power.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/vocaloid2048.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/vocaloid2048.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/vocchi.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/vocchi.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/xectorda_logo_clip.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/xectorda_logo_clip.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/drawable/yunli_eating.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/drawable/yunli_eating.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/files/ico_lost_img.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/files/ico_lost_img.webp
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/files/interstellar_travel_bgm.mp3:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/files/interstellar_travel_bgm.mp3
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/font/euclid_circular_a_medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/font/euclid_circular_a_medium.ttf
--------------------------------------------------------------------------------
/composeApp/src/commonMain/composeResources/font/misans_regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/commonMain/composeResources/font/misans_regular.ttf
--------------------------------------------------------------------------------
/composeApp/src/commonMain/kotlin/types/FilterEnum.kt:
--------------------------------------------------------------------------------
1 | package types
2 |
3 | import kotlinx.serialization.Serializable
4 |
5 | @Serializable
6 | sealed interface FilterEnum {
7 |
8 | }
9 |
--------------------------------------------------------------------------------
/composeApp/src/iosMain/kotlin/MainViewController.kt:
--------------------------------------------------------------------------------
1 | import androidx.compose.ui.window.ComposeUIViewController
2 |
3 | fun MainViewController() = ComposeUIViewController { App(ContextFactory()) }
--------------------------------------------------------------------------------
/composeApp/src/main/res/drawable-v33/app_icon_base.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/drawable-v33/app_icon_base.png
--------------------------------------------------------------------------------
/composeApp/src/main/res/drawable/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/drawable/app_icon.png
--------------------------------------------------------------------------------
/composeApp/src/main/res/drawable/app_icon_round.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/drawable/app_icon_round.png
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-hdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-hdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-hdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-hdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-hdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-hdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-mdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-mdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-mdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-mdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-mdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-mdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xxxhdpi/app_icon.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xxxhdpi/app_icon.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xxxhdpi/app_icon_foreground.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xxxhdpi/app_icon_foreground.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/mipmap-xxxhdpi/app_icon_round.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/composeApp/src/main/res/mipmap-xxxhdpi/app_icon_round.webp
--------------------------------------------------------------------------------
/composeApp/src/main/res/values/app_icon_background.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | #FF8080
4 |
--------------------------------------------------------------------------------
/docs/close_beta/1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/1.jpg
--------------------------------------------------------------------------------
/docs/close_beta/2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/2.jpg
--------------------------------------------------------------------------------
/docs/close_beta/3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/3.jpg
--------------------------------------------------------------------------------
/docs/close_beta/4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/4.jpg
--------------------------------------------------------------------------------
/docs/close_beta/ANDROID_EN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/ANDROID_EN.png
--------------------------------------------------------------------------------
/docs/close_beta/ANDROID_ZH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/ANDROID_ZH.png
--------------------------------------------------------------------------------
/docs/close_beta/Screenshot_20240802_094247_Stargazer 3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/Screenshot_20240802_094247_Stargazer 3.jpg
--------------------------------------------------------------------------------
/docs/close_beta/Screenshot_20240802_094305_Stargazer 3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/Screenshot_20240802_094305_Stargazer 3.jpg
--------------------------------------------------------------------------------
/docs/close_beta/Screenshot_20240802_094317_Stargazer 3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/Screenshot_20240802_094317_Stargazer 3.jpg
--------------------------------------------------------------------------------
/docs/close_beta/Screenshot_20240802_094326_Stargazer 3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/Screenshot_20240802_094326_Stargazer 3.jpg
--------------------------------------------------------------------------------
/docs/close_beta/yukina4096.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta/yukina4096.png
--------------------------------------------------------------------------------
/docs/close_beta_re/2025-02-09_23.18.21.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/2025-02-09_23.18.21.png
--------------------------------------------------------------------------------
/docs/close_beta_re/2025-02-09_23.18.57.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/2025-02-09_23.18.57.png
--------------------------------------------------------------------------------
/docs/close_beta_re/Screenshot_20250209_195144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/Screenshot_20250209_195144.png
--------------------------------------------------------------------------------
/docs/close_beta_re/Screenshot_20250209_195208.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/Screenshot_20250209_195208.png
--------------------------------------------------------------------------------
/docs/close_beta_re/Screenshot_20250209_212934.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/Screenshot_20250209_212934.png
--------------------------------------------------------------------------------
/docs/close_beta_re/Screenshot_20250209_231019.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/Screenshot_20250209_231019.png
--------------------------------------------------------------------------------
/docs/close_beta_re/螢幕擷取畫面 2025-02-09 213222.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/螢幕擷取畫面 2025-02-09 213222.png
--------------------------------------------------------------------------------
/docs/close_beta_re/螢幕擷取畫面 2025-02-09 213500.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/close_beta_re/螢幕擷取畫面 2025-02-09 213500.png
--------------------------------------------------------------------------------
/docs/coding_band_herta_ppl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/coding_band_herta_ppl.png
--------------------------------------------------------------------------------
/docs/release/ANDROID_EN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/ANDROID_EN.png
--------------------------------------------------------------------------------
/docs/release/ANDROID_ZH.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/ANDROID_ZH.png
--------------------------------------------------------------------------------
/docs/release/d1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d1.png
--------------------------------------------------------------------------------
/docs/release/d2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d2.png
--------------------------------------------------------------------------------
/docs/release/d3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d3.png
--------------------------------------------------------------------------------
/docs/release/d4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d4.png
--------------------------------------------------------------------------------
/docs/release/d5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d5.png
--------------------------------------------------------------------------------
/docs/release/d6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d6.png
--------------------------------------------------------------------------------
/docs/release/d7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d7.png
--------------------------------------------------------------------------------
/docs/release/d8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/d8.png
--------------------------------------------------------------------------------
/docs/release/p1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p1.png
--------------------------------------------------------------------------------
/docs/release/p2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p2.png
--------------------------------------------------------------------------------
/docs/release/p3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p3.png
--------------------------------------------------------------------------------
/docs/release/p4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p4.png
--------------------------------------------------------------------------------
/docs/release/p5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p5.png
--------------------------------------------------------------------------------
/docs/release/p6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p6.png
--------------------------------------------------------------------------------
/docs/release/p7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p7.png
--------------------------------------------------------------------------------
/docs/release/p8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/docs/release/p8.png
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/iosApp/Configuration/Config.xcconfig:
--------------------------------------------------------------------------------
1 | TEAM_ID=
2 | BUNDLE_ID=com.voc.honkaistargazer.Stargazer3
3 | APP_NAME=Stargazer 3
--------------------------------------------------------------------------------
/iosApp/iosApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata:
--------------------------------------------------------------------------------
1 |
2 |
4 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AccentColor.colorset/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "colors" : [
3 | {
4 | "idiom" : "universal"
5 | }
6 | ],
7 | "info" : {
8 | "author" : "xcode",
9 | "version" : 1
10 | }
11 | }
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/iosApp/iosApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AppIconBeta.appiconset/IOS-BETA-NOALPHA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/iosApp/iosApp/Assets.xcassets/AppIconBeta.appiconset/IOS-BETA-NOALPHA.png
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AppIconBeta.appiconset/iOS_DARK_BETA.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/iosApp/iosApp/Assets.xcassets/AppIconBeta.appiconset/iOS_DARK_BETA.png
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AppIconDebug.appiconset/DEV.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/iosApp/iosApp/Assets.xcassets/AppIconDebug.appiconset/DEV.png
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AppIconDebug.appiconset/DEV_DARK.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/iosApp/iosApp/Assets.xcassets/AppIconDebug.appiconset/DEV_DARK.png
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AppIconRelease.appiconset/iOS_DARK_PROD.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/iosApp/iosApp/Assets.xcassets/AppIconRelease.appiconset/iOS_DARK_PROD.png
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/AppIconRelease.appiconset/iOS_PROD.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Coding-band/Honkai-Stargazer/f8c0c4148549a375edf1453d10c41465fca1d2b7/iosApp/iosApp/Assets.xcassets/AppIconRelease.appiconset/iOS_PROD.png
--------------------------------------------------------------------------------
/iosApp/iosApp/Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/iosApp/iosApp/Preview Content/Preview Assets.xcassets/Contents.json:
--------------------------------------------------------------------------------
1 | {
2 | "info" : {
3 | "author" : "xcode",
4 | "version" : 1
5 | }
6 | }
--------------------------------------------------------------------------------
/iosApp/iosApp/iOSApp.swift:
--------------------------------------------------------------------------------
1 | import SwiftUI
2 |
3 | @main
4 | struct iOSApp: App {
5 | var body: some Scene {
6 | WindowGroup {
7 | ContentView()
8 | }
9 | }
10 | }
11 |
--------------------------------------------------------------------------------