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