This commit is contained in:
2021-05-27 19:55:06 +00:00
parent ba7fce6599
commit 214163fece
3 changed files with 11 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ import {
faListOl,
faListUl,
faLock,
faLuggageCart,
faMagic,
faMapMarkerAlt,
faMapMarkedAlt,
@@ -328,6 +329,7 @@ library.add(
faListOl,
faListUl,
faLock,
faLuggageCart,
faMagic,
faMapMarkerAlt,
faMapMarkedAlt,
@@ -966,6 +968,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "lock"]
}
},
ayiLuggageCard: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "luggage-cart"]
}
},
ayiMagic: {
component: FontAwesomeIcon,
props: {