Skip to main content

dioxus_icons_md/
lib.rs

1
2// Auto Generated! DO NOT EDIT!
3
4pub use dioxus_icon_component::{Icon, IconProps, IconShape};
5
6#[cfg(feature = "filled")]
7pub mod filled;
8
9#[cfg(feature = "outlined")]
10pub mod outlined;
11
12#[cfg(feature = "round")]
13pub mod round;
14
15#[cfg(feature = "sharp")]
16pub mod sharp;
17
18#[cfg(feature = "twotone")]
19pub mod twotone;