#icons #floem #lucide #enums #variant #view #style

lucide-floem

An implementation of the lucide icon library for floem

2 unstable releases

0.2.0 Nov 18, 2024
0.1.0 Feb 26, 2024

#7 in #lucide

Download history 19/week @ 2024-11-23 27/week @ 2024-11-30 53/week @ 2024-12-07 15/week @ 2024-12-14 9/week @ 2024-12-21 6/week @ 2024-12-28 13/week @ 2025-01-04 8/week @ 2025-01-11

77 downloads per month

MIT license

2MB
10K SLoC

TypeScript 5K SLoC // 0.0% comments JavaScript 3.5K SLoC // 0.1% comments TSX 1K SLoC Vue 456 SLoC Shell 200 SLoC // 0.2% comments Rust 178 SLoC // 0.0% comments Svelte 32 SLoC JSX 10 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

~31–68MB
~1M SLoC