This commit is contained in:
2020-11-27 01:14:08 +00:00
parent d60d6356fc
commit 67d5baff0e
5 changed files with 14 additions and 13 deletions

View File

@@ -45,7 +45,6 @@ import {
faChevronDown,
faChevronLeft,
faChevronRight,
faChild,
faClipboard,
faClock,
faClone,
@@ -53,6 +52,7 @@ import {
faCogs,
faColumns,
faCommentAlt,
faConciergeBell,
faCopy,
faDiceD20,
faDolly,
@@ -204,7 +204,6 @@ library.add(
faChevronDown,
faChevronLeft,
faChevronRight,
faChild,
faClipboard,
farCircle,
faClock,
@@ -213,6 +212,7 @@ library.add(
faCogs,
faColumns,
faCommentAlt,
faConciergeBell,
faCopy,
faDiceD20,
faDolly,
@@ -454,12 +454,7 @@ const CUSTOM_ICONS = {
icon: ["fas", "check-square"]
}
},
ayiChild: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "child"]
}
},
ayiClipboard: {
component: FontAwesomeIcon,
props: {
@@ -502,6 +497,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "comment-alt"]
}
},
ayiConciergeBell: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "concierge-bell"]
}
},
ayiCopy: {
component: FontAwesomeIcon,
props: {