thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
120 stars 53 forks source link

Use Lucide icons #392

Closed thunderbiscuit closed 1 month ago

thunderbiscuit commented 1 month ago

I am refactoring the app to make extensive (if possible exclusive?) use of Lucide icons.

Note that they can be leveraged individually by copying the svg files and adjusting them to our liking, or simply through the use of the icons-lucide library:

dependencies {
    implementation("com.composables:icons-lucide:1.0.0")
}

Links: