import { ChevronDoubleLeftIcon, ChevronDoubleRightIcon, ChevronLeftIcon, ChevronRightIcon, } from '@heroicons/react/solid' export default function Pagination({ page, totalPages, firstPage, lastPage, nextPage, previousPage, }) { return (