prune fa-brands
This commit is contained in:
parent
0c01237456
commit
d8fe5dc9f4
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ import { App, Plugin } from "vue";
|
|||
import { library } from "@fortawesome/fontawesome-svg-core";
|
||||
|
||||
/* import specific icons */
|
||||
import { fab } from "@fortawesome/free-brands-svg-icons";
|
||||
// import { fab } from "@fortawesome/free-brands-svg-icons";
|
||||
import { fas } from "@fortawesome/free-solid-svg-icons";
|
||||
|
||||
/* add icons to the library */
|
||||
library.add(fas, fab);
|
||||
library.add(fas);
|
||||
|
||||
/* import font awesome icon component */
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
|
|
Loading…
Reference in a new issue