Skip to content

Commit

Permalink
Add heart-filled (Fixes #113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jun 13, 2022
1 parent 02e49f4 commit 0862203
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 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?f06865699f1720ee6ca6e0a4aa084d76") format("truetype");
src: url("./codicon.ttf?752d158f6fdd841fdf625d81780ae8e5") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -559,3 +559,4 @@
.codicon-layout-panel-off:before { content: "\ec01" }
.codicon-layout-sidebar-left-off:before { content: "\ec02" }
.codicon-blank:before { content: "\ec03" }
.codicon-heart-filled:before { content: "\ec04" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ graph-scatter,,EBE3
graph,,EB03
gripper,,EB04
group-by-ref-type,,EB97
heart-filled,,EC04
heart,,EB05
history,,EA82
home,,EB06
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,14 @@ <h1>codicon</h1>
<span class='label'>group-by-ref-type</span>
<span class='description'></span>
</div>
<div class="icon" data-name="heart-filled" title="heart-filled">
<span class="inner">
<i class="codicon codicon-heart-filled" aria-hidden="true"></i>
</span>
<br>
<span class='label'>heart-filled</span>
<span class='description'></span>
</div>
<div class="icon" data-name="heart" title="heart">
<span class="inner">
<i class="codicon codicon-heart" 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/heart-filled.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 @@ -500,5 +500,6 @@
"layout-sidebar-right-off": 60416,
"layout-panel-off": 60417,
"layout-sidebar-left-off": 60418,
"blank": 60419
"blank": 60419,
"heart-filled": 60420
}

0 comments on commit 0862203

Please sign in to comment.