Skip to content

Commit

Permalink
fix: save, tree-item-expanded icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nei1ee committed Apr 18, 2023
1 parent 96216f7 commit ba2f23b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/set.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ export type IDS =
| 'tools'
| 'toolbar-more'
| 'trash'
| 'tree-item-expanded'
| 'triangle-down'
| 'triangle-left'
| 'triangle-right'
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
9 changes: 9 additions & 0 deletions theme/tabler-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@
"globe": {
"fontCharacter": "\\eab9"
},
"go-to-file": {
"fontCharacter": "\\f034"
},
"graph": {
"fontCharacter": "\\f288"
},
Expand Down Expand Up @@ -496,6 +499,9 @@
"rss": {
"fontCharacter": "\\eb19"
},
"save": {
"fontCharacter": "\\eb62"
},
"search": {
"fontCharacter": "\\eb1c"
},
Expand Down Expand Up @@ -574,6 +580,9 @@
"trash": {
"fontCharacter": "\\eb41"
},
"tree-item-expanded": {
"fontCharacter": "\\ea5f"
},
"triangle-down": {
"fontCharacter": "\\eb5d"
},
Expand Down

0 comments on commit ba2f23b

Please sign in to comment.