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