-
Notifications
You must be signed in to change notification settings - Fork 464
Introduction
SuperDragonXD edited this page Jul 10, 2024
·
3 revisions
**Lawnicons **is an icon pack that replicates Material You's themed icons in a consistent way. This document describes basic things you should know when developing code for Lawnicons. If you want to add an icon, see CONTRIBUTING.md for the icon guidelines.
Lawnicons uses Modern Android Development principles. These include the following libraries:
- Jetpack Compose with Material 3 theme for the UI
-
Kotlin with
[spotless](https://github.com/diffplug/spotless)
for formatting code - Dagger Hilt for dependency injection
- Retrofit for web requests
Lawnicons contains two modules: app
and svg-processor
.