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