diff --git a/dist/codicon.css b/dist/codicon.css index d51d0ebf..8f310a9e 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?939d3cf562f2f1379a18b5c3113b59cd") format("truetype"); + src: url("./codicon.ttf?40b3883e215e39a4e68a5bbf511fe6ee") format("truetype"); } .codicon[class*='codicon-'] { @@ -577,3 +577,5 @@ .codicon-git-pull-request-new-changes:before { content: "\ec0c" } .codicon-search-fuzzy:before { content: "\ec0d" } .codicon-comment-draft:before { content: "\ec0e" } +.codicon-send:before { content: "\ec0f" } +.codicon-sparkle:before { content: "\ec10" } diff --git a/dist/codicon.csv b/dist/codicon.csv index 29b932e4..b255b7a3 100644 --- a/dist/codicon.csv +++ b/dist/codicon.csv @@ -323,6 +323,7 @@ screen-normal,,EB4D search-fuzzy,,EC0D search-stop,,EB4E search,,EA6D +send,,EC0F server-environment,,EBA3 server-process,,EBA2 server,,EB50 @@ -334,6 +335,7 @@ sign-out,,EA6E smiley,,EB54 sort-precedence,,EB55 source-control,,EA68 +sparkle,,EC10 split-horizontal,,EB56 split-vertical,,EB57 squirrel,,EB58 diff --git a/dist/codicon.html b/dist/codicon.html index b8ae4655..5bc81d99 100644 --- a/dist/codicon.html +++ b/dist/codicon.html @@ -2753,6 +2753,14 @@

codicon

search +
+ + + +
+ send + +
@@ -2841,6 +2849,14 @@

codicon

source-control
+
+ + + +
+ sparkle + +
diff --git a/dist/codicon.svg b/dist/codicon.svg index 593be37d..b931a5c1 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 cc4c7aea..c3552696 100644 Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ diff --git a/src/icons/send.svg b/src/icons/send.svg new file mode 100644 index 00000000..75a7eeec --- /dev/null +++ b/src/icons/send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/sparkle.svg b/src/icons/sparkle.svg new file mode 100644 index 00000000..442e6cc3 --- /dev/null +++ b/src/icons/sparkle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 790e6f25..da7bd896 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -518,5 +518,7 @@ "git-pull-request-go-to-changes": 60427, "git-pull-request-new-changes": 60428, "search-fuzzy": 60429, - "comment-draft": 60430 + "comment-draft": 60430, + "send": 60431, + "sparkle": 60432 }