diff --git a/dist/codicon.css b/dist/codicon.css index 8898a65..8d67351 100644 --- a/dist/codicon.css +++ b/dist/codicon.css @@ -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-'] { @@ -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" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 113d4f7..73fe356 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -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 diff --git a/dist/codicon.html b/dist/codicon.html index ad92154..fd6cbc1 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -1641,6 +1641,14 @@

codicon

github-inverted +
+ + + +
+ github-project + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index 98e5e0c..d7de4f2 100644 --- a/dist/codicon.svg +++ b/dist/codicon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/dist/codicon.ttf b/dist/codicon.ttf index 33316df..b34cfdc 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/github-project.svg b/src/icons/github-project.svg new file mode 100644 index 0000000..5d71fe6 --- /dev/null +++ b/src/icons/github-project.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index e0ba3f0..c7c157e 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -555,5 +555,6 @@ "code-oss": 60459, "run-coverage": 60460, "run-all-coverage": 60461, - "coverage": 60462 + "coverage": 60462, + "github-project": 60463 }