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