This commit is contained in:
2021-01-19 23:49:56 +00:00
parent a1a54f2743
commit f3be643556
8 changed files with 941 additions and 2 deletions

View File

@@ -183,6 +183,7 @@ import {
faUsers,
faUserTie,
faVial,
faWarehouse,
faWeight,
faWrench
} from "@fortawesome/free-solid-svg-icons";
@@ -355,6 +356,7 @@ library.add(
faUsers,
faUserTie,
faVial,
faWarehouse,
faWeight,
faWrench
);
@@ -1290,6 +1292,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "vial"]
}
},
ayiWarehouse: {
component: FontAwesomeIcon,
props: {
icon: ["fas", "warehouse"]
}
},
ayiWeight: {
component: FontAwesomeIcon,
props: {