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