@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.css +2 -1
- package/dist/codicon.csv +1 -0
- package/dist/codicon.html +29 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +1 -0
- package/dist/metadata.json +12 -0
- package/package.json +1 -1
- package/src/icons/voice-mode.svg +1 -0
- package/src/template/mapping.json +3 -0
- package/src/template/metadata.json +12 -0
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/dist/codiconsLibrary.ts
CHANGED
|
@@ -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;
|
package/dist/metadata.json
CHANGED
|
@@ -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
|
@@ -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>
|
|
@@ -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
|
}
|