Skip to content

Commit

Permalink
Fix #79725
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Aug 26, 2019
1 parent 237b9f3 commit 355be5e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/vs/base/browser/ui/octiconLabel/octicons/octicons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: "octicons";
src: url("./octicons.ttf?dda6b6d46f87b1fa91a76fc0389eeb1d") format("truetype"),
url("./octicons.svg?dda6b6d46f87b1fa91a76fc0389eeb1d#octicons") format("svg");
src: url("./octicons.ttf?759e9adce5213a11e27cd79af7448e2e") format("truetype"),
url("./octicons.svg?759e9adce5213a11e27cd79af7448e2e#octicons") format("svg");
}

.octicon, .mega-octicon {
Expand Down Expand Up @@ -233,8 +233,8 @@ url("./octicons.svg?dda6b6d46f87b1fa91a76fc0389eeb1d#octicons") format("svg");
.octicon-watch:before { content: "\f0e0" }
.octicon-x:before { content: "\f081" }
.octicon-zap:before { content: "\26a1" }
.octicon-error:before { content: "\26a2" }
.octicon-eye-closed:before { content: "\26a3" }
.octicon-error:before { content: "\26b1" }
.octicon-eye-closed:before { content: "\26b0" }
.octicon-fold-down:before { content: "\26a4" }
.octicon-fold-up:before { content: "\26a5" }
.octicon-github-action:before { content: "\26a6" }
Expand Down
4 changes: 2 additions & 2 deletions src/vs/base/browser/ui/octiconLabel/octicons/octicons.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 src/vs/base/browser/ui/octiconLabel/octicons/octicons.ttf
Binary file not shown.
8 changes: 4 additions & 4 deletions src/vs/base/browser/ui/octiconLabel/octicons/octicons2.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: "octicons2";
src: url("./octicons2.ttf?dee9935d8deb764a470d194d9f0d07f7") format("truetype"),
url("./octicons2.svg?dee9935d8deb764a470d194d9f0d07f7#octicons2") format("svg");
src: url("./octicons2.ttf?e9cbaa049a291f47ea2a38815e18222e") format("truetype"),
url("./octicons2.svg?e9cbaa049a291f47ea2a38815e18222e#octicons2") format("svg");
}

.octicon, .mega-octicon {
Expand Down Expand Up @@ -157,15 +157,15 @@ url("./octicons2.svg?dee9935d8deb764a470d194d9f0d07f7#octicons2") format("svg");
.octicon-note:before { content: "\f289" }
.octicon-octoface:before { content: "\f008" }
.octicon-organization:before { content: "\f037" }
.octicon-organization-filled:before { content: "\26a2" }
.octicon-organization-filled:before { content: "\f037" }
.octicon-organization-outline:before { content: "\f037" }
.octicon-package:before { content: "\f0c4" }
.octicon-paintcan:before { content: "\f0d1" }
.octicon-pencil:before { content: "\f058" }
.octicon-person-add:before { content: "\f018" }
.octicon-person-follow:before { content: "\f018" }
.octicon-person:before { content: "\f018" }
.octicon-person-filled:before { content: "\26a3" }
.octicon-person-filled:before { content: "\f018" }
.octicon-person-outline:before { content: "\f018" }
.octicon-pin:before { content: "\f041" }
.octicon-plug:before { content: "\f0d4" }
Expand Down
Binary file modified src/vs/base/browser/ui/octiconLabel/octicons/octicons2.ttf
Binary file not shown.

0 comments on commit 355be5e

Please sign in to comment.