iconflow 1.0.0

Unified icon library for Rust GUI apps with 10+ embedded icon packs (Bootstrap, Heroicons, Phosphor, Lucide, Tabler). Type-safe API for egui, iced and more
Documentation
1
2
3
4
5
6
7
mod api;
mod error;
mod types;

pub use api::{fonts, list, try_icon};
pub use error::IconError;
pub use types::{FontAsset, IconRef, Size, Style, VariantKey};