phosphor_lustre
A package for lustre compatible phosphor icons.
Quickstart
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.