Rename Group icon to People, and add high detail variant

The icon is called People in the UX team's icon system, and we need to stay aligned to that.
The high detail variant has an extra person in it.

Contributes to issue CURA-8530.
This commit is contained in:
Ghostkeeper 2021-09-01 18:01:10 +02:00
parent b7b0d25615
commit c779135112
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
5 changed files with 5 additions and 5 deletions

View file

@ -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("Group", "high")
source: UM.Theme.getIcon("People", "high")
sourceSize.width: width
sourceSize.height: height
}