diff options
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index ba31c9e..7308afe 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -6,7 +6,9 @@ import { | |||
6 | faExpandArrowsAlt, | 6 | faExpandArrowsAlt, |
7 | faFolder, | 7 | faFolder, |
8 | faSearch, | 8 | faSearch, |
9 | faTag | 9 | faTag, |
10 | faPlus, | ||
11 | faMinus, | ||
10 | } from "@fortawesome/free-solid-svg-icons"; | 12 | } from "@fortawesome/free-solid-svg-icons"; |
11 | 13 | ||
12 | library.add( | 14 | library.add( |
@@ -14,6 +16,8 @@ library.add( | |||
14 | faFolder, | 16 | faFolder, |
15 | faSearch, | 17 | faSearch, |
16 | faTag, | 18 | faTag, |
19 | faPlus, | ||
20 | faMinus, | ||
17 | ); | 21 | ); |
18 | 22 | ||
19 | Vue.component("fa-icon", FontAwesomeIcon); | 23 | Vue.component("fa-icon", FontAwesomeIcon); |