Skip to content

Commit 9f266d4

Browse files
committed
refactor: removed unnecessary icon
1 parent efb3134 commit 9f266d4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

generator/templates/Default/src/plugins/vuetify/icons/application.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
import {
22
faBox,
3-
faFolderTree
43
} from '<%_ if (options.plugins.includes("fontawesomepro")){ _%> @fortawesome/pro-solid-svg-icons<%_ } else { _%> @fortawesome/free-solid-svg-icons<%_ } _%>';
54

65
const icons = [
76
faBox,
8-
faFolderTree
97
];
108

119
/*project specific icons*/
1210
const identifiers = {
1311
product: ['fas', 'box'],
14-
productCategories: ['fas', 'folder-tree']
1512
};
1613

1714
export default {

0 commit comments

Comments
 (0)