{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "unity",
  "title": "unity",
  "files": [
    {
      "path": "static/components-generated/unity.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst Unity = (props: SVGProps<SVGSVGElement>) => (\n  <svg {...props} preserveAspectRatio=\"xMidYMid\" viewBox=\"0 0 256 263\">\n    <path\n      d=\"M166.9 131.2L212.8 52l22.2 79.2-22.2 79.3-46-79.3zm-22.4 13l46 79.2-80-20.5L52.6 144h91.8zM190.4 39l-45.9 79.3H52.7l57.7-58.8 80-20.5zm65.5 65.2L228 0 123.4 28l-15.5 27.2-31.4-.2L0 131.2l76.5 76.3 31.4-.2 15.5 27.2 104.5 27.9 28-104.2-15.9-27 16-27z\"\n      fill=\"#222C37\"\n    />\n  </svg>\n);\n\nexport { Unity };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/unity.tsx"
    },
    {
      "path": "static/components-generated/unityDark.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst UnityDark = (props: SVGProps<SVGSVGElement>) => (\n  <svg {...props} preserveAspectRatio=\"xMidYMid\" viewBox=\"0 0 256 263\">\n    <path\n      d=\"M166.9 131.2L212.8 52l22.2 79.2-22.2 79.3-46-79.3zm-22.4 13l46 79.2-80-20.5L52.6 144h91.8zM190.4 39l-45.9 79.3H52.7l57.7-58.8 80-20.5zm65.5 65.2L228 0 123.4 28l-15.5 27.2-31.4-.2L0 131.2l76.5 76.3 31.4-.2 15.5 27.2 104.5 27.9 28-104.2-15.9-27 16-27z\"\n      fill=\"#fff\"\n    />\n  </svg>\n);\n\nexport { UnityDark };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/unityDark.tsx"
    }
  ],
  "type": "registry:component"
}