Skip to content

Commit

Permalink
Update Codicons: add "menu" icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Dec 12, 2019
1 parent dfd849b commit ec654db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/base/browser/ui/codiconLabel/codicon/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@font-face {
font-family: "codicon";
src: url("./codicon.ttf?492a6fd01b6016b3b49ce30bcd89656e") format("truetype");
src: url("./codicon.ttf?7ed98366b9684aff02478216decd2fe9") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -407,4 +407,5 @@
.codicon-debug-alternate:before { content: "\eb91" }
.codicon-call-incoming:before { content: "\eb92" }
.codicon-call-outgoing:before { content: "\eb93" }
.codicon-menu:before { content: "\eb94" }
.codicon-debug-alt:before { content: "\f101" }
Binary file modified src/vs/base/browser/ui/codiconLabel/codicon/codicon.ttf
Binary file not shown.

0 comments on commit ec654db

Please sign in to comment.