{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "web-components",
  "title": "web-components",
  "files": [
    {
      "path": "static/components-generated/webcomponents.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst Webcomponents = (props: SVGProps<SVGSVGElement>) => (\n  <svg {...props} viewBox=\"0 0 128 128\">\n    <path\n      fill=\"var(--bgcolor, #fff)\"\n      d=\"m31 12-1 1L2 63l29 51h67l15-26v-2l14-23-15-24v-2L98 12H31zm21 30h21l13 21-13 21H52L40 63z\"\n    />\n    <path fill=\"#166da5\" d=\"m122 63-12 21-18-21 18-21z\" />\n    <path fill=\"#8fdb69\" d=\"M108 88 89 65 78 84l17 26z\" />\n    <path fill=\"#166da5\" d=\"M108 38 89 61 78 42l17-26z\" />\n    <path d=\"M63 110 35 63l28-47H33L6 63l27 47z\" />\n    <path fill=\"#287bbe\" d=\"m50 38 13-22h32l13 22zm28 4h32l11 19H89z\" />\n    <path fill=\"#ddf021\" d=\"m50 88 13 22h32l13-22zm28-4h32l11-19H89z\" />\n  </svg>\n);\n\nexport { Webcomponents };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/webcomponents.tsx"
    }
  ],
  "type": "registry:component"
}