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