From 825d96a527b4c63d997a17b673a83a609ba98b2d Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 7 Feb 2024 17:42:20 +0100 Subject: [PATCH] Add icons --- src/components/Icon.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Icon.tsx b/src/components/Icon.tsx index c3fa918..aba7724 100644 --- a/src/components/Icon.tsx +++ b/src/components/Icon.tsx @@ -1,6 +1,10 @@ const icons = { power: ``, warningCircle: ``, + github: ``, + cookie: ``, + windows: ``, + shield: ``, }; export type Icons = keyof typeof icons;