#icons #floem #lucide #enums #view

lucide-floem

An implementation of the lucide icon library for floem

2 unstable releases

new 0.2.0 Nov 18, 2024
0.1.0 Feb 26, 2024

#5 in #floem

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

~30–69MB
~1M SLoC