mod.rs 276 Bytes
const NS :&str = "http://www.w3.org/2000/svg";

pub(crate) mod discard;
pub(crate) mod edit;
pub(crate) mod save;
pub(crate) mod select;

pub(crate) use discard::discard_icon;
pub(crate) use edit::edit_icon;
pub(crate) use save::save_icon;
pub(crate) use select::select_icon;