Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add share and surround-with #214

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Loading