Skip to content

Commit

Permalink
Add github-project (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons authored Feb 15, 2024
1 parent f6131c4 commit 7bb2cb0
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 3 deletions.
3 changes: 2 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?950d295f44bbed469faf43a602f8f681") format("truetype");
src: url("./codicon.ttf?38ddcd5690ba6697d49b78a955182de9") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -614,4 +614,5 @@
.codicon-run-coverage:before { content: "\ec2c" }
.codicon-run-all-coverage:before { content: "\ec2d" }
.codicon-coverage:before { content: "\ec2e" }
.codicon-github-project:before { content: "\ec2f" }
.codicon-git-fetch:before { content: "\f101" }
1 change: 1 addition & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ git-stash,,EC26
github-action,,EAFF
github-alt,,EB00
github-inverted,,EBA1
github-project,,EC2F
github,,EA84
globe,,EB01
go-to-file,,EA94
Expand Down
8 changes: 8 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,14 @@ <h1>codicon</h1>
<span class='label'>github-inverted</span>
<span class='description'></span>
</div>
<div class="icon" data-name="github-project" title="github-project">
<span class="inner">
<i class="codicon codicon-github-project" aria-hidden="true"></i>
</span>
<br>
<span class='label'>github-project</span>
<span class='description'></span>
</div>
<div class="icon" data-name="github" title="github">
<span class="inner">
<i class="codicon codicon-github" 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/github-project.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,5 +555,6 @@
"code-oss": 60459,
"run-coverage": 60460,
"run-all-coverage": 60461,
"coverage": 60462
"coverage": 60462,
"github-project": 60463
}

0 comments on commit 7bb2cb0

Please sign in to comment.