This commit is contained in:
2021-01-14 19:32:08 +00:00
parent 9365dba63a
commit 5ca0f926a1
5 changed files with 939 additions and 1 deletions

View File

@@ -120,6 +120,7 @@ import {
faMinusSquare,
faMoneyBillWave,
faMoon,
faObjectGroup,
faPallet,
faPaperclip,
faPaperPlane,
@@ -290,6 +291,7 @@ library.add(
faMinusSquare,
faMoneyBillWave,
faMoon,
faObjectGroup,
faPallet,
faPaperclip,
faPaperPlane,
@@ -916,6 +918,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "moon"]
}
},
ayiObjectGroup: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "object-group"]
}
},
ayiPallet: {
component: FontAwesomeIcon,
props: {