{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "runframe",
  "title": "runframe",
  "files": [
    {
      "path": "static/components-generated/runframe.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst Runframe = (props: SVGProps<SVGSVGElement>) => (\n  <svg {...props} viewBox=\"0 0 512 512\" fill=\"none\">\n    <rect width=\"512\" height=\"512\" fill=\"#000000\" rx=\"64\" />\n    <g transform=\"translate(32, 32) skewX(-10) scale(4.5)\">\n      <path\n        d=\"M 24 28 L 24 72 L 36.5 72 L 36.5 47 L 54 47 L 54 28 L 36.5 28 Z\"\n        fill=\"#ffffff\"\n      />\n      <path\n        d=\"M 96 28 L 96 72 L 83.5 72 L 83.5 47 L 66 47 L 66 28 L 83.5 28 Z\"\n        fill=\"#ffffff\"\n      />\n    </g>\n  </svg>\n);\n\nexport { Runframe };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/runframe.tsx"
    }
  ],
  "type": "registry:component"
}