This commit is contained in:
2021-01-08 19:21:16 +00:00
parent 3ff422e20c
commit 43f616f63b
2 changed files with 22 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ import {
faChevronDown,
faChevronLeft,
faChevronRight,
faCircle,
faClipboard,
faClock,
faClone,
@@ -214,6 +215,7 @@ library.add(
faChevronLeft,
faChevronRight,
faClipboard,
faCircle,
farCircle,
faClock,
faClone,
@@ -476,7 +478,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "check-square"]
}
},
ayiCircle: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "circle"]
}
},
ayiClipboard: {
component: FontAwesomeIcon,
props: {