"use client"; import { Icon } from "@iconify/react"; export default function SearchBar() { return (
); }