{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-271",
  "type": "registry:component",
  "title": "Comp 271",
  "description": "Comp 271",
  "files": [
    {
      "path": "registry/ui-basic/comp-271.tsx",
      "content": "import { CircleCheckIcon } from \"lucide-react\"\n\nexport default function Component() {\n  return (\n    <div className=\"border-eborder rounded-md border px-4 py-3\">\n      <p className=\"text-sm\">\n        <CircleCheckIcon\n          className=\"me-3 -mt-0.5 inline-flex text-emerald-500\"\n          size={16}\n          aria-hidden=\"true\"\n        />\n        Completed successfully!\n      </p>\n    </div>\n  )\n}\n",
      "type": "registry:ui"
    }
  ]
}