This commit is contained in:
2020-11-12 18:14:27 +00:00
parent 04b147b806
commit 98d0c117a4
5 changed files with 39 additions and 4 deletions

View File

@@ -105,6 +105,8 @@ import {
faLink,
faListOl,
faListUl,
faMapMarkerAlt,
faMapMarkedAlt,
faMinus,
faMinusSquare,
faMoon,
@@ -253,6 +255,8 @@ library.add(
faLink,
faListOl,
faListUl,
faMapMarkerAlt,
faMapMarkedAlt,
faMinus,
faMinusSquare,
faMoon,
@@ -788,6 +792,18 @@ const CUSTOM_ICONS = {
icon: ["fas", "list-ul"]
}
},
ayiMapMarker: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "map-marker-alt"]
}
},
ayiMapMarked: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "map-marked-alt"]
}
},
ayiMinus: {
component: FontAwesomeIcon,
props: {