1 2 3 4 5 6 7 8 9 10 11
#[derive(Copy, Clone, PartialEq)] pub struct {ICON_NAME} {} impl IconShape for {ICON_NAME} { fn child_elements(&self) -> Element { rsx!({ICON_PATH}) } {OTHER_PROPS} }