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