yew_icons 0.9.0

Easily include a variety of SVG icons into your Yew app
Documentation
1
2
3
4
5
6
7
8
9
generate:
	cargo run --release --bin generator --features _generator

submodules:
	git submodule init
	git submodule update

test:
	cargo test --features _testing,lucide