@vscode/codicons 0.0.29 → 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 +1 -1
- package/dist/codicon.css +19 -1
- package/dist/codicon.csv +14 -1
- package/dist/codicon.html +112 -8
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/package.json +2 -2
- package/src/icons/bell-dot.svg +1 -1
- package/src/icons/bell-slash-dot.svg +1 -0
- package/src/icons/bell-slash.svg +1 -0
- package/src/icons/blank.svg +1 -0
- package/src/icons/{debug-stackframe-dot.svg → circle-small-filled.svg} +0 -0
- package/src/icons/circle-small.svg +1 -0
- package/src/icons/comment-unresolved.svg +1 -0
- package/src/icons/eye-closed.svg +1 -1
- package/src/icons/eye.svg +1 -1
- package/src/icons/git-commit.svg +1 -1
- package/src/icons/git-pull-request-go-to-changes.svg +1 -0
- package/src/icons/git-pull-request-new-changes.svg +1 -0
- package/src/icons/heart-filled.svg +1 -0
- package/src/icons/layout-panel-off.svg +1 -0
- package/src/icons/layout-sidebar-left-off.svg +1 -0
- package/src/icons/layout-sidebar-right-off.svg +1 -0
- package/src/icons/layout-statusbar.svg +1 -1
- package/src/icons/map-filled.svg +1 -0
- package/src/icons/map.svg +1 -0
- package/src/template/mapping.json +15 -1
- package/src/template/styles.hbs +4 -0
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|

