This commit is contained in:
2020-10-05 23:34:20 +00:00
parent d7ac6a3bf7
commit a6d7ddf66e
6 changed files with 40 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ import {
faAddressCard,
faBars,
faBell,
faBoxes,
faBullhorn,
faBusinessTime,
faCalendarAlt,
@@ -35,10 +36,13 @@ import {
faInbox,
faInfoCircle,
faKey,
faPallet,
faPaperPlane,
faPencilAlt,
faPlug,
faQuestionCircle,
faSearch,
faShippingFast,
faSignInAlt,
faSignOutAlt,
faSitemap,
@@ -60,6 +64,7 @@ library.add(
faAddressCard,
faBars,
faBell,
faBoxes,
faBullhorn,
faBusinessTime,
faCalendarAlt,
@@ -79,10 +84,13 @@ library.add(
faInbox,
faInfoCircle,
faKey,
faPallet,
faPaperPlane,
faPencilAlt,
faPlug,
faQuestionCircle,
faSearch,
faShippingFast,
faSignInAlt,
faSignOutAlt,
faSitemap,
@@ -116,6 +124,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "bell"]
}
},
ayiBoxes: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "boxes"]
}
},
ayiBullhorn: {
component: FontAwesomeIcon,
props: {
@@ -224,6 +238,18 @@ const CUSTOM_ICONS = {
icon: ["fas", "key"]
}
},
ayiPallet: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "pallet"]
}
},
ayiPaperPlane: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "paper-plane"]
}
},
ayiPencilAlt: {
component: FontAwesomeIcon,
props: {
@@ -248,6 +274,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "search"]
}
},
ayiShippingFast: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "shipping-fast"]
}
},
ayiSignIn: {
component: FontAwesomeIcon,
props: {