Skip to content

Commit

Permalink
Add diff-single and diff-multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Nov 28, 2023
1 parent 0fc18ff commit b2f1939
Show file tree
Hide file tree
Showing 8 changed files with 28 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?1135bba23cf61045feef151ad9a24a0a") format("truetype");
src: url("./codicon.ttf?69238e0e117df6cf6a2a67367763febf") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -600,3 +600,5 @@
.codicon-lightbulb-sparkle:before { content: "\ec1f" }
.codicon-robot:before { content: "\ec20" }
.codicon-sparkle-filled:before { content: "\ec21" }
.codicon-diff-single:before { content: "\ec22" }
.codicon-diff-multiple:before { content: "\ec23" }
2 changes: 2 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ device-mobile,,EADB
diff-added,,EADC
diff-ignored,,EADD
diff-modified,,EADE
diff-multiple,,EC23
diff-removed,,EADF
diff-renamed,,EAE0
diff-single,,EC22
diff,,EAE1
discard,,EAE2
edit,,EA73
Expand Down
16 changes: 16 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,14 @@ <h1>codicon</h1>
<span class='label'>diff-modified</span>
<span class='description'></span>
</div>
<div class="icon" data-name="diff-multiple" title="diff-multiple">
<span class="inner">
<i class="codicon codicon-diff-multiple" aria-hidden="true"></i>
</span>
<br>
<span class='label'>diff-multiple</span>
<span class='description'></span>
</div>
<div class="icon" data-name="diff-removed" title="diff-removed">
<span class="inner">
<i class="codicon codicon-diff-removed" aria-hidden="true"></i>
Expand All @@ -1161,6 +1169,14 @@ <h1>codicon</h1>
<span class='label'>diff-renamed</span>
<span class='description'></span>
</div>
<div class="icon" data-name="diff-single" title="diff-single">
<span class="inner">
<i class="codicon codicon-diff-single" aria-hidden="true"></i>
</span>
<br>
<span class='label'>diff-single</span>
<span class='description'></span>
</div>
<div class="icon" data-name="diff" title="diff">
<span class="inner">
<i class="codicon codicon-diff" 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/diff-multiple.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/diff-single.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"diff-removed": 60127,
"diff-renamed": 60128,
"diff": 60129,
"diff-sidebyside": 60129,
"discard": 60130,
"editor-layout": 60131,
"empty-window": 60132,
Expand Down Expand Up @@ -541,5 +542,7 @@
"copilot": 60446,
"lightbulb-sparkle": 60447,
"robot": 60448,
"sparkle-filled": 60449
"sparkle-filled": 60449,
"diff-single": 60450,
"diff-multiple": 60451
}

0 comments on commit b2f1939

Please sign in to comment.