Remove old references to png icons
Summary
Currently, you may see up to 11 warnings from cmake during the build process. 7 of them have the following form:
CMake Warning (dev) at /usr/share/ECM/modules/ECMAddAppIcon.cmake:374 (message):
<path to project>/kdeconnect-kde/icon/16-apps-kdeconnect.png does not
exist, ignoring
Call Stack (most recent call first):
/usr/share/ECM/modules/ECMAddAppIcon.cmake:142 (_ecm_add_app_icon_categorize_icons)
indicator/CMakeLists.txt:9 (ecm_add_app_icon)
This warning is for project developers. Use -Wno-dev to suppress it.
This Merge Request fixes all 7 of those by requesting a single SVG image asset.
Edited by Philip Cohn-Cort