There is a new pull request by Bnyro against master on the void-packages repository https://github.com/Bnyro/void-packages vicons https://github.com/void-linux/void-packages/pull/44722 common/environment/setup/install.sh: add vicons #### Testing the changes - I tested the changes in this PR: **NO** A lot of scripts, for example https://github.com/void-linux/void-packages/blob/d2a5b2d23b30e115335ffe5c3cb50ccc2b945131/srcpkgs/goxel/template#L36-L39 iterate over different resolutions of icons in order to install all of them to `usr/share/icons` which is quite some boilerplate code. In my eyes it would be very handy to have an inbuilt function that automatically iterates over all possible resolutions and installs the icons to `usr/share/icons`. If that would be generally accepted, I'd change existing templates to use that function too. I'm very interested on thoughts about that :) Cheers A patch file from https://github.com/void-linux/void-packages/pull/44722.patch is attached