Skip to content

Commit

Permalink
Add comment-unresolved icon (#121)
Browse files Browse the repository at this point in the history
* Add comment-unresolved icon

* Fix mapping

* Fix mapping again
  • Loading branch information
daviddossett authored Jul 11, 2022
1 parent 7d3c3ad commit 3ad069b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 5 deletions.
5 changes: 3 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?9981ddfdf551274c09fc882f70c3de78") format("truetype");
src: url("./codicon.ttf?8048f96da7aeae8071f8f1fb193f4410") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -565,4 +565,5 @@
.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" }
.codicon-bell-slash-dot:before { content: "\ec09" }
.codicon-comment-unresolved:before { content: "\ec0a" }
3 changes: 2 additions & 1 deletion 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-dot,,F101
bell-slash-dot,,EC09
bell-slash,,EC08
bell,,EAA2
blank,,EC03
Expand Down Expand Up @@ -70,6 +70,7 @@ collapse-all,,EAC5
color-mode,,EAC6
combine,,EBB6
comment-discussion,,EAC7
comment-unresolved,,EC0A
comment,,EA6B
compass-active,,EBD7
compass-dot,,EBD6
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,14 @@ <h1>codicon</h1>
<span class='label'>comment-discussion</span>
<span class='description'></span>
</div>
<div class="icon" data-name="comment-unresolved" title="comment-unresolved">
<span class="inner">
<i class="codicon codicon-comment-unresolved" aria-hidden="true"></i>
</span>
<br>
<span class='label'>comment-unresolved</span>
<span class='description'></span>
</div>
<div class="icon" data-name="comment" title="comment">
<span class="inner">
<i class="codicon codicon-comment" 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/comment-unresolved.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 @@ -506,5 +506,7 @@
"map": 60421,
"map-filled": 60422,
"circle-small": 60423,
"bell-slash": 60424
"bell-slash": 60424,
"bell-slash-dot": 60425,
"comment-unresolved": 60426
}

0 comments on commit 3ad069b

Please sign in to comment.