pub use dioxus_icon_component::{Icon, IconProps, IconShape};
#[cfg(feature = "bold")]
pub mod bold;
#[cfg(feature = "duotone")]
pub mod duotone;
#[cfg(feature = "fill")]
pub mod fill;
#[cfg(feature = "light")]
pub mod light;
#[cfg(feature = "regular")]
pub mod regular;
#[cfg(feature = "thin")]
pub mod thin;