Draft: IconItem: Allow specifying a custom loader
This allows us to move icon logic from system tray's C++ code to QML. With a SNI, it's possible to indicate custom IconThemePath property where the system tray visualization should look for icons.
Intended usage:
PlasmaCore.IconItem {
loader: model.IconLoader
}
Draft: plasma-workspace side has not been sorted out yet.