From ba2f23ba4303975967138961e2ad8100f8df84bd Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 18 Apr 2023 14:00:27 +0800 Subject: [PATCH] fix: `save`, `tree-item-expanded` icon --- scripts/set.ts | 6 ++++-- theme/tabler-icons.json | 9 +++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/scripts/set.ts b/scripts/set.ts index 519eeb8..f5cca79 100644 --- a/scripts/set.ts +++ b/scripts/set.ts @@ -398,6 +398,7 @@ export type IDS = | 'tools' | 'toolbar-more' | 'trash' + | 'tree-item-expanded' | 'triangle-down' | 'triangle-left' | 'triangle-right' @@ -625,7 +626,7 @@ export const set: IconSet = { 'codicon:github-alt': 'tabler:brand-github', 'codicon:github-inverted': 'tabler:github-inverted', 'codicon:globe': 'tabler:globe', - 'codicon:go-to-file': 'tabler:go-to-file', + 'codicon:go-to-file': 'tabler:file-arrow-right', 'codicon:grabber': 'tabler:grabber', 'codicon:graph': 'tabler:graph', 'codicon:graph-left': 'tabler:graph-left', @@ -769,7 +770,7 @@ export const set: IconSet = { 'codicon:run-all': 'tabler:run-all', 'codicon:run-below': 'tabler:run-below', 'codicon:run-errors': 'tabler:run-errors', - 'codicon:save': 'tabler:save', + 'codicon:save': 'tabler:device-floppy', 'codicon:save-all': 'tabler:save-all', 'codicon:save-as': 'tabler:save-as', 'codicon:screen-full': 'tabler:screen-full', @@ -844,6 +845,7 @@ export const set: IconSet = { 'codicon:tools': 'tabler:tools', 'codicon:toolbar-more': 'tabler:dots', 'codicon:trash': 'tabler:trash', + 'codicon:tree-item-expanded': 'tabler:chevron-down', 'codicon:triangle-down': 'tabler:caret-down', 'codicon:triangle-left': 'tabler:caret-left', 'codicon:triangle-right': 'tabler:caret-right', diff --git a/theme/tabler-icons.json b/theme/tabler-icons.json index 6a72031..cc692f4 100644 --- a/theme/tabler-icons.json +++ b/theme/tabler-icons.json @@ -310,6 +310,9 @@ "globe": { "fontCharacter": "\\eab9" }, + "go-to-file": { + "fontCharacter": "\\f034" + }, "graph": { "fontCharacter": "\\f288" }, @@ -496,6 +499,9 @@ "rss": { "fontCharacter": "\\eb19" }, + "save": { + "fontCharacter": "\\eb62" + }, "search": { "fontCharacter": "\\eb1c" }, @@ -574,6 +580,9 @@ "trash": { "fontCharacter": "\\eb41" }, + "tree-item-expanded": { + "fontCharacter": "\\ea5f" + }, "triangle-down": { "fontCharacter": "\\eb5d" },