This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user