├── .github └── workflows │ ├── build_debug_apk.yml │ └── build_release_apk.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── app ├── .gitignore ├── build.gradle.kts ├── proguard-rules.pro └── src │ └── main │ ├── AndroidManifest.xml │ ├── ic_launcher-playstore.png │ ├── kotlin │ └── app │ │ └── lawnchair │ │ └── lawnicons │ │ ├── LawniconsApplication.kt │ │ ├── MainActivity.kt │ │ ├── api │ │ ├── ApiModule.kt │ │ └── GitHubContributorsAPI.kt │ │ ├── di │ │ ├── IconRepositoryModule.kt │ │ └── OssLibraryRepositoryModule.kt │ │ ├── model │ │ ├── GitHubContributor.kt │ │ ├── IconInfo.kt │ │ ├── IconInfoModel.kt │ │ └── SearchInfo.kt │ │ ├── repository │ │ ├── GitHubContributorsRepository.kt │ │ ├── IconRepository.kt │ │ └── OssLibraryRepository.kt │ │ ├── ui │ │ ├── component │ │ │ ├── AcknowledgementRowPlaceholder.kt │ │ │ ├── Card.kt │ │ │ ├── ClickableIcon.kt │ │ │ ├── ContributorRow.kt │ │ │ ├── ContributorRowPlaceholder.kt │ │ │ ├── IconPreview.kt │ │ │ ├── IconPreviewGrid.kt │ │ │ ├── Lawnicons.kt │ │ │ ├── ListRow.kt │ │ │ ├── OverflowMenu.kt │ │ │ ├── SearchBar.kt │ │ │ ├── SearchBarBase.kt │ │ │ ├── SimpleListRow.kt │ │ │ ├── SystemUi.kt │ │ │ └── TopBarWithInsets.kt │ │ ├── destination │ │ │ ├── About.kt │ │ │ ├── Acknowledgement.kt │ │ │ ├── Acknowledgements.kt │ │ │ ├── Contributors.kt │ │ │ └── Home.kt │ │ ├── theme │ │ │ └── LawniconsTheme.kt │ │ └── util │ │ │ ├── Contributor.kt │ │ │ ├── Destinations.kt │ │ │ ├── Elevation.kt │ │ │ └── SurfaceColorAtElevation.kt │ │ ├── util │ │ ├── ContextExtensions.kt │ │ └── GetIconInfo.kt │ │ └── viewmodel │ │ ├── AcknowledgementViewModel.kt │ │ ├── AcknowledgementsViewModel.kt │ │ ├── ContributorsViewModel.kt │ │ └── LawniconsViewModel.kt │ └── res │ ├── drawable │ ├── abstruct.xml │ ├── activitylauncher.xml │ ├── adaway.xml │ ├── adm.xml │ ├── admin_hands.xml │ ├── adobepdf.xml │ ├── adobescan.xml │ ├── aegis_authenticator.xml │ ├── aimp.xml │ ├── airasia.xml │ ├── aldiko.xml │ ├── aliexpress.xml │ ├── amaze.xml │ ├── amazon_alexa.xml │ ├── amazon_music.xml │ ├── amazon_prime_video.xml │ ├── amazon_shopping.xml │ ├── android_auto.xml │ ├── aniyomi.xml │ ├── another_notes.xml │ ├── antennapod.xml │ ├── anydesk.xml │ ├── aosp_cam.xml │ ├── apex_legends.xml │ ├── apkextractor.xml │ ├── apkmirror_installer.xml │ ├── app_lounge.xml │ ├── appgallery.xml │ ├── apple_music.xml │ ├── appmanager.xml │ ├── artflow.xml │ ├── asuscalc.xml │ ├── asuscamera.xml │ ├── asusclock.xml │ ├── asuscontacts.xml │ ├── asusrecorder.xml │ ├── audiobooklite.xml │ ├── aurora_store.xml │ ├── authy.xml │ ├── auxio.xml │ ├── aves_gallery.xml │ ├── avito.xml │ ├── bankru.xml │ ├── bereal.xml │ ├── bewakoof.xml │ ├── bgram.xml │ ├── binance.xml │ ├── bitwarden.xml │ ├── blokada.xml │ ├── bob_world.xml │ ├── boom_and_megaboom.xml │ ├── boost.xml │ ├── boost_for_reddit.xml │ ├── brave_browser.xml │ ├── briar.xml │ ├── bromite.xml │ ├── browser.xml │ ├── bundle.xml │ ├── burgerking.xml │ ├── calculator.xml │ ├── calendar.xml │ ├── call_of_duty.xml │ ├── camera.xml │ ├── camera_moto.xml │ ├── camera_moto2.xml │ ├── camera_moto3.xml │ ├── camera_nothing.xml │ ├── cameraxinfo.xml │ ├── canva.xml │ ├── catogram.xml │ ├── catogram_x.xml │ ├── chrome_remote.xml │ ├── chromium.xml │ ├── citymapper.xml │ ├── clock.xml │ ├── cloudstream.xml │ ├── codecademy_go.xml │ ├── coffee.xml │ ├── coinbase.xml │ ├── coinbase_wallet.xml │ ├── coins_ph.xml │ ├── coinvero.xml │ ├── collabora_office.xml │ ├── compass.xml │ ├── contacts.xml │ ├── corona_warn.xml │ ├── coronacheck.xml │ ├── coronacheck_scanner.xml │ ├── covpass.xml │ ├── cpu_z.xml │ ├── crunchyroll.xml │ ├── curve.xml │ ├── darkpapers.xml │ ├── darq.xml │ ├── dashlane.xml │ ├── data_monitor.xml │ ├── deepl.xml │ ├── deezer.xml │ ├── delta_icons.xml │ ├── deviantart.xml │ ├── deviceinfohw.xml │ ├── dialer.xml │ ├── digital_wellbeing.xml │ ├── discord.xml │ ├── disneyplus.xml │ ├── dodocodes.xml │ ├── dolby_on.xml │ ├── dominos.xml │ ├── doodle.xml │ ├── drivedroid.xml │ ├── drm_info.xml │ ├── droid_ify.xml │ ├── duckduckgo.xml │ ├── duolingo.xml │ ├── ebay.xml │ ├── ebay_kleinanzeigen.xml │ ├── eight_ball_pool.xml │ ├── element.xml │ ├── exteragram.xml │ ├── facebook.xml │ ├── fairemail.xml │ ├── fdroid.xml │ ├── feeder.xml │ ├── fenix.xml │ ├── fennec.xml │ ├── ffupdater.xml │ ├── fi_money.xml │ ├── files.xml │ ├── files_by_google.xml │ ├── filesplus.xml │ ├── find_my_device.xml │ ├── firefox.xml │ ├── firefox_beta.xml │ ├── fl_studio_mobile.xml │ ├── flamingo.xml │ ├── flex.xml │ ├── flipkart.xml │ ├── float_tube.xml │ ├── floccus.xml │ ├── florisboard.xml │ ├── fm_radio.xml │ ├── focus_todo.xml │ ├── foxmmm.xml │ ├── francokernel.xml │ ├── galaxy_store.xml │ ├── gallery.xml │ ├── gallery_go.xml │ ├── gamespace.xml │ ├── gboard.xml │ ├── gcam.xml │ ├── gcash.xml │ ├── genius.xml │ ├── geo_gebra.xml │ ├── geometricweather.xml │ ├── github.xml │ ├── glider.xml │ ├── globeone.xml │ ├── gmail.xml │ ├── google.xml │ ├── google_assistant.xml │ ├── google_authenticator.xml │ ├── google_chat.xml │ ├── google_chrome.xml │ ├── google_chrome_beta.xml │ ├── google_chrome_canary.xml │ ├── google_chrome_dev.xml │ ├── google_classroom.xml │ ├── google_contacts.xml │ ├── google_docs.xml │ ├── google_drive.xml │ ├── google_fi.xml │ ├── google_fit.xml │ ├── google_home.xml │ ├── google_lens.xml │ ├── google_meet.xml │ ├── google_news.xml │ ├── google_one.xml │ ├── google_pay.xml │ ├── google_photos.xml │ ├── google_play_books.xml │ ├── google_play_games.xml │ ├── google_play_store.xml │ ├── google_podcasts.xml │ ├── google_remote_tv.xml │ ├── google_sheets.xml │ ├── google_slides.xml │ ├── google_tasks.xml │ ├── google_translate.xml │ ├── google_tv.xml │ ├── google_voice.xml │ ├── govee_home.xml │ ├── grab.xml │ ├── grasshopper.xml │ ├── greenify.xml │ ├── grewards.xml │ ├── hail.xml │ ├── home_assistant.xml │ ├── hotstar.xml │ ├── ibispaint_x.xml │ ├── idm.xml │ ├── idm_plus.xml │ ├── imdb.xml │ ├── ime.xml │ ├── infinity_for_reddit.xml │ ├── infinity_loop.xml │ ├── inpocasi.xml │ ├── inpost.xml │ ├── instagram.xml │ ├── instapaper.xml │ ├── insular.xml │ ├── inware.xml │ ├── irctc.xml │ ├── ivoox.xml │ ├── jellyfin.xml │ ├── joplin.xml │ ├── juicessh.xml │ ├── k9.xml │ ├── kakaotalk.xml │ ├── karwei.xml │ ├── kde.xml │ ├── kdeconnect.xml │ ├── keep.xml │ ├── keepass.xml │ ├── keepass2android.xml │ ├── kfc.xml │ ├── khan_academy.xml │ ├── kiwi.xml │ ├── komoot.xml │ ├── kucoin.xml │ ├── kustom.xml │ ├── kustompro.xml │ ├── lawncons.xml │ ├── leaflet.xml │ ├── libretorrent.xml │ ├── libretube.xml │ ├── librus.xml │ ├── lightroom.xml │ ├── line.xml │ ├── linkedin.xml │ ├── lsposed.xml │ ├── magic_earth.xml │ ├── magisk.xml │ ├── maps.xml │ ├── marindeck.xml │ ├── mastodon.xml │ ├── matlog.xml │ ├── mbank.xml │ ├── mcdonalds.xml │ ├── mcpro24fps.xml │ ├── mdgram.xml │ ├── medito.xml │ ├── mega.xml │ ├── messages.xml │ ├── messages_aosp.xml │ ├── messages_oneplus.xml │ ├── messenger.xml │ ├── metro.xml │ ├── mi_files.xml │ ├── microsoft365_admin.xml │ ├── microsoft_authenticator.xml │ ├── microsoft_edge.xml │ ├── microsoft_excel.xml │ ├── microsoft_office.xml │ ├── microsoft_onenote.xml │ ├── microsoft_outlook.xml │ ├── microsoft_teams.xml │ ├── microsoft_todo.xml │ ├── microsoft_word.xml │ ├── mijn_hr.xml │ ├── minecraft.xml │ ├── mixplorer.xml │ ├── mlmanager.xml │ ├── mobikwik.xml │ ├── mobile_legends.xml │ ├── moneta.xml │ ├── mozilla_vpn.xml │ ├── mtmanager.xml │ ├── mull.xml │ ├── music.xml │ ├── musicolet.xml │ ├── must.xml │ ├── muzei.xml │ ├── mx_player.xml │ ├── myairtel.xml │ ├── mydealz.xml │ ├── myjio.xml │ ├── negentwee.xml │ ├── nekogram.xml │ ├── neo_backup.xml │ ├── neo_store.xml │ ├── netflix.xml │ ├── newpipe.xml │ ├── nextcloud.xml │ ├── nightwaveplaza.xml │ ├── ninegag.xml │ ├── nodevideo.xml │ ├── nokia_camera.xml │ ├── notally.xml │ ├── notenapp.xml │ ├── notes.xml │ ├── nothing_recorder.xml │ ├── notify.xml │ ├── notion.xml │ ├── noto.xml │ ├── ns.xml │ ├── nubank.xml │ ├── o2tv.xml │ ├── oculus.xml │ ├── ola.xml │ ├── oledbuddy.xml │ ├── olx.xml │ ├── onedotonedotonedotone.xml │ ├── onedrive.xml │ ├── oneplus_cam.xml │ ├── opentracks.xml │ ├── opera_browser.xml │ ├── opera_gx.xml │ ├── organic_maps.xml │ ├── osmand.xml │ ├── osmand_plus.xml │ ├── oto_music.xml │ ├── overlayer.xml │ ├── ovinfo.xml │ ├── owlgram.xml │ ├── ozon.xml │ ├── patreon.xml │ ├── paypal.xml │ ├── paytm.xml │ ├── pda.xml │ ├── pdf_viewer.xml │ ├── pekao.xml │ ├── pepper.xml │ ├── personal_safety.xml │ ├── pharmeasy.xml │ ├── phone_aosp.xml │ ├── phonepe.xml │ ├── photolayers.xml │ ├── photomath.xml │ ├── photon.xml │ ├── picpay.xml │ ├── picsart.xml │ ├── pinnit.xml │ ├── pinterest.xml │ ├── pixel_heroes.xml │ ├── pixel_tips.xml │ ├── pixel_wallpapers.xml │ ├── pizza_hut.xml │ ├── plus_messenger.xml │ ├── pocket_casts.xml │ ├── pokemongo.xml │ ├── pou.xml │ ├── poweramp.xml │ ├── powerampeq.xml │ ├── ppsspp.xml │ ├── printer.xml │ ├── progressbar95.xml │ ├── protoncalendar.xml │ ├── protondrive.xml │ ├── protonmail.xml │ ├── protonvpn.xml │ ├── pushbullet.xml │ ├── qksms.xml │ ├── qr_reader.xml │ ├── quickedit.xml │ ├── quickpic.xml │ ├── quickpic_mod.xml │ ├── quickswitch.xml │ ├── quora.xml │ ├── rabo_wallet.xml │ ├── rabobank.xml │ ├── radio.xml │ ├── razer_camera.xml │ ├── rboard.xml │ ├── rboard_creator.xml │ ├── rboard_ime_test.xml │ ├── rboard_patcher.xml │ ├── read_you.xml │ ├── realmelink.xml │ ├── recorder.xml │ ├── reddit.xml │ ├── relay.xml │ ├── remini.xml │ ├── remotefingerauth.xml │ ├── renr.xml │ ├── repainter.xml │ ├── resplash.xml │ ├── retro_music.xml │ ├── reverso_context.xml │ ├── revolt.xml │ ├── revolut.xml │ ├── ring.xml │ ├── riot_games.xml │ ├── roku.xml │ ├── rustdesk.xml │ ├── sai.xml │ ├── saikou.xml │ ├── samsung_health.xml │ ├── samsung_internet_browser.xml │ ├── samsung_internet_browser_beta.xml │ ├── samsung_pay.xml │ ├── samsung_wear.xml │ ├── samsungcalculator.xml │ ├── samsungcalendar.xml │ ├── samsungclock.xml │ ├── samsungcontacts.xml │ ├── samsungemail.xml │ ├── samsungfiles.xml │ ├── samsunggallery.xml │ ├── samsungmusic.xml │ ├── samsungnotes.xml │ ├── samsungphone.xml │ ├── samsungsms.xml │ ├── scany.xml │ ├── schoolplanner.xml │ ├── scoop.xml │ ├── screenrecorder.xml │ ├── sd_maid.xml │ ├── session.xml │ ├── settings.xml │ ├── shareme.xml │ ├── shazam.xml │ ├── shopee.xml │ ├── signal.xml │ ├── sim_toolkit.xml │ ├── simple_gallery_pro.xml │ ├── simplenote.xml │ ├── sky_children_of_the_light.xml │ ├── skype.xml │ ├── slack.xml │ ├── sleep.xml │ ├── sleep_as_android.xml │ ├── slice.xml │ ├── smartlife.xml │ ├── smarty.xml │ ├── sms_organizer.xml │ ├── snapchat.xml │ ├── snapdrop.xml │ ├── snapseed.xml │ ├── solid_explorer.xml │ ├── solitaire.xml │ ├── sony_headphonesconnect.xml │ ├── sonymusic.xml │ ├── soundcloud.xml │ ├── sova.xml │ ├── spark_email.xml │ ├── speedtest_by_ookla.xml │ ├── spotify.xml │ ├── spotistats.xml │ ├── squircle.xml │ ├── stay_focused.xml │ ├── steam.xml │ ├── stellio.xml │ ├── strava.xml │ ├── stremio.xml │ ├── substratum_lite.xml │ ├── sudoku.xml │ ├── sweech.xml │ ├── swift_backup.xml │ ├── swiggy.xml │ ├── sync.xml │ ├── syncthing.xml │ ├── tachiyomi.xml │ ├── tachiyomisy.xml │ ├── tailscale.xml │ ├── talon.xml │ ├── tapatalk_pro.xml │ ├── task_mate.xml │ ├── tasker.xml │ ├── tasks.xml │ ├── tele2.xml │ ├── telegram.xml │ ├── telegram_x.xml │ ├── terabox.xml │ ├── termux.xml │ ├── theathletic.xml │ ├── threema.xml │ ├── ticktick.xml │ ├── tidal.xml │ ├── tiktok.xml │ ├── todoist.xml │ ├── tor_browser.xml │ ├── trail_sense.xml │ ├── traveloka.xml │ ├── trust_wallet.xml │ ├── tumblr.xml │ ├── tuya_smart.xml │ ├── tv_time.xml │ ├── twire.xml │ ├── twitch.xml │ ├── twitter.xml │ ├── tyra.xml │ ├── uber.xml │ ├── unicode_pad.xml │ ├── unifi_network.xml │ ├── uphold.xml │ ├── vi.xml │ ├── via_browser.xml │ ├── viber.xml │ ├── viper4android.xml │ ├── vivaldi.xml │ ├── vk.xml │ ├── vlc.xml │ ├── vodafone.xml │ ├── waze.xml │ ├── wear_os.xml │ ├── webcam.xml │ ├── webweaver.xml │ ├── whatsapp.xml │ ├── whatsapp_business.xml │ ├── where_is_my_train.xml │ ├── wifiman.xml │ ├── wikipedia.xml │ ├── wildberries.xml │ ├── windscribe_vpn.xml │ ├── wordweb.xml │ ├── wulkanowy.xml │ ├── xda.xml │ ├── xiaomi_fit.xml │ ├── xiaomi_remote.xml │ ├── xkom.xml │ ├── xplayer.xml │ ├── yandex_keyboard.xml │ ├── yandex_mail.xml │ ├── yandex_metro.xml │ ├── yandexmaps.xml │ ├── yasnac.xml │ ├── yeelight.xml │ ├── ymusic.xml │ ├── youtube.xml │ ├── youtube_music.xml │ ├── youtube_tv.xml │ ├── youtube_vanced.xml │ ├── youtube_vanced_manager.xml │ ├── ytstudio.xml │ ├── zappka.xml │ ├── zarchiver.xml │ ├── zerodha_coin.xml │ ├── zerodha_kite.xml │ ├── zomato.xml │ └── zulip.xml │ ├── mipmap-anydpi-v26 │ ├── ic_launcher.xml │ └── ic_launcher_round.xml │ ├── mipmap-hdpi │ ├── ic_launcher.png │ ├── ic_launcher_background.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-mdpi │ ├── ic_launcher.png │ ├── ic_launcher_background.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-xhdpi │ ├── ic_launcher.png │ ├── ic_launcher_background.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-xxhdpi │ ├── ic_launcher.png │ ├── ic_launcher_background.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── mipmap-xxxhdpi │ ├── ic_launcher.png │ ├── ic_launcher_background.png │ ├── ic_launcher_foreground.png │ └── ic_launcher_round.png │ ├── values │ ├── colors.xml │ ├── dimens.xml │ ├── strings.xml │ └── themes.xml │ └── xml │ └── grayscale_icon_map.xml ├── build.gradle.kts ├── buildSrc ├── .gitignore ├── build.gradle.kts └── src │ └── main │ └── java │ └── Versions.kt ├── contributing-image-1.png ├── contributing-image-2.png ├── contributing-image-3.png ├── contributing-image-4.png ├── find_duplicates.py ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── send_notifications.py ├── settings.gradle.kts └── svgs ├── 1dm.svg ├── 1dm_plus.svg ├── 4pda.svg ├── 9gag.svg ├── ADM.svg ├── AppGallery.svg ├── Curve.svg ├── Deepl.svg ├── Flex.svg ├── FrancoKernel.svg ├── GeometricWeather.svg ├── K-9_Mail.svg ├── KFC.svg ├── Librus.svg ├── Lsposed.svg ├── MTManager.svg ├── McDonalds.svg ├── Muzei.svg ├── Notenapp.svg ├── PPSSPP.svg ├── Pekao.svg ├── SamsungCalculator.svg ├── SamsungCalendar.svg ├── SamsungContacts.svg ├── SamsungEmail.svg ├── SamsungFiles.svg ├── SamsungMusic.svg ├── SamsungNotes.svg ├── SamsungSMS.svg ├── Samsung_Health.svg ├── Samsung_wear.svg ├── Samsungcam.svg ├── Samsungclock.svg ├── Samsunggallery.svg ├── Samsungphone.svg ├── Uber.svg ├── VK.svg ├── WebWeaver.svg ├── Zulip.svg ├── abstruct.svg ├── activitylauncher.svg ├── adaway.svg ├── admin_hands.svg ├── adobepdf.svg ├── adobescan.svg ├── aegis_authenticator.svg ├── aimp.svg ├── airasia.svg ├── aldiko.svg ├── aliexpress.svg ├── amaze.svg ├── amazon_alexa.svg ├── amazon_music.svg ├── amazon_prime_video.svg ├── amazon_shopping.svg ├── android_auto.svg ├── aniyomi.svg ├── another_notes.svg ├── antennapod.svg ├── anydesk.svg ├── aosp_cam.svg ├── apex_legends.svg ├── apkextractor.svg ├── apkmirror_installer.svg ├── app_lounge.svg ├── apple_music.svg ├── appmanager.svg ├── artflow.svg ├── asuscalc.svg ├── asuscamera.svg ├── asusclock.svg ├── asuscontacts.svg ├── asusfiles.svg ├── asusrecorder.svg ├── audiobooklite.svg ├── aurora_store.svg ├── authy.svg ├── auxio.svg ├── aves_gallery.svg ├── avito.svg ├── bankru.svg ├── bereal.svg ├── bewakoof.svg ├── bgram.svg ├── binance.svg ├── bitwarden.svg ├── blokada.svg ├── bob_world.svg ├── boom_and_megaboom.svg ├── boost.svg ├── boost_for_reddit.svg ├── brave_browser.svg ├── briar.svg ├── bromite.svg ├── browser.svg ├── bundle.svg ├── burgerking.svg ├── calculator.svg ├── calendar.svg ├── call_of_duty.svg ├── camera.svg ├── camera_moto.svg ├── camera_moto2.svg ├── camera_moto3.svg ├── camera_nothing.svg ├── cameraxinfo.svg ├── canva.svg ├── catogram.svg ├── catogram_x.svg ├── chrome_remote.svg ├── chromium.svg ├── citymapper.svg ├── clock.svg ├── cloudstream.svg ├── codecademy_go.svg ├── coffee.svg ├── coinbase.svg ├── coinbase_wallet.svg ├── coins_ph.svg ├── coinvero.svg ├── collabora_office.svg ├── compass.svg ├── contacts.svg ├── corona_warn.svg ├── coronacheck.svg ├── coronacheck_scanner.svg ├── covpass.svg ├── cpu_z.svg ├── crunchyroll.svg ├── darkpapers.svg ├── darq.svg ├── dashlane.svg ├── data_monitor.svg ├── deezer.svg ├── delta_icons.svg ├── deviantart.svg ├── deviceinfohw.svg ├── dialer.svg ├── digital_wellbeing.svg ├── discord.svg ├── disneyplus.svg ├── dodocodes.svg ├── dolby_on.svg ├── dominos.svg ├── doodle.svg ├── drivedroid.svg ├── drm_info.svg ├── droid_ify.svg ├── duckduckgo.svg ├── duolingo.svg ├── ebay.svg ├── ebay_kleinanzeigen.svg ├── eight_ball_pool.svg ├── element.svg ├── exteragram.svg ├── facebook.svg ├── fairemail.svg ├── fdroid.svg ├── feeder.svg ├── fenix.svg ├── fennec.svg ├── ffupdater.svg ├── fi_money.svg ├── files.svg ├── files_by_google.svg ├── filesplus.svg ├── find_my_device.svg ├── firefox.svg ├── firefox_beta.svg ├── fl_studio_mobile.svg ├── flamingo.svg ├── flipkart.svg ├── float_tube.svg ├── floccus.svg ├── florisboard.svg ├── fm_radio.svg ├── focus_todo.svg ├── foxmmm.svg ├── galaxy_store.svg ├── gallery.svg ├── gallery_go.svg ├── gamespace.svg ├── gboard.svg ├── gcam.svg ├── gcash.svg ├── genius.svg ├── geo_gebra.svg ├── github.svg ├── glider.svg ├── globeone.svg ├── gmail.svg ├── google.svg ├── google_assistant.svg ├── google_authenticator.svg ├── google_chat.svg ├── google_chrome.svg ├── google_chrome_beta.svg ├── google_chrome_canary.svg ├── google_chrome_dev.svg ├── google_classroom.svg ├── google_contacts.svg ├── google_docs.svg ├── google_drive.svg ├── google_duo.svg ├── google_fi.svg ├── google_fit.svg ├── google_home.svg ├── google_keep.svg ├── google_lens.svg ├── google_meet.svg ├── google_news.svg ├── google_one.svg ├── google_pay.svg ├── google_photos.svg ├── google_play_books.svg ├── google_play_games.svg ├── google_play_store.svg ├── google_podcasts.svg ├── google_remote_tv.svg ├── google_sheets.svg ├── google_slides.svg ├── google_tasks.svg ├── google_translate.svg ├── google_tv.svg ├── google_voice.svg ├── govee_home.svg ├── grab.svg ├── grasshopper.svg ├── greenify.svg ├── grewards.svg ├── hail.svg ├── home_assistant.svg ├── hotstar.svg ├── ibispaint_x.svg ├── imdb.svg ├── ime.svg ├── infinity_for_reddit.svg ├── infinity_loop.svg ├── inpocasi.svg ├── inpost.svg ├── instagram.svg ├── instapaper.svg ├── insular.svg ├── inware.svg ├── irctc.svg ├── island.svg ├── ivoox.svg ├── jellyfin.svg ├── joplin.svg ├── juicessh.svg ├── k9.svg ├── kakaotalk.svg ├── karwei.svg ├── kde.svg ├── kdeconnect.svg ├── keep.svg ├── keepass.svg ├── keepass2android.svg ├── khan_academy.svg ├── kiwi.svg ├── komoot.svg ├── kucoin.svg ├── kustom.svg ├── kustompro.svg ├── lawncons.svg ├── leaflet.svg ├── libretorrent.svg ├── libretube.svg ├── lightroom.svg ├── line.svg ├── linkedin.svg ├── magic_earth.svg ├── magisk.svg ├── maps.svg ├── marindeck.svg ├── mastodon.svg ├── matlog.svg ├── mbank.svg ├── mcpro24fps.svg ├── mdgram.svg ├── medito.svg ├── mega.svg ├── messages.svg ├── messages_aosp.svg ├── messages_oneplus.svg ├── messenger.svg ├── metro.svg ├── mi_files.svg ├── microsoft_authenticator.svg ├── microsoft_edge.svg ├── microsoft_excel.svg ├── microsoft_office.svg ├── microsoft_onenote.svg ├── microsoft_outlook.svg ├── microsoft_teams.svg ├── microsoft_todo.svg ├── microsoft_word.svg ├── mijn_hr.svg ├── minecraft.svg ├── mixplorer.svg ├── mlmanager.svg ├── mobikwik.svg ├── mobile_legends.svg ├── moneta.svg ├── mozilla_vpn.svg ├── mull.svg ├── music.svg ├── musicolet.svg ├── must.svg ├── mx_player.svg ├── myairtel.svg ├── mydealz.svg ├── myjio.svg ├── negentwee.svg ├── nekogram.svg ├── neo_backup.svg ├── neo_store.svg ├── netflix.svg ├── newpipe.svg ├── nextcloud.svg ├── nightwaveplaza.svg ├── nodevideo.svg ├── nokia_camera.svg ├── notally.svg ├── notes.svg ├── nothing_recorder.svg ├── notify.svg ├── notion.svg ├── noto.svg ├── ns.svg ├── nubank.svg ├── o2tv.svg ├── oculus.svg ├── ola.svg ├── oledbuddy.svg ├── olx.svg ├── onedotonedotonedotone.svg ├── onedrive.svg ├── oneplus_cam.svg ├── opentracks.svg ├── opera_browser.svg ├── opera_gx.svg ├── organic_maps.svg ├── osmand.svg ├── osmand_plus.svg ├── oto_music.svg ├── overlayer.svg ├── ovinfo.svg ├── owlgram.svg ├── ozon.svg ├── parsec.svg ├── patreon.svg ├── paypal.svg ├── paytm.svg ├── pdf_viewer.svg ├── pepper.svg ├── personal_safety.svg ├── pharmeasy.svg ├── phone_aosp.svg ├── phonepe.svg ├── photolayers.svg ├── photomath.svg ├── photon.svg ├── picpay.svg ├── picsart.svg ├── pinnit.svg ├── pinterest.svg ├── pixel_heroes.svg ├── pixel_tips.svg ├── pixel_wallpapers.svg ├── pizza_hut.svg ├── plus_messenger.svg ├── pocket_casts.svg ├── pokemongo.svg ├── pou.svg ├── poweramp.svg ├── powerampeq.svg ├── printer.svg ├── progressbar95.svg ├── protoncalendar.svg ├── protondrive.svg ├── protonmail.svg ├── protonvpn.svg ├── pushbullet.svg ├── qksms.svg ├── qr_reader.svg ├── quickedit.svg ├── quickpic.svg ├── quickpic_mod.svg ├── quickswitch.svg ├── quora.svg ├── rabo_wallet.svg ├── rabobank.svg ├── radio.svg ├── razer_camera.svg ├── rboard.svg ├── rboard_creator.svg ├── rboard_ime_test.svg ├── rboard_patcher.svg ├── read_you.svg ├── realmelink.svg ├── recorder.svg ├── reddit.svg ├── relay.svg ├── remini.svg ├── remotefingerauth.svg ├── renr.svg ├── repainter.svg ├── resplash.svg ├── retro_music.svg ├── reverso_context.svg ├── revolt.svg ├── revolut.svg ├── ring.svg ├── riot_games.svg ├── roku.svg ├── rustdesk.svg ├── sai.svg ├── saikou.svg ├── samsung_internet_browser.svg ├── samsung_internet_browser_beta.svg ├── samsung_pay.svg ├── scany.svg ├── schoolplanner.svg ├── scoop.svg ├── screenrecorder.svg ├── sd_maid.svg ├── session.svg ├── settings.svg ├── shareme.svg ├── shazam.svg ├── shopee.svg ├── signal.svg ├── sim_toolkit.svg ├── simple_gallery_pro.svg ├── simplenote.svg ├── sky_children_of_the_light.svg ├── skype.svg ├── slack.svg ├── sleep.svg ├── sleep_as_android.svg ├── slice.svg ├── smartlife.svg ├── smarty.svg ├── sms_organizer.svg ├── snapchat.svg ├── snapdrop.svg ├── snapseed.svg ├── solid_explorer.svg ├── solitaire.svg ├── sony_headphonesconnect.svg ├── sonymusic.svg ├── soundcloud.svg ├── sova.svg ├── spark_email.svg ├── speedtest_by_ookla.svg ├── spotify.svg ├── spotistats.svg ├── squircle.svg ├── stay_focused.svg ├── steam.svg ├── stellio.svg ├── strava.svg ├── stremio.svg ├── substratum_lite.svg ├── sudoku.svg ├── sweech.svg ├── swift_backup.svg ├── swiggy.svg ├── sync.svg ├── syncthing.svg ├── tachiyomi.svg ├── tachiyomisy.svg ├── tailscale.svg ├── talon.svg ├── tapatalk_pro.svg ├── task_mate.svg ├── tasker.svg ├── tasks.svg ├── tele2.svg ├── telegram.svg ├── telegram_x.svg ├── terabox.svg ├── termux.svg ├── theathletic.svg ├── threema.svg ├── ticktick.svg ├── tidal.svg ├── tiktok.svg ├── todoist.svg ├── tor_browser.svg ├── trail_sense.svg ├── traveloka.svg ├── trust.svg ├── trust_wallet.svg ├── tumblr.svg ├── tuya_smart.svg ├── tv_time.svg ├── twire.svg ├── twitch.svg ├── twitter.svg ├── tyra.svg ├── unicode_pad.svg ├── unifi_network.svg ├── uphold.svg ├── vanced_youtube_music.svg ├── vi.svg ├── via_browser.svg ├── viber.svg ├── viper4android.svg ├── vivaldi.svg ├── vlc.svg ├── vodafone.svg ├── waze.svg ├── wear_os.svg ├── webcam.svg ├── whatsapp.svg ├── whatsapp_business.svg ├── where_is_my_train.svg ├── wifiman.svg ├── wikipedia.svg ├── wildberries.svg ├── windscribe_vpn.svg ├── wordweb.svg ├── wulkanowy.svg ├── xda.svg ├── xiaomi_fit.svg ├── xiaomi_remote.svg ├── xkom.svg ├── xplayer.svg ├── yandex_keyboard.svg ├── yandex_mail.svg ├── yandex_metro.svg ├── yandexmaps.svg ├── yasnac.svg ├── yeelight.svg ├── ymusic.svg ├── youtube.svg ├── youtube_music.svg ├── youtube_tv.svg ├── youtube_vanced.svg ├── youtube_vanced_manager.svg ├── ytstudio.svg ├── zappka.svg ├── zarchiver.svg ├── zerodha_coin.svg ├── zerodha_kite.svg └── zomato.svg /.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | .idea 5 | .DS_Store 6 | /build 7 | /captures 8 | .externalNativeBuild 9 | .cxx 10 | local.properties -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # RKicons 2 | 3 | RKicons is fork of Lawnicons which is an add-on for adding themed icons to [Lawnchair 12 Alpha 5](https://github.com/LawnchairLauncher/lawnchair) and above. 4 | This addon is now the source of all themed icons, for simplicity. 5 | 6 | The diffrence between RKicons and Lawnicons is that RKicons are filled variant and they have material design look. 7 | 8 | ## Download 9 | 10 | See the [Releases](https://github.com/RadekBledowski/rkicons/releases) section to download the latest stable build of RKicons. 11 | 12 | ## Adding icons 13 | 14 | Please see [CONTRIBUTING.md](CONTRIBUTING.md) for info on adding icons. 15 | 16 | ## Quick links 17 | 18 | - [Lawnchair GitHub page](https://github.com/LawnchairLauncher/lawnchair) 19 | 20 | -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/proguard-rules.pro -------------------------------------------------------------------------------- /app/src/main/ic_launcher-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/ic_launcher-playstore.png -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/LawniconsApplication.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons 2 | 3 | import android.app.Application 4 | import dagger.hilt.android.HiltAndroidApp 5 | 6 | @HiltAndroidApp 7 | class LawniconsApplication : Application() 8 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/api/ApiModule.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.api 2 | 3 | import dagger.Module 4 | import dagger.Provides 5 | import dagger.hilt.InstallIn 6 | import dagger.hilt.components.SingletonComponent 7 | import retrofit2.Retrofit 8 | import retrofit2.converter.gson.GsonConverterFactory 9 | import retrofit2.create 10 | import javax.inject.Singleton 11 | 12 | @Module 13 | @InstallIn(SingletonComponent::class) 14 | class ApiModule { 15 | 16 | @Provides 17 | @Singleton 18 | fun providesGitHubContributorsApi(): GitHubContributorsAPI { 19 | return Retrofit.Builder() 20 | .baseUrl("https://api.github.com/") 21 | .addConverterFactory(GsonConverterFactory.create()) 22 | .build() 23 | .create() 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/api/GitHubContributorsAPI.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.api 2 | 3 | import app.lawnchair.lawnicons.model.GitHubContributor 4 | import retrofit2.http.GET 5 | 6 | interface GitHubContributorsAPI { 7 | 8 | @GET("repos/RadekBledowski/rkicons/contributors") 9 | suspend fun getContributors(): List 10 | } 11 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/di/IconRepositoryModule.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.di 2 | 3 | import android.app.Application 4 | import app.lawnchair.lawnicons.repository.IconRepository 5 | import dagger.Module 6 | import dagger.Provides 7 | import dagger.hilt.InstallIn 8 | import dagger.hilt.components.SingletonComponent 9 | import javax.inject.Singleton 10 | 11 | @Module 12 | @InstallIn(SingletonComponent::class) 13 | object IconRepositoryModule { 14 | 15 | @Provides 16 | @Singleton 17 | fun provideIconRepository(application: Application) = IconRepository(application) 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/di/OssLibraryRepositoryModule.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.di 2 | 3 | import android.app.Application 4 | import app.lawnchair.lawnicons.repository.OssLibraryRepository 5 | import dagger.Module 6 | import dagger.Provides 7 | import dagger.hilt.InstallIn 8 | import dagger.hilt.components.SingletonComponent 9 | import javax.inject.Singleton 10 | 11 | @Module 12 | @InstallIn(SingletonComponent::class) 13 | object OssLibraryRepositoryModule { 14 | 15 | @Provides 16 | @Singleton 17 | fun provideOssLibraryRepository(application: Application) = OssLibraryRepository(application = application) 18 | } 19 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/model/GitHubContributor.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.model 2 | 3 | import androidx.annotation.Keep 4 | import com.google.gson.annotations.SerializedName 5 | 6 | @Keep 7 | data class GitHubContributor( 8 | val id: Int, 9 | val login: String, 10 | @SerializedName("avatar_url") val avatarUrl: String, 11 | @SerializedName("html_url") val htmlUrl: String, 12 | val contributions: Int 13 | ) 14 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/model/IconInfo.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.model 2 | 3 | data class IconInfo( 4 | val name: String, 5 | val id: Int, 6 | ) 7 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/model/IconInfoModel.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.model 2 | 3 | data class IconInfoModel( 4 | val iconInfo: List, 5 | val iconCount: Int, 6 | ) 7 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/model/SearchInfo.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.model 2 | 3 | data class SearchInfo( 4 | val iconInfo: IconInfo, 5 | val indexOfMatch: Int, 6 | val matchAtWordStart: Boolean, 7 | ) 8 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/repository/GitHubContributorsRepository.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.repository 2 | 3 | import app.lawnchair.lawnicons.api.GitHubContributorsAPI 4 | import javax.inject.Inject 5 | 6 | val coreContributorIds = listOf( 7 | 8080853, 8 | 56888459, 9 | ) 10 | 11 | class GitHubContributorsRepository @Inject constructor( 12 | private val api: GitHubContributorsAPI 13 | ) { 14 | suspend fun getTopContributors() = api.getContributors() 15 | .filterNot { coreContributorIds.contains(it.id) } 16 | .sortedByDescending { it.contributions } 17 | } 18 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/ui/util/Contributor.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.ui.util 2 | 3 | data class Contributor( 4 | val name: String, 5 | val username: String? = null, 6 | val photoUrl: String, 7 | val socialUrl: String? = null, 8 | val descriptionRes: Int? = null, 9 | ) 10 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/ui/util/Destinations.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.ui.util 2 | 3 | object Destinations { 4 | const val HOME = "home" 5 | const val ACKNOWLEDGEMENTS = "acknowledgements" 6 | const val ACKNOWLEDGEMENT = "acknowledgement" 7 | const val ABOUT = "about" 8 | const val CONTRIBUTORS = "contributors" 9 | } 10 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/ui/util/Elevation.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.ui.util 2 | 3 | import androidx.compose.ui.unit.dp 4 | 5 | object Elevation { 6 | val Level0 = 0.0.dp 7 | val Level1 = 1.0.dp 8 | val Level2 = 3.0.dp 9 | val Level3 = 6.0.dp 10 | val Level4 = 8.0.dp 11 | val Level5 = 12.0.dp 12 | } 13 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/ui/util/SurfaceColorAtElevation.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.ui.util 2 | 3 | import androidx.compose.material3.ColorScheme 4 | import androidx.compose.ui.graphics.Color 5 | import androidx.compose.ui.graphics.compositeOver 6 | import androidx.compose.ui.unit.Dp 7 | import androidx.compose.ui.unit.dp 8 | import kotlin.math.ln 9 | 10 | fun ColorScheme.surfaceColorAtElevation(elevation: Dp): Color { 11 | if (elevation == 0.dp) return surface 12 | val alpha = ((4.5f * ln(elevation.value + 1)) + 2f) / 100f 13 | return primary.copy(alpha = alpha).compositeOver(surface) 14 | } 15 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/util/ContextExtensions.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.util 2 | 3 | import android.content.Context 4 | import android.graphics.Bitmap 5 | import androidx.core.graphics.drawable.toBitmap 6 | 7 | fun Context.appIcon(): Bitmap = packageManager.getApplicationIcon(packageName).toBitmap() 8 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/viewmodel/AcknowledgementsViewModel.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.viewmodel 2 | 3 | import androidx.lifecycle.ViewModel 4 | import app.lawnchair.lawnicons.repository.OssLibraryRepository 5 | import dagger.hilt.android.lifecycle.HiltViewModel 6 | import javax.inject.Inject 7 | 8 | @HiltViewModel 9 | class AcknowledgementsViewModel @Inject constructor(ossLibraryRepository: OssLibraryRepository) : ViewModel() { 10 | val ossLibraries = ossLibraryRepository.ossLibraries 11 | } 12 | -------------------------------------------------------------------------------- /app/src/main/kotlin/app/lawnchair/lawnicons/viewmodel/LawniconsViewModel.kt: -------------------------------------------------------------------------------- 1 | package app.lawnchair.lawnicons.viewmodel 2 | 3 | import androidx.lifecycle.ViewModel 4 | import androidx.lifecycle.viewModelScope 5 | import app.lawnchair.lawnicons.repository.IconRepository 6 | import dagger.hilt.android.lifecycle.HiltViewModel 7 | import kotlinx.coroutines.launch 8 | import javax.inject.Inject 9 | 10 | @HiltViewModel 11 | class LawniconsViewModel @Inject constructor(private val iconRepository: IconRepository) : ViewModel() { 12 | 13 | val iconInfoModel = iconRepository.iconInfoModel 14 | 15 | fun searchIcons(query: String) { 16 | viewModelScope.launch { 17 | iconRepository.search(query) 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/abstruct.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/adm.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 13 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/aimp.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/apex_legends.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/apkmirror_installer.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/app_lounge.xml: -------------------------------------------------------------------------------- 1 | 6 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/asusclock.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/asuscontacts.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/auxio.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/binance.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/bundle.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/call_of_duty.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/camera.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/camera_moto2.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/camera_nothing.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/coinbase.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/coinbase_wallet.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/compass.xml: -------------------------------------------------------------------------------- 1 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/darq.xml: -------------------------------------------------------------------------------- 1 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/data_monitor.xml: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/deviantart.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/deviceinfohw.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/dolby_on.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/drivedroid.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/exteragram.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/facebook.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/fi_money.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/files.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/files_by_google.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/filesplus.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/flamingo.xml: -------------------------------------------------------------------------------- 1 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/floccus.xml: -------------------------------------------------------------------------------- 1 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/fm_radio.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/francokernel.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/galaxy_store.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/gallery.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/geometricweather.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/google_docs.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/google_pay.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/google_play_books.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/google_sheets.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/google_slides.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/instapaper.xml: -------------------------------------------------------------------------------- 1 | 6 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/keep.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/leaflet.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/librus.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/maps.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/mbank.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/mcdonalds.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/messages_aosp.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/minecraft.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/mixplorer.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/mobile_legends.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/moneta.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/music.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/must.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/mx_player.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/netflix.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 13 | 17 | 18 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/newpipe.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/nodevideo.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/notenapp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/notes.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/noto.xml: -------------------------------------------------------------------------------- 1 | 7 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/ns.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/onedotonedotonedotone.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/osmand.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/patreon.xml: -------------------------------------------------------------------------------- 1 | 8 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/pda.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/phone_aosp.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/photolayers.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/picpay.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/pixel_tips.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/pizza_hut.xml: -------------------------------------------------------------------------------- 1 | 8 | 16 | 17 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/pocket_casts.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/poweramp.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/powerampeq.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/progressbar95.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/protonmail.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/protonvpn.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/qksms.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/relay.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/repainter.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/resplash.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/riot_games.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/samsungclock.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/samsungcontacts.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/samsungemail.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/samsungfiles.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/samsungmusic.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/samsungphone.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/schoolplanner.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/screenrecorder.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sim_toolkit.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/simple_gallery_pro.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sleep.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/slice.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sms_organizer.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/solitaire.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sonymusic.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/spark_email.xml: -------------------------------------------------------------------------------- 1 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/squircle.xml: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/strava.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/stremio.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/sweech.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/swift_backup.xml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/talon.xml: -------------------------------------------------------------------------------- 1 | 6 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tasks.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/terabox.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/termux.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tidal.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tor_browser.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/trail_sense.xml: -------------------------------------------------------------------------------- 1 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/trust_wallet.xml: -------------------------------------------------------------------------------- 1 | 6 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tumblr.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/tv_time.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/twitch.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 15 | 16 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/unifi_network.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/vi.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/viper4android.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/vodafone.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/xda.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/xplayer.xml: -------------------------------------------------------------------------------- 1 | 6 | 11 | 14 | 15 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/yandex_mail.xml: -------------------------------------------------------------------------------- 1 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/yandex_metro.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/yasnac.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/yeelight.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 11 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/youtube_tv.xml: -------------------------------------------------------------------------------- 1 | 6 | 10 | 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/zerodha_coin.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/drawable/zerodha_kite.xml: -------------------------------------------------------------------------------- 1 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-hdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-mdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png -------------------------------------------------------------------------------- /app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #FF3700B3 4 | -------------------------------------------------------------------------------- /app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 24dp 4 | 5 | -------------------------------------------------------------------------------- /app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Rkicons 3 | Search %d Icons 4 | Acknowledgements 5 | About 6 | Version %s 7 | Core Contributors 8 | See All Contributors 9 | Contributors 10 | Special Thanks 11 | For creating app. 12 | For icons. 13 | 14 | -------------------------------------------------------------------------------- /app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /build.gradle.kts: -------------------------------------------------------------------------------- 1 | buildscript { 2 | dependencies { 3 | classpath("com.google.dagger:hilt-android-gradle-plugin:2.40.5") 4 | classpath("com.google.android.gms:oss-licenses-plugin:0.10.4") 5 | } 6 | } 7 | 8 | plugins { 9 | id("com.android.application") version "7.4.0" apply false 10 | id("com.android.library") version "7.4.0" apply false 11 | id("org.jetbrains.kotlin.android") version Versions.KOTLIN apply false 12 | } 13 | 14 | tasks.register("clean") { 15 | delete(rootProject.buildDir) 16 | } 17 | -------------------------------------------------------------------------------- /buildSrc/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /buildSrc/build.gradle.kts: -------------------------------------------------------------------------------- 1 | plugins { 2 | `kotlin-dsl` 3 | } 4 | 5 | repositories { 6 | mavenCentral() 7 | } 8 | -------------------------------------------------------------------------------- /buildSrc/src/main/java/Versions.kt: -------------------------------------------------------------------------------- 1 | object Versions { 2 | const val COMPOSE = "1.2.0-alpha01" 3 | const val ACCOMPANIST = "0.24.0-alpha" 4 | const val KOTLIN = "1.6.10" 5 | } 6 | -------------------------------------------------------------------------------- /contributing-image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/contributing-image-1.png -------------------------------------------------------------------------------- /contributing-image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/contributing-image-2.png -------------------------------------------------------------------------------- /contributing-image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/contributing-image-3.png -------------------------------------------------------------------------------- /contributing-image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/contributing-image-4.png -------------------------------------------------------------------------------- /find_duplicates.py: -------------------------------------------------------------------------------- 1 | from xml.etree.ElementTree import parse 2 | 3 | root = parse("app/src/main/res/xml/grayscale_icon_map.xml").getroot() 4 | packages = [i.attrib["package"] for i in root] 5 | duplicates = {i for i in packages if packages.count(i) > 1} 6 | print(duplicates) 7 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 2 | android.useAndroidX=true 3 | kotlin.code.style=official 4 | android.nonTransitiveRClass=true -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RadekBledowski/rkicons/33822fdf0eb52c753dea55b4c9fa076240f70e70/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Fri Dec 17 18:08:17 CET 2021 2 | distributionBase=GRADLE_USER_HOME 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip 4 | distributionPath=wrapper/dists 5 | zipStorePath=wrapper/dists 6 | zipStoreBase=GRADLE_USER_HOME 7 | -------------------------------------------------------------------------------- /settings.gradle.kts: -------------------------------------------------------------------------------- 1 | pluginManagement { 2 | repositories { 3 | gradlePluginPortal() 4 | google() 5 | mavenCentral() 6 | } 7 | } 8 | 9 | dependencyResolutionManagement { 10 | repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) 11 | repositories { 12 | google() 13 | mavenCentral() 14 | maven("https://jitpack.io") 15 | } 16 | } 17 | 18 | rootProject.name = "Lawnicons" 19 | include(":app") 20 | -------------------------------------------------------------------------------- /svgs/4pda.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/ADM.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/FrancoKernel.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/GeometricWeather.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/Librus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/McDonalds.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/Notenapp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/PPSSPP.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/SamsungContacts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/SamsungEmail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/SamsungFiles.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/SamsungMusic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/SamsungNotes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/SamsungSMS.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/Samsungcam.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/Samsungclock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/Samsungphone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/WebWeaver.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/Zulip.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/abstruct.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/aimp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/aniyomi.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/anydesk.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/apex_legends.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/apkmirror_installer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/asuscalc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /svgs/asusclock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/asuscontacts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/asusfiles.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/asusrecorder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/auxio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/avito.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/bankru.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/boost.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/bundle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/calendar.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/call_of_duty.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/camera_moto.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/camera_moto2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/camera_moto3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/camera_nothing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/cameraxinfo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/coffee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/coinbase.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/coinbase_wallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/compass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/contacts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/corona_warn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/data_monitor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/deviantart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/deviceinfohw.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/digital_wellbeing.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/dolby_on.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/doodle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/drivedroid.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/drm_info.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/exteragram.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 14 | -------------------------------------------------------------------------------- /svgs/facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/fi_money.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/files.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/files_by_google.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/filesplus.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/flamingo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/fm_radio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/galaxy_store.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /svgs/gallery.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/gcam.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/globeone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /svgs/gmail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/google_contacts.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/google_docs.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/google_fit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/google_home.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/google_keep.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/google_pay.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/google_photos.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/google_sheets.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/google_slides.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/ime.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/island.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/keep.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/leaflet.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/libretube.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/maps.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/mbank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/messages_aosp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/microsoft_excel.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/microsoft_word.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/minecraft.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/mobile_legends.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 15 | 16 | -------------------------------------------------------------------------------- /svgs/moneta.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/must.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/mx_player.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/newpipe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/nodevideo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/nokia_camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/notes.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/nothing_recorder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /svgs/noto.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/ns.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/oledbuddy.svg: -------------------------------------------------------------------------------- 1 | 5 | 11 | 17 | 18 | -------------------------------------------------------------------------------- /svgs/onedotonedotonedotone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/osmand.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/parsec.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /svgs/patreon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/phone_aosp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/photolayers.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/photomath.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/photon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/picpay.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/pizza_hut.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/poweramp.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/powerampeq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /svgs/progressbar95.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 11 | 15 | 16 | -------------------------------------------------------------------------------- /svgs/protonmail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/protonvpn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/quickpic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /svgs/quickpic_mod.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/quickswitch.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/radio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/razer_camera.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/read_you.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/relay.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/resplash.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/reverso_context.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/riot_games.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/sai.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/screenrecorder.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/sim_toolkit.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/simple_gallery_pro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/simplenote.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/sleep.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/slice.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/sms_organizer.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/solitaire.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/sony_headphonesconnect.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/sonymusic.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/squircle.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/swift_backup.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/talon.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | Artboard Copy 81 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/tasks.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/terabox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/tidal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/tor_browser.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /svgs/tumblr.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/tv_time.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/unifi_network.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /svgs/vanced_youtube_music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/vi.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/viper4android.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /svgs/vodafone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/windscribe_vpn.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /svgs/xkom.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/xplayer.svg: -------------------------------------------------------------------------------- 1 | 2 | x 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /svgs/yandex_metro.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/yandexmaps.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/yasnac.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/yeelight.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/youtube_music.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /svgs/youtube_tv.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /svgs/zerodha_kite.svg: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | --------------------------------------------------------------------------------