diff --git a/src/icons/voice-mode-listening-off.svg b/src/icons/voice-mode-listening-off.svg new file mode 100644 index 0000000..190f95d --- /dev/null +++ b/src/icons/voice-mode-listening-off.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/voice-mode-listening-on.svg b/src/icons/voice-mode-listening-on.svg new file mode 100644 index 0000000..66e3f65 --- /dev/null +++ b/src/icons/voice-mode-listening-on.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 22d278f..e327893 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1962,5 +1962,11 @@ ], "60627": [ "microsoft" + ], + "60628": [ + "voice-mode-listening-on" + ], + "60629": [ + "voice-mode-listening-off" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index dc13ec0..961ee3f 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -7007,5 +7007,29 @@ ], "category": "media", "description": "Compact voice mode waveform with download indicator" + }, + "voice-mode-listening-on": { + "tags": [ + "voice", + "audio", + "listening", + "microphone", + "speech", + "active" + ], + "category": "media", + "description": "Voice mode listening indicator (active)" + }, + "voice-mode-listening-off": { + "tags": [ + "voice", + "audio", + "listening", + "microphone", + "speech", + "inactive" + ], + "category": "media", + "description": "Voice mode listening indicator (inactive)" } }