Skip to content

Commit

Permalink
- Update 'pinned'
Browse files Browse the repository at this point in the history
- Add 'export'
- Compress 'merge'
  • Loading branch information
Miguel Solorio committed Sep 9, 2020
1 parent 15cccc7 commit 5bcb1a0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 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?0157c11b7267b6da81eca74d418a8f17") format("truetype");
src: url("./codicon.ttf?9d1b5a717a01b46e4ef85bb19f96caed") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -435,3 +435,4 @@
.codicon-vm-connect:before { content: "\eba9" }
.codicon-cloud:before { content: "\ebaa" }
.codicon-merge:before { content: "\ebab" }
.codicon-export:before { content: "\ebac" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ empty-window,,EAE4
error,,EA87
exclude,,EAE5
expand-all,,EB95
export,,EBAC
extensions,,EAE6
eye-closed,,EAE7
eye,,EA70
Expand Down
7 changes: 7 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,13 @@ <h1>codicon</h1>
<br>
<span class='label'>expand-all</span>
</div>
<div class="icon" data-name="export" title="export">
<span class="inner">
<i class="codicon codicon-export"></i>
</span>
<br>
<span class='label'>export</span>
</div>
<div class="icon" data-name="extensions" title="extensions">
<span class="inner">
<i class="codicon codicon-extensions"></i>
Expand Down
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/export.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/merge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/icons/pinned.svg
Loading
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
Original file line number Diff line number Diff line change
Expand Up @@ -477,5 +477,7 @@
"vm-connect": "60329",

"cloud": "60330",
"merge": "60331"
"merge": "60331",

"export": "60332"
}

0 comments on commit 5bcb1a0

Please sign in to comment.