From ac097a00d3e036b40c5630fe8b51c64dd1423072 Mon Sep 17 00:00:00 2001 From: Neil Lee Date: Thu, 25 May 2023 15:42:36 +0800 Subject: [PATCH] feat: `more` icon --- scripts/set.ts | 4 +++- theme/package.json | 2 +- theme/tabler-icons.json | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/scripts/set.ts b/scripts/set.ts index 2a527f2..31d8c5e 100644 --- a/scripts/set.ts +++ b/scripts/set.ts @@ -256,6 +256,7 @@ export type IDS = | 'merge' | 'milestone' | 'mirror' + | 'more' | 'mortar-board' | 'move' | 'multiple-windows' @@ -705,6 +706,7 @@ export const set: IconSet = { 'codicon:merge': 'tabler:arrow-merge', 'codicon:milestone': 'tabler:milestone', 'codicon:mirror': 'tabler:mirror', + 'codicon:more': 'tabler:dots', 'codicon:mortar-board': 'tabler:school', 'codicon:move': 'tabler:arrows-move', 'codicon:multiple-windows': 'tabler:multiple-windows', @@ -717,7 +719,7 @@ export const set: IconSet = { 'codicon:notebook': 'tabler:notebook', 'codicon:notebook-template': 'tabler:notebook-template', 'codicon:octoface': 'tabler:octoface', - 'codicon:open-preview': 'tabler:open-preview', + // 'codicon:open-preview': 'tabler:article', 'codicon:organization': 'tabler:organization', 'codicon:output': 'tabler:output', 'codicon:package': 'tabler:package', diff --git a/theme/package.json b/theme/package.json index d9fede8..dae9a0c 100644 --- a/theme/package.json +++ b/theme/package.json @@ -2,7 +2,7 @@ "publisher": "zguolee", "name": "tabler-icons", "displayName": "Tabler Product Icons", - "version": "0.1.9", + "version": "0.1.10", "description": "Tabler Product Icons for VS Code", "icon": "icon.png", "categories": [ diff --git a/theme/tabler-icons.json b/theme/tabler-icons.json index a93397e..70a7ea8 100644 --- a/theme/tabler-icons.json +++ b/theme/tabler-icons.json @@ -418,6 +418,9 @@ "merge": { "fontCharacter": "\\f04e" }, + "more": { + "fontCharacter": "\\ea95" + }, "mortar-board": { "fontCharacter": "\\ecf7" },