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
8
#[doc(hidden)]
pub mod core;
#[doc(hidden)]
pub mod generated;
pub mod packs;

pub use crate::core::{FontAsset, IconError, IconRef, Size, Style, fonts, list, try_icon};
pub use crate::generated::Pack;