# 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 ```rust lucide_floem::Icon::ChevronDown.style(|s| s.size(50, 50)) ```