{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "substance-3d-painter",
  "title": "substance-3d-painter",
  "files": [
    {
      "path": "static/components-generated/substance3dPainter.tsx",
      "content": "import type { SVGProps } from \"react\";\n\nconst Substance3dPainter = (props: SVGProps<SVGSVGElement>) => (\n  <svg {...props} viewBox=\"0 0 32 32\" fill=\"none\">\n    <g clipPath=\"url(#clip0_2_334)\">\n      <path\n        d=\"M5.66667 0H26.3333C29.4629 0 32 2.53707 32 5.66667V25.5333C32 28.6629 29.4629 31.2 26.3333 31.2H5.66667C2.53707 31.2 0 28.6629 0 25.5333V5.66667C0 2.53707 2.53707 0 5.66667 0Z\"\n        fill=\"#1E3101\"\n      />\n      <path\n        d=\"M6.92146 21.8793V8.16213C6.92146 8.06213 6.9644 8.01186 7.05026 8.01186C7.27906 8.01186 7.55093 8.00826 7.866 8.00106C8.18053 7.99399 8.52053 7.98693 8.8856 7.97959C9.25053 7.97253 9.63693 7.96533 10.0448 7.95813C10.4527 7.95106 10.8569 7.94746 11.2577 7.94733C12.3452 7.94733 13.2611 8.08333 14.0055 8.35519C14.6769 8.58226 15.2892 8.95639 15.7979 9.44999C16.2291 9.87786 16.5623 10.3943 16.7747 10.9635C16.9755 11.5173 17.0772 12.1024 17.0752 12.6915C17.0752 13.8365 16.8104 14.7811 16.2809 15.5251C15.7479 16.2721 14.9987 16.8377 14.1343 17.1459C13.1708 17.4928 12.1528 17.6637 11.1289 17.6504C10.814 17.6504 10.5923 17.6468 10.4635 17.6396C10.3347 17.6325 10.1415 17.6289 9.88386 17.6288V21.8577C9.8972 21.9511 9.8324 22.0376 9.73906 22.0509C9.72306 22.0532 9.7068 22.0532 9.6908 22.0509H7.07173C6.97146 22.0511 6.92146 21.9941 6.92146 21.8793ZM9.88386 10.5879V15.0315C10.0697 15.0459 10.2415 15.0531 10.3991 15.0529H11.1075C11.6271 15.0605 12.1447 14.9881 12.6423 14.8383C13.0676 14.712 13.4476 14.466 13.7371 14.1299C14.0161 13.8008 14.1557 13.3429 14.1557 12.756C14.1671 12.3408 14.0591 11.9309 13.8445 11.5753C13.6189 11.2315 13.2929 10.9653 12.9108 10.8133C12.4119 10.6193 11.8788 10.5281 11.3437 10.5451C11.0003 10.5451 10.6961 10.5487 10.4313 10.5557C10.1663 10.5631 9.98386 10.5739 9.88386 10.5879Z\"\n        fill=\"#99E83F\"\n      />\n      <path\n        d=\"M25.0392 19.9258V21.6861C25.0392 21.8437 24.982 21.9367 24.8675 21.9651C24.5857 22.0534 24.2989 22.1251 24.0088 22.1798C23.6688 22.2403 23.3237 22.2691 22.9784 22.2657C22.0479 22.2657 21.3181 22.0223 20.7888 21.5358C20.2592 21.0494 19.9944 20.2695 19.9945 19.1959V13.8722H18.728C18.6133 13.8722 18.5563 13.8078 18.5563 13.679V11.5538C18.5563 11.4394 18.6207 11.3822 18.7495 11.3821H20.016C20.0301 11.1389 20.048 10.8562 20.0697 10.5342C20.0912 10.2122 20.1197 9.8902 20.1556 9.5682C20.1912 9.2462 20.2233 8.985 20.2521 8.78473C20.2663 8.7418 20.2881 8.7018 20.3165 8.66673C20.3443 8.6318 20.3815 8.60567 20.4239 8.59167L22.9784 8.26967C23.0344 8.26047 23.0707 8.26047 23.0964 8.27553C23.1248 8.28993 23.1287 8.327 23.1287 8.39847C23.0999 8.7278 23.0784 9.17513 23.0643 9.74007C23.0499 10.3055 23.0355 10.853 23.0213 11.3822H25.0177C25.1036 11.3822 25.1465 11.4394 25.1465 11.5539V13.7221C25.1575 13.793 25.1099 13.8597 25.0392 13.8723H22.9999V18.4662C22.9999 18.9529 23.0821 19.2999 23.2468 19.5073C23.4111 19.7149 23.7152 19.8187 24.1591 19.8186C24.2879 19.8186 24.4092 19.8153 24.524 19.8078C24.6384 19.8007 24.7529 19.7901 24.8675 19.7757C24.9064 19.7611 24.9499 19.765 24.9855 19.7863C25.0211 19.8078 25.0392 19.8543 25.0392 19.9258Z\"\n        fill=\"#99E83F\"\n      />\n    </g>\n    <defs>\n      <clipPath id=\"clip0_2_334\">\n        <rect width=\"32\" height=\"31.2\" fill=\"white\" />\n      </clipPath>\n    </defs>\n  </svg>\n);\n\nexport { Substance3dPainter };\n",
      "type": "registry:component",
      "target": "components/ui/svgs/substance3dPainter.tsx"
    }
  ],
  "type": "registry:component"
}