Skip to main content

dioxus_icons_remix/
lib.rs

1// Auto Generated! DO NOT EDIT!
2
3pub use dioxus_icon_component::{Icon, IconProps, IconShape};
4
5    
6#[cfg(feature = "arrows")]
7pub mod arrows;
8
9#[cfg(feature = "buildings")]
10pub mod buildings;
11
12#[cfg(feature = "business")]
13pub mod business;
14
15#[cfg(feature = "communication")]
16pub mod communication;
17
18#[cfg(feature = "design")]
19pub mod design;
20
21#[cfg(feature = "development")]
22pub mod development;
23
24#[cfg(feature = "device")]
25pub mod device;
26
27#[cfg(feature = "document")]
28pub mod document;
29
30#[cfg(feature = "editor")]
31pub mod editor;
32
33#[cfg(feature = "finance")]
34pub mod finance;
35
36#[cfg(feature = "food")]
37pub mod food;
38
39#[cfg(feature = "game_sports")]
40pub mod game_sports;
41
42#[cfg(feature = "health_medical")]
43pub mod health_medical;
44
45#[cfg(feature = "logos")]
46pub mod logos;
47
48#[cfg(feature = "map")]
49pub mod map;
50
51#[cfg(feature = "media")]
52pub mod media;
53
54#[cfg(feature = "others")]
55pub mod others;
56
57#[cfg(feature = "system")]
58pub mod system;
59
60#[cfg(feature = "user_faces")]
61pub mod user_faces;
62
63#[cfg(feature = "weather")]
64pub mod weather;