This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user