Skip to content

Commit

Permalink
Merge pull request #124 from microsoft/ddossett/ghpri-icons
Browse files Browse the repository at this point in the history
Add `git-pull-request-new-changes` and `git-pull-request-go-to-changes`
  • Loading branch information
daviddossett authored Jul 22, 2022
2 parents def4b2c + 059792a commit f99aff7
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?8048f96da7aeae8071f8f1fb193f4410") format("truetype");
src: url("./codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -567,3 +567,5 @@
.codicon-bell-slash:before { content: "\ec08" }
.codicon-bell-slash-dot:before { content: "\ec09" }
.codicon-comment-unresolved:before { content: "\ec0a" }
.codicon-git-pull-request-go-to-changes:before { content: "\ec0b" }
.codicon-git-pull-request-new-changes:before { content: "\ec0c" }
2 changes: 2 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ git-merge,,EAFE
git-pull-request-closed,,EBDA
git-pull-request-create,,EBBC
git-pull-request-draft,,EBDB
git-pull-request-go-to-changes,,EC0B
git-pull-request-new-changes,,EC0C
git-pull-request,,EA64
github-action,,EAFF
github-alt,,EB00
Expand Down
16 changes: 16 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,22 @@ <h1>codicon</h1>
<span class='label'>git-pull-request-draft</span>
<span class='description'></span>
</div>
<div class="icon" data-name="git-pull-request-go-to-changes" title="git-pull-request-go-to-changes">
<span class="inner">
<i class="codicon codicon-git-pull-request-go-to-changes" aria-hidden="true"></i>
</span>
<br>
<span class='label'>git-pull-request-go-to-changes</span>
<span class='description'></span>
</div>
<div class="icon" data-name="git-pull-request-new-changes" title="git-pull-request-new-changes">
<span class="inner">
<i class="codicon codicon-git-pull-request-new-changes" aria-hidden="true"></i>
</span>
<br>
<span class='label'>git-pull-request-new-changes</span>
<span class='description'></span>
</div>
<div class="icon" data-name="git-pull-request" title="git-pull-request">
<span class="inner">
<i class="codicon codicon-git-pull-request" 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/git-pull-request-go-to-changes.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/git-pull-request-new-changes.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 @@ -508,5 +508,7 @@
"circle-small": 60423,
"bell-slash": 60424,
"bell-slash-dot": 60425,
"comment-unresolved": 60426
"comment-unresolved": 60426,
"git-pull-request-go-to-changes": 60427,
"git-pull-request-new-changes": 60428
}

0 comments on commit f99aff7

Please sign in to comment.