This commit is contained in:
2020-12-28 19:22:51 +00:00
parent 78fec10692
commit 344ec5880c
4 changed files with 39 additions and 17 deletions

View File

@@ -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: {