This commit is contained in:
2020-11-24 01:05:42 +00:00
parent 64277ac23e
commit e521044a08
6 changed files with 590 additions and 1514 deletions

View File

@@ -45,6 +45,7 @@ import {
faChevronLeft,
faChevronRight,
faChild,
faClipboard,
faClock,
faClone,
faCode,
@@ -194,6 +195,7 @@ library.add(
faChevronLeft,
faChevronRight,
faChild,
faClipboard,
farCircle,
faClock,
faClone,
@@ -434,6 +436,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "child"]
}
},
ayiClipboard: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "clipboard"]
}
},
ayiClock: {
component: FontAwesomeIcon,
props: {