Skip to content

Commit

Permalink
Run build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Sep 11, 2020
1 parent 5099d29 commit a9f6daa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion dist/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?e3d44b5e0d1144fd39ced73504d96e97") format("truetype");
src: url("./codicon.ttf?2d8845e471b17710e17ce49926ab9dfb") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -437,3 +437,4 @@
.codicon-merge:before { content: "\ebab" }
.codicon-export:before { content: "\ebac" }
.codicon-graph-left:before { content: "\ebad" }
.codicon-magnet:before { content: "\ebae" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ live-share,,EB18
loading,,EB19
location,,EB1A
lock,,EA75
magnet,,EBAE
mail-read,,EB1B
mail,,EB1C
markdown,,EB1D
Expand Down
7 changes: 7 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,13 @@ <h1>codicon</h1>
<br>
<span class='label'>lock</span>
</div>
<div class="icon" data-name="magnet" title="magnet">
<span class="inner">
<i class="codicon codicon-magnet"></i>
</span>
<br>
<span class='label'>magnet</span>
</div>
<div class="icon" data-name="mail-read" title="mail-read">
<span class="inner">
<i class="codicon codicon-mail-read"></i>
Expand Down
Binary file modified dist/codicon.ttf
Binary file not shown.
6 changes: 1 addition & 5 deletions src/icons/magnet.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9f6daa

Please sign in to comment.