This commit is contained in:
@@ -62,6 +62,7 @@ import {
|
||||
faEgg,
|
||||
faEllipsisV,
|
||||
faEnvelopeOpenText,
|
||||
faExclamation,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
@@ -209,6 +210,7 @@ library.add(
|
||||
faEgg,
|
||||
faEllipsisV,
|
||||
faEnvelopeOpenText,
|
||||
faExclamation,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faEye,
|
||||
@@ -1136,6 +1138,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "caret-down"]
|
||||
}
|
||||
},
|
||||
exclamation: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "exclamation"]
|
||||
}
|
||||
},
|
||||
info: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user