This commit is contained in:
@@ -11,6 +11,7 @@ import { library } from "@fortawesome/fontawesome-svg-core";
|
||||
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
|
||||
|
||||
Vue.component("font-awesome-icon", FontAwesomeIcon); // Register component globally
|
||||
import { faSquare as farSquare } from "@fortawesome/free-regular-svg-icons";
|
||||
import {
|
||||
faAddressBook,
|
||||
faAddressCard,
|
||||
@@ -33,6 +34,7 @@ import {
|
||||
faCheckSquare,
|
||||
faChevronDown,
|
||||
faChild,
|
||||
faClock,
|
||||
faCode,
|
||||
faCogs,
|
||||
faColumns,
|
||||
@@ -42,6 +44,7 @@ import {
|
||||
faDoorOpen,
|
||||
faEdit,
|
||||
faEllipsisV,
|
||||
faExclamationCircle,
|
||||
faEye,
|
||||
faEyeSlash,
|
||||
faFan,
|
||||
@@ -113,7 +116,7 @@ import {
|
||||
faUserTie,
|
||||
faVial
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
//import { faUserCircle as farUserCircle } from "@fortawesome/free-regular-svg-icons";
|
||||
|
||||
Vue.component("font-awesome-icon", FontAwesomeIcon);
|
||||
|
||||
library.add(
|
||||
@@ -138,6 +141,7 @@ library.add(
|
||||
faCheckSquare,
|
||||
faChevronDown,
|
||||
faChild,
|
||||
faClock,
|
||||
faCode,
|
||||
faCogs,
|
||||
faColumns,
|
||||
@@ -147,6 +151,7 @@ library.add(
|
||||
faDoorOpen,
|
||||
faEdit,
|
||||
faEllipsisV,
|
||||
faExclamationCircle,
|
||||
faEye,
|
||||
faEyeSlash,
|
||||
faFan,
|
||||
@@ -202,6 +207,7 @@ library.add(
|
||||
faSignOutAlt,
|
||||
faSitemap,
|
||||
faSlidersH,
|
||||
farSquare,
|
||||
faSquareFull,
|
||||
faStickyNote,
|
||||
faStore,
|
||||
@@ -328,6 +334,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "child"]
|
||||
}
|
||||
},
|
||||
ayiClock: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "clock"]
|
||||
}
|
||||
},
|
||||
ayiCode: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -382,6 +394,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "edit"]
|
||||
}
|
||||
},
|
||||
ayiExclamationCircle: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "exclamation-circle"]
|
||||
}
|
||||
},
|
||||
ayiEye: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -712,6 +730,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "sitemap"]
|
||||
}
|
||||
},
|
||||
ayiSquare: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["far", "square"]
|
||||
}
|
||||
},
|
||||
ayiSquareFull: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user