Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett committed Mar 13, 2023
1 parent a0d67fa commit e6fca4b
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?939d3cf562f2f1379a18b5c3113b59cd") format("truetype");
src: url("./codicon.ttf?40b3883e215e39a4e68a5bbf511fe6ee") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -577,3 +577,5 @@
.codicon-git-pull-request-new-changes:before { content: "\ec0c" }
.codicon-search-fuzzy:before { content: "\ec0d" }
.codicon-comment-draft:before { content: "\ec0e" }
.codicon-send:before { content: "\ec0f" }
.codicon-sparkle:before { content: "\ec10" }
2 changes: 2 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ screen-normal,,EB4D
search-fuzzy,,EC0D
search-stop,,EB4E
search,,EA6D
send,,EC0F
server-environment,,EBA3
server-process,,EBA2
server,,EB50
Expand All @@ -334,6 +335,7 @@ sign-out,,EA6E
smiley,,EB54
sort-precedence,,EB55
source-control,,EA68
sparkle,,EC10
split-horizontal,,EB56
split-vertical,,EB57
squirrel,,EB58
Expand Down
16 changes: 16 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2753,6 +2753,14 @@ <h1>codicon</h1>
<span class='label'>search</span>
<span class='description'></span>
</div>
<div class="icon" data-name="send" title="send">
<span class="inner">
<i class="codicon codicon-send" aria-hidden="true"></i>
</span>
<br>
<span class='label'>send</span>
<span class='description'></span>
</div>
<div class="icon" data-name="server-environment" title="server-environment">
<span class="inner">
<i class="codicon codicon-server-environment" aria-hidden="true"></i>
Expand Down Expand Up @@ -2841,6 +2849,14 @@ <h1>codicon</h1>
<span class='label'>source-control</span>
<span class='description'></span>
</div>
<div class="icon" data-name="sparkle" title="sparkle">
<span class="inner">
<i class="codicon codicon-sparkle" aria-hidden="true"></i>
</span>
<br>
<span class='label'>sparkle</span>
<span class='description'></span>
</div>
<div class="icon" data-name="split-horizontal" title="split-horizontal">
<span class="inner">
<i class="codicon codicon-split-horizontal" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.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 dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/send.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/sparkle.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 @@ -518,5 +518,7 @@
"git-pull-request-go-to-changes": 60427,
"git-pull-request-new-changes": 60428,
"search-fuzzy": 60429,
"comment-draft": 60430
"comment-draft": 60430,
"send": 60431,
"sparkle": 60432
}

0 comments on commit e6fca4b

Please sign in to comment.