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
#[cfg(feature = "pack-bootstrap")]
pub mod bootstrap;

#[cfg(feature = "pack-carbon")]
pub mod carbon;

#[cfg(feature = "pack-devicon")]
pub mod devicon;

#[cfg(feature = "pack-feather")]
pub mod feather;

#[cfg(feature = "pack-fluentui")]
pub mod fluentui;

#[cfg(feature = "pack-heroicons")]
pub mod heroicons;

#[cfg(feature = "pack-iconoir")]
pub mod iconoir;

#[cfg(feature = "pack-ionicons")]
pub mod ionicons;

#[cfg(feature = "pack-lobe")]
pub mod lobe;

#[cfg(feature = "pack-lucide")]
pub mod lucide;

#[cfg(feature = "pack-octicons")]
pub mod octicons;

#[cfg(feature = "pack-phosphor")]
pub mod phosphor;

#[cfg(feature = "pack-remixicon")]
pub mod remixicon;

#[cfg(feature = "pack-tabler")]
pub mod tabler;