diff --git a/dist/codicon.css b/dist/codicon.css
index 3cb92ede..07fe5a72 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?25d9996be9045732a435010f1cac1330") format("truetype");
+ src: url("./codicon.ttf?c8db4d929c275be999e86c624427a6af") format("truetype");
}
.codicon[class*='codicon-'] {
@@ -511,3 +511,6 @@
.codicon-layout-sidebar-left:before { content: "\ebf3" }
.codicon-layout-sidebar-right:before { content: "\ebf4" }
.codicon-layout-statusbar:before { content: "\ebf5" }
+.codicon-layout-menubar:before { content: "\ebf6" }
+.codicon-layout-centered:before { content: "\ebf7" }
+.codicon-target:before { content: "\ebf8" }
diff --git a/dist/codicon.csv b/dist/codicon.csv
index 71c1aada..99891192 100644
--- a/dist/codicon.csv
+++ b/dist/codicon.csv
@@ -191,6 +191,8 @@ layers-dot,,EBD3
layers,,EBD2
layout-activitybar-left,,EBEC
layout-activitybar-right,,EBED
+layout-centered,,EBF7
+layout-menubar,,EBF6
layout-panel-center,,EBEF
layout-panel-justify,,EBF0
layout-panel-left,,EBEE
@@ -346,6 +348,7 @@ sync-ignored,,EB9F
sync,,EA77
table,,EBB7
tag,,EA66
+target,,EBF8
tasklist,,EB67
telescope,,EB68
terminal-bash,,EBCA
diff --git a/dist/codicon.html b/dist/codicon.html
index 37cc83b7..040889f3 100644
--- a/dist/codicon.html
+++ b/dist/codicon.html
@@ -1697,6 +1697,22 @@
codicon
layout-activitybar-right
+
+
+
+
+
+ layout-centered
+
+
+
+
+
+
+
+ layout-menubar
+
+
@@ -2937,6 +2953,14 @@ codicon
tag
+
+
+
+
+
+ target
+
+
diff --git a/dist/codicon.svg b/dist/codicon.svg
index f9c8e275..cce8e202 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 82b39a60..1095acb9 100644
Binary files a/dist/codicon.ttf and b/dist/codicon.ttf differ
diff --git a/src/icons/layout-centered.svg b/src/icons/layout-centered.svg
new file mode 100644
index 00000000..9865f136
--- /dev/null
+++ b/src/icons/layout-centered.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/layout-menubar.svg b/src/icons/layout-menubar.svg
new file mode 100644
index 00000000..98666ab7
--- /dev/null
+++ b/src/icons/layout-menubar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/target.svg b/src/icons/target.svg
new file mode 100644
index 00000000..e6aa0c24
--- /dev/null
+++ b/src/icons/target.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/template/mapping.json b/src/template/mapping.json
index 556e1438..2d5bae70 100644
--- a/src/template/mapping.json
+++ b/src/template/mapping.json
@@ -486,5 +486,8 @@
"layout-panel": 60402,
"layout-sidebar-left": 60403,
"layout-sidebar-right": 60404,
- "layout-statusbar": 60405
+ "layout-statusbar": 60405,
+ "layout-menubar": 60406,
+ "layout-centered": 60407,
+ "target": 60408
}