This commit is contained in:
@@ -11,7 +11,15 @@ import { library } from "@fortawesome/fontawesome-svg-core";
|
|||||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||||
|
|
||||||
Vue.component("font-awesome-icon", FontAwesomeIcon); // Register component globally
|
Vue.component("font-awesome-icon", FontAwesomeIcon); // Register component globally
|
||||||
import { faSquare as farSquare } from "@fortawesome/free-regular-svg-icons";
|
|
||||||
|
//REGULAR
|
||||||
|
import {
|
||||||
|
faSquare as farSquare,
|
||||||
|
faCircle as farCircle,
|
||||||
|
faDotCircle as farDotCircle
|
||||||
|
} from "@fortawesome/free-regular-svg-icons";
|
||||||
|
|
||||||
|
//SOLID
|
||||||
import {
|
import {
|
||||||
faAddressBook,
|
faAddressBook,
|
||||||
faAddressCard,
|
faAddressCard,
|
||||||
@@ -180,6 +188,7 @@ library.add(
|
|||||||
faChevronLeft,
|
faChevronLeft,
|
||||||
faChevronRight,
|
faChevronRight,
|
||||||
faChild,
|
faChild,
|
||||||
|
farCircle,
|
||||||
faClock,
|
faClock,
|
||||||
faClone,
|
faClone,
|
||||||
faCode,
|
faCode,
|
||||||
@@ -191,6 +200,7 @@ library.add(
|
|||||||
faDolly,
|
faDolly,
|
||||||
faDollyFlatbed,
|
faDollyFlatbed,
|
||||||
faDoorOpen,
|
faDoorOpen,
|
||||||
|
farDotCircle,
|
||||||
faDraftingCompass,
|
faDraftingCompass,
|
||||||
faDragon,
|
faDragon,
|
||||||
faEdit,
|
faEdit,
|
||||||
@@ -1128,6 +1138,18 @@ const CUSTOM_ICONS = {
|
|||||||
icon: ["fas", "chevron-left"]
|
icon: ["fas", "chevron-left"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
radioOn: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["far", "dot-circle"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
radioOff: {
|
||||||
|
component: FontAwesomeIcon,
|
||||||
|
props: {
|
||||||
|
icon: ["far", "circle"]
|
||||||
|
}
|
||||||
|
},
|
||||||
next: {
|
next: {
|
||||||
component: FontAwesomeIcon,
|
component: FontAwesomeIcon,
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
Reference in New Issue
Block a user