diff options
Diffstat (limited to 'viewer/src/plugins/fontawesome.ts')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index 480e8e0..25ddd99 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -21,35 +21,9 @@ import Vue from "vue"; | |||
21 | 21 | ||
22 | import { library, config } from "@fortawesome/fontawesome-svg-core"; | 22 | import { library, config } from "@fortawesome/fontawesome-svg-core"; |
23 | import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; | 23 | import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; |
24 | import { | 24 | import * as faIcons from "./fontawesome-icons"; |
25 | faFolder, | ||
26 | faEraser, | ||
27 | faSearch, | ||
28 | faPlus, | ||
29 | faMinus, | ||
30 | faImage, | ||
31 | faHome, | ||
32 | faArrowLeft, | ||
33 | faLevelUpAlt, | ||
34 | faAngleRight, | ||
35 | faAngleDoubleLeft, | ||
36 | faFile, | ||
37 | } from "@fortawesome/free-solid-svg-icons"; | ||
38 | 25 | ||
39 | library.add( | 26 | library.add(faIcons); |
40 | faFolder, | ||
41 | faEraser, | ||
42 | faSearch, | ||
43 | faPlus, | ||
44 | faMinus, | ||
45 | faImage, | ||
46 | faHome, | ||
47 | faArrowLeft, | ||
48 | faLevelUpAlt, | ||
49 | faAngleRight, | ||
50 | faAngleDoubleLeft, | ||
51 | faFile, | ||
52 | ); | ||
53 | 27 | ||
54 | config.autoAddCss = false; | 28 | config.autoAddCss = false; |
55 | import "@fortawesome/fontawesome-svg-core/styles.css"; | 29 | import "@fortawesome/fontawesome-svg-core/styles.css"; |