diff --git a/dist/codicon.css b/dist/codicon.css
index 8c94f9ff..404f5e10 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?8048f96da7aeae8071f8f1fb193f4410") format("truetype");
+ src: url("./codicon.ttf?0e5b0adf625a37fbcd638d31f0fe72aa") format("truetype");
}
.codicon[class*='codicon-'] {
@@ -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" }
diff --git a/dist/codicon.csv b/dist/codicon.csv
index c31b2db5..0fd7d656 100644
--- a/dist/codicon.csv
+++ b/dist/codicon.csv
@@ -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
diff --git a/dist/codicon.html b/dist/codicon.html
index a1634619..ec8a3224 100644
--- a/dist/codicon.html
+++ b/dist/codicon.html
@@ -1489,6 +1489,22 @@
codicon
git-pull-request-draft
+
+
+
+
+
+ git-pull-request-go-to-changes
+
+
+
+
+
+
+
+ git-pull-request-new-changes
+
+
diff --git a/dist/codicon.svg b/dist/codicon.svg
index 20458409..7689b4d9 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 9d4627df..5abfa748 100644
Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ
diff --git a/src/icons/git-pull-request-go-to-changes.svg b/src/icons/git-pull-request-go-to-changes.svg
new file mode 100644
index 00000000..4f9c56f2
--- /dev/null
+++ b/src/icons/git-pull-request-go-to-changes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/git-pull-request-new-changes.svg b/src/icons/git-pull-request-new-changes.svg
new file mode 100644
index 00000000..e64067e7
--- /dev/null
+++ b/src/icons/git-pull-request-new-changes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/template/mapping.json b/src/template/mapping.json
index 9109e7df..f00a6cbd 100644
--- a/src/template/mapping.json
+++ b/src/template/mapping.json
@@ -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
}