chore(apple): update Icon Composer app icon definition

This commit is contained in:
2026-07-27 12:19:13 +02:00
parent 73bc87d3d1
commit 8de190a36e

View File

@@ -1,65 +1,62 @@
{ {
"features" : [ "fill": {
"refractivity" "linear-gradient": [
],
"fill" : {
"linear-gradient" : [
"extended-gray:1.00000,1.00000", "extended-gray:1.00000,1.00000",
"display-p3:0.55433,0.59923,0.92884,1.00000" "display-p3:0.55433,0.59923,0.92884,1.00000"
] ]
}, },
"groups" : [ "groups": [
{ {
"blend-mode" : "normal", "blend-mode": "normal",
"blur-material" : null, "blur-material": null,
"layers" : [ "layers": [
{ {
"image-name" : "Mask.svg", "image-name": "Mask.svg",
"name" : "Mask" "name": "Mask"
} }
], ],
"lighting" : "individual", "lighting": "individual",
"refractivity" : { "refractivity": {
"depth" : 0.5, "depth": 0.5,
"enabled" : true, "enabled": true,
"strength" : 0 "strength": 0
}, },
"shadow" : { "shadow": {
"kind" : "neutral", "kind": "neutral",
"opacity" : 0.6 "opacity": 0.6
}, },
"specular" : true, "specular": true,
"translucency" : { "translucency": {
"enabled" : true, "enabled": true,
"value" : 0.8 "value": 0.8
} }
}, },
{ {
"layers" : [ "layers": [
{ {
"image-name" : "Drop.svg", "image-name": "Drop.svg",
"name" : "Drop" "name": "Drop"
}, },
{ {
"image-name" : "U.svg", "image-name": "U.svg",
"name" : "U" "name": "U"
} }
], ],
"lighting" : "combined", "lighting": "combined",
"shadow" : { "shadow": {
"kind" : "neutral", "kind": "neutral",
"opacity" : 0.6 "opacity": 0.6
}, },
"translucency" : { "translucency": {
"enabled" : true, "enabled": true,
"value" : 0.4 "value": 0.4
} }
} }
], ],
"supported-platforms" : { "supported-platforms": {
"circles" : [ "circles": [
"watchOS" "watchOS"
], ],
"squares" : "shared" "squares": "shared"
} }
} }