Skip to content

Commit

Permalink
feat: Change icon for "module" and "package"
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecton4 committed Oct 31, 2022
1 parent 9e49603 commit c9cd36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/sets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const sets: IconSet[] = [
'codicon:organization-filled': 'carbon:events',
'codicon:organization-outline': 'carbon:events',
// 'codicon:output': 'carbon:',
'codicon:package': 'carbon:delivery-parcel',
'codicon:package': 'bi:box-seam',
// 'codicon:paintcan': 'carbon:',
// 'codicon:pass': 'carbon:',
// 'codicon:pass-filled': 'carbon:',
Expand Down Expand Up @@ -388,14 +388,14 @@ export const sets: IconSet[] = [
// 'codicon:symbol-keyword': 'carbon:',
'codicon:symbol-method': 'carbon:function',
'codicon:symbol-misc': 'carbon:type-pattern',
'codicon:symbol-module': 'carbon:delivery-parcel',
'codicon:symbol-module': 'bi:box-seam',
// 'codicon:symbol-namespace': 'carbon:',
'codicon:symbol-null': 'carbon:circle-dash',
'codicon:symbol-number': 'carbon:character-whole-number',
'codicon:symbol-numeric': 'carbon:character-whole-number',
'codicon:symbol-object': 'carbon:object-storage',
// 'codicon:symbol-operator': 'carbon:',
'codicon:symbol-package': 'carbon:delivery-parcel',
'codicon:symbol-package': 'bi:box-seam',
'codicon:symbol-parameter': 'carbon:types',
'codicon:symbol-property': 'carbon:tools',
// 'codicon:symbol-reference': 'carbon:',
Expand Down

0 comments on commit c9cd36b

Please sign in to comment.