@vscode/codicons 0.0.38 → 0.0.40

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 CHANGED
@@ -9,6 +9,8 @@
9
9
 
10
10
  This tool takes the [Visual Studio Code icons](https://github.com/microsoft/vscode-codicons/tree/main/src/icons) and converts them into an icon font using [fantasticon](https://github.com/tancredi/fantasticon).
11
11
 
12
+ Using the [Visual Studio Codicon Lookup](https://microsoft.github.io/vscode-codicons/dist/codicon.html) you can preview and search for icons.
13
+
12
14
  ## Install
13
15
  You can use the [npm package](https://www.npmjs.com/package/@vscode/codicons) and install into your project via:
14
16
 
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?f9c301c2f5e58775bba0951a589eef77") format("truetype");
9
+ src: url("./codicon.ttf?0a3cacc32b1287fa99b52a31880127dd") format("truetype");
10
10
  }
11
11
 
12
12
  .codicon[class*='codicon-'] {
@@ -657,4 +657,8 @@
657
657
  .codicon-search-sparkle:before { content: "\ec50" }
658
658
  .codicon-edit-sparkle:before { content: "\ec51" }
659
659
  .codicon-copilot-snooze:before { content: "\ec52" }
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" }
660
664
  .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
@@ -75,6 +77,7 @@ coffee,,EC15
75
77
  collapse-all,,EAC5
76
78
  color-mode,,EAC6
77
79
  combine,,EBB6
80
+ comment-discussion-sparkle,,EC54
78
81
  comment-discussion,,EAC7
79
82
  comment-draft,,EC0E
80
83
  comment-unresolved,,EC0A
@@ -380,6 +383,7 @@ search-fuzzy,,EC0D
380
383
  search-sparkle,,EC50
381
384
  search-stop,,EB4E
382
385
  search,,EA6D
386
+ send-to-remote-agent,,EC53
383
387
  send,,EC0F
384
388
  server-environment,,EBA3
385
389
  server-process,,EBA2
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>
@@ -761,6 +777,14 @@
761
777
  <span class='label'>combine</span>
762
778
  <span class='description'></span>
763
779
  </div>
780
+ <div class="icon" data-name="comment-discussion-sparkle" title="comment-discussion-sparkle">
781
+ <span class="inner">
782
+ <i class="codicon codicon-comment-discussion-sparkle" aria-hidden="true"></i>
783
+ </span>
784
+ <br>
785
+ <span class='label'>comment-discussion-sparkle</span>
786
+ <span class='description'></span>
787
+ </div>
764
788
  <div class="icon" data-name="comment-discussion" title="comment-discussion">
765
789
  <span class="inner">
766
790
  <i class="codicon codicon-comment-discussion" aria-hidden="true"></i>
@@ -3209,6 +3233,14 @@
3209
3233
  <span class='label'>search</span>
3210
3234
  <span class='description'></span>
3211
3235
  </div>
3236
+ <div class="icon" data-name="send-to-remote-agent" title="send-to-remote-agent">
3237
+ <span class="inner">
3238
+ <i class="codicon codicon-send-to-remote-agent" aria-hidden="true"></i>
3239
+ </span>
3240
+ <br>
3241
+ <span class='label'>send-to-remote-agent</span>
3242
+ <span class='description'></span>
3243
+ </div>
3212
3244
  <div class="icon" data-name="send" title="send">
3213
3245
  <span class="inner">
3214
3246
  <i class="codicon codicon-send" aria-hidden="true"></i>