"use client"; import { SVGProps } from "react"; const Logo = (props: SVGProps) => ( ); export default Logo;