diff options
author | pacien | 2020-09-25 16:01:49 +0200 |
---|---|---|
committer | pacien | 2020-09-25 16:01:49 +0200 |
commit | e93f7b1eb84c083d67567115284c0002a3a7d5fc (patch) | |
tree | 8d373e8f7f571485e1330928f43b090ed004c525 /viewer/src/plugins/fontawesome.ts | |
parent | 8e3ac8fe44bebb38e1882ca7f06b8100078ad88d (diff) | |
parent | fd542f75a1d94ee5f804d0925823276b97f38581 (diff) | |
download | ldgallery-e93f7b1eb84c083d67567115284c0002a3a7d5fc.tar.gz |
Merge branch 'develop' for release v2.0v2.0
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"; |