Skip to content

Commit

Permalink
Merge branch 'main' into ddossett/bell-slash
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett committed Jun 17, 2022
2 parents a10a2c4 + 2b98cb8 commit 3ed5d2c
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 14 deletions.
8 changes: 6 additions & 2 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?8b8f74b71023e64e4a0ee9fef922f43d") format("truetype");
src: url("./codicon.ttf?354cd4853b34f32fb8938a50a1b42acb") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -433,6 +433,7 @@
.codicon-debug-breakpoint-function:before { content: "\eb88" }
.codicon-debug-breakpoint-function-disabled:before { content: "\eb88" }
.codicon-debug-stackframe-active:before { content: "\eb89" }
.codicon-circle-small-filled:before { content: "\eb8a" }
.codicon-debug-stackframe-dot:before { content: "\eb8a" }
.codicon-debug-stackframe:before { content: "\eb8b" }
.codicon-debug-stackframe-focused:before { content: "\eb8b" }
Expand Down Expand Up @@ -560,4 +561,7 @@
.codicon-layout-sidebar-left-off:before { content: "\ec02" }
.codicon-blank:before { content: "\ec03" }
.codicon-heart-filled:before { content: "\ec04" }
.codicon-bell-slash:before { content: "\ec05" }
.codicon-map:before { content: "\ec05" }
.codicon-map-filled:before { content: "\ec06" }
.codicon-circle-small:before { content: "\ec07" }
.codicon-bell-slash:before { content: "\ec08" }
7 changes: 5 additions & 2 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ azure,,EBD8
beaker-stop,,EBE1
beaker,,EA79
bell-dot,,EB9A
bell-slash,,EC05
bell-slash,,EC08
bell,,EAA2
blank,,EC03
bold,,EAA3
Expand Down Expand Up @@ -54,6 +54,8 @@ circle-large-filled,,EBB4
circle-large-outline,,EBB5
circle-outline,,EABC
circle-slash,,EABD
circle-small-filled,,EB8A
circle-small,,EC07
circuit-board,,EABE
clear-all,,EABF
clippy,,EAC0
Expand Down Expand Up @@ -100,7 +102,6 @@ debug-restart-frame,,EB90
debug-restart,,EAD2
debug-reverse-continue,,EB8E
debug-stackframe-active,,EB89
debug-stackframe-dot,,EB8A
debug-stackframe,,EB8B
debug-start,,EAD3
debug-step-back,,EB8F
Expand Down Expand Up @@ -233,6 +234,8 @@ lock,,EA75
magnet,,EBAE
mail-read,,EB1B
mail,,EB1C
map-filled,,EC06
map,,EC05
markdown,,EB1D
megaphone,,EB1E
mention,,EB1F
Expand Down
40 changes: 32 additions & 8 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,22 @@ <h1>codicon</h1>
<span class='label'>circle-slash</span>
<span class='description'></span>
</div>
<div class="icon" data-name="circle-small-filled" title="circle-small-filled">
<span class="inner">
<i class="codicon codicon-circle-small-filled" aria-hidden="true"></i>
</span>
<br>
<span class='label'>circle-small-filled</span>
<span class='description'></span>
</div>
<div class="icon" data-name="circle-small" title="circle-small">
<span class="inner">
<i class="codicon codicon-circle-small" aria-hidden="true"></i>
</span>
<br>
<span class='label'>circle-small</span>
<span class='description'></span>
</div>
<div class="icon" data-name="circuit-board" title="circuit-board">
<span class="inner">
<i class="codicon codicon-circuit-board" aria-hidden="true"></i>
Expand Down Expand Up @@ -961,14 +977,6 @@ <h1>codicon</h1>
<span class='label'>debug-stackframe-active</span>
<span class='description'></span>
</div>
<div class="icon" data-name="debug-stackframe-dot" title="debug-stackframe-dot">
<span class="inner">
<i class="codicon codicon-debug-stackframe-dot" aria-hidden="true"></i>
</span>
<br>
<span class='label'>debug-stackframe-dot</span>
<span class='description'></span>
</div>
<div class="icon" data-name="debug-stackframe" title="debug-stackframe">
<span class="inner">
<i class="codicon codicon-debug-stackframe" aria-hidden="true"></i>
Expand Down Expand Up @@ -2033,6 +2041,22 @@ <h1>codicon</h1>
<span class='label'>mail</span>
<span class='description'></span>
</div>
<div class="icon" data-name="map-filled" title="map-filled">
<span class="inner">
<i class="codicon codicon-map-filled" aria-hidden="true"></i>
</span>
<br>
<span class='label'>map-filled</span>
<span class='description'></span>
</div>
<div class="icon" data-name="map" title="map">
<span class="inner">
<i class="codicon codicon-map" aria-hidden="true"></i>
</span>
<br>
<span class='label'>map</span>
<span class='description'></span>
</div>
<div class="icon" data-name="markdown" title="markdown">
<span class="inner">
<i class="codicon codicon-markdown" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/codicon.ttf
Binary file not shown.
File renamed without changes
1 change: 1 addition & 0 deletions src/icons/circle-small.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/map-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"debug-breakpoint-function": 60296,
"debug-breakpoint-function-disabled": 60296,
"debug-stackframe-active": 60297,
"circle-small-filled": 60298,
"debug-stackframe-dot": 60298,
"debug-stackframe": 60299,
"debug-stackframe-focused": 60299,
Expand Down Expand Up @@ -502,5 +503,8 @@
"layout-sidebar-left-off": 60418,
"blank": 60419,
"heart-filled": 60420,
"bell-slash": 60421
"map": 60421,
"map-filled": 60422,
"circle-small": 60423,
"bell-slash": 60424
}

0 comments on commit 3ed5d2c

Please sign in to comment.