Skip to content

Commit

Permalink
feat: rework Yarn icons for Yarn v4 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Dec 22, 2023
1 parent 4844a32 commit c4044fe
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 111 deletions.
10 changes: 10 additions & 0 deletions icons/folder_yarn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions icons/folder_yarn__open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions icons/yarn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions icons/yarn_lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/associations/folders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export const folders: IconMap = {
folder_views: ['view', 'views', 'screen', 'screens', 'page', 'pages', 'html'],
folder_vscode: ['.vscode', '.vscode-test'],
folder_workflows: ['workflow', 'workflows', 'ci', '.ci'],
folder_yarn: ['.yarn'],
}

export const foldersExpanded: IconMap = Object.entries(folders).reduce(
Expand Down
1 change: 1 addition & 0 deletions src/icons/folder_yarn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/folder_yarn__open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 1 addition & 49 deletions src/icons/yarn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 1 addition & 55 deletions src/icons/yarn_lock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4044fe

Please sign in to comment.