{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "ivy-framework",
  "title": "ivy-framework",
  "files": [
    {
      "path": "static/components-generated/ivyFramework.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst IvyFramework = (props: SVGProps<SVGSVGElement>) => (\n  <svg {...props} viewBox=\"0 0 28 28\" fill=\"none\">\n    <path\n      d=\"M27.0513 0H0.0512695V27.0128C14.9434 27.0128 27.0513 14.9247 27.0513 0Z\"\n      fill=\"#00D18E\"\n    />\n  </svg>\n);\n\nexport { IvyFramework };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/ivyFramework.tsx"
    }
  ],
  "type": "registry:component"
}