From 83c350a263ed5bb5c8b470bed024cd6b20a366cd Mon Sep 17 00:00:00 2001 From: Philipp Kief Date: Sat, 5 Feb 2022 21:53:27 +0100 Subject: [PATCH] Fix issue with menu more icon --- theme/material.product-icon-theme.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/theme/material.product-icon-theme.json b/theme/material.product-icon-theme.json index a1bf146..af7e4d6 100644 --- a/theme/material.product-icon-theme.json +++ b/theme/material.product-icon-theme.json @@ -14,7 +14,7 @@ ], "iconDefinitions": { "files": { - "fontCharacter": "\\EA01" + "fontCharacter": "\\EB42" }, "search": { "fontCharacter": "\\EA02" @@ -1243,12 +1243,6 @@ "move": { "fontCharacter": "\\EA6E" }, - "menu-submenu": { - "fontCharacter": "\\EB0A" - }, - "menu": { - "fontCharacter": "\\EA7E" - }, "marker-navigation-previous": { "fontCharacter": "\\EA30" }, @@ -1920,6 +1914,18 @@ }, "debug-rerun": { "fontCharacter": "\\EB0F" + }, + "activity-bar-left": { + "fontCharacter": "\\EA30" + }, + "activity-bar-right": { + "fontCharacter": "\\EA2B" + }, + "layout-activitybar-left": { + "fontCharacter": "\\EA30" + }, + "layout-activitybar-right": { + "fontCharacter": "\\EA2B" } } }