Skip to content

Commit

Permalink
Update Codicons: bell-dot, debug alt, run
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Feb 19, 2020
1 parent 88044f2 commit 0c35df5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions 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?d0510f6ecacbb2788db2b3162273a3d8") format("truetype");
src: url("./codicon.ttf?279add2ec8b3d516ca20a123230cbf9f") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -303,6 +303,7 @@
.codicon-paintcan:before { content: "\eb2a" }
.codicon-pin:before { content: "\eb2b" }
.codicon-play:before { content: "\eb2c" }
.codicon-run:before { content: "\eb2c" }
.codicon-plug:before { content: "\eb2d" }
.codicon-preserve-case:before { content: "\eb2e" }
.codicon-preview:before { content: "\eb2f" }
Expand Down Expand Up @@ -413,5 +414,6 @@
.codicon-feedback:before { content: "\eb96" }
.codicon-group-by-ref-type:before { content: "\eb97" }
.codicon-ungroup-by-ref-type:before { content: "\eb98" }
.codicon-debug-alt-2:before { content: "\f101" }
.codicon-debug-alt:before { content: "\f102" }
.codicon-bell-dot:before { content: "\f101" }
.codicon-debug-alt-2:before { content: "\f102" }
.codicon-debug-alt:before { content: "\f103" }
Binary file modified src/vs/base/browser/ui/codiconLabel/codicon/codicon.ttf
Binary file not shown.

0 comments on commit 0c35df5

Please sign in to comment.