This commit is contained in:
2021-02-26 19:30:14 +00:00
parent 6b59585c89
commit 80133e98f2
14 changed files with 137 additions and 66 deletions

View File

@@ -49,6 +49,7 @@ import {
faChevronRight,
faCircle,
faClipboard,
faClipboardList,
faClock,
faClone,
faCode,
@@ -68,6 +69,7 @@ import {
faEgg,
faEllipsisV,
faEnvelopeOpenText,
faExchangeAlt,
faExclamation,
faExclamationCircle,
faExclamationTriangle,
@@ -124,7 +126,8 @@ import {
faObjectGroup,
faPallet,
faPaperclip,
faPaperPlane,
//faPaperPlane,
faParachuteBox,
faPencilAlt,
faPencilRuler,
faPeopleCarry,
@@ -176,6 +179,7 @@ import {
faToolbox,
faTools,
faTrashAlt,
faTruckLoading,
faTruckMonster,
faUndo,
faUser,
@@ -219,6 +223,7 @@ library.add(
faChevronLeft,
faChevronRight,
faClipboard,
faClipboardList,
faCircle,
farCircle,
faClock,
@@ -241,6 +246,7 @@ library.add(
faEgg,
faEllipsisV,
faEnvelopeOpenText,
faExchangeAlt,
faExclamation,
faExclamationCircle,
faExclamationTriangle,
@@ -297,7 +303,8 @@ library.add(
faObjectGroup,
faPallet,
faPaperclip,
faPaperPlane,
//faPaperPlane,
faParachuteBox,
faPencilAlt,
faPencilRuler,
faPeopleCarry,
@@ -350,6 +357,7 @@ library.add(
faToolbox,
faTools,
faTrashAlt,
faTruckLoading,
faTruckMonster,
faUndo,
faUser,
@@ -502,6 +510,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "clipboard"]
}
},
ayiClipboardList: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "clipboard-list"]
}
},
ayiClock: {
component: FontAwesomeIcon,
props: {
@@ -616,6 +630,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "envelope-open-text"]
}
},
ayiExchangeAlt: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "exchange-alt"]
}
},
ayiExclamationCircle: {
component: FontAwesomeIcon,
props: {
@@ -946,10 +966,16 @@ const CUSTOM_ICONS = {
icon: ["fas", "paperclip"]
}
},
ayiPaperPlane: {
// ayiPaperPlane: {
// component: FontAwesomeIcon,
// props: {
// icon: ["fas", "paper-plane"]
// }
// },
ayiParachuteBox: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "paper-plane"]
icon: ["fas", "parachute-box"]
}
},
ayiPencilAlt: {
@@ -1252,6 +1278,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "trash-alt"]
}
},
ayiTruckLoading: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "truck-loading"]
}
},
ayiTruckMonster: {
component: FontAwesomeIcon,
props: {