This commit is contained in:
2020-10-06 17:31:19 +00:00
parent 85138a3b27
commit d9a7debf83
9 changed files with 67 additions and 11 deletions

View File

@@ -47,7 +47,9 @@ import {
faDollyFlatbed,
faDoorOpen,
faDraftingCompass,
faDragon,
faEdit,
faEgg,
faEllipsisV,
faEnvelopeOpenText,
faExclamationCircle,
@@ -91,6 +93,7 @@ import {
faListOl,
faListUl,
faMinus,
faMoon,
faPallet,
faPaperclip,
faPaperPlane,
@@ -100,6 +103,7 @@ import {
faPlug,
faPlus,
faPlusCircle,
faPrint,
faQuestionCircle,
faQuoteLeft,
faRobot,
@@ -118,11 +122,14 @@ import {
faSortAmountDown,
faSortAmountUp,
faSquareFull,
faStamp,
faStepBackward,
faStepForward,
faStickyNote,
faStore,
faStopCircle,
faStrikethrough,
faSun,
faSync,
faTable,
faTachometerAlt,
@@ -177,7 +184,9 @@ library.add(
faDollyFlatbed,
faDoorOpen,
faDraftingCompass,
faDragon,
faEdit,
faEgg,
faEllipsisV,
faEnvelopeOpenText,
faExclamationCircle,
@@ -221,6 +230,7 @@ library.add(
faListOl,
faListUl,
faMinus,
faMoon,
faPallet,
faPaperclip,
faPaperPlane,
@@ -230,6 +240,7 @@ library.add(
faPlug,
faPlus,
faPlusCircle,
faPrint,
faQuestionCircle,
faQuoteLeft,
faRobot,
@@ -249,11 +260,14 @@ library.add(
faSortAmountUp,
farSquare,
faSquareFull,
faStamp,
faStepBackward,
faStepForward,
faStickyNote,
faStore,
faStopCircle,
faStrikethrough,
faSun,
faSync,
faTable,
faTachometerAlt,
@@ -464,12 +478,24 @@ const CUSTOM_ICONS = {
icon: ["fas", "drafting-compass"]
}
},
ayiDragon: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "dragon"]
}
},
ayiEdit: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "edit"]
}
},
ayiEgg: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "egg"]
}
},
ayiEnvelopeOpenText: {
component: FontAwesomeIcon,
props: {
@@ -728,6 +754,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "minus"]
}
},
ayiMoon: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "moon"]
}
},
ayiPallet: {
component: FontAwesomeIcon,
props: {
@@ -782,6 +814,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "plus-circle"]
}
},
ayiPrint: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "print"]
}
},
ayiQuestionCircle: {
component: FontAwesomeIcon,
props: {
@@ -878,6 +916,12 @@ const CUSTOM_ICONS = {
icon: ["far", "sort-amount-up"]
}
},
ayiStamp: {
component: FontAwesomeIcon,
props: {
icon: ["far", "stamp"]
}
},
ayiSquare: {
component: FontAwesomeIcon,
props: {
@@ -914,12 +958,24 @@ const CUSTOM_ICONS = {
icon: ["fas", "store"]
}
},
ayiStopCircle: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "stop-circle"]
}
},
ayiStrikethrough: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "strikethrough"]
}
},
ayiSun: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "sun"]
}
},
ayiSync: {
component: FontAwesomeIcon,
props: {