pub const ALL: &[(&str, &str)];
Every icon in the set: (constant name, asset path). The paths are &'static str so they can be handed straight to icon — which is what makes the set browsable at all.
(constant name, asset path)
&'static str
icon