This commit is contained in:
2021-09-14 14:59:02 +00:00
parent 1c9c6f8475
commit c0dda76003
2 changed files with 52 additions and 10 deletions

View File

@@ -81,6 +81,7 @@ import {
faClock,
faClone,
faCode,
faCog,
faCogs,
faCoins,
faColumns,
@@ -263,6 +264,7 @@ library.add(
faClock,
faClone,
faCode,
faCog,
faCogs,
faCoins,
faColumns,
@@ -574,6 +576,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "code"]
}
},
ayiCog: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "cog"]
}
},
ayiCogs: {
component: FontAwesomeIcon,
props: {