--- import { Icon } from "astro-icon/components"; import { cn } from "@/utils/tailwind"; export interface Props { className?: string; dataPagefindBody?: boolean; } const { className = "", dataPagefindBody = true } = Astro.props; ---