Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrmoulton/lucide-floem

Implementation of the lucide icon library for floem
https://github.com/jrmoulton/lucide-floem

Last synced: 2 months ago
JSON representation

Implementation of the lucide icon library for floem

Awesome Lists containing this project

README

        

# 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))
```