zu-icons-util 0.5.2

Utilities for zu-icons
Documentation
1
2
3
4
5
6
7
8
9
10
11

#[derive(Default, Copy, Clone, PartialEq, Eq)]
pub struct {ICON_NAME};

impl IconShape for {ICON_NAME} {
    fn child_elements(&self) -> Element {
        rsx!({ICON_PATH})
    }

{OTHER_PROPS}
}