yew-feather is a collection of simply beautiful open source icons for Yew. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.
v4.29.0
https://feathericons.com/
```rust use yew::{functioncomponent, html, Html}; use yewfeather::Camera;
fn app() -> Html {
html! {
fn main() {
yew::start_app::
Icons can be configured with inline props:
rust
<Camera color="red" size="48" />