This commit is contained in:
2020-10-05 23:46:29 +00:00
parent a6d7ddf66e
commit e0b3222507
14 changed files with 105 additions and 25 deletions

View File

@@ -16,26 +16,33 @@ import {
faAddressCard,
faBars,
faBell,
faBox,
faBoxes,
faBullhorn,
faBusinessTime,
faCalculator,
faCalendarAlt,
faCalendarCheck,
faCalendarDay,
faCaretDown,
faChevronDown,
faChild,
faCogs,
faDiceD20,
faDolly,
faDollyFlatbed,
faEllipsisV,
faEye,
faEyeSlash,
faFan,
faFileContract,
faFolder,
faHistory,
faHome,
faInbox,
faInfoCircle,
faKey,
faLanguage,
faPallet,
faPaperPlane,
faPencilAlt,
@@ -48,13 +55,16 @@ import {
faSitemap,
faSlidersH,
faStickyNote,
faStore,
faTachometerAlt,
faThList,
faTicketAlt,
faToolbox,
faTools,
faUser,
faUserCog,
faUsers
faUsers,
faUserTie
} from "@fortawesome/free-solid-svg-icons";
//import { faUserCircle as farUserCircle } from "@fortawesome/free-regular-svg-icons";
Vue.component("font-awesome-icon", FontAwesomeIcon);
@@ -64,26 +74,33 @@ library.add(
faAddressCard,
faBars,
faBell,
faBox,
faBoxes,
faBullhorn,
faBusinessTime,
faCalculator,
faCalendarAlt,
faCalendarCheck,
faCalendarDay,
faCaretDown,
faChevronDown,
faChild,
faCogs,
faDiceD20,
faDolly,
faDollyFlatbed,
faEllipsisV,
faEye,
faEyeSlash,
faFan,
faFileContract,
faFolder,
faHistory,
faHome,
faInbox,
faInfoCircle,
faKey,
faLanguage,
faPallet,
faPaperPlane,
faPencilAlt,
@@ -96,13 +113,16 @@ library.add(
faSitemap,
faSlidersH,
faStickyNote,
faStore,
faTachometerAlt,
faThList,
faTicketAlt,
faToolbox,
faTools,
faUser,
faUserCog,
faUsers
faUsers,
faUserTie
);
const CUSTOM_ICONS = {
@@ -124,6 +144,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "bell"]
}
},
ayiBox: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "box"]
}
},
ayiBoxes: {
component: FontAwesomeIcon,
props: {
@@ -142,6 +168,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "business-time"]
}
},
ayiCalculator: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "calculator"]
}
},
ayiCalendarAlt: {
component: FontAwesomeIcon,
props: {
@@ -166,6 +198,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "child"]
}
},
ayiCogs: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "cogs"]
}
},
ayiCustomize: {
component: FontAwesomeIcon,
props: {
@@ -178,6 +216,18 @@ const CUSTOM_ICONS = {
icon: ["fas", "dice-d20"]
}
},
ayiDolly: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "dolly"]
}
},
ayiDollyFlatbed: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "dolly-flatbed"]
}
},
ayiEye: {
component: FontAwesomeIcon,
props: {
@@ -208,6 +258,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "file-contract"]
}
},
ayiFolder: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "folder"]
}
},
ayiHistory: {
component: FontAwesomeIcon,
props: {
@@ -238,6 +294,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "key"]
}
},
ayiLanguage: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "language"]
}
},
ayiPallet: {
component: FontAwesomeIcon,
props: {
@@ -304,12 +366,24 @@ const CUSTOM_ICONS = {
icon: ["fas", "sticky-note"]
}
},
ayiStore: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "store"]
}
},
ayiTachometer: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "tachometer-alt"]
}
},
ayiThList: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "th-list"]
}
},
ayiTicket: {
component: FontAwesomeIcon,
props: {
@@ -346,6 +420,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "users"]
}
},
ayiUserTie: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "user-tie"]
}
},
//VUETIFY REQUIRED ONES
//https://vuetifyjs.com/en/features/icons/#using-custom-icons
dropdown: {