Skip to content

Commit

Permalink
Add bell-slash-dot
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett committed Jun 29, 2022
1 parent 89a0cf0 commit 7d3c3ad
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
3 changes: 2 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?0d212ff1403552c70df8a37d9eb727ae") format("truetype");
src: url("./codicon.ttf?9981ddfdf551274c09fc882f70c3de78") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -565,3 +565,4 @@
.codicon-map-filled:before { content: "\ec06" }
.codicon-circle-small:before { content: "\ec07" }
.codicon-bell-slash:before { content: "\ec08" }
.codicon-bell-slash-dot:before { content: "\f101" }
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-dot,,F101
bell-slash,,EC08
bell,,EAA2
blank,,EC03
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-dot" title="bell-slash-dot">
<span class="inner">
<i class="codicon codicon-bell-slash-dot" aria-hidden="true"></i>
</span>
<br>
<span class='label'>bell-slash-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>
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.
1 change: 1 addition & 0 deletions src/icons/bell-slash-dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d3c3ad

Please sign in to comment.