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 github-project #227

Merged
merged 1 commit into from
Feb 15, 2024
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
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
}
Loading