From 9a657f12ed9e19037722ae4dee9d5a1f576a5556 Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Wed, 19 Aug 2026 11:30:20 +0100 Subject: [PATCH 1/2] feat: add new icons for book-compact and mic-off-compact with metadata updates --- src/icons/book-compact.svg | 1 + src/icons/mic-off-compact.svg | 1 + src/icons/mic-off.svg | 1 + src/template/mapping.json | 9 ++++++++ src/template/metadata.json | 40 +++++++++++++++++++++++++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 src/icons/book-compact.svg create mode 100644 src/icons/mic-off-compact.svg create mode 100644 src/icons/mic-off.svg diff --git a/src/icons/book-compact.svg b/src/icons/book-compact.svg new file mode 100644 index 0000000..52c5ce6 --- /dev/null +++ b/src/icons/book-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mic-off-compact.svg b/src/icons/mic-off-compact.svg new file mode 100644 index 0000000..73674f9 --- /dev/null +++ b/src/icons/mic-off-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mic-off.svg b/src/icons/mic-off.svg new file mode 100644 index 0000000..98b04e3 --- /dev/null +++ b/src/icons/mic-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 33ac90e..b87f2f8 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -2043,5 +2043,14 @@ ], "60654": [ "close-small" + ], + "60655": [ + "book-compact" + ], + "60656": [ + "mic-off" + ], + "60657": [ + "mic-off-compact" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index a69668a..f7de5fb 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -465,6 +465,19 @@ "category": "content", "description": "Documentation or reading material" }, + "book-compact": { + "tags": [ + "library", + "text", + "read", + "documentation", + "manual", + "guide", + "compact" + ], + "category": "content", + "description": "Documentation or reading material (compact 12x12 variant)" + }, "bookmark": { "tags": [ "save", @@ -4441,6 +4454,33 @@ "category": "device", "description": "Filled microphone" }, + "mic-off": { + "tags": [ + "microphone", + "audio", + "voice", + "mute", + "disabled", + "record", + "sound" + ], + "category": "device", + "description": "Microphone off or muted" + }, + "mic-off-compact": { + "tags": [ + "microphone", + "audio", + "voice", + "mute", + "disabled", + "record", + "sound", + "compact" + ], + "category": "device", + "description": "Microphone off or muted (compact 12x12 variant)" + }, "microsoft": { "tags": [ "microsoft", From 4fe6188a76c67a8a1b657c25ed070d735787636c Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Wed, 19 Aug 2026 11:30:28 +0100 Subject: [PATCH 2/2] fix: update SVG fill attributes for book-compact and mic-off-compact icons --- src/icons/book-compact.svg | 2 +- src/icons/mic-off-compact.svg | 2 +- src/icons/mic-off.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/icons/book-compact.svg b/src/icons/book-compact.svg index 52c5ce6..3e094b6 100644 --- a/src/icons/book-compact.svg +++ b/src/icons/book-compact.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/mic-off-compact.svg b/src/icons/mic-off-compact.svg index 73674f9..782e2b0 100644 --- a/src/icons/mic-off-compact.svg +++ b/src/icons/mic-off-compact.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/mic-off.svg b/src/icons/mic-off.svg index 98b04e3..4f07d8f 100644 --- a/src/icons/mic-off.svg +++ b/src/icons/mic-off.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file