import { sanitizeComposedHostProps, type SafeComposedHostElementProps } from "../primitives/sanitize-composed-host-props"; import { mergeProps } from "@base-ui/react/merge-props"; import { useRender } from "@base-ui/react/use-render"; import { PrimitiveArrowIcon, } from "../primitives"; import { cn } from "../../lib/utils"; import { DotsThreeIcon } from "@phosphor-icons/react"; function Breadcrumb({ className, ...props }: SafeComposedHostElementProps<"nav">) { return (