{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-267",
  "type": "registry:component",
  "title": "Comp 267",
  "description": "Comp 267",
  "files": [
    {
      "path": "registry/ui-basic/comp-267.tsx",
      "content": "import { TriangleAlert } 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        <TriangleAlert\n          className=\"me-3 -mt-0.5 inline-flex text-amber-500\"\n          size={16}\n          aria-hidden=\"true\"\n        />\n        Some information is missing!\n      </p>\n    </div>\n  )\n}\n",
      "type": "registry:ui"
    }
  ]
}