feat(nui): Icon support for custom notifications

This commit is contained in:
Luke
2022-03-20 11:14:46 +01:00
parent 97be95fe35
commit 86431b6bef
4 changed files with 1336 additions and 1286 deletions

View File

@@ -6,6 +6,12 @@ import { VisibilityProvider } from "./providers/VisibilityProvider";
import { ChakraProvider } from "@chakra-ui/react";
import { theme } from "./theme";
import { debugData } from "./utils/debugData";
import { fas } from "@fortawesome/free-solid-svg-icons";
import { far } from "@fortawesome/free-regular-svg-icons";
import { fab } from "@fortawesome/free-brands-svg-icons";
import { library } from "@fortawesome/fontawesome-svg-core";
library.add(fas, far, fab);
debugData([
{