{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "radix-ui",
  "title": "radix-ui",
  "files": [
    {
      "path": "static/components-generated/radixUiLight.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst RadixUiLight = (props: SVGProps<SVGSVGElement>) => (\n  <svg\n    {...props}\n    fill=\"#121212\"\n    style={{ marginRight: \"3px\" }}\n    viewBox=\"4 0 17 25\"\n  >\n    <path d=\"M12 25a8 8 0 1 1 0-16v16zM12 0H4v8h8V0zM17 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\" />\n  </svg>\n);\n\nexport { RadixUiLight };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/radixUiLight.tsx"
    },
    {
      "path": "static/components-generated/radixUiDark.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst RadixUiDark = (props: SVGProps<SVGSVGElement>) => (\n  <svg\n    {...props}\n    fill=\"#ffff\"\n    style={{ marginRight: \"3px\" }}\n    viewBox=\"4 0 17 25\"\n  >\n    <path d=\"M12 25a8 8 0 1 1 0-16v16zM12 0H4v8h8V0zM17 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8z\" />\n  </svg>\n);\n\nexport { RadixUiDark };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/radixUiDark.tsx"
    }
  ],
  "type": "registry:component"
}