diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/LightGizmo.qml b/share/qtcreator/qml/qmlpuppet/mockfiles/LightGizmo.qml
index 434c5f5c804..212367e13f4 100644
--- a/share/qtcreator/qml/qmlpuppet/mockfiles/LightGizmo.qml
+++ b/share/qtcreator/qml/qmlpuppet/mockfiles/LightGizmo.qml
@@ -34,13 +34,13 @@ IconGizmo {
iconSource: targetNode
? targetNode instanceof DirectionalLight
- ? "image://IconGizmoImageProvider/directional_light_gradient.png:" + overlayColor
+ ? "image://IconGizmoImageProvider/directional.png:" + overlayColor
: targetNode instanceof AreaLight
- ? "image://IconGizmoImageProvider/area_light_gradient.png:" + overlayColor
+ ? "image://IconGizmoImageProvider/area.png:" + overlayColor
: targetNode instanceof PointLight
- ? "image://IconGizmoImageProvider/point_light_gradient.png:" + overlayColor
- : "image://IconGizmoImageProvider/spot_light_gradient.png:" + overlayColor
- : "image://IconGizmoImageProvider/point_light_gradient.png:" + overlayColor
+ ? "image://IconGizmoImageProvider/point.png:" + overlayColor
+ : "image://IconGizmoImageProvider/spot.png:" + overlayColor
+ : "image://IconGizmoImageProvider/point.png:" + overlayColor
function connectModel(model)
{
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/area.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/area.png
new file mode 100644
index 00000000000..ed261ff2d50
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/area.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/area@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/area@2x.png
new file mode 100644
index 00000000000..1f6e37d7e99
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/area@2x.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/area_light_gradient.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/area_light_gradient.png
deleted file mode 100644
index bd6404a36c9..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/area_light_gradient.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/area_light_gradient@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/area_light_gradient@2x.png
deleted file mode 100644
index 463f3ac481e..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/area_light_gradient@2x.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional.png
new file mode 100644
index 00000000000..289597156c9
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional@2x.png
new file mode 100644
index 00000000000..7c3fa8557d5
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional@2x.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional_light_gradient.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional_light_gradient.png
deleted file mode 100644
index c743c54630a..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional_light_gradient.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional_light_gradient@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional_light_gradient@2x.png
deleted file mode 100644
index 1ec1148da93..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/directional_light_gradient@2x.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/point.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/point.png
new file mode 100644
index 00000000000..ba62ebdfb8d
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/point.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/point@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/point@2x.png
new file mode 100644
index 00000000000..3e53bab0bde
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/point@2x.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/point_light_gradient.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/point_light_gradient.png
deleted file mode 100644
index 5136b39fc2f..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/point_light_gradient.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/point_light_gradient@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/point_light_gradient@2x.png
deleted file mode 100644
index ccbfb1c8466..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/point_light_gradient@2x.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot.png
new file mode 100644
index 00000000000..e2f7371b853
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot@2x.png
new file mode 100644
index 00000000000..c8a7dba2005
Binary files /dev/null and b/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot@2x.png differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot_light_gradient.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot_light_gradient.png
deleted file mode 100644
index 9bf201f9320..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot_light_gradient.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot_light_gradient@2x.png b/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot_light_gradient@2x.png
deleted file mode 100644
index 0a4b6b29c75..00000000000
Binary files a/share/qtcreator/qml/qmlpuppet/mockfiles/images/spot_light_gradient@2x.png and /dev/null differ
diff --git a/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc b/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
index 81f28c13ed3..fa5e5d92c8c 100644
--- a/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
+++ b/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
@@ -42,13 +42,13 @@
mockfiles/meshes/axishelper.mesh
mockfiles/images/editor_camera.png
mockfiles/images/editor_camera@2x.png
- mockfiles/images/directional_light_gradient.png
- mockfiles/images/directional_light_gradient@2x.png
- mockfiles/images/point_light_gradient.png
- mockfiles/images/point_light_gradient@2x.png
- mockfiles/images/area_light_gradient.png
- mockfiles/images/area_light_gradient@2x.png
- mockfiles/images/spot_light_gradient.png
- mockfiles/images/spot_light_gradient@2x.png
+ mockfiles/images/area.png
+ mockfiles/images/area@2x.png
+ mockfiles/images/directional.png
+ mockfiles/images/directional@2x.png
+ mockfiles/images/point.png
+ mockfiles/images/point@2x.png
+ mockfiles/images/spot.png
+ mockfiles/images/spot@2x.png