Here is Button component
import { Button } from "@/components/ui/button-1"; import { Trash2Icon } from "lucide-react"; export default function Component() { return ( <Button variant="destructive"> <Trash2Icon /> Remove </Button> ); }
Part of Spectrum UI — browse the full library on 21st.dev.