Skip to content

Commit

Permalink
Add circle-small (Fixes #114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jun 17, 2022
1 parent 8bbf38c commit 2b98cb8
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 12 deletions.
4 changes: 3 additions & 1 deletion 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?9fd179279dbdb321b2045b35a7f81fec") format("truetype");
src: url("./codicon.ttf?9b704efb9092e96d7384d6cc0b44cbfd") 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 @@ -562,3 +563,4 @@
.codicon-heart-filled:before { content: "\ec04" }
.codicon-map:before { content: "\ec05" }
.codicon-map-filled:before { content: "\ec06" }
.codicon-circle-small:before { content: "\ec07" }
3 changes: 2 additions & 1 deletion dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,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 @@ -99,7 +101,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
24 changes: 16 additions & 8 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,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 @@ -953,14 +969,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
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.
4 changes: 3 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 @@ -503,5 +504,6 @@
"blank": 60419,
"heart-filled": 60420,
"map": 60421,
"map-filled": 60422
"map-filled": 60422,
"circle-small": 60423
}

0 comments on commit 2b98cb8

Please sign in to comment.