Metadata-Version: 2.1
Name: ez-icons
Version: 1.0.2
Summary: Easily code complete your way to the Material Icons
Home-page: https://github.com/nielsvaes/ez_icons
Author: Niels Vaes
Author-email: nielsvaes@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown

# 🌴 EZ Icons
This packages comes with all the Material icons in black and white. You can code complete your way to the icon you need.

##Install
```shell
pip install ez-icons
```

## Usage
```python
import ez_icons
from ez_icons import i, c

layer_icon = ez_icons.get(c.black, i.layers)

```




