diff --git a/src/icons/voice-mode.svg b/src/icons/voice-mode.svg new file mode 100644 index 0000000..dc35abd --- /dev/null +++ b/src/icons/voice-mode.svg @@ -0,0 +1 @@ + diff --git a/src/template/mapping.json b/src/template/mapping.json index cae1cd4..7aff84b 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1935,5 +1935,8 @@ ], "60618": [ "vscode-outline" + ], + "60619": [ + "voice-mode" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index 08f469c..597ba38 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -6893,5 +6893,17 @@ ], "category": "action", "description": "Zoom out or reduce" + }, + "voice-mode": { + "tags": [ + "voice", + "audio", + "waveform", + "sound", + "microphone", + "speech" + ], + "category": "media", + "description": "Voice mode waveform indicator" } }