diff --git a/src/components/logo.tsx b/src/components/logo.tsx new file mode 100644 index 0000000..62db58c --- /dev/null +++ b/src/components/logo.tsx @@ -0,0 +1,94 @@ +export function Logomark(props: React.ComponentPropsWithoutRef<"svg">) { + return ( + + ); +} + +export function Logo(props: React.ComponentPropsWithoutRef<"svg">) { + return ( + + ); +}