import { IconChevronLeft, IconChevronRight, IconDots, } from "@tabler/icons-react"; import * as React from "react"; import { cn } from "../utils.js"; import { ButtonProps, buttonVariants } from "./button.js"; const Pagination = ({ className, ...props }: React.ComponentProps<"nav">) => (