diff options
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index bf2ff5f..fdbfcdb 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -24,27 +24,29 @@ import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; | |||
24 | import { | 24 | import { |
25 | faFolder, | 25 | faFolder, |
26 | faSearch, | 26 | faSearch, |
27 | faTag, | ||
28 | faPlus, | 27 | faPlus, |
29 | faMinus, | 28 | faMinus, |
30 | faImage, | 29 | faImage, |
31 | faHome, | 30 | faHome, |
32 | faArrowLeft, | 31 | faArrowLeft, |
32 | faLevelUpAlt, | ||
33 | faTags, | 33 | faTags, |
34 | faAngleRight, | 34 | faAngleRight, |
35 | faWindowClose, | ||
35 | } from "@fortawesome/free-solid-svg-icons"; | 36 | } from "@fortawesome/free-solid-svg-icons"; |
36 | 37 | ||
37 | library.add( | 38 | library.add( |
38 | faFolder, | 39 | faFolder, |
39 | faSearch, | 40 | faSearch, |
40 | faTag, | ||
41 | faPlus, | 41 | faPlus, |
42 | faMinus, | 42 | faMinus, |
43 | faImage, | 43 | faImage, |
44 | faHome, | 44 | faHome, |
45 | faArrowLeft, | 45 | faArrowLeft, |
46 | faLevelUpAlt, | ||
46 | faTags, | 47 | faTags, |
47 | faAngleRight, | 48 | faAngleRight, |
49 | faWindowClose, | ||
48 | ); | 50 | ); |
49 | 51 | ||
50 | Vue.component("fa-icon", FontAwesomeIcon); | 52 | Vue.component("fa-icon", FontAwesomeIcon); |