/*
* @Date: 2024-07-10 22:51:50
* @LastEditTime: 2024-07-10 22:51:57
*/
use dioxus::prelude::*;
use dioxus_html_macro::html;
pub fn icon_logo() -> Element {
html! {
}
}
pub fn icon_chart() -> Element {
html! {
}
}
pub fn icon_element() -> Element {
html!(
)
}
pub fn icon_table() -> Element {
html!(
)
}
pub fn icon_form() -> Element {
html!(
)
}
pub fn icon_card() -> Element {
html!(
)
}
pub fn icon_model() -> Element {
html!(
)
}
pub fn icon_blank() -> Element {
html!(
)
}
// #[inline_props]
pub fn icon_up_down() -> Element {
html!(
)
}