import { SearchIcon } from "lucide-react"; import { Button } from "./ui/button"; export default function ThemesSearch({ input, setInput }: { input: string; setInput: (input: string) => void; }) { return (