Skip to content

Commit

Permalink
Merge pull request #24 from piersdeseilligny/master
Browse files Browse the repository at this point in the history
Add magnet icon
  • Loading branch information
Miguel Solorio committed Sep 11, 2020
2 parents a940b14 + a9f6daa commit 4c61155
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/codicon.css
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
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
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.
1 change: 1 addition & 0 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.
4 changes: 3 additions & 1 deletion src/template/mapping.json
Expand Up @@ -481,5 +481,7 @@

"export": "60332",

"graph-left": "60333"
"graph-left": "60333",

"magnet":"60334"
}

0 comments on commit 4c61155

Please sign in to comment.