import * as React from 'react' import { cn } from '@/lib/utils' import { ArrowLeftLine, ArrowRightLine } from './icons-inline' const Pagination = ({ className, ...props }: React.ComponentProps<'nav'>) => (