Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comment-unresolved icon #121

Merged
merged 4 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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?397098f010dda732bd24d2bbb356741b") 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-comment-unresolved:before { content: "\f101" }
daviddossett marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ collapse-all,,EAC5
color-mode,,EAC6
combine,,EBB6
comment-discussion,,EAC7
comment-unresolved,,F101
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 @@ -713,6 +713,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.