Skip to content

Commit

Permalink
Add directives icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakosa666 committed May 15, 2019
1 parent 7f8553d commit 62a52e0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
12 changes: 12 additions & 0 deletions icons/folder-vue-directives-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/folder-vue-directives.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/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-svg', folderNames: ['svg', 'svgs'] },
{ name: 'folder-vuex-store', folderNames: ['store'], enabledFor: [IconPack.Vuex] },
{ name: 'folder-nuxt', folderNames: ['nuxt', '.nuxt'], enabledFor: [IconPack.Vuex, IconPack.Vue] },
{ name: 'folder-vue-directives', folderNames: ['directives'], enabledFor: [IconPack.Vuex, IconPack.Vue] },
{ name: 'folder-vue', folderNames: ['components'], enabledFor: [IconPack.Vuex , IconPack.Vue] },
]
},
Expand Down

0 comments on commit 62a52e0

Please sign in to comment.