macro_rules! icon_from_path { ($path:literal) => { ... }; }
Macro to create an Icon, using the file path as the id.
Icon
This avoids specifying the id manually, which is error-prone (duplicate IDs lead to silent display bugs).