From 0d6e823fbf2662f2cf756d77648448e0604e27fe Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 9 Jul 2025 16:29:41 +0200 Subject: [PATCH] add logowhite --- src/components/Logo_darkbg.tsx | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/components/Logo_darkbg.tsx diff --git a/src/components/Logo_darkbg.tsx b/src/components/Logo_darkbg.tsx new file mode 100644 index 0000000..5f9dcaa --- /dev/null +++ b/src/components/Logo_darkbg.tsx @@ -0,0 +1,45 @@ +export function Logo_darkbg(props: React.ComponentPropsWithoutRef<'svg'>) { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}