diff --git a/dist/codicon.css b/dist/codicon.css index 8b729e5..2d56257 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?d9b1109d9920b1dd6ff18f1cfd343f63") format("truetype"); + src: url("./codicon.ttf?f9c1a7f3d590fb0313e096a3696d92d8") format("truetype"); } .codicon[class*='codicon-'] { @@ -596,7 +596,7 @@ .codicon-piano:before { content: "\ec1a" } .codicon-music:before { content: "\ec1b" } .codicon-mic-filled:before { content: "\ec1c" } -.codicon-git-fetch:before { content: "\ec1d" } +.codicon-repo-fetch:before { content: "\ec1d" } .codicon-copilot:before { content: "\ec1e" } .codicon-lightbulb-sparkle:before { content: "\ec1f" } .codicon-robot:before { content: "\ec20" } @@ -614,3 +614,4 @@ .codicon-run-coverage:before { content: "\ec2c" } .codicon-run-all-coverage:before { content: "\ec2d" } .codicon-coverage:before { content: "\ec2e" } +.codicon-git-fetch:before { content: "\f101" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 7f0dafb..113d4f7 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -170,7 +170,7 @@ gift,,EAF9 gist-secret,,EAFA git-commit,,EAFC git-compare,,EAFD -git-fetch,,EC1D +git-fetch,,F101 git-merge,,EAFE git-pull-request-closed,,EBDA git-pull-request-create,,EBBC @@ -317,6 +317,7 @@ replace-all,,EB3C replace,,EB3D reply,,EA7D repo-clone,,EB3E +repo-fetch,,EC1D repo-force-push,,EB3F repo-forked,,EA63 repo-pull,,EB40 diff --git a/dist/codicon.html b/dist/codicon.html index a3481a7..ad92154 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -2705,6 +2705,14 @@

codicon

repo-clone +
+ + + +
+ repo-fetch + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index 40d150d..c9063e6 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 f369656..4894dfa 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/repo-fetch.svg b/src/icons/repo-fetch.svg new file mode 100644 index 0000000..857083b --- /dev/null +++ b/src/icons/repo-fetch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/repo-force-push.svg b/src/icons/repo-force-push.svg index 37c9a3d..d546ffc 100644 --- a/src/icons/repo-force-push.svg +++ b/src/icons/repo-force-push.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/repo-pull.svg b/src/icons/repo-pull.svg index 8210959..d73c1d9 100644 --- a/src/icons/repo-pull.svg +++ b/src/icons/repo-pull.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/repo-push.svg b/src/icons/repo-push.svg index 8faf451..694679b 100644 --- a/src/icons/repo-push.svg +++ b/src/icons/repo-push.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 466432a..e0ba3f0 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -538,7 +538,7 @@ "piano": 60442, "music": 60443, "mic-filled": 60444, - "git-fetch": 60445, + "repo-fetch": 60445, "copilot": 60446, "lightbulb-sparkle": 60447, "robot": 60448,