Skip to content

Commit

Permalink
Fixes mapping per CR.
Browse files Browse the repository at this point in the history
  • Loading branch information
drob committed Oct 4, 2023
1 parent ee6e7be commit 5e34226
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 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?443c0b27046851a10270f497fb0722e2") format("truetype");
src: url("./codicon.ttf?767505174788fc09a2e30545ae35beea") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -406,9 +406,7 @@
.codicon-text-size:before { content: "\eb69" }
.codicon-three-bars:before { content: "\eb6a" }
.codicon-thumbsdown:before { content: "\eb6b" }
.codicon-thumbsdown-filled:before { content: "\eb6b" }
.codicon-thumbsup:before { content: "\eb6c" }
.codicon-thumbsup-filled:before { content: "\eb6c" }
.codicon-tools:before { content: "\eb6d" }
.codicon-triangle-down:before { content: "\eb6e" }
.codicon-triangle-left:before { content: "\eb6f" }
Expand Down Expand Up @@ -587,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" }
6 changes: 4 additions & 2 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,10 @@ terminal-ubuntu,,EBC9
terminal,,EA85
text-size,,EB69
three-bars,,EB6A
thumbsdown-filled,,EB6B
thumbsup-filled,,EB6C
thumbsdown-filled,,EC13
thumbsdown,,EB6B
thumbsup-filled,,EC14
thumbsup,,EB6C
tools,,EB6D
trash,,EA81
triangle-down,,EB6E
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.
6 changes: 3 additions & 3 deletions src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,7 @@
"text-size": 60265,
"three-bars": 60266,
"thumbsdown": 60267,
"thumbsdown-filled": 60267,
"thumbsup": 60268,
"thumbsup-filled": 60268,
"tools": 60269,
"triangle-down": 60270,
"triangle-left": 60271,
Expand Down Expand Up @@ -528,5 +526,7 @@
"send": 60431,
"sparkle": 60432,
"insert": 60433,
"mic": 60434
"mic": 60434,
"thumbsdown-filled": 60435,
"thumbsup-filled": 60436
}

0 comments on commit 5e34226

Please sign in to comment.