Skip to content
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.

App architecture

Lawnicons uses Modern Android Development principles. These include the following libraries:

Modules overview

Lawnicons contains two modules: app and svg-processor.

app module

svg-processor module

Clone this wiki locally