feature: Migrate to material icon lib (#24)

Co-authored-by: Raphael Teyssandier <rteyssandier@sephora.fr>
Co-authored-by: Florent CHAMPIGNY <champigny.florent@gmail.com>
This commit is contained in:
Raphael Teyssandier 2025-08-03 20:19:14 +02:00 committed by GitHub
parent 840fc5b2e2
commit a1e4dcca86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 959 additions and 202 deletions

View file

@ -78,6 +78,7 @@ kotlin {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)
implementation(compose.materialIconsExtended)
implementation(compose.ui)
implementation(compose.components.resources)
implementation(compose.components.uiToolingPreview)