@vscode/codicons 0.0.45-1 → 0.0.45-11
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 +5 -1
- package/dist/codicon.csv +4 -0
- package/dist/codicon.html +75 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +4 -0
- package/dist/metadata.json +10 -0
- package/package.json +1 -1
- package/src/icons/arrow-down.svg +1 -1
- package/src/icons/arrow-left.svg +1 -1
- package/src/icons/arrow-right.svg +1 -1
- package/src/icons/arrow-up.svg +1 -1
- package/src/icons/chevron-down.svg +1 -1
- package/src/icons/chevron-left.svg +1 -1
- package/src/icons/chevron-right.svg +1 -1
- package/src/icons/chevron-up.svg +1 -1
- package/src/icons/chrome-minimize.svg +1 -1
- package/src/icons/claude.svg +1 -0
- package/src/icons/close-all.svg +1 -1
- package/src/icons/collapse-all.svg +1 -1
- package/src/icons/diff-added.svg +1 -1
- package/src/icons/diff-ignored.svg +1 -1
- package/src/icons/diff-modified.svg +1 -1
- package/src/icons/diff-removed.svg +1 -1
- package/src/icons/diff-renamed.svg +1 -1
- package/src/icons/download.svg +1 -1
- package/src/icons/expand-all.svg +1 -1
- package/src/icons/export.svg +1 -1
- package/src/icons/git-fetch.svg +1 -1
- package/src/icons/link-external.svg +1 -1
- package/src/icons/new-session.svg +1 -0
- package/src/icons/open-in-product.svg +1 -1
- package/src/icons/open-in-window.svg +1 -0
- package/src/icons/openai.svg +1 -0
- package/src/icons/remote.svg +1 -1
- package/src/icons/repo-clone.svg +1 -1
- package/src/icons/sign-in.svg +1 -1
- package/src/icons/sign-out.svg +1 -1
- package/src/icons/symbol-operator.svg +1 -1
- package/src/icons/thinking.svg +1 -1
- package/src/icons/worktree-small.svg +1 -1
- package/src/icons/worktree.svg +1 -1
- package/src/template/mapping.json +12 -0
- package/src/template/metadata.json +10 -0
- package/.github/workflows/build.yml +0 -67
package/dist/codicon.css
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "codicon";
|
|
8
8
|
font-display: block;
|
|
9
|
-
src: url("./codicon.ttf?
|
|
9
|
+
src: url("./codicon.ttf?871a458dc35d05376ca611b03487cccd") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -700,5 +700,9 @@
|
|
|
700
700
|
.codicon-worktree:before { content: "\ec7e" }
|
|
701
701
|
.codicon-screen-cut:before { content: "\ec7f" }
|
|
702
702
|
.codicon-ask:before { content: "\ec80" }
|
|
703
|
+
.codicon-openai:before { content: "\ec81" }
|
|
704
|
+
.codicon-claude:before { content: "\ec82" }
|
|
705
|
+
.codicon-open-in-window:before { content: "\ec83" }
|
|
706
|
+
.codicon-new-session:before { content: "\ec84" }
|
|
703
707
|
.codicon-git-fetch:before { content: "\f101" }
|
|
704
708
|
.codicon-vm-pending:before { content: "\f102" }
|
package/dist/codicon.csv
CHANGED
|
@@ -67,6 +67,7 @@ circle-small-filled,,EB8A
|
|
|
67
67
|
circle-small,,EC07
|
|
68
68
|
circle,,EABC
|
|
69
69
|
circuit-board,,EABE
|
|
70
|
+
claude,,EC82
|
|
70
71
|
clear-all,,EABF
|
|
71
72
|
clippy,,EAC0
|
|
72
73
|
clockface,,EC75
|
|
@@ -329,6 +330,7 @@ mute,,EB24
|
|
|
329
330
|
new-collection,,EC58
|
|
330
331
|
new-file,,EA7F
|
|
331
332
|
new-folder,,EA80
|
|
333
|
+
new-session,,EC84
|
|
332
334
|
newline,,EBEA
|
|
333
335
|
no-newline,,EB25
|
|
334
336
|
note,,EB26
|
|
@@ -336,7 +338,9 @@ notebook-template,,EBBF
|
|
|
336
338
|
notebook,,EBAF
|
|
337
339
|
octoface,,EB27
|
|
338
340
|
open-in-product,,EC65
|
|
341
|
+
open-in-window,,EC83
|
|
339
342
|
open-preview,,EB28
|
|
343
|
+
openai,,EC81
|
|
340
344
|
organization,,EA7E
|
|
341
345
|
output,,EB9D
|
|
342
346
|
package,,EB29
|