1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//! ### 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;