prune fa-brands

This commit is contained in:
Jörn-Michael Miehe 2024-08-23 16:37:32 +00:00
parent 0c01237456
commit d8fe5dc9f4

View file

@ -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";