This commit is contained in:
2020-12-01 22:11:25 +00:00
parent e2b3a03682
commit 6e28b2af9d
4 changed files with 53 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ import {
faAddressCard,
faArrowsAltH,
faArrowsAltV,
faAt,
faBackward,
faBars,
faBell,
@@ -122,6 +123,7 @@ import {
faPencilAlt,
faPencilRuler,
faPeopleCarry,
faPhoneAlt,
faPlug,
faPlus,
faPlusCircle,
@@ -184,6 +186,7 @@ library.add(
faAddressCard,
faArrowsAltH,
faArrowsAltV,
faAt,
faBackward,
faBars,
faBell,
@@ -283,6 +286,7 @@ library.add(
faPencilAlt,
faPencilRuler,
faPeopleCarry,
faPhoneAlt,
faPlug,
faPlus,
faPlusCircle,
@@ -364,6 +368,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "arrows-alt-v"]
}
},
ayiAt: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "at"]
}
},
ayiBackward: {
component: FontAwesomeIcon,
props: {
@@ -911,6 +921,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "people-carry"]
}
},
ayiPhoneAlt: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "phone-alt"]
}
},
ayiPlug: {
component: FontAwesomeIcon,
props: {