refactor: switch to Material Icons

Our previous system resulted in leaner code but was way too annoying to add
new icons to.
This commit is contained in:
Harsh Shandilya 2023-05-18 01:52:35 +05:30
parent e33768d9ca
commit ae10d433e6
No known key found for this signature in database
28 changed files with 46 additions and 2213 deletions

View file

@ -51,6 +51,7 @@ dependencies {
implementation(libs.accompanist.sysuicontroller)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.compose.material)
implementation(libs.androidx.compose.material.icons.extended)
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.core.splashscreen)
implementation(libs.androidx.datastore.preferences)