This commit is contained in:
2021-03-11 21:26:38 +00:00
parent a286b186df
commit 00e4178e53
2 changed files with 29 additions and 30 deletions

View File

@@ -116,6 +116,7 @@ import {
faLink,
faListOl,
faListUl,
faLock,
faMagic,
faMapMarkerAlt,
faMapMarkedAlt,
@@ -293,6 +294,7 @@ library.add(
faLink,
faListOl,
faListUl,
faLock,
faMagic,
faMapMarkerAlt,
faMapMarkedAlt,
@@ -912,6 +914,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "list-ul"]
}
},
ayiLock: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "lock"]
}
},
ayiMagic: {
component: FontAwesomeIcon,
props: {