This commit is contained in:
2021-07-01 15:38:19 +00:00
parent 8f2e5d840d
commit bb2ca3fd26
12 changed files with 19 additions and 11 deletions

View File

@@ -93,6 +93,7 @@ import {
faDoorOpen,
faDraftingCompass,
faDragon,
faDumpster,
faEdit,
faEgg,
faEllipsisV,
@@ -275,6 +276,7 @@ library.add(
farDotCircle,
faDraftingCompass,
faDragon,
faDumpster,
faEdit,
faEgg,
faEllipsisV,
@@ -650,6 +652,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "dragon"]
}
},
ayiDumpster: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "dumpster"]
}
},
ayiEdit: {
component: FontAwesomeIcon,
props: {