Skip to content

Commit

Permalink
Merge branch 'main' into ddossett/fix-bell-dot
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett committed Jun 17, 2022
2 parents e6f770f + c2ab490 commit ba0d3f4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,3 +564,4 @@
.codicon-map:before { content: "\ec05" }
.codicon-map-filled:before { content: "\ec06" }
.codicon-circle-small:before { content: "\ec07" }
.codicon-bell-slash:before { content: "\ec08" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ azure,,EBD8
beaker-stop,,EBE1
beaker,,EA79
bell-dot,,EB9A
bell-slash,,EC08
bell,,EAA2
blank,,EC03
bold,,EAA3
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,14 @@ <h1>codicon</h1>
<span class='label'>bell-dot</span>
<span class='description'></span>
</div>
<div class="icon" data-name="bell-slash" title="bell-slash">
<span class="inner">
<i class="codicon codicon-bell-slash" aria-hidden="true"></i>
</span>
<br>
<span class='label'>bell-slash</span>
<span class='description'></span>
</div>
<div class="icon" data-name="bell" title="bell">
<span class="inner">
<i class="codicon codicon-bell" aria-hidden="true"></i>
Expand Down
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/bell-slash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,5 +505,6 @@
"heart-filled": 60420,
"map": 60421,
"map-filled": 60422,
"circle-small": 60423
"circle-small": 60423,
"bell-slash": 60424
}

0 comments on commit ba0d3f4

Please sign in to comment.