This commit is contained in:
@@ -51,6 +51,7 @@ import {
|
||||
faClone,
|
||||
faCode,
|
||||
faCogs,
|
||||
faCoins,
|
||||
faColumns,
|
||||
faCommentAlt,
|
||||
faConciergeBell,
|
||||
@@ -124,6 +125,7 @@ import {
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPeopleCarry,
|
||||
faPercent,
|
||||
faPhoneAlt,
|
||||
faPlug,
|
||||
faPlus,
|
||||
@@ -217,6 +219,7 @@ library.add(
|
||||
faClone,
|
||||
faCode,
|
||||
faCogs,
|
||||
faCoins,
|
||||
faColumns,
|
||||
faCommentAlt,
|
||||
faConciergeBell,
|
||||
@@ -291,6 +294,7 @@ library.add(
|
||||
faPencilAlt,
|
||||
faPencilRuler,
|
||||
faPeopleCarry,
|
||||
faPercent,
|
||||
faPhoneAlt,
|
||||
faPlug,
|
||||
faPlus,
|
||||
@@ -503,6 +507,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "cogs"]
|
||||
}
|
||||
},
|
||||
ayiCoins: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "coins"]
|
||||
}
|
||||
},
|
||||
ayiColumns: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
@@ -935,6 +945,12 @@ const CUSTOM_ICONS = {
|
||||
icon: ["fas", "people-carry"]
|
||||
}
|
||||
},
|
||||
ayiPercent: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
icon: ["fas", "percent"]
|
||||
}
|
||||
},
|
||||
ayiPhoneAlt: {
|
||||
component: FontAwesomeIcon,
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user