Skip to content

Commit

Permalink
Add share and surround-with
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Dec 6, 2023
1 parent b2f1939 commit 88424ed
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 3 deletions.
5 changes: 4 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?69238e0e117df6cf6a2a67367763febf") format("truetype");
src: url("./codicon.ttf?95db974933d9216e653c60cdcc24d9d2") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -265,6 +265,7 @@
.codicon-diff-removed:before { content: "\eadf" }
.codicon-diff-renamed:before { content: "\eae0" }
.codicon-diff:before { content: "\eae1" }
.codicon-diff-sidebyside:before { content: "\eae1" }
.codicon-discard:before { content: "\eae2" }
.codicon-editor-layout:before { content: "\eae3" }
.codicon-empty-window:before { content: "\eae4" }
Expand Down Expand Up @@ -602,3 +603,5 @@
.codicon-sparkle-filled:before { content: "\ec21" }
.codicon-diff-single:before { content: "\ec22" }
.codicon-diff-multiple:before { content: "\ec23" }
.codicon-surround-with:before { content: "\ec24" }
.codicon-share:before { content: "\ec25" }
2 changes: 2 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ server-process,,EBA2
server,,EB50
settings-gear,,EB51
settings,,EB52
share,,EC25
shield,,EB53
sign-in,,EA6F
sign-out,,EA6E
Expand All @@ -359,6 +360,7 @@ star-empty,,EA6A
star-full,,EB59
star-half,,EB5A
stop-circle,,EBA5
surround-with,,EC24
symbol-array,,EA8A
symbol-boolean,,EA8F
symbol-class,,EB5B
Expand Down
16 changes: 16 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2913,6 +2913,14 @@ <h1>codicon</h1>
<span class='label'>settings</span>
<span class='description'></span>
</div>
<div class="icon" data-name="share" title="share">
<span class="inner">
<i class="codicon codicon-share" aria-hidden="true"></i>
</span>
<br>
<span class='label'>share</span>
<span class='description'></span>
</div>
<div class="icon" data-name="shield" title="shield">
<span class="inner">
<i class="codicon codicon-shield" aria-hidden="true"></i>
Expand Down Expand Up @@ -3041,6 +3049,14 @@ <h1>codicon</h1>
<span class='label'>stop-circle</span>
<span class='description'></span>
</div>
<div class="icon" data-name="surround-with" title="surround-with">
<span class="inner">
<i class="codicon codicon-surround-with" aria-hidden="true"></i>
</span>
<br>
<span class='label'>surround-with</span>
<span class='description'></span>
</div>
<div class="icon" data-name="symbol-array" title="symbol-array">
<span class="inner">
<i class="codicon codicon-symbol-array" 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/share.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/surround-with.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 @@ -544,5 +544,7 @@
"robot": 60448,
"sparkle-filled": 60449,
"diff-single": 60450,
"diff-multiple": 60451
"diff-multiple": 60451,
"surround-with": 60452,
"share": 60453
}

0 comments on commit 88424ed

Please sign in to comment.