QIcon::fromTheme is very slow on Windows as it looks in multiple locations for icons (of different sizes). This can be sped up by using binary resources for the icons.
This is already implemented in KDE: https://github.com/KDE/kiconthemes/blob/master/src/kicontheme.cpp#L48
This would also simplify and speed up the breeze icon theme installation.