@vscode/codicons 0.0.46-20 → 0.0.46-22

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
@@ -727,4 +727,5 @@ export const codiconsLibrary = {
727
727
  vscodeInsidersOutline: register('vscode-insiders-outline', 0xecc9),
728
728
  vscodeOutline: register('vscode-outline', 0xecca),
729
729
  voiceMode: register('voice-mode', 0xeccb),
730
+ voiceModeCompact: register('voice-mode-compact', 0xeccc),
730
731
  } as const;
@@ -6905,5 +6905,18 @@
6905
6905
  ],
6906
6906
  "category": "media",
6907
6907
  "description": "Voice mode waveform indicator"
6908
+ },
6909
+ "voice-mode-compact": {
6910
+ "tags": [
6911
+ "voice",
6912
+ "audio",
6913
+ "waveform",
6914
+ "sound",
6915
+ "microphone",
6916
+ "speech",
6917
+ "compact"
6918
+ ],
6919
+ "category": "media",
6920
+ "description": "Compact voice mode waveform indicator"
6908
6921
  }
6909
6922
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-20",
3
+ "version": "0.0.46-22",
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 xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M5 0.5V11.5C5 11.78 4.78 12 4.5 12C4.22 12 4 11.78 4 11.5V0.5C4 0.22 4.22 0 4.5 0C4.78 0 5 0.22 5 0.5ZM7.5 2C7.22 2 7 2.22 7 2.5V9.5C7 9.78 7.22 10 7.5 10C7.78 10 8 9.78 8 9.5V2.5C8 2.22 7.78 2 7.5 2ZM10.5 4C10.22 4 10 4.22 10 4.5V7.5C10 7.78 10.22 8 10.5 8C10.78 8 11 7.78 11 7.5V4.5C11 4.22 10.78 4 10.5 4ZM1.5 3C1.22 3 1 3.22 1 3.5V8.5C1 8.78 1.22 9 1.5 9C1.78 9 2 8.78 2 8.5V3.5C2 3.22 1.78 3 1.5 3Z"/></svg>
@@ -1 +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>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M7 2.5V13.5C7 13.78 6.78 14 6.5 14C6.22 14 6 13.78 6 13.5V2.5C6 2.22 6.22 2 6.5 2C6.78 2 7 2.22 7 2.5ZM9.5 4C9.22 4 9 4.22 9 4.5V11.5C9 11.78 9.22 12 9.5 12C9.78 12 10 11.78 10 11.5V4.5C10 4.22 9.78 4 9.5 4ZM12.5 6C12.22 6 12 6.22 12 6.5V9.5C12 9.78 12.22 10 12.5 10C12.78 10 13 9.78 13 9.5V6.5C13 6.22 12.78 6 12.5 6ZM3.5 5C3.22 5 3 5.22 3 5.5V10.5C3 10.78 3.22 11 3.5 11C3.78 11 4 10.78 4 10.5V5.5C4 5.22 3.78 5 3.5 5Z"/></svg>
@@ -1938,5 +1938,8 @@
1938
1938
  ],
1939
1939
  "60619": [
1940
1940
  "voice-mode"
1941
+ ],
1942
+ "60620": [
1943
+ "voice-mode-compact"
1941
1944
  ]
1942
1945
  }
@@ -6905,5 +6905,18 @@
6905
6905
  ],
6906
6906
  "category": "media",
6907
6907
  "description": "Voice mode waveform indicator"
6908
+ },
6909
+ "voice-mode-compact": {
6910
+ "tags": [
6911
+ "voice",
6912
+ "audio",
6913
+ "waveform",
6914
+ "sound",
6915
+ "microphone",
6916
+ "speech",
6917
+ "compact"
6918
+ ],
6919
+ "category": "media",
6920
+ "description": "Compact voice mode waveform indicator"
6908
6921
  }
6909
6922
  }