//! ### Features
//! | Feature | Description |
//! | --- | --- |
//! | icon | Provides an icon pack |
//!
//! To **install** a single feature, use ```cargo add iced-box --features icon```
//!
//! To **install** several features, use ```cargo add iced-box --features icon,widget```
/// Provides an icon pack for simplified use
///
///
// pub mod icon {
// // #[cfg(feature = "icon")]
// pub use Lucide;
// }
pub mod icon;