Skip to content

Commit

Permalink
feat: more icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nei1ee committed May 25, 2023
1 parent bc610a2 commit ac097a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export type IDS =
| 'merge'
| 'milestone'
| 'mirror'
| 'more'
| 'mortar-board'
| 'move'
| 'multiple-windows'
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 3 additions & 0 deletions theme/tabler-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@
"merge": {
"fontCharacter": "\\f04e"
},
"more": {
"fontCharacter": "\\ea95"
},
"mortar-board": {
"fontCharacter": "\\ecf7"
},
Expand Down

0 comments on commit ac097a0

Please sign in to comment.