{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-117",
  "type": "registry:component",
  "registryDependencies": [
    "https://coss.com/origin/r/button.json"
  ],
  "files": [
    {
      "path": "registry/default/components/comp-117.tsx",
      "content": "import { ThumbsUpIcon } from \"lucide-react\";\n\nimport { Button } from \"@/registry/default/ui/button\";\n\nexport default function Component() {\n  return (\n    <Button className=\"py-0 pe-0\" variant=\"outline\">\n      <ThumbsUpIcon aria-hidden=\"true\" className=\"opacity-60\" size={16} />\n      Like\n      <span className=\"relative ms-1 inline-flex h-full items-center justify-center rounded-full px-3 font-medium text-muted-foreground text-xs before:absolute before:inset-0 before:left-0 before:w-px before:bg-input\">\n        86\n      </span>\n    </Button>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "meta": {
    "style": 2,
    "tags": [
      "button",
      "like",
      "counter"
    ]
  }
}