2 unstable releases
new 0.2.0 | Nov 18, 2024 |
---|---|
0.1.0 | Feb 26, 2024 |
#5 in #floem
2MB
10K
SLoC
Lucide Floem
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
.
Usage
lucide_floem::Icon::ChevronDown.style(|s| s.size(50, 50))
lib.rs
:
Lucide Floem
Example
lucide_floem::Icon::ChevronDown
.style(|s| s.size(50, 50))
Dependencies
~30–69MB
~1M SLoC