This commit is contained in:
@@ -49,6 +49,7 @@ import {
|
||||
faDraftingCompass,
|
||||
faEdit,
|
||||
faEllipsisV,
|
||||
faEnvelopeOpenText,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
@@ -178,6 +179,7 @@ library.add(
|
||||
faDraftingCompass,
|
||||
faEdit,
|
||||
faEllipsisV,
|
||||
faEnvelopeOpenText,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
@@ -468,6 +470,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "edit"]
|
||||
}
|
||||
},
|
||||
ayiEnvelopeOpenText: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "envelope-open-text"]
|
||||
}
|
||||
},
|
||||
ayiExclamationCircle: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user