This commit is contained in:
@@ -132,12 +132,14 @@ import {
|
||||
faPuzzlePiece,
|
||||
faQuestionCircle,
|
||||
faQuoteLeft,
|
||||
faReply,
|
||||
faRobot,
|
||||
faRocket,
|
||||
faSave,
|
||||
faSearch,
|
||||
faSeedling,
|
||||
faServer,
|
||||
faShare,
|
||||
faShippingFast,
|
||||
faSignInAlt,
|
||||
faSignOutAlt,
|
||||
@@ -296,12 +298,14 @@ library.add(
|
||||
faPuzzlePiece,
|
||||
faQuestionCircle,
|
||||
faQuoteLeft,
|
||||
faReply,
|
||||
faRobot,
|
||||
faRocket,
|
||||
faSave,
|
||||
faSearch,
|
||||
faSeedling,
|
||||
faServer,
|
||||
faShare,
|
||||
faShippingFast,
|
||||
faSignInAlt,
|
||||
faSignOutAlt,
|
||||
@@ -977,6 +981,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "quote-left"]
|
||||
}
|
||||
},
|
||||
ayiReply: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "reply"]
|
||||
}
|
||||
},
|
||||
ayiRobot: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -1013,6 +1023,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "server"]
|
||||
}
|
||||
},
|
||||
ayiShare: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "share"]
|
||||
}
|
||||
},
|
||||
ayiShippingFast: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user