Crates.io | lucide-floem |
lib.rs | lucide-floem |
version | 0.2.0 |
source | src |
created_at | 2024-02-26 00:40:30.110773 |
updated_at | 2024-11-18 19:04:36.181142 |
description | An implementation of the lucide icon library for floem |
homepage | https://github.com/jrmoulton/lucide-floem |
repository | https://github.com/jrmoulton/lucide-floem |
max_upload_size | |
id | 1152915 |
size | 5,587,303 |
lucide-floem is an implementation of the Lucide icons for Floem.
The Icon
enum contains all the icons from the Lucide icon set. Each variant can be used directly as a Floem View
.
lucide_floem::Icon::ChevronDown.style(|s| s.size(50, 50))