Here is Button component
import { ChevronRight } from "lucide-react" import { Button } from "@/components/ui/button-1" export default function ButtonIcon() { return ( <Button variant="outline" size="icon" aria-label="Next"> <ChevronRight className="size-4" /> </Button> ) }
Part of Jolly UI — browse the full library on 21st.dev.