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 ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +}