Skip to content

Commit

Permalink
Add 'circle-large-outline' and 'circle-large-filled'
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Nov 24, 2020
1 parent 53f3bf9 commit 7ddcbfb
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@font-face {
font-family: "codicon";
src: url("./codicon.ttf?13cedf70e654d3e009c7670ac7c3d957") format("truetype");
src: url("./codicon.ttf?c39a6f417c0e9b742898c54648b1f1ea") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -443,3 +443,5 @@
.codicon-check-all:before { content: "\ebb1" }
.codicon-pinned-dirty:before { content: "\ebb2" }
.codicon-pass-filled:before { content: "\ebb3" }
.codicon-circle-large-filled:before { content: "\ebb4" }
.codicon-circle-large-outline:before { content: "\ebb5" }
2 changes: 2 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ chrome-maximize,,EAB9
chrome-minimize,,EABA
chrome-restore,,EABB
circle-filled,,EA71
circle-large-filled,,EBB4
circle-large-outline,,EBB5
circle-outline,,EABC
circle-slash,,EABD
circuit-board,,EABE
Expand Down
14 changes: 14 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,20 @@ <h1>codicon</h1>
<br>
<span class='label'>circle-filled</span>
</div>
<div class="icon" data-name="circle-large-filled" title="circle-large-filled">
<span class="inner">
<i class="codicon codicon-circle-large-filled"></i>
</span>
<br>
<span class='label'>circle-large-filled</span>
</div>
<div class="icon" data-name="circle-large-outline" title="circle-large-outline">
<span class="inner">
<i class="codicon codicon-circle-large-outline"></i>
</span>
<br>
<span class='label'>circle-large-outline</span>
</div>
<div class="icon" data-name="circle-outline" title="circle-outline">
<span class="inner">
<i class="codicon codicon-circle-outline"></i>
Expand Down
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/circle-large-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/circle-large-outline.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 @@ -489,5 +489,7 @@
"redo":"60336",
"check-all":"60337",
"pinned-dirty":"60338",
"pass-filled":"60339"
"pass-filled":"60339",
"circle-large-filled":"60340",
"circle-large-outline":"60341"
}

0 comments on commit 7ddcbfb

Please sign in to comment.