diff --git a/resources/qml/WelcomePages/CloudContent.qml b/resources/qml/WelcomePages/CloudContent.qml index 9d3e980991..444c1df95c 100644 --- a/resources/qml/WelcomePages/CloudContent.qml +++ b/resources/qml/WelcomePages/CloudContent.qml @@ -172,7 +172,7 @@ Item anchors.horizontalCenter: communityColumn.horizontalCenter fillMode: Image.PreserveAspectFit width: UM.Theme.getSize("welcome_wizard_cloud_content_image").width - source: UM.Theme.getIcon("PrinterTriple", "medium") + source: UM.Theme.getIcon("Group") sourceSize.width: width sourceSize.height: height } diff --git a/resources/themes/cura-light/icons/default/Group.svg b/resources/themes/cura-light/icons/default/Group.svg new file mode 100644 index 0000000000..8632b37f7c --- /dev/null +++ b/resources/themes/cura-light/icons/default/Group.svg @@ -0,0 +1,3 @@ + + + diff --git a/resources/themes/cura-light/icons/deprecated_icons.json b/resources/themes/cura-light/icons/deprecated_icons.json index fe004cc332..09242655e2 100644 --- a/resources/themes/cura-light/icons/deprecated_icons.json +++ b/resources/themes/cura-light/icons/deprecated_icons.json @@ -331,6 +331,10 @@ "new_icon": "ChevronSingleDown", "size": "default" }, + "group": { + "new_icon": "Group", + "size": "default" + }, "link": { "new_icon": "Link", "size": "default"