This commit is contained in:
2021-02-23 15:55:20 +00:00
parent 0ffe0d8f47
commit 3b5574ef75
2 changed files with 20 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ import {
faBold,
faBox,
faBoxes,
faBoxOpen,
faBullhorn,
faBusinessTime,
faCalculator,
@@ -203,6 +204,7 @@ library.add(
faBold,
faBox,
faBoxes,
faBoxOpen,
faBullhorn,
faBusinessTime,
faCalculator,
@@ -428,6 +430,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "boxes"]
}
},
ayiBoxOpen: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "box-open"]
}
},
ayiBullhorn: {
component: FontAwesomeIcon,
props: {