@vscode/codicons 0.0.31 → 0.0.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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  ![codicons preview of the icons](https://raw.githubusercontent.com/microsoft/vscode-codicons/main/preview.png)
9
9
 
10
- This tool takes the Visual Studio Code icons and converts them into an icon font using [fantasticon](https://github.com/tancredi/fantasticon).
10
+ This tool takes the [Visual Studio Code icons](https://microsoft.github.io/vscode-codicons/dist/codicon.html) and converts them into an icon font using [fantasticon](https://github.com/tancredi/fantasticon).
11
11
 
12
12
  ## Install
13
13
  You can use the [npm package](https://www.npmjs.com/package/@vscode/codicons) and install into your project via:
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?f06865699f1720ee6ca6e0a4aa084d76") format("truetype");
9
+ src: url("./codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa") format("truetype");
10
10
  }
11
11
 
12
12
  .codicon[class*='codicon-'] {
@@ -433,6 +433,7 @@
433
433
  .codicon-debug-breakpoint-function:before { content: "\eb88" }
434
434
  .codicon-debug-breakpoint-function-disabled:before { content: "\eb88" }
435
435
  .codicon-debug-stackframe-active:before { content: "\eb89" }
436
+ .codicon-circle-small-filled:before { content: "\eb8a" }
436
437
  .codicon-debug-stackframe-dot:before { content: "\eb8a" }
437
438
  .codicon-debug-stackframe:before { content: "\eb8b" }
438
439
  .codicon-debug-stackframe-focused:before { content: "\eb8b" }
@@ -559,3 +560,12 @@
559
560
  .codicon-layout-panel-off:before { content: "\ec01" }
560
561
  .codicon-layout-sidebar-left-off:before { content: "\ec02" }
561
562
  .codicon-blank:before { content: "\ec03" }
563
+ .codicon-heart-filled:before { content: "\ec04" }
564
+ .codicon-map:before { content: "\ec05" }
565
+ .codicon-map-filled:before { content: "\ec06" }
566
+ .codicon-circle-small:before { content: "\ec07" }
567
+ .codicon-bell-slash:before { content: "\ec08" }
568
+ .codicon-bell-slash-dot:before { content: "\ec09" }
569
+ .codicon-comment-unresolved:before { content: "\ec0a" }
570
+ .codicon-git-pull-request-go-to-changes:before { content: "\ec0b" }
571
+ .codicon-git-pull-request-new-changes:before { content: "\ec0c" }
package/dist/codicon.csv CHANGED
@@ -22,6 +22,8 @@ azure,,EBD8
22
22
  beaker-stop,,EBE1
23
23
  beaker,,EA79
24
24
  bell-dot,,EB9A
25
+ bell-slash-dot,,EC09
26
+ bell-slash,,EC08
25
27
  bell,,EAA2
26
28
  blank,,EC03
27
29
  bold,,EAA3
@@ -53,6 +55,8 @@ circle-large-filled,,EBB4
53
55
  circle-large-outline,,EBB5
54
56
  circle-outline,,EABC
55
57
  circle-slash,,EABD
58
+ circle-small-filled,,EB8A
59
+ circle-small,,EC07
56
60
  circuit-board,,EABE
57
61
  clear-all,,EABF
58
62
  clippy,,EAC0
@@ -66,6 +70,7 @@ collapse-all,,EAC5
66
70
  color-mode,,EAC6
67
71
  combine,,EBB6
68
72
  comment-discussion,,EAC7
73
+ comment-unresolved,,EC0A
69
74
  comment,,EA6B
70
75
  compass-active,,EBD7
71
76
  compass-dot,,EBD6
@@ -99,7 +104,6 @@ debug-restart-frame,,EB90
99
104
  debug-restart,,EAD2
100
105
  debug-reverse-continue,,EB8E
101
106
  debug-stackframe-active,,EB89
102
- debug-stackframe-dot,,EB8A
103
107
  debug-stackframe,,EB8B
104
108
  debug-start,,EAD3
105
109
  debug-step-back,,EB8F
@@ -161,6 +165,8 @@ git-merge,,EAFE
161
165
  git-pull-request-closed,,EBDA
162
166
  git-pull-request-create,,EBBC
163
167
  git-pull-request-draft,,EBDB
168
+ git-pull-request-go-to-changes,,EC0B
169
+ git-pull-request-new-changes,,EC0C
164
170
  git-pull-request,,EA64
165
171
  github-action,,EAFF
166
172
  github-alt,,EB00
@@ -175,6 +181,7 @@ graph-scatter,,EBE3
175
181
  graph,,EB03
176
182
  gripper,,EB04
177
183
  group-by-ref-type,,EB97
184
+ heart-filled,,EC04
178
185
  heart,,EB05
179
186
  history,,EA82
180
187
  home,,EB06
@@ -231,6 +238,8 @@ lock,,EA75
231
238
  magnet,,EBAE
232
239
  mail-read,,EB1B
233
240
  mail,,EB1C
241
+ map-filled,,EC06
242
+ map,,EC05
234
243
  markdown,,EB1D
235
244
  megaphone,,EB1E
236
245
  mention,,EB1F
package/dist/codicon.html CHANGED
@@ -337,6 +337,22 @@
337
337
  <span class='label'>bell-dot</span>
338
338
  <span class='description'></span>
339
339
  </div>
340
+ <div class="icon" data-name="bell-slash-dot" title="bell-slash-dot">
341
+ <span class="inner">
342
+ <i class="codicon codicon-bell-slash-dot" aria-hidden="true"></i>
343
+ </span>
344
+ <br>
345
+ <span class='label'>bell-slash-dot</span>
346
+ <span class='description'></span>
347
+ </div>
348
+ <div class="icon" data-name="bell-slash" title="bell-slash">
349
+ <span class="inner">
350
+ <i class="codicon codicon-bell-slash" aria-hidden="true"></i>
351
+ </span>
352
+ <br>
353
+ <span class='label'>bell-slash</span>
354
+ <span class='description'></span>
355
+ </div>
340
356
  <div class="icon" data-name="bell" title="bell">
341
357
  <span class="inner">
342
358
  <i class="codicon codicon-bell" aria-hidden="true"></i>
@@ -585,6 +601,22 @@
585
601
  <span class='label'>circle-slash</span>
586
602
  <span class='description'></span>
587
603
  </div>
604
+ <div class="icon" data-name="circle-small-filled" title="circle-small-filled">
605
+ <span class="inner">
606
+ <i class="codicon codicon-circle-small-filled" aria-hidden="true"></i>
607
+ </span>
608
+ <br>
609
+ <span class='label'>circle-small-filled</span>
610
+ <span class='description'></span>
611
+ </div>
612
+ <div class="icon" data-name="circle-small" title="circle-small">
613
+ <span class="inner">
614
+ <i class="codicon codicon-circle-small" aria-hidden="true"></i>
615
+ </span>
616
+ <br>
617
+ <span class='label'>circle-small</span>
618
+ <span class='description'></span>
619
+ </div>
588
620
  <div class="icon" data-name="circuit-board" title="circuit-board">
589
621
  <span class="inner">
590
622
  <i class="codicon codicon-circuit-board" aria-hidden="true"></i>
@@ -689,6 +721,14 @@
689
721
  <span class='label'>comment-discussion</span>
690
722
  <span class='description'></span>
691
723
  </div>
724
+ <div class="icon" data-name="comment-unresolved" title="comment-unresolved">
725
+ <span class="inner">
726
+ <i class="codicon codicon-comment-unresolved" aria-hidden="true"></i>
727
+ </span>
728
+ <br>
729
+ <span class='label'>comment-unresolved</span>
730
+ <span class='description'></span>
731
+ </div>
692
732
  <div class="icon" data-name="comment" title="comment">
693
733
  <span class="inner">
694
734
  <i class="codicon codicon-comment" aria-hidden="true"></i>
@@ -953,14 +993,6 @@
953
993
  <span class='label'>debug-stackframe-active</span>
954
994
  <span class='description'></span>
955
995
  </div>
956
- <div class="icon" data-name="debug-stackframe-dot" title="debug-stackframe-dot">
957
- <span class="inner">
958
- <i class="codicon codicon-debug-stackframe-dot" aria-hidden="true"></i>
959
- </span>
960
- <br>
961
- <span class='label'>debug-stackframe-dot</span>
962
- <span class='description'></span>
963
- </div>
964
996
  <div class="icon" data-name="debug-stackframe" title="debug-stackframe">
965
997
  <span class="inner">
966
998
  <i class="codicon codicon-debug-stackframe" aria-hidden="true"></i>
@@ -1457,6 +1489,22 @@
1457
1489
  <span class='label'>git-pull-request-draft</span>
1458
1490
  <span class='description'></span>
1459
1491
  </div>
1492
+ <div class="icon" data-name="git-pull-request-go-to-changes" title="git-pull-request-go-to-changes">
1493
+ <span class="inner">
1494
+ <i class="codicon codicon-git-pull-request-go-to-changes" aria-hidden="true"></i>
1495
+ </span>
1496
+ <br>
1497
+ <span class='label'>git-pull-request-go-to-changes</span>
1498
+ <span class='description'></span>
1499
+ </div>
1500
+ <div class="icon" data-name="git-pull-request-new-changes" title="git-pull-request-new-changes">
1501
+ <span class="inner">
1502
+ <i class="codicon codicon-git-pull-request-new-changes" aria-hidden="true"></i>
1503
+ </span>
1504
+ <br>
1505
+ <span class='label'>git-pull-request-new-changes</span>
1506
+ <span class='description'></span>
1507
+ </div>
1460
1508
  <div class="icon" data-name="git-pull-request" title="git-pull-request">
1461
1509
  <span class="inner">
1462
1510
  <i class="codicon codicon-git-pull-request" aria-hidden="true"></i>
@@ -1569,6 +1617,14 @@
1569
1617
  <span class='label'>group-by-ref-type</span>
1570
1618
  <span class='description'></span>
1571
1619
  </div>
1620
+ <div class="icon" data-name="heart-filled" title="heart-filled">
1621
+ <span class="inner">
1622
+ <i class="codicon codicon-heart-filled" aria-hidden="true"></i>
1623
+ </span>
1624
+ <br>
1625
+ <span class='label'>heart-filled</span>
1626
+ <span class='description'></span>
1627
+ </div>
1572
1628
  <div class="icon" data-name="heart" title="heart">
1573
1629
  <span class="inner">
1574
1630
  <i class="codicon codicon-heart" aria-hidden="true"></i>
@@ -2017,6 +2073,22 @@
2017
2073
  <span class='label'>mail</span>
2018
2074
  <span class='description'></span>
2019
2075
  </div>
2076
+ <div class="icon" data-name="map-filled" title="map-filled">
2077
+ <span class="inner">
2078
+ <i class="codicon codicon-map-filled" aria-hidden="true"></i>
2079
+ </span>
2080
+ <br>
2081
+ <span class='label'>map-filled</span>
2082
+ <span class='description'></span>
2083
+ </div>
2084
+ <div class="icon" data-name="map" title="map">
2085
+ <span class="inner">
2086
+ <i class="codicon codicon-map" aria-hidden="true"></i>
2087
+ </span>
2088
+ <br>
2089
+ <span class='label'>map</span>
2090
+ <span class='description'></span>
2091
+ </div>
2020
2092
  <div class="icon" data-name="markdown" title="markdown">
2021
2093
  <span class="inner">
2022
2094
  <i class="codicon codicon-markdown" aria-hidden="true"></i>