From 5cc236d35ab9d162921a8921ced15f261e8ccd18 Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Mon, 27 Jul 2026 15:03:04 -0400 Subject: [PATCH 1/2] Add new compact icons and also update close and radio tower icons --- src/icons/arrow-up-compact.svg | 1 + src/icons/close.svg | 2 +- src/icons/cloud-download-compact.svg | 1 + src/icons/cloud-upload-compact.svg | 1 + src/icons/mic-compact.svg | 1 + src/icons/radio-tower.svg | 2 +- src/template/mapping.json | 12 ++++++++ src/template/metadata.json | 46 ++++++++++++++++++++++++++++ 8 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 src/icons/arrow-up-compact.svg create mode 100644 src/icons/cloud-download-compact.svg create mode 100644 src/icons/cloud-upload-compact.svg create mode 100644 src/icons/mic-compact.svg diff --git a/src/icons/arrow-up-compact.svg b/src/icons/arrow-up-compact.svg new file mode 100644 index 0000000..5d28a85 --- /dev/null +++ b/src/icons/arrow-up-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/close.svg b/src/icons/close.svg index 0333349..53d996c 100644 --- a/src/icons/close.svg +++ b/src/icons/close.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/cloud-download-compact.svg b/src/icons/cloud-download-compact.svg new file mode 100644 index 0000000..61e9195 --- /dev/null +++ b/src/icons/cloud-download-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/cloud-upload-compact.svg b/src/icons/cloud-upload-compact.svg new file mode 100644 index 0000000..3166028 --- /dev/null +++ b/src/icons/cloud-upload-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mic-compact.svg b/src/icons/mic-compact.svg new file mode 100644 index 0000000..692b7b0 --- /dev/null +++ b/src/icons/mic-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/radio-tower.svg b/src/icons/radio-tower.svg index 92a1811..708a528 100644 --- a/src/icons/radio-tower.svg +++ b/src/icons/radio-tower.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index f59875a..1e62ad2 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -2022,5 +2022,17 @@ ], "60647": [ "person-voice-filled-compact" + ], + "60648": [ + "cloud-download-compact" + ], + "60649": [ + "cloud-upload-compact" + ], + "60650": [ + "mic-compact" + ], + "60651": [ + "arrow-up-compact" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index 68384c6..20218f6 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -7231,5 +7231,51 @@ ], "category": "media", "description": "Compact voice mode waveform with download indicator" + }, + "arrow-up-compact": { + + "tags": [ + "arrow", + "up", + "direction", + "point", + "compact" + ], + "category": "navigation", + "description": "Arrow pointing up (compact 12x12 variant)" + }, + "mic-compact": { + "tags": [ + "microphone", + "audio", + "sound", + "voice", + "record", + "compact" + ], + "category": "media", + "description": "Microphone (compact 12x12 variant)" + }, + "cloud-download-compact": { + "tags": [ + "cloud", + "download", + "arrow", + "save", + "compact" + ], + "category": "cloud", + "description": "Cloud download (compact 12x12 variant)" + }, + "cloud-upload-compact": { + "tags": [ + "cloud", + "upload", + "arrow", + "send", + "compact" + ], + "category": "cloud", + "description": "Cloud upload (compact 12x12 variant)" } } From d25e71298e1b49642348d53245ad93d553fc835e Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Mon, 27 Jul 2026 15:05:41 -0400 Subject: [PATCH 2/2] Remove accidental empty line from metadata.json --- src/template/metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/template/metadata.json b/src/template/metadata.json index 20218f6..10e1fcb 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -7233,7 +7233,6 @@ "description": "Compact voice mode waveform with download indicator" }, "arrow-up-compact": { - "tags": [ "arrow", "up",