From c83fe7cc6f3d7498d0c3a0ea5aad7976de7fc141 Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Wed, 27 May 2026 17:22:28 +0100 Subject: [PATCH] feat: add cloud-compact icon with metadata and mapping updates Co-authored-by: Copilot --- src/icons/cloud-compact.svg | 1 + src/template/mapping.json | 3 +++ src/template/metadata.json | 11 +++++++++++ 3 files changed, 15 insertions(+) create mode 100644 src/icons/cloud-compact.svg diff --git a/src/icons/cloud-compact.svg b/src/icons/cloud-compact.svg new file mode 100644 index 00000000..aa7e2188 --- /dev/null +++ b/src/icons/cloud-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index d1599c4e..c195e05e 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1899,5 +1899,8 @@ ], "60606": [ "developer-tools" + ], + "60607": [ + "cloud-compact" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index 9e0b2b11..2a85efff 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -1092,6 +1092,17 @@ "category": "storage", "description": "Cloud service or storage" }, + "cloud-compact": { + "tags": [ + "online", + "service", + "storage", + "remote", + "compact" + ], + "category": "storage", + "description": "Cloud service or storage (compact variant)" + }, "cloud-download": { "tags": [ "install",