This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user