94 breaking releases

0.494.0 Apr 18, 2025
0.330.0 Feb 13, 2024
0.325.0 Feb 12, 2024
0.300.0 Dec 23, 2023
0.83.0 Jul 22, 2022

#151 in WebAssembly

Download history 1/week @ 2025-01-15 508/week @ 2025-02-12 6/week @ 2025-02-26 3/week @ 2025-04-02 144/week @ 2025-04-16 1/week @ 2025-04-23 8/week @ 2025-04-30

153 downloads per month

MIT license

1.5MB
52K 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–20MB
~266K SLoC