@vscode/codicons 0.0.46-31 → 0.0.46-32
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 +1 -1
- package/dist/codicon.html +1 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/package.json +1 -1
- package/src/icons/python.svg +1 -1
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/icons/python.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M9.5 12.8802C9.84236 12.8803 10.1198 13.1576 10.1198 13.5C10.1197 13.8423 9.84232 14.1197 9.5 14.1198C9.15762 14.1198 8.88027 13.8424 8.88021 13.5C8.88021 13.1576 9.15758 12.8802 9.5 12.8802Z"/><path d="M6.5 1.88021C6.84236 1.88027 7.11979 2.15762 7.11979 2.5C7.11973 2.84232 6.84232 3.11973 6.5 3.11979C6.15762 3.11979 5.88027 2.84236 5.88021 2.5C5.88021 2.15758 6.15758 1.88021 6.5 1.88021Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C9.99 0 12 0.69 12 2V4H14C15.31 4 16 6.01 16 8C16 9.99 15.31 12 14 12H12V14C12 15.31 9.99 16 8 16C6.01 16 4 15.31 4 14V12H2C0.69 12 0 9.99 0 8C0 6.01 0.69 4 2 4H4V2C4 0.69 6.01 0 8 0ZM12 6C12 7.38 10.88 8.5 9.5 8.5H6.5C5.67 8.5 5 9.17 5 10V14C5 14.35 6.14 15 8 15C9.86 15 11 14.35 11 14V12H7.5C7.22 12 7 11.78 7 11.5C7 11.22 7.22 11 7.5 11H14C14.35 11 15 9.86 15 8C15 6.14 14.35 5 14 5H12V6ZM8 1C6.14 1 5 1.65 5 2V4H8.5C8.78 4 9 4.22 9 4.5C9 4.78 8.78 5 8.5 5H2C1.65 5 1 6.14 1 8C1 9.86 1.65 11 2 11H4V10C4 8.62 5.12 7.5 6.5 7.5H9.5C10.33 7.5 11 6.83 11 6V2C11 1.65 9.86 1 8 1Z"/></svg>
|