import { IconChevronLeft as ChevronLeftIcon, IconChevronRight as ChevronRightIcon, IconDots as MoreHorizontalIcon, } from '@tabler/icons-react'; import type * as React from 'react'; import { Button } from '@/components/ui/button'; import { cn } from '@/lib/utils'; function Pagination({ className, ...props }: React.ComponentProps<'nav'>) { return (