pub use dioxus_icon_component::{Icon, IconProps, IconShape};
#[cfg(feature = "arrows")]
pub mod arrows;
#[cfg(feature = "buildings")]
pub mod buildings;
#[cfg(feature = "business")]
pub mod business;
#[cfg(feature = "communication")]
pub mod communication;
#[cfg(feature = "design")]
pub mod design;
#[cfg(feature = "development")]
pub mod development;
#[cfg(feature = "device")]
pub mod device;
#[cfg(feature = "document")]
pub mod document;
#[cfg(feature = "editor")]
pub mod editor;
#[cfg(feature = "finance")]
pub mod finance;
#[cfg(feature = "food")]
pub mod food;
#[cfg(feature = "game_sports")]
pub mod game_sports;
#[cfg(feature = "health_medical")]
pub mod health_medical;
#[cfg(feature = "logos")]
pub mod logos;
#[cfg(feature = "map")]
pub mod map;
#[cfg(feature = "media")]
pub mod media;
#[cfg(feature = "others")]
pub mod others;
#[cfg(feature = "system")]
pub mod system;
#[cfg(feature = "user_faces")]
pub mod user_faces;
#[cfg(feature = "weather")]
pub mod weather;