This component no longer exists. It was in Pure UI’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
button-icon-demo
pure-ui/button-icon-demoRemovedExample
Pure UI publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/MusKRI/pure-ui/main/public/r/button-icon-demo.jsonSource
1import { CircleFadingArrowUpIcon } from "lucide-react";23import { Button } from "@/registry/pure-ui/ui/button";45export function ButtonIconDemo() {6 return (7 <Button variant="outline" size="icon">8 <CircleFadingArrowUpIcon />9 </Button>10 );11}
What it pulls in
Other registry items
