From 8e24851014a34ced5a916fbd556f3f321ba8ed8d Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 10 Jun 2025 19:45:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B1=20Add=20icon=20w/=20Icon=20Compose?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../icon.icon/Assets/phpmon.svg | 10 +++++ .../xcode-icon-composer/icon.icon/icon.json | 45 +++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 assets/xcode-icon-composer/icon.icon/Assets/phpmon.svg create mode 100644 assets/xcode-icon-composer/icon.icon/icon.json diff --git a/assets/xcode-icon-composer/icon.icon/Assets/phpmon.svg b/assets/xcode-icon-composer/icon.icon/Assets/phpmon.svg new file mode 100644 index 0000000..948ce02 --- /dev/null +++ b/assets/xcode-icon-composer/icon.icon/Assets/phpmon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/xcode-icon-composer/icon.icon/icon.json b/assets/xcode-icon-composer/icon.icon/icon.json new file mode 100644 index 0000000..0ad2488 --- /dev/null +++ b/assets/xcode-icon-composer/icon.icon/icon.json @@ -0,0 +1,45 @@ +{ + "fill" : { + "linear-gradient" : [ + "srgb:0.27800,0.58000,0.98800,1.00000", + "srgb:0.27800,0.58000,0.98800,1.00000" + ] + }, + "groups" : [ + { + "blend-mode" : "screen", + "blur-material" : null, + "layers" : [ + { + "blend-mode" : "normal", + "glass" : true, + "image-name" : "phpmon.svg", + "name" : "phpmon", + "position" : { + "scale" : 1.85, + "translation-in-points" : [ + 10.0234375, + 8.21875 + ] + } + } + ], + "lighting" : "individual", + "shadow" : { + "kind" : "neutral", + "opacity" : 0.5 + }, + "specular" : true, + "translucency" : { + "enabled" : true, + "value" : 0.5 + } + } + ], + "supported-platforms" : { + "circles" : [ + "watchOS" + ], + "squares" : "shared" + } +} \ No newline at end of file