diff --git a/src/icons/voice-mode-compact.svg b/src/icons/voice-mode-compact.svg new file mode 100644 index 0000000..51e23ea --- /dev/null +++ b/src/icons/voice-mode-compact.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/voice-mode.svg b/src/icons/voice-mode.svg index dc35abd..b267835 100644 --- a/src/icons/voice-mode.svg +++ b/src/icons/voice-mode.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 7aff84b..4c3d728 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1938,5 +1938,8 @@ ], "60619": [ "voice-mode" + ], + "60620": [ + "voice-mode-compact" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index 597ba38..0c106c8 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -6905,5 +6905,18 @@ ], "category": "media", "description": "Voice mode waveform indicator" + }, + "voice-mode-compact": { + "tags": [ + "voice", + "audio", + "waveform", + "sound", + "microphone", + "speech", + "compact" + ], + "category": "media", + "description": "Compact voice mode waveform indicator" } }