This commit is contained in:
2020-10-06 17:34:47 +00:00
parent d9a7debf83
commit 7c5da9ff85
3 changed files with 18 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ import {
faPlus,
faPlusCircle,
faPrint,
faPuzzlePiece,
faQuestionCircle,
faQuoteLeft,
faRobot,
@@ -121,6 +122,7 @@ import {
faSort,
faSortAmountDown,
faSortAmountUp,
faSplotch,
faSquareFull,
faStamp,
faStepBackward,
@@ -241,6 +243,7 @@ library.add(
faPlus,
faPlusCircle,
faPrint,
faPuzzlePiece,
faQuestionCircle,
faQuoteLeft,
faRobot,
@@ -258,6 +261,7 @@ library.add(
faSort,
faSortAmountDown,
faSortAmountUp,
faSplotch,
farSquare,
faSquareFull,
faStamp,
@@ -820,6 +824,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "print"]
}
},
ayiPuzzlePiece: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "puzzle-piece"]
}
},
ayiQuestionCircle: {
component: FontAwesomeIcon,
props: {
@@ -916,6 +926,12 @@ const CUSTOM_ICONS = {
icon: ["far", "sort-amount-up"]
}
},
ayiSplotch: {
component: FontAwesomeIcon,
props: {
icon: ["far", "splotch"]
}
},
ayiStamp: {
component: FontAwesomeIcon,
props: {