93 breaking releases

0.330.0 Feb 13, 2024
0.323.0 Feb 7, 2024
0.300.0 Dec 23, 2023
0.294.0 Nov 29, 2023
0.83.0 Jul 22, 2022

#143 in WebAssembly

Download history 6/week @ 2023-12-18 16/week @ 2024-01-01 15/week @ 2024-01-08 12/week @ 2024-01-15 13/week @ 2024-01-22 11/week @ 2024-01-29 2/week @ 2024-02-05 58/week @ 2024-02-12 7/week @ 2024-02-19 112/week @ 2024-02-26 4/week @ 2024-03-11 24/week @ 2024-03-18 1249/week @ 2024-04-01

1,277 downloads per month

MIT license

740KB
28K SLoC

yew-lucide

crates.io version crates.io downloads

Forked from Yew Feather

What is yew-lucide?

yew-lucide 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.

Based on Lucide Icons

This will be updated to keep in track with the latest lucide.

https://lucide.dev/

Usage

use yew::{function_component, html};
use yew_lucide::Camera;

#[function_component(App)]
fn app() -> Html {
    html! { <Camera /> }
}

fn main() {
    yew::start_app::<App>();
}

Icons can be configured with inline props:

<Camera color="red" size=48 />

Dependencies

~11–15MB
~259K SLoC