@vscode/codicons 0.0.46-19 → 0.0.46-20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/codicon.ttf CHANGED
Binary file
@@ -726,4 +726,5 @@ export const codiconsLibrary = {
726
726
  rightPanelShow: register('right-panel-show', 0xecc8),
727
727
  vscodeInsidersOutline: register('vscode-insiders-outline', 0xecc9),
728
728
  vscodeOutline: register('vscode-outline', 0xecca),
729
+ voiceMode: register('voice-mode', 0xeccb),
729
730
  } as const;
@@ -6893,5 +6893,17 @@
6893
6893
  ],
6894
6894
  "category": "action",
6895
6895
  "description": "Zoom out or reduce"
6896
+ },
6897
+ "voice-mode": {
6898
+ "tags": [
6899
+ "voice",
6900
+ "audio",
6901
+ "waveform",
6902
+ "sound",
6903
+ "microphone",
6904
+ "speech"
6905
+ ],
6906
+ "category": "media",
6907
+ "description": "Voice mode waveform indicator"
6896
6908
  }
6897
6909
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-19",
3
+ "version": "0.0.46-20",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><rect x="1" y="6" width="2" height="4" rx="1"/><rect x="4" y="4" width="2" height="8" rx="1"/><rect x="7" y="5" width="2" height="6" rx="1"/><rect x="10" y="4.5" width="2" height="7" rx="1"/><rect x="13" y="6.5" width="2" height="3" rx="1"/></svg>
@@ -1935,5 +1935,8 @@
1935
1935
  ],
1936
1936
  "60618": [
1937
1937
  "vscode-outline"
1938
+ ],
1939
+ "60619": [
1940
+ "voice-mode"
1938
1941
  ]
1939
1942
  }
@@ -6893,5 +6893,17 @@
6893
6893
  ],
6894
6894
  "category": "action",
6895
6895
  "description": "Zoom out or reduce"
6896
+ },
6897
+ "voice-mode": {
6898
+ "tags": [
6899
+ "voice",
6900
+ "audio",
6901
+ "waveform",
6902
+ "sound",
6903
+ "microphone",
6904
+ "speech"
6905
+ ],
6906
+ "category": "media",
6907
+ "description": "Voice mode waveform indicator"
6896
6908
  }
6897
6909
  }