Change Icon, Add missing var

This commit is contained in:
Yoswaris Lawpaiboon
2023-03-10 22:04:47 +07:00
parent 16f2701f61
commit 29b2809279
4 changed files with 142 additions and 250 deletions

View File

@@ -49,6 +49,7 @@ import {
faFilter,
faInfoCircle,
faClone,
faCertificate,
} from "@fortawesome/free-solid-svg-icons";
library.add(
@@ -95,6 +96,7 @@ library.add(
faFilter,
faInfoCircle,
faClone,
faCertificate,
);
export { FontAwesomeIcon };