This commit is contained in:
2021-02-25 19:49:00 +00:00
parent 8a7184a8ae
commit 03b7226ae5
4 changed files with 30 additions and 15 deletions

View File

@@ -114,7 +114,7 @@ import {
faLink,
faListOl,
faListUl,
//faMagic,
faMagic,
faMapMarkerAlt,
faMapMarkedAlt,
faMinus,
@@ -287,7 +287,7 @@ library.add(
faLink,
faListOl,
faListUl,
//faMagic,
faMagic,
faMapMarkerAlt,
faMapMarkedAlt,
faMinus,
@@ -892,12 +892,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "list-ul"]
}
},
// ayiMagic: {
// component: FontAwesomeIcon,
// props: {
// icon: ["fas", "magic"]
// }
// },
ayiMagic: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "magic"]
}
},
ayiMapMarker: {
component: FontAwesomeIcon,
props: {