@vscode/codicons 0.0.31 → 0.0.33
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 +22 -1
- package/dist/codicon.csv +17 -3
- package/dist/codicon.html +131 -19
- 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/circle-small.svg +1 -0
- package/src/icons/comment-draft.svg +1 -0
- package/src/icons/comment-unresolved.svg +1 -0
- 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/insert.svg +1 -0
- package/src/icons/layout-menubar.svg +1 -1
- package/src/icons/list-flat.svg +1 -1
- package/src/icons/list-tree.svg +1 -1
- package/src/icons/map-filled.svg +1 -0
- package/src/icons/map.svg +1 -0
- package/src/icons/request-changes.svg +1 -1
- package/src/icons/search-fuzzy.svg +1 -0
- package/src/icons/send.svg +1 -0
- package/src/icons/sparkle.svg +1 -0
- package/src/template/mapping.json +22 -1
- package/src/template/preview.hbs +2 -2
- /package/src/icons/{circle-large-outline.svg → circle-large.svg} +0 -0
- /package/src/icons/{debug-stackframe-dot.svg → circle-small-filled.svg} +0 -0
- /package/src/icons/{circle-outline.svg → circle.svg} +0 -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?2ab61cbaefbdf4c7c5589068100bee0c") format("truetype");
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.codicon[class*='codicon-'] {
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
.codicon-debug-breakpoint:before { content: "\ea71" }
|
|
108
108
|
.codicon-debug-breakpoint-disabled:before { content: "\ea71" }
|
|
109
109
|
.codicon-debug-hint:before { content: "\ea71" }
|
|
110
|
+
.codicon-terminal-decoration-success:before { content: "\ea71" }
|
|
110
111
|
.codicon-primitive-square:before { content: "\ea72" }
|
|
111
112
|
.codicon-edit:before { content: "\ea73" }
|
|
112
113
|
.codicon-pencil:before { content: "\ea73" }
|
|
@@ -226,7 +227,9 @@
|
|
|
226
227
|
.codicon-chrome-minimize:before { content: "\eaba" }
|
|
227
228
|
.codicon-chrome-restore:before { content: "\eabb" }
|
|
228
229
|
.codicon-circle-outline:before { content: "\eabc" }
|
|
230
|
+
.codicon-circle:before { content: "\eabc" }
|
|
229
231
|
.codicon-debug-breakpoint-unverified:before { content: "\eabc" }
|
|
232
|
+
.codicon-terminal-decoration-incomplete:before { content: "\eabc" }
|
|
230
233
|
.codicon-circle-slash:before { content: "\eabd" }
|
|
231
234
|
.codicon-circuit-board:before { content: "\eabe" }
|
|
232
235
|
.codicon-clear-all:before { content: "\eabf" }
|
|
@@ -433,7 +436,9 @@
|
|
|
433
436
|
.codicon-debug-breakpoint-function:before { content: "\eb88" }
|
|
434
437
|
.codicon-debug-breakpoint-function-disabled:before { content: "\eb88" }
|
|
435
438
|
.codicon-debug-stackframe-active:before { content: "\eb89" }
|
|
439
|
+
.codicon-circle-small-filled:before { content: "\eb8a" }
|
|
436
440
|
.codicon-debug-stackframe-dot:before { content: "\eb8a" }
|
|
441
|
+
.codicon-terminal-decoration-mark:before { content: "\eb8a" }
|
|
437
442
|
.codicon-debug-stackframe:before { content: "\eb8b" }
|
|
438
443
|
.codicon-debug-stackframe-focused:before { content: "\eb8b" }
|
|
439
444
|
.codicon-debug-breakpoint-unsupported:before { content: "\eb8c" }
|
|
@@ -478,6 +483,7 @@
|
|
|
478
483
|
.codicon-pinned-dirty:before { content: "\ebb2" }
|
|
479
484
|
.codicon-pass-filled:before { content: "\ebb3" }
|
|
480
485
|
.codicon-circle-large-filled:before { content: "\ebb4" }
|
|
486
|
+
.codicon-circle-large:before { content: "\ebb5" }
|
|
481
487
|
.codicon-circle-large-outline:before { content: "\ebb5" }
|
|
482
488
|
.codicon-combine:before { content: "\ebb6" }
|
|
483
489
|
.codicon-gather:before { content: "\ebb6" }
|
|
@@ -551,6 +557,7 @@
|
|
|
551
557
|
.codicon-indent:before { content: "\ebf9" }
|
|
552
558
|
.codicon-record-small:before { content: "\ebfa" }
|
|
553
559
|
.codicon-error-small:before { content: "\ebfb" }
|
|
560
|
+
.codicon-terminal-decoration-error:before { content: "\ebfb" }
|
|
554
561
|
.codicon-arrow-circle-down:before { content: "\ebfc" }
|
|
555
562
|
.codicon-arrow-circle-left:before { content: "\ebfd" }
|
|
556
563
|
.codicon-arrow-circle-right:before { content: "\ebfe" }
|
|
@@ -559,3 +566,17 @@
|
|
|
559
566
|
.codicon-layout-panel-off:before { content: "\ec01" }
|
|
560
567
|
.codicon-layout-sidebar-left-off:before { content: "\ec02" }
|
|
561
568
|
.codicon-blank:before { content: "\ec03" }
|
|
569
|
+
.codicon-heart-filled:before { content: "\ec04" }
|
|
570
|
+
.codicon-map:before { content: "\ec05" }
|
|
571
|
+
.codicon-map-filled:before { content: "\ec06" }
|
|
572
|
+
.codicon-circle-small:before { content: "\ec07" }
|
|
573
|
+
.codicon-bell-slash:before { content: "\ec08" }
|
|
574
|
+
.codicon-bell-slash-dot:before { content: "\ec09" }
|
|
575
|
+
.codicon-comment-unresolved:before { content: "\ec0a" }
|
|
576
|
+
.codicon-git-pull-request-go-to-changes:before { content: "\ec0b" }
|
|
577
|
+
.codicon-git-pull-request-new-changes:before { content: "\ec0c" }
|
|
578
|
+
.codicon-search-fuzzy:before { content: "\ec0d" }
|
|
579
|
+
.codicon-comment-draft:before { content: "\ec0e" }
|
|
580
|
+
.codicon-send:before { content: "\ec0f" }
|
|
581
|
+
.codicon-sparkle:before { content: "\ec10" }
|
|
582
|
+
.codicon-insert:before { content: "\ec11" }
|
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
|
|
@@ -50,9 +52,11 @@ chrome-minimize,,EABA
|
|
|
50
52
|
chrome-restore,,EABB
|
|
51
53
|
circle-filled,,EA71
|
|
52
54
|
circle-large-filled,,EBB4
|
|
53
|
-
circle-large
|
|
54
|
-
circle-outline,,EABC
|
|
55
|
+
circle-large,,EBB5
|
|
55
56
|
circle-slash,,EABD
|
|
57
|
+
circle-small-filled,,EB8A
|
|
58
|
+
circle-small,,EC07
|
|
59
|
+
circle,,EABC
|
|
56
60
|
circuit-board,,EABE
|
|
57
61
|
clear-all,,EABF
|
|
58
62
|
clippy,,EAC0
|
|
@@ -66,6 +70,8 @@ collapse-all,,EAC5
|
|
|
66
70
|
color-mode,,EAC6
|
|
67
71
|
combine,,EBB6
|
|
68
72
|
comment-discussion,,EAC7
|
|
73
|
+
comment-draft,,EC0E
|
|
74
|
+
comment-unresolved,,EC0A
|
|
69
75
|
comment,,EA6B
|
|
70
76
|
compass-active,,EBD7
|
|
71
77
|
compass-dot,,EBD6
|
|
@@ -99,7 +105,6 @@ debug-restart-frame,,EB90
|
|
|
99
105
|
debug-restart,,EAD2
|
|
100
106
|
debug-reverse-continue,,EB8E
|
|
101
107
|
debug-stackframe-active,,EB89
|
|
102
|
-
debug-stackframe-dot,,EB8A
|
|
103
108
|
debug-stackframe,,EB8B
|
|
104
109
|
debug-start,,EAD3
|
|
105
110
|
debug-step-back,,EB8F
|
|
@@ -161,6 +166,8 @@ git-merge,,EAFE
|
|
|
161
166
|
git-pull-request-closed,,EBDA
|
|
162
167
|
git-pull-request-create,,EBBC
|
|
163
168
|
git-pull-request-draft,,EBDB
|
|
169
|
+
git-pull-request-go-to-changes,,EC0B
|
|
170
|
+
git-pull-request-new-changes,,EC0C
|
|
164
171
|
git-pull-request,,EA64
|
|
165
172
|
github-action,,EAFF
|
|
166
173
|
github-alt,,EB00
|
|
@@ -175,6 +182,7 @@ graph-scatter,,EBE3
|
|
|
175
182
|
graph,,EB03
|
|
176
183
|
gripper,,EB04
|
|
177
184
|
group-by-ref-type,,EB97
|
|
185
|
+
heart-filled,,EC04
|
|
178
186
|
heart,,EB05
|
|
179
187
|
history,,EA82
|
|
180
188
|
home,,EB06
|
|
@@ -183,6 +191,7 @@ hubot,,EB08
|
|
|
183
191
|
inbox,,EB09
|
|
184
192
|
indent,,EBF9
|
|
185
193
|
info,,EA74
|
|
194
|
+
insert,,EC11
|
|
186
195
|
inspect,,EBD1
|
|
187
196
|
issue-draft,,EBD9
|
|
188
197
|
issue-reopened,,EB0B
|
|
@@ -231,6 +240,8 @@ lock,,EA75
|
|
|
231
240
|
magnet,,EBAE
|
|
232
241
|
mail-read,,EB1B
|
|
233
242
|
mail,,EB1C
|
|
243
|
+
map-filled,,EC06
|
|
244
|
+
map,,EC05
|
|
234
245
|
markdown,,EB1D
|
|
235
246
|
megaphone,,EB1E
|
|
236
247
|
mention,,EB1F
|
|
@@ -310,8 +321,10 @@ save-as,,EB4A
|
|
|
310
321
|
save,,EB4B
|
|
311
322
|
screen-full,,EB4C
|
|
312
323
|
screen-normal,,EB4D
|
|
324
|
+
search-fuzzy,,EC0D
|
|
313
325
|
search-stop,,EB4E
|
|
314
326
|
search,,EA6D
|
|
327
|
+
send,,EC0F
|
|
315
328
|
server-environment,,EBA3
|
|
316
329
|
server-process,,EBA2
|
|
317
330
|
server,,EB50
|
|
@@ -323,6 +336,7 @@ sign-out,,EA6E
|
|
|
323
336
|
smiley,,EB54
|
|
324
337
|
sort-precedence,,EB55
|
|
325
338
|
source-control,,EA68
|
|
339
|
+
sparkle,,EC10
|
|
326
340
|
split-horizontal,,EB56
|
|
327
341
|
split-vertical,,EB57
|
|
328
342
|
squirrel,,EB58
|
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>
|
|
@@ -561,28 +577,44 @@
|
|
|
561
577
|
<span class='label'>circle-large-filled</span>
|
|
562
578
|
<span class='description'></span>
|
|
563
579
|
</div>
|
|
564
|
-
<div class="icon" data-name="circle-large
|
|
580
|
+
<div class="icon" data-name="circle-large" title="circle-large">
|
|
581
|
+
<span class="inner">
|
|
582
|
+
<i class="codicon codicon-circle-large" aria-hidden="true"></i>
|
|
583
|
+
</span>
|
|
584
|
+
<br>
|
|
585
|
+
<span class='label'>circle-large</span>
|
|
586
|
+
<span class='description'></span>
|
|
587
|
+
</div>
|
|
588
|
+
<div class="icon" data-name="circle-slash" title="circle-slash">
|
|
565
589
|
<span class="inner">
|
|
566
|
-
<i class="codicon codicon-circle-
|
|
590
|
+
<i class="codicon codicon-circle-slash" aria-hidden="true"></i>
|
|
567
591
|
</span>
|
|
568
592
|
<br>
|
|
569
|
-
<span class='label'>circle-
|
|
593
|
+
<span class='label'>circle-slash</span>
|
|
570
594
|
<span class='description'></span>
|
|
571
595
|
</div>
|
|
572
|
-
<div class="icon" data-name="circle-
|
|
596
|
+
<div class="icon" data-name="circle-small-filled" title="circle-small-filled">
|
|
573
597
|
<span class="inner">
|
|
574
|
-
<i class="codicon codicon-circle-
|
|
598
|
+
<i class="codicon codicon-circle-small-filled" aria-hidden="true"></i>
|
|
575
599
|
</span>
|
|
576
600
|
<br>
|
|
577
|
-
<span class='label'>circle-
|
|
601
|
+
<span class='label'>circle-small-filled</span>
|
|
578
602
|
<span class='description'></span>
|
|
579
603
|
</div>
|
|
580
|
-
<div class="icon" data-name="circle-
|
|
604
|
+
<div class="icon" data-name="circle-small" title="circle-small">
|
|
581
605
|
<span class="inner">
|
|
582
|
-
<i class="codicon codicon-circle-
|
|
606
|
+
<i class="codicon codicon-circle-small" aria-hidden="true"></i>
|
|
583
607
|
</span>
|
|
584
608
|
<br>
|
|
585
|
-
<span class='label'>circle-
|
|
609
|
+
<span class='label'>circle-small</span>
|
|
610
|
+
<span class='description'></span>
|
|
611
|
+
</div>
|
|
612
|
+
<div class="icon" data-name="circle" title="circle">
|
|
613
|
+
<span class="inner">
|
|
614
|
+
<i class="codicon codicon-circle" aria-hidden="true"></i>
|
|
615
|
+
</span>
|
|
616
|
+
<br>
|
|
617
|
+
<span class='label'>circle</span>
|
|
586
618
|
<span class='description'></span>
|
|
587
619
|
</div>
|
|
588
620
|
<div class="icon" data-name="circuit-board" title="circuit-board">
|
|
@@ -689,6 +721,22 @@
|
|
|
689
721
|
<span class='label'>comment-discussion</span>
|
|
690
722
|
<span class='description'></span>
|
|
691
723
|
</div>
|
|
724
|
+
<div class="icon" data-name="comment-draft" title="comment-draft">
|
|
725
|
+
<span class="inner">
|
|
726
|
+
<i class="codicon codicon-comment-draft" aria-hidden="true"></i>
|
|
727
|
+
</span>
|
|
728
|
+
<br>
|
|
729
|
+
<span class='label'>comment-draft</span>
|
|
730
|
+
<span class='description'></span>
|
|
731
|
+
</div>
|
|
732
|
+
<div class="icon" data-name="comment-unresolved" title="comment-unresolved">
|
|
733
|
+
<span class="inner">
|
|
734
|
+
<i class="codicon codicon-comment-unresolved" aria-hidden="true"></i>
|
|
735
|
+
</span>
|
|
736
|
+
<br>
|
|
737
|
+
<span class='label'>comment-unresolved</span>
|
|
738
|
+
<span class='description'></span>
|
|
739
|
+
</div>
|
|
692
740
|
<div class="icon" data-name="comment" title="comment">
|
|
693
741
|
<span class="inner">
|
|
694
742
|
<i class="codicon codicon-comment" aria-hidden="true"></i>
|
|
@@ -953,14 +1001,6 @@
|
|
|
953
1001
|
<span class='label'>debug-stackframe-active</span>
|
|
954
1002
|
<span class='description'></span>
|
|
955
1003
|
</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
1004
|
<div class="icon" data-name="debug-stackframe" title="debug-stackframe">
|
|
965
1005
|
<span class="inner">
|
|
966
1006
|
<i class="codicon codicon-debug-stackframe" aria-hidden="true"></i>
|
|
@@ -1457,6 +1497,22 @@
|
|
|
1457
1497
|
<span class='label'>git-pull-request-draft</span>
|
|
1458
1498
|
<span class='description'></span>
|
|
1459
1499
|
</div>
|
|
1500
|
+
<div class="icon" data-name="git-pull-request-go-to-changes" title="git-pull-request-go-to-changes">
|
|
1501
|
+
<span class="inner">
|
|
1502
|
+
<i class="codicon codicon-git-pull-request-go-to-changes" aria-hidden="true"></i>
|
|
1503
|
+
</span>
|
|
1504
|
+
<br>
|
|
1505
|
+
<span class='label'>git-pull-request-go-to-changes</span>
|
|
1506
|
+
<span class='description'></span>
|
|
1507
|
+
</div>
|
|
1508
|
+
<div class="icon" data-name="git-pull-request-new-changes" title="git-pull-request-new-changes">
|
|
1509
|
+
<span class="inner">
|
|
1510
|
+
<i class="codicon codicon-git-pull-request-new-changes" aria-hidden="true"></i>
|
|
1511
|
+
</span>
|
|
1512
|
+
<br>
|
|
1513
|
+
<span class='label'>git-pull-request-new-changes</span>
|
|
1514
|
+
<span class='description'></span>
|
|
1515
|
+
</div>
|
|
1460
1516
|
<div class="icon" data-name="git-pull-request" title="git-pull-request">
|
|
1461
1517
|
<span class="inner">
|
|
1462
1518
|
<i class="codicon codicon-git-pull-request" aria-hidden="true"></i>
|
|
@@ -1569,6 +1625,14 @@
|
|
|
1569
1625
|
<span class='label'>group-by-ref-type</span>
|
|
1570
1626
|
<span class='description'></span>
|
|
1571
1627
|
</div>
|
|
1628
|
+
<div class="icon" data-name="heart-filled" title="heart-filled">
|
|
1629
|
+
<span class="inner">
|
|
1630
|
+
<i class="codicon codicon-heart-filled" aria-hidden="true"></i>
|
|
1631
|
+
</span>
|
|
1632
|
+
<br>
|
|
1633
|
+
<span class='label'>heart-filled</span>
|
|
1634
|
+
<span class='description'></span>
|
|
1635
|
+
</div>
|
|
1572
1636
|
<div class="icon" data-name="heart" title="heart">
|
|
1573
1637
|
<span class="inner">
|
|
1574
1638
|
<i class="codicon codicon-heart" aria-hidden="true"></i>
|
|
@@ -1633,6 +1697,14 @@
|
|
|
1633
1697
|
<span class='label'>info</span>
|
|
1634
1698
|
<span class='description'></span>
|
|
1635
1699
|
</div>
|
|
1700
|
+
<div class="icon" data-name="insert" title="insert">
|
|
1701
|
+
<span class="inner">
|
|
1702
|
+
<i class="codicon codicon-insert" aria-hidden="true"></i>
|
|
1703
|
+
</span>
|
|
1704
|
+
<br>
|
|
1705
|
+
<span class='label'>insert</span>
|
|
1706
|
+
<span class='description'></span>
|
|
1707
|
+
</div>
|
|
1636
1708
|
<div class="icon" data-name="inspect" title="inspect">
|
|
1637
1709
|
<span class="inner">
|
|
1638
1710
|
<i class="codicon codicon-inspect" aria-hidden="true"></i>
|
|
@@ -2017,6 +2089,22 @@
|
|
|
2017
2089
|
<span class='label'>mail</span>
|
|
2018
2090
|
<span class='description'></span>
|
|
2019
2091
|
</div>
|
|
2092
|
+
<div class="icon" data-name="map-filled" title="map-filled">
|
|
2093
|
+
<span class="inner">
|
|
2094
|
+
<i class="codicon codicon-map-filled" aria-hidden="true"></i>
|
|
2095
|
+
</span>
|
|
2096
|
+
<br>
|
|
2097
|
+
<span class='label'>map-filled</span>
|
|
2098
|
+
<span class='description'></span>
|
|
2099
|
+
</div>
|
|
2100
|
+
<div class="icon" data-name="map" title="map">
|
|
2101
|
+
<span class="inner">
|
|
2102
|
+
<i class="codicon codicon-map" aria-hidden="true"></i>
|
|
2103
|
+
</span>
|
|
2104
|
+
<br>
|
|
2105
|
+
<span class='label'>map</span>
|
|
2106
|
+
<span class='description'></span>
|
|
2107
|
+
</div>
|
|
2020
2108
|
<div class="icon" data-name="markdown" title="markdown">
|
|
2021
2109
|
<span class="inner">
|
|
2022
2110
|
<i class="codicon codicon-markdown" aria-hidden="true"></i>
|
|
@@ -2649,6 +2737,14 @@
|
|
|
2649
2737
|
<span class='label'>screen-normal</span>
|
|
2650
2738
|
<span class='description'></span>
|
|
2651
2739
|
</div>
|
|
2740
|
+
<div class="icon" data-name="search-fuzzy" title="search-fuzzy">
|
|
2741
|
+
<span class="inner">
|
|
2742
|
+
<i class="codicon codicon-search-fuzzy" aria-hidden="true"></i>
|
|
2743
|
+
</span>
|
|
2744
|
+
<br>
|
|
2745
|
+
<span class='label'>search-fuzzy</span>
|
|
2746
|
+
<span class='description'></span>
|
|
2747
|
+
</div>
|
|
2652
2748
|
<div class="icon" data-name="search-stop" title="search-stop">
|
|
2653
2749
|
<span class="inner">
|
|
2654
2750
|
<i class="codicon codicon-search-stop" aria-hidden="true"></i>
|
|
@@ -2665,6 +2761,14 @@
|
|
|
2665
2761
|
<span class='label'>search</span>
|
|
2666
2762
|
<span class='description'></span>
|
|
2667
2763
|
</div>
|
|
2764
|
+
<div class="icon" data-name="send" title="send">
|
|
2765
|
+
<span class="inner">
|
|
2766
|
+
<i class="codicon codicon-send" aria-hidden="true"></i>
|
|
2767
|
+
</span>
|
|
2768
|
+
<br>
|
|
2769
|
+
<span class='label'>send</span>
|
|
2770
|
+
<span class='description'></span>
|
|
2771
|
+
</div>
|
|
2668
2772
|
<div class="icon" data-name="server-environment" title="server-environment">
|
|
2669
2773
|
<span class="inner">
|
|
2670
2774
|
<i class="codicon codicon-server-environment" aria-hidden="true"></i>
|
|
@@ -2753,6 +2857,14 @@
|
|
|
2753
2857
|
<span class='label'>source-control</span>
|
|
2754
2858
|
<span class='description'></span>
|
|
2755
2859
|
</div>
|
|
2860
|
+
<div class="icon" data-name="sparkle" title="sparkle">
|
|
2861
|
+
<span class="inner">
|
|
2862
|
+
<i class="codicon codicon-sparkle" aria-hidden="true"></i>
|
|
2863
|
+
</span>
|
|
2864
|
+
<br>
|
|
2865
|
+
<span class='label'>sparkle</span>
|
|
2866
|
+
<span class='description'></span>
|
|
2867
|
+
</div>
|
|
2756
2868
|
<div class="icon" data-name="split-horizontal" title="split-horizontal">
|
|
2757
2869
|
<span class="inner">
|
|
2758
2870
|
<i class="codicon codicon-split-horizontal" aria-hidden="true"></i>
|
|
@@ -3591,11 +3703,11 @@
|
|
|
3591
3703
|
description: 'dot round bullet'
|
|
3592
3704
|
},
|
|
3593
3705
|
{
|
|
3594
|
-
name: 'circle-large
|
|
3706
|
+
name: 'circle-large',
|
|
3595
3707
|
description: 'dot round bullet'
|
|
3596
3708
|
},
|
|
3597
3709
|
{
|
|
3598
|
-
name: 'circle
|
|
3710
|
+
name: 'circle',
|
|
3599
3711
|
description: 'dot round small bullet unverified breakpoint'
|
|
3600
3712
|
},
|
|
3601
3713
|
{
|