@vscode/codicons 0.0.39 → 0.0.41
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/README.md +1 -1
- package/dist/codicon.css +7 -1
- package/dist/codicon.csv +6 -0
- package/dist/codicon.html +48 -0
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +6 -0
- package/package.json +2 -2
- package/src/icons/chat-sparkle-error.svg +1 -0
- package/src/icons/chat-sparkle-warning.svg +1 -0
- package/src/icons/collection.svg +1 -0
- package/src/icons/comment-discussion-sparkle.svg +1 -0
- package/src/icons/go-to-file.svg +1 -1
- package/src/icons/go-to-search.svg +1 -1
- package/src/icons/new-collection.svg +1 -0
- package/src/icons/open-preview.svg +1 -1
- package/src/icons/search-fuzzy.svg +1 -1
- package/src/icons/search-sparkle.svg +1 -1
- package/src/icons/search-stop.svg +1 -1
- package/src/icons/search.svg +1 -1
- package/src/icons/settings-gear.svg +1 -1
- package/src/icons/split-horizontal.svg +1 -1
- package/src/icons/split-vertical.svg +1 -1
- package/src/icons/thinking.svg +1 -0
- package/src/icons/trash.svg +1 -1
- package/src/template/mapping.json +7 -1
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ When needing to use the `codicon.svg` sprite file, you can reference icons using
|
|
|
80
80
|
|
|
81
81
|
# Contributing
|
|
82
82
|
|
|
83
|
-
This project welcomes contributions and suggestions.
|
|
83
|
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
|
84
84
|
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
|
|
85
85
|
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
|
|
86
86
|
|
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?eb10abb8b9291201e2c39eced5bd6993") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -658,4 +658,10 @@
|
|
|
658
658
|
.codicon-edit-sparkle:before { content: "\ec51" }
|
|
659
659
|
.codicon-copilot-snooze:before { content: "\ec52" }
|
|
660
660
|
.codicon-send-to-remote-agent:before { content: "\ec53" }
|
|
661
|
+
.codicon-comment-discussion-sparkle:before { content: "\ec54" }
|
|
662
|
+
.codicon-chat-sparkle-warning:before { content: "\ec55" }
|
|
663
|
+
.codicon-chat-sparkle-error:before { content: "\ec56" }
|
|
664
|
+
.codicon-collection:before { content: "\ec57" }
|
|
665
|
+
.codicon-new-collection:before { content: "\ec58" }
|
|
666
|
+
.codicon-thinking:before { content: "\ec59" }
|
|
661
667
|
.codicon-git-fetch:before { content: "\f101" }
|
package/dist/codicon.csv
CHANGED
|
@@ -40,6 +40,8 @@ calendar,,EAB0
|
|
|
40
40
|
call-incoming,,EB92
|
|
41
41
|
call-outgoing,,EB93
|
|
42
42
|
case-sensitive,,EAB1
|
|
43
|
+
chat-sparkle-error,,EC56
|
|
44
|
+
chat-sparkle-warning,,EC55
|
|
43
45
|
chat-sparkle,,EC4F
|
|
44
46
|
check-all,,EBB1
|
|
45
47
|
check,,EAB2
|
|
@@ -73,8 +75,10 @@ code-review,,EC37
|
|
|
73
75
|
code,,EAC4
|
|
74
76
|
coffee,,EC15
|
|
75
77
|
collapse-all,,EAC5
|
|
78
|
+
collection,,EC57
|
|
76
79
|
color-mode,,EAC6
|
|
77
80
|
combine,,EBB6
|
|
81
|
+
comment-discussion-sparkle,,EC54
|
|
78
82
|
comment-discussion,,EAC7
|
|
79
83
|
comment-draft,,EC0E
|
|
80
84
|
comment-unresolved,,EC0A
|
|
@@ -301,6 +305,7 @@ move,,EB22
|
|
|
301
305
|
multiple-windows,,EB23
|
|
302
306
|
music,,EC1B
|
|
303
307
|
mute,,EB24
|
|
308
|
+
new-collection,,EC58
|
|
304
309
|
new-file,,EA7F
|
|
305
310
|
new-folder,,EA80
|
|
306
311
|
newline,,EBEA
|
|
@@ -446,6 +451,7 @@ terminal-tmux,,EBC8
|
|
|
446
451
|
terminal-ubuntu,,EBC9
|
|
447
452
|
terminal,,EA85
|
|
448
453
|
text-size,,EB69
|
|
454
|
+
thinking,,EC59
|
|
449
455
|
three-bars,,EB6A
|
|
450
456
|
thumbsdown-filled,,EC13
|
|
451
457
|
thumbsdown,,EB6B
|
package/dist/codicon.html
CHANGED
|
@@ -481,6 +481,22 @@
|
|
|
481
481
|
<span class='label'>case-sensitive</span>
|
|
482
482
|
<span class='description'></span>
|
|
483
483
|
</div>
|
|
484
|
+
<div class="icon" data-name="chat-sparkle-error" title="chat-sparkle-error">
|
|
485
|
+
<span class="inner">
|
|
486
|
+
<i class="codicon codicon-chat-sparkle-error" aria-hidden="true"></i>
|
|
487
|
+
</span>
|
|
488
|
+
<br>
|
|
489
|
+
<span class='label'>chat-sparkle-error</span>
|
|
490
|
+
<span class='description'></span>
|
|
491
|
+
</div>
|
|
492
|
+
<div class="icon" data-name="chat-sparkle-warning" title="chat-sparkle-warning">
|
|
493
|
+
<span class="inner">
|
|
494
|
+
<i class="codicon codicon-chat-sparkle-warning" aria-hidden="true"></i>
|
|
495
|
+
</span>
|
|
496
|
+
<br>
|
|
497
|
+
<span class='label'>chat-sparkle-warning</span>
|
|
498
|
+
<span class='description'></span>
|
|
499
|
+
</div>
|
|
484
500
|
<div class="icon" data-name="chat-sparkle" title="chat-sparkle">
|
|
485
501
|
<span class="inner">
|
|
486
502
|
<i class="codicon codicon-chat-sparkle" aria-hidden="true"></i>
|
|
@@ -745,6 +761,14 @@
|
|
|
745
761
|
<span class='label'>collapse-all</span>
|
|
746
762
|
<span class='description'></span>
|
|
747
763
|
</div>
|
|
764
|
+
<div class="icon" data-name="collection" title="collection">
|
|
765
|
+
<span class="inner">
|
|
766
|
+
<i class="codicon codicon-collection" aria-hidden="true"></i>
|
|
767
|
+
</span>
|
|
768
|
+
<br>
|
|
769
|
+
<span class='label'>collection</span>
|
|
770
|
+
<span class='description'></span>
|
|
771
|
+
</div>
|
|
748
772
|
<div class="icon" data-name="color-mode" title="color-mode">
|
|
749
773
|
<span class="inner">
|
|
750
774
|
<i class="codicon codicon-color-mode" aria-hidden="true"></i>
|
|
@@ -761,6 +785,14 @@
|
|
|
761
785
|
<span class='label'>combine</span>
|
|
762
786
|
<span class='description'></span>
|
|
763
787
|
</div>
|
|
788
|
+
<div class="icon" data-name="comment-discussion-sparkle" title="comment-discussion-sparkle">
|
|
789
|
+
<span class="inner">
|
|
790
|
+
<i class="codicon codicon-comment-discussion-sparkle" aria-hidden="true"></i>
|
|
791
|
+
</span>
|
|
792
|
+
<br>
|
|
793
|
+
<span class='label'>comment-discussion-sparkle</span>
|
|
794
|
+
<span class='description'></span>
|
|
795
|
+
</div>
|
|
764
796
|
<div class="icon" data-name="comment-discussion" title="comment-discussion">
|
|
765
797
|
<span class="inner">
|
|
766
798
|
<i class="codicon codicon-comment-discussion" aria-hidden="true"></i>
|
|
@@ -2569,6 +2601,14 @@
|
|
|
2569
2601
|
<span class='label'>mute</span>
|
|
2570
2602
|
<span class='description'></span>
|
|
2571
2603
|
</div>
|
|
2604
|
+
<div class="icon" data-name="new-collection" title="new-collection">
|
|
2605
|
+
<span class="inner">
|
|
2606
|
+
<i class="codicon codicon-new-collection" aria-hidden="true"></i>
|
|
2607
|
+
</span>
|
|
2608
|
+
<br>
|
|
2609
|
+
<span class='label'>new-collection</span>
|
|
2610
|
+
<span class='description'></span>
|
|
2611
|
+
</div>
|
|
2572
2612
|
<div class="icon" data-name="new-file" title="new-file">
|
|
2573
2613
|
<span class="inner">
|
|
2574
2614
|
<i class="codicon codicon-new-file" aria-hidden="true"></i>
|
|
@@ -3745,6 +3785,14 @@
|
|
|
3745
3785
|
<span class='label'>text-size</span>
|
|
3746
3786
|
<span class='description'></span>
|
|
3747
3787
|
</div>
|
|
3788
|
+
<div class="icon" data-name="thinking" title="thinking">
|
|
3789
|
+
<span class="inner">
|
|
3790
|
+
<i class="codicon codicon-thinking" aria-hidden="true"></i>
|
|
3791
|
+
</span>
|
|
3792
|
+
<br>
|
|
3793
|
+
<span class='label'>thinking</span>
|
|
3794
|
+
<span class='description'></span>
|
|
3795
|
+
</div>
|
|
3748
3796
|
<div class="icon" data-name="three-bars" title="three-bars">
|
|
3749
3797
|
<span class="inner">
|
|
3750
3798
|
<i class="codicon codicon-three-bars" aria-hidden="true"></i>
|