import Icon, { IconProps } from "@chakra-ui/icon"; import React from "react"; export const Logo = ({ isDark, ...props }: { isDark?: boolean } & IconProps) => ( );