From 6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 14 Aug 2025 14:01:01 -0500 Subject: Switched to tailwind/vite --- frontend/src/images/svgs/steam.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/src/images/svgs/steam.tsx (limited to 'frontend/src/images/svgs/steam.tsx') diff --git a/frontend/src/images/svgs/steam.tsx b/frontend/src/images/svgs/steam.tsx new file mode 100644 index 0000000..0dc9a04 --- /dev/null +++ b/frontend/src/images/svgs/steam.tsx @@ -0,0 +1,7 @@ +export function LoginIcon(){ + return ( + + + + ) +} \ No newline at end of file -- cgit v1.2.3