This commit is contained in:
2022-02-27 19:55:09 +00:00
parent 1cf04393ff
commit 9ef4f33604
2 changed files with 21 additions and 4 deletions

View File

@@ -69,6 +69,8 @@ import {
faCalendarDay,
faCarBattery,
faCaretDown,
faChartBar,
faChartLine,
faCheckCircle,
faCheckSquare,
faChevronDown,
@@ -251,6 +253,8 @@ library.add(
faCalendarDay,
faCarBattery,
faCaretDown,
faChartBar,
faChartLine,
faCheckCircle,
faCheckSquare,
faChevronDown,
@@ -527,6 +531,18 @@ const CUSTOM_ICONS = {
icon: ["fas", "car-battery"]
}
},
ayiChartBar: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "chart-bar"]
}
},
ayiChartLine: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "chart-line"]
}
},
ayiCheckCircle: {
component: FontAwesomeIcon,
props: {