{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "separator10",
  "title": "Separator",
  "description": "Separator built with shadcn/ui.",
  "files": [
    {
      "path": "contents/components/separator/10/index.tsx",
      "content": "import { Separator } from \"@/components/ui/separator\";\nimport { ComponentIcon } from \"lucide-react\";\n\nexport default function Example() {\n  return (\n    <div className=\"w-full max-w-sm\">\n      <div className=\"relative flex items-center gap-2\">\n        <Separator className=\"flex-1\" />\n        <span className=\"text-muted-foreground shrink-0 text-sm\">\n          <ComponentIcon className=\"size-4\" />\n        </span>\n        <Separator className=\"flex-1\" />\n      </div>\n    </div>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/separator10.tsx"
    }
  ],
  "type": "registry:component"
}