Remove Icon Library
Closes #808
My strategy isn't fool-proof: I just greped for "icon", and removed everything related to the Icon Library. There might still be remains of it that I missed, but I believe there's no way of accessing it anymore.
Should that happen in a separate PR or in this one?
An other one makes things simpler and we can make this one depend on it.
Note; in this PR you can also remove the "icon-development-Kit" module.
Note; in this PR you can also remove the "icon-development-Kit" module.
I tried doing that, but then the Image demo breaks, and some of the icons in the UI go missing. I think it might be easier to keep the development kit than hand-picking, saving, and including the specific ones we need.
For icons we use in Workbench UI, we should add them to src/icons
For demos, we should use icons provided in org.gnome.Platform only
That sounds like work for a separate PR
What would be the difference between the Image and the Icons demo?
Closing in favor of https://github.com/workbenchdev/Workbench/pull/932