This commit is contained in:
2021-04-16 00:24:35 +00:00
parent b45236eb16
commit 9bf7b82d25
3 changed files with 27 additions and 17 deletions

View File

@@ -209,6 +209,7 @@ import {
faToolbox,
faTools,
faTrashAlt,
faTrashRestoreAlt,
faTruckLoading,
faTruckMonster,
faUndo,
@@ -389,6 +390,7 @@ library.add(
faToolbox,
faTools,
faTrashAlt,
faTrashRestoreAlt,
faTruckLoading,
faTruckMonster,
faUndo,
@@ -1322,6 +1324,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "trash-alt"]
}
},
ayiTrashRestoreAlt: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "trash-restore-alt"]
}
},
ayiTruckLoading: {
component: FontAwesomeIcon,
props: {