https://github.com/msrd0/fontawesome-kt
FontAwesome Metadata for Kotlin
https://github.com/msrd0/fontawesome-kt
List: fontawesome-kt
Last synced: 4 months ago
JSON representation
FontAwesome Metadata for Kotlin
- Host: GitHub
- URL: https://github.com/msrd0/fontawesome-kt
- Owner: msrd0
- License: apache-2.0
- Created: 2021-05-02T14:03:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T05:19:49.000Z (over 2 years ago)
- Last Synced: 2025-11-09T06:02:41.634Z (8 months ago)
- Language: Kotlin
- Homepage:
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fontawesome-kt [](https://github.com/msrd0/fontawesome-kt/actions/workflows/kotlin.yml)
This library contains metadata about all icons included in Font Awesome.
This library is not affiliated with FontAwesome.
## Usage
```gradle
repositories {
mavenCentral()
maven { url = uri("https://maven.msrd0.de/repo/") }
}
dependencies {
// replace "" with the latest version
implementation "de.msrd0.fontawesome:fontawesome:"
}
```
> Why is this library not available on Maven Central?
Because I don't beg for the "privilege" to share my code with others.