This commit is contained in:
2020-10-06 15:01:15 +00:00
parent 800a27b70a
commit fd3d57c530
8 changed files with 15 additions and 7 deletions

View File

@@ -91,6 +91,7 @@ import {
faPaperPlane,
faPencilAlt,
faPencilRuler,
faPeopleCarry,
faPlug,
faPlus,
faPlusCircle,
@@ -208,6 +209,7 @@ library.add(
faPaperPlane,
faPencilAlt,
faPencilRuler,
faPeopleCarry,
faPlug,
faPlus,
faPlusCircle,
@@ -702,6 +704,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "pencil-ruler"]
}
},
ayiPeopleCarry: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "people-carry"]
}
},
ayiPlug: {
component: FontAwesomeIcon,
props: {