Library to use font awesome icons in compose
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
implementation 'com.github.pseudoankit:ComposeFontAwesomeLibrary:v1.2.0'