This commit is contained in:
@@ -68,6 +68,7 @@ import {
|
||||
faExclamation,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faExternalLinkAlt,
|
||||
faEye,
|
||||
faEyeSlash,
|
||||
faFan,
|
||||
@@ -231,6 +232,7 @@ library.add(
|
||||
faExclamation,
|
||||
faExclamationCircle,
|
||||
faExclamationTriangle,
|
||||
faExternalLinkAlt,
|
||||
faEye,
|
||||
faEyeSlash,
|
||||
faFan,
|
||||
@@ -591,6 +593,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "exclamation-triangle"]
|
||||
}
|
||||
},
|
||||
ayiExternalLinkAlt: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "external-link-alt"]
|
||||
}
|
||||
},
|
||||
ayiEye: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user