Skip to main content

dioxus_icons_phosphor/
lib.rs

1// Auto Generated! DO NOT EDIT!
2
3pub use dioxus_icon_component::{Icon, IconProps, IconShape};
4
5    
6#[cfg(feature = "bold")]
7pub mod bold;
8
9#[cfg(feature = "duotone")]
10pub mod duotone;
11
12#[cfg(feature = "fill")]
13pub mod fill;
14
15#[cfg(feature = "light")]
16pub mod light;
17
18#[cfg(feature = "regular")]
19pub mod regular;
20
21#[cfg(feature = "thin")]
22pub mod thin;