This commit is contained in:
2022-06-16 22:09:09 +00:00
parent 7b78e8f4dd
commit bd84bb4a23
9 changed files with 629 additions and 93 deletions

View File

@@ -61,6 +61,7 @@ import {
faBox,
faBoxes,
faBoxOpen,
faCampground,
faBullhorn,
faBusinessTime,
faCalculator,
@@ -246,6 +247,7 @@ library.add(
faBox,
faBoxes,
faBoxOpen,
faCampground,
faBullhorn,
faBusinessTime,
faCalculator,
@@ -491,6 +493,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "box-open"]
}
},
ayiCampground: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "campground"]
}
},
ayiBullhorn: {
component: FontAwesomeIcon,
props: {