This commit is contained in:
2020-10-06 00:03:52 +00:00
parent e0b3222507
commit 1c65a89d4a
21 changed files with 148 additions and 52 deletions

View File

@@ -16,6 +16,7 @@ import {
faAddressCard,
faBars,
faBell,
faBinoculars,
faBox,
faBoxes,
faBullhorn,
@@ -25,17 +26,24 @@ import {
faCalendarCheck,
faCalendarDay,
faCaretDown,
faCheckCircle,
faChevronDown,
faChild,
faCogs,
faDiceD20,
faDolly,
faDollyFlatbed,
faDoorOpen,
faEllipsisV,
faEye,
faEyeSlash,
faFan,
faFileArchive,
faFileContract,
faFileImage,
faFileMedicalAlt,
faFilePdf,
faFileWord,
faFolder,
faHistory,
faHome,
@@ -48,7 +56,10 @@ import {
faPencilAlt,
faPlug,
faQuestionCircle,
faRobot,
faRocket,
faSearch,
faServer,
faShippingFast,
faSignInAlt,
faSignOutAlt,
@@ -64,7 +75,8 @@ import {
faUser,
faUserCog,
faUsers,
faUserTie
faUserTie,
faVial
} from "@fortawesome/free-solid-svg-icons";
//import { faUserCircle as farUserCircle } from "@fortawesome/free-regular-svg-icons";
Vue.component("font-awesome-icon", FontAwesomeIcon);
@@ -74,6 +86,7 @@ library.add(
faAddressCard,
faBars,
faBell,
faBinoculars,
faBox,
faBoxes,
faBullhorn,
@@ -83,17 +96,24 @@ library.add(
faCalendarCheck,
faCalendarDay,
faCaretDown,
faCheckCircle,
faChevronDown,
faChild,
faCogs,
faDiceD20,
faDolly,
faDollyFlatbed,
faDoorOpen,
faEllipsisV,
faEye,
faEyeSlash,
faFan,
faFileArchive,
faFileContract,
faFileImage,
faFileMedicalAlt,
faFilePdf,
faFileWord,
faFolder,
faHistory,
faHome,
@@ -106,7 +126,10 @@ library.add(
faPencilAlt,
faPlug,
faQuestionCircle,
faRobot,
faRocket,
faSearch,
faServer,
faShippingFast,
faSignInAlt,
faSignOutAlt,
@@ -122,7 +145,8 @@ library.add(
faUser,
faUserCog,
faUsers,
faUserTie
faUserTie,
faVial
);
const CUSTOM_ICONS = {
@@ -144,6 +168,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "bell"]
}
},
ayiBinoculars: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "binoculars"]
}
},
ayiBox: {
component: FontAwesomeIcon,
props: {
@@ -192,6 +222,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "calendar-day"]
}
},
ayiCheckCircle: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "check-circle"]
}
},
ayiChild: {
component: FontAwesomeIcon,
props: {
@@ -228,6 +264,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "dolly-flatbed"]
}
},
ayiDoorOpen: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "door-open"]
}
},
ayiEye: {
component: FontAwesomeIcon,
props: {
@@ -252,12 +294,42 @@ const CUSTOM_ICONS = {
icon: ["fas", "fan"]
}
},
ayiFileArchive: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-archive"]
}
},
ayiFileContract: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-contract"]
}
},
ayiFileImage: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-image"]
}
},
ayiFileMedicalAlt: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-medical-alt"]
}
},
ayiFilePdf: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-pdf"]
}
},
ayiFileWord: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "file-word"]
}
},
ayiFolder: {
component: FontAwesomeIcon,
props: {
@@ -330,12 +402,30 @@ const CUSTOM_ICONS = {
icon: ["fas", "question-circle"]
}
},
ayiRobot: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "robot"]
}
},
ayiRocket: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "rocket"]
}
},
ayiSearch: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "search"]
}
},
ayiServer: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "server"]
}
},
ayiShippingFast: {
component: FontAwesomeIcon,
props: {
@@ -426,6 +516,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "user-tie"]
}
},
ayiVial: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "vial"]
}
},
//VUETIFY REQUIRED ONES
//https://vuetifyjs.com/en/features/icons/#using-custom-icons
dropdown: {