Skip to main content

dioxus_icons_ant/
lib.rs

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