Skip to content

Commit

Permalink
Merge pull request #162 from drob/thumbsup-thumbsdown-filled
Browse files Browse the repository at this point in the history
Adds filled-in variants for thumbsup and thumbsdown icons.
  • Loading branch information
daviddossett authored Oct 4, 2023
2 parents 9143386 + 5e34226 commit a3262a8
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 3 deletions.
4 changes: 3 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?048883b96bc28cdeeed52a3bc31a3bb7") format("truetype");
src: url("./codicon.ttf?767505174788fc09a2e30545ae35beea") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -585,3 +585,5 @@
.codicon-sparkle:before { content: "\ec10" }
.codicon-insert:before { content: "\ec11" }
.codicon-mic:before { content: "\ec12" }
.codicon-thumbsdown-filled:before { content: "\ec13" }
.codicon-thumbsup-filled:before { content: "\ec14" }
2 changes: 2 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,9 @@ terminal-ubuntu,,EBC9
terminal,,EA85
text-size,,EB69
three-bars,,EB6A
thumbsdown-filled,,EC13
thumbsdown,,EB6B
thumbsup-filled,,EC14
thumbsup,,EB6C
tools,,EB6D
trash,,EA81
Expand Down
16 changes: 16 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -3265,6 +3265,14 @@ <h1>codicon</h1>
<span class='label'>three-bars</span>
<span class='description'></span>
</div>
<div class="icon" data-name="thumbsdown-filled" title="thumbsdown-filled">
<span class="inner">
<i class="codicon codicon-thumbsdown-filled" aria-hidden="true"></i>
</span>
<br>
<span class='label'>thumbsdown-filled</span>
<span class='description'></span>
</div>
<div class="icon" data-name="thumbsdown" title="thumbsdown">
<span class="inner">
<i class="codicon codicon-thumbsdown" aria-hidden="true"></i>
Expand All @@ -3273,6 +3281,14 @@ <h1>codicon</h1>
<span class='label'>thumbsdown</span>
<span class='description'></span>
</div>
<div class="icon" data-name="thumbsup-filled" title="thumbsup-filled">
<span class="inner">
<i class="codicon codicon-thumbsup-filled" aria-hidden="true"></i>
</span>
<br>
<span class='label'>thumbsup-filled</span>
<span class='description'></span>
</div>
<div class="icon" data-name="thumbsup" title="thumbsup">
<span class="inner">
<i class="codicon codicon-thumbsup" 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/thumbsdown-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/thumbsup-filled.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 @@ -526,5 +526,7 @@
"send": 60431,
"sparkle": 60432,
"insert": 60433,
"mic": 60434
"mic": 60434,
"thumbsdown-filled": 60435,
"thumbsup-filled": 60436
}

0 comments on commit a3262a8

Please sign in to comment.