README.md
# phosphor_lustre
A package for lustre compatible [phosphor icons](https://phosphoricons.com/).
[](https://hex.pm/packages/phosphor_lustre)
[](https://hexdocs.pm/phosphor_lustre/)
## Quickstart
```gleam
import lustre/element/html
import phosphor
pub fn like_button() {
html.button([], [phosphor.heart_bold([])])
}
```
## A little adivce
This package has a _lot_ of icons! If you know you're only going to be using a subset of them it may be a good idea to copy paste just the ones you need into your own local icons module.