icons 0.18.2

Icons for Rust fullstack applications — Leptos and Dioxus.
Documentation
1
2
3
4
5
6
7
8
9
10
# icons

## When bumping the version

1. Update `Cargo.toml`
2. `cargo update` in workspace root
3. Commit + push `crates/icons` changes
4. `cargo publish` — wait for crates.io to confirm the version is live
5. `cargo update icons` + commit + push in each `crates/_starters/*` submodule
6. Update submodule refs in parent repo