diff --git a/dist/codicon.css b/dist/codicon.css index bcb267b6..3ade6837 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?69238e0e117df6cf6a2a67367763febf") format("truetype"); + src: url("./codicon.ttf?95db974933d9216e653c60cdcc24d9d2") format("truetype"); } .codicon[class*='codicon-'] { @@ -265,6 +265,7 @@ .codicon-diff-removed:before { content: "\eadf" } .codicon-diff-renamed:before { content: "\eae0" } .codicon-diff:before { content: "\eae1" } +.codicon-diff-sidebyside:before { content: "\eae1" } .codicon-discard:before { content: "\eae2" } .codicon-editor-layout:before { content: "\eae3" } .codicon-empty-window:before { content: "\eae4" } @@ -602,3 +603,5 @@ .codicon-sparkle-filled:before { content: "\ec21" } .codicon-diff-single:before { content: "\ec22" } .codicon-diff-multiple:before { content: "\ec23" } +.codicon-surround-with:before { content: "\ec24" } +.codicon-share:before { content: "\ec25" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 29500a21..c6500ae5 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -343,6 +343,7 @@ server-process,,EBA2 server,,EB50 settings-gear,,EB51 settings,,EB52 +share,,EC25 shield,,EB53 sign-in,,EA6F sign-out,,EA6E @@ -359,6 +360,7 @@ star-empty,,EA6A star-full,,EB59 star-half,,EB5A stop-circle,,EBA5 +surround-with,,EC24 symbol-array,,EA8A symbol-boolean,,EA8F symbol-class,,EB5B diff --git a/dist/codicon.html b/dist/codicon.html index b5300b41..e7b143dc 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -2913,6 +2913,14 @@

codicon

settings +
+ + + +
+ share + +
@@ -3041,6 +3049,14 @@

codicon

stop-circle
+
+ + + +
+ surround-with + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index 18b740b2..4fa0eec0 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 a071a7a8..8ccc0354 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/share.svg b/src/icons/share.svg new file mode 100644 index 00000000..fb8b4e8c --- /dev/null +++ b/src/icons/share.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/surround-with.svg b/src/icons/surround-with.svg new file mode 100644 index 00000000..3f9466d0 --- /dev/null +++ b/src/icons/surround-with.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index f8076870..a82d072d 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -544,5 +544,7 @@ "robot": 60448, "sparkle-filled": 60449, "diff-single": 60450, - "diff-multiple": 60451 + "diff-multiple": 60451, + "surround-with": 60452, + "share": 60453 }