import clsx from "clsx" import type * as React from "react" import { SvgUse } from "../../shared/SvgUse" import { Button } from "../button" function Pagination({ className, ...props }: React.ComponentProps<"nav">) { return (