|
|
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?
|
|
9
|
+
src: url("./codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
opacity: 0.5;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
+
.codicon-modifier-hidden {
|
|
47
|
+
opacity: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
46
50
|
/* custom speed & easing for loading icon */
|
|
47
51
|
.codicon-loading {
|
|
48
52
|
animation-duration: 1s !important;
|
|
@@ -429,6 +433,7 @@
|
|
|
429
433
|
.codicon-debug-breakpoint-function:before { content: "\eb88" }
|
|
430
434
|
.codicon-debug-breakpoint-function-disabled:before { content: "\eb88" }
|
|
431
435
|
.codicon-debug-stackframe-active:before { content: "\eb89" }
|
|
436
|
+
.codicon-circle-small-filled:before { content: "\eb8a" }
|
|
432
437
|
.codicon-debug-stackframe-dot:before { content: "\eb8a" }
|
|
433
438
|
.codicon-debug-stackframe:before { content: "\eb8b" }
|
|
434
439
|
.codicon-debug-stackframe-focused:before { content: "\eb8b" }
|
|
@@ -551,3 +556,16 @@
|
|
|
551
556
|
.codicon-arrow-circle-left:before { content: "\ebfd" }
|
|
552
557
|
.codicon-arrow-circle-right:before { content: "\ebfe" }
|
|
553
558
|
.codicon-arrow-circle-up:before { content: "\ebff" }
|
|
559
|
+
.codicon-layout-sidebar-right-off:before { content: "\ec00" }
|
|
560
|
+
.codicon-layout-panel-off:before { content: "\ec01" }
|
|
561
|
+
.codicon-layout-sidebar-left-off:before { content: "\ec02" }
|
|
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,7 +22,10 @@ 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
|
|
28
|
+
blank,,EC03
|
|
26
29
|
bold,,EAA3
|
|
27
30
|
book,,EAA4
|
|
28
31
|
bookmark,,EAA5
|
|
@@ -52,6 +55,8 @@ circle-large-filled,,EBB4
|
|
|
52
55
|
circle-large-outline,,EBB5
|
|
53
56
|
circle-outline,,EABC
|
|
54
57
|
circle-slash,,EABD
|
|
58
|
+
circle-small-filled,,EB8A
|
|
59
|
+
circle-small,,EC07
|
|
55
60
|
circuit-board,,EABE
|
|
56
61
|
clear-all,,EABF
|
|
57
62
|
clippy,,EAC0
|
|
@@ -65,6 +70,7 @@ collapse-all,,EAC5
|
|
|
65
70
|
color-mode,,EAC6
|
|
66
71
|
combine,,EBB6
|
|
67
72
|
comment-discussion,,EAC7
|
|
73
|
+
comment-unresolved,,EC0A
|
|
68
74
|
comment,,EA6B
|
|
69
75
|
compass-active,,EBD7
|
|
70
76
|
compass-dot,,EBD6
|
|
@@ -98,7 +104,6 @@ debug-restart-frame,,EB90
|
|
|
98
104
|
debug-restart,,EAD2
|
|
99
105
|
debug-reverse-continue,,EB8E
|
|
100
106
|
debug-stackframe-active,,EB89
|
|
101
|
-
debug-stackframe-dot,,EB8A
|
|
102
107
|
debug-stackframe,,EB8B
|
|
103
108
|
debug-start,,EAD3
|
|
104
109
|
debug-step-back,,EB8F
|
|
@@ -160,6 +165,8 @@ git-merge,,EAFE
|
|
|
160
165
|
git-pull-request-closed,,EBDA
|
|
161
166
|
git-pull-request-create,,EBBC
|
|
162
167
|
git-pull-request-draft,,EBDB
|
|
168
|
+
git-pull-request-go-to-changes,,EC0B
|
|
169
|
+
git-pull-request-new-changes,,EC0C
|
|
163
170
|
git-pull-request,,EA64
|
|
164
171
|
github-action,,EAFF
|
|
165
172
|
github-alt,,EB00
|
|
@@ -174,6 +181,7 @@ graph-scatter,,EBE3
|
|
|
174
181
|
graph,,EB03
|
|
175
182
|
gripper,,EB04
|
|
176
183
|
group-by-ref-type,,EB97
|
|
184
|
+
heart-filled,,EC04
|
|
177
185
|
heart,,EB05
|
|
178
186
|
history,,EA82
|
|
179
187
|
home,,EB06
|
|
@@ -202,9 +210,12 @@ layout-menubar,,EBF6
|
|
|
202
210
|
layout-panel-center,,EBEF
|
|
203
211
|
layout-panel-justify,,EBF0
|
|
204
212
|
layout-panel-left,,EBEE
|
|
213
|
+
layout-panel-off,,EC01
|
|
205
214
|
layout-panel-right,,EBF1
|
|
206
215
|
layout-panel,,EBF2
|
|
216
|
+
layout-sidebar-left-off,,EC02
|
|
207
217
|
layout-sidebar-left,,EBF3
|
|
218
|
+
layout-sidebar-right-off,,EC00
|
|
208
219
|
layout-sidebar-right,,EBF4
|
|
209
220
|
layout-statusbar,,EBF5
|
|
210
221
|
layout,,EBEB
|
|
@@ -227,6 +238,8 @@ lock,,EA75
|
|
|
227
238
|
magnet,,EBAE
|
|
228
239
|
mail-read,,EB1B
|
|
229
240
|
mail,,EB1C
|
|
241
|
+
map-filled,,EC06
|
|
242
|
+
map,,EC05
|
|
230
243
|
markdown,,EB1D
|
|
231
244
|
megaphone,,EB1E
|
|
232
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>
|
|
@@ -345,6 +361,14 @@
|
|
|
345
361
|
<span class='label'>bell</span>
|
|
346
362
|
<span class='description'></span>
|
|
347
363
|
</div>
|
|
364
|
+
<div class="icon" data-name="blank" title="blank">
|
|
365
|
+
<span class="inner">
|
|
366
|
+
<i class="codicon codicon-blank" aria-hidden="true"></i>
|
|
367
|
+
</span>
|
|
368
|
+
<br>
|
|
369
|
+
<span class='label'>blank</span>
|
|
370
|
+
<span class='description'></span>
|
|
371
|
+
</div>
|
|
348
372
|
<div class="icon" data-name="bold" title="bold">
|
|
349
373
|
<span class="inner">
|
|
350
374
|
<i class="codicon codicon-bold" aria-hidden="true"></i>
|
|
@@ -577,6 +601,22 @@
|
|
|
577
601
|
<span class='label'>circle-slash</span>
|
|
578
602
|
<span class='description'></span>
|
|
579
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>
|
|
580
620
|
<div class="icon" data-name="circuit-board" title="circuit-board">
|
|
581
621
|
<span class="inner">
|
|
582
622
|
<i class="codicon codicon-circuit-board" aria-hidden="true"></i>
|
|
@@ -681,6 +721,14 @@
|
|
|
681
721
|
<span class='label'>comment-discussion</span>
|
|
682
722
|
<span class='description'></span>
|
|
683
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>
|
|
684
732
|
<div class="icon" data-name="comment" title="comment">
|
|
685
733
|
<span class="inner">
|
|
686
734
|
<i class="codicon codicon-comment" aria-hidden="true"></i>
|
|
@@ -945,14 +993,6 @@
|
|
|
945
993
|
<span class='label'>debug-stackframe-active</span>
|
|
946
994
|
<span class='description'></span>
|
|
947
995
|
</div>
|
|
948
|
-
<div class="icon" data-name="debug-stackframe-dot" title="debug-stackframe-dot">
|
|
949
|
-
<span class="inner">
|
|
950
|
-
<i class="codicon codicon-debug-stackframe-dot" aria-hidden="true"></i>
|
|
951
|
-
</span>
|
|
952
|
-
<br>
|
|
953
|
-
<span class='label'>debug-stackframe-dot</span>
|
|
954
|
-
<span class='description'></span>
|
|
955
|
-
</div>
|
|
956
996
|
<div class="icon" data-name="debug-stackframe" title="debug-stackframe">
|
|
957
997
|
<span class="inner">
|
|
958
998
|
<i class="codicon codicon-debug-stackframe" aria-hidden="true"></i>
|
|
@@ -1449,6 +1489,22 @@
|
|
|
1449
1489
|
<span class='label'>git-pull-request-draft</span>
|
|
1450
1490
|
<span class='description'></span>
|
|
1451
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>
|
|
1452
1508
|
<div class="icon" data-name="git-pull-request" title="git-pull-request">
|
|
1453
1509
|
<span class="inner">
|
|
1454
1510
|
<i class="codicon codicon-git-pull-request" aria-hidden="true"></i>
|
|
@@ -1561,6 +1617,14 @@
|
|
|
1561
1617
|
<span class='label'>group-by-ref-type</span>
|
|
1562
1618
|
<span class='description'></span>
|
|
1563
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>
|
|
1564
1628
|
<div class="icon" data-name="heart" title="heart">
|
|
1565
1629
|
<span class="inner">
|
|
1566
1630
|
<i class="codicon codicon-heart" aria-hidden="true"></i>
|
|
@@ -1785,6 +1849,14 @@
|
|
|
1785
1849
|
<span class='label'>layout-panel-left</span>
|
|
1786
1850
|
<span class='description'></span>
|
|
1787
1851
|
</div>
|
|
1852
|
+
<div class="icon" data-name="layout-panel-off" title="layout-panel-off">
|
|
1853
|
+
<span class="inner">
|
|
1854
|
+
<i class="codicon codicon-layout-panel-off" aria-hidden="true"></i>
|
|
1855
|
+
</span>
|
|
1856
|
+
<br>
|
|
1857
|
+
<span class='label'>layout-panel-off</span>
|
|
1858
|
+
<span class='description'></span>
|
|
1859
|
+
</div>
|
|
1788
1860
|
<div class="icon" data-name="layout-panel-right" title="layout-panel-right">
|
|
1789
1861
|
<span class="inner">
|
|
1790
1862
|
<i class="codicon codicon-layout-panel-right" aria-hidden="true"></i>
|
|
@@ -1801,6 +1873,14 @@
|
|
|
1801
1873
|
<span class='label'>layout-panel</span>
|
|
1802
1874
|
<span class='description'></span>
|
|
1803
1875
|
</div>
|
|
1876
|
+
<div class="icon" data-name="layout-sidebar-left-off" title="layout-sidebar-left-off">
|
|
1877
|
+
<span class="inner">
|
|
1878
|
+
<i class="codicon codicon-layout-sidebar-left-off" aria-hidden="true"></i>
|
|
1879
|
+
</span>
|
|
1880
|
+
<br>
|
|
1881
|
+
<span class='label'>layout-sidebar-left-off</span>
|
|
1882
|
+
<span class='description'></span>
|
|
1883
|
+
</div>
|
|
1804
1884
|
<div class="icon" data-name="layout-sidebar-left" title="layout-sidebar-left">
|
|
1805
1885
|
<span class="inner">
|
|
1806
1886
|
<i class="codicon codicon-layout-sidebar-left" aria-hidden="true"></i>
|
|
@@ -1809,6 +1889,14 @@
|
|
|
1809
1889
|
<span class='label'>layout-sidebar-left</span>
|
|
1810
1890
|
<span class='description'></span>
|
|
1811
1891
|
</div>
|
|
1892
|
+
<div class="icon" data-name="layout-sidebar-right-off" title="layout-sidebar-right-off">
|
|
1893
|
+
<span class="inner">
|
|
1894
|
+
<i class="codicon codicon-layout-sidebar-right-off" aria-hidden="true"></i>
|
|
1895
|
+
</span>
|
|
1896
|
+
<br>
|
|
1897
|
+
<span class='label'>layout-sidebar-right-off</span>
|
|
1898
|
+
<span class='description'></span>
|
|
1899
|
+
</div>
|
|
1812
1900
|
<div class="icon" data-name="layout-sidebar-right" title="layout-sidebar-right">
|
|
1813
1901
|
<span class="inner">
|
|
1814
1902
|
<i class="codicon codicon-layout-sidebar-right" aria-hidden="true"></i>
|
|
@@ -1985,6 +2073,22 @@
|
|
|
1985
2073
|
<span class='label'>mail</span>
|
|
1986
2074
|
<span class='description'></span>
|
|
1987
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>
|
|
1988
2092
|
<div class="icon" data-name="markdown" title="markdown">
|
|
1989
2093
|
<span class="inner">
|
|
1990
2094
|
<i class="codicon codicon-markdown" aria-hidden="true"></i>
|