{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-115",
  "type": "registry:component",
  "registryDependencies": [
    "https://coss.com/origin/r/button.json"
  ],
  "files": [
    {
      "path": "registry/default/components/comp-115.tsx",
      "content": "import { ChevronLeftIcon } from \"lucide-react\";\n\nimport { Button } from \"@/registry/default/ui/button\";\n\nexport default function Component() {\n  return (\n    <Button className=\"relative ps-12\">\n      Previous\n      <span className=\"pointer-events-none absolute inset-y-0 start-0 flex w-9 items-center justify-center bg-primary-foreground/15\">\n        <ChevronLeftIcon aria-hidden=\"true\" className=\"opacity-60\" size={16} />\n      </span>\n    </Button>\n  );\n}\n",
      "type": "registry:component"
    }
  ],
  "meta": {
    "style": 2,
    "tags": [
      "button",
      "previous"
    ]
  }
}