Components
import { Button } from "@/components/ui/button";
import { Archive } from "lucide-react";
function Component() {
return (
<Button>
<Archive className="-ms-1 me-2 opacity-60" size={16} strokeWidth={2} aria-hidden="true" />
Button
</Button>
);
}
export { Component };







































Part of Origin UI — browse the full library on 21st.dev.