{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconImagineAi/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconImagineAi: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"imagine-ai, cube, room, 3d, opject, vector\"><path d=\"M13.7598 19.6594C14.1214 19.4577 14.5784 19.5869 14.7803 19.9485C14.982 20.3101 14.8519 20.7672 14.4902 20.969L13.8271 21.3391C12.6914 21.9728 11.3086 21.9728 10.1729 21.3391L9.50977 20.969C9.14813 20.7672 9.01803 20.3101 9.21973 19.9485C9.42158 19.5869 9.87861 19.4577 10.2402 19.6594L10.9033 20.0295C11.5848 20.4098 12.4152 20.4098 13.0967 20.0295L13.7598 19.6594Z\" fill=\"currentColor\"/><path d=\"M3.5 13.5608C3.91413 13.5608 4.24986 13.8967 4.25 14.3108V14.9934C4.25009 15.807 4.68982 16.5572 5.39941 16.9553L5.99219 17.2883C6.35325 17.4911 6.48193 17.9486 6.2793 18.3098C6.07654 18.6707 5.61892 18.7994 5.25781 18.5969L4.66504 18.2639C3.48235 17.6003 2.75009 16.3495 2.75 14.9934V14.3108C2.75014 13.8967 3.08587 13.5608 3.5 13.5608Z\" fill=\"currentColor\"/><path d=\"M20.5 13.5608C20.9141 13.5608 21.2499 13.8967 21.25 14.3108V14.9934C21.2499 16.3495 20.5177 17.6003 19.335 18.2639L18.7422 18.5969C18.3811 18.7994 17.9235 18.6707 17.7207 18.3098C17.5181 17.9486 17.6467 17.4911 18.0078 17.2883L18.6006 16.9553C19.3102 16.5572 19.7499 15.807 19.75 14.9934V14.3108C19.7501 13.8967 20.0859 13.5608 20.5 13.5608Z\" fill=\"currentColor\"/><path d=\"M12 7.50023C12.2711 7.50023 12.514 7.66711 12.6113 7.92015L13.1328 9.27562C13.4142 10.0072 13.993 10.586 14.7246 10.8674L16.0801 11.3889C16.333 11.4863 16.5 11.7292 16.5 12.0002C16.4999 12.2712 16.333 12.5142 16.0801 12.6116L14.7246 13.133C13.9931 13.4144 13.4142 13.9923 13.1328 14.7239L12.6113 16.0803C12.5139 16.3331 12.271 16.5002 12 16.5002C11.729 16.5002 11.4861 16.3331 11.3887 16.0803L10.8672 14.7239C10.5858 13.9923 10.0069 13.4144 9.27539 13.133L7.91992 12.6116C7.667 12.5142 7.50011 12.2712 7.5 12.0002C7.5 11.7292 7.66701 11.4863 7.91992 11.3889L9.27539 10.8674C10.007 10.586 10.5858 10.0072 10.8672 9.27562L11.3887 7.92015C11.486 7.66711 11.7289 7.50023 12 7.50023Z\" fill=\"currentColor\"/><path d=\"M5.25781 5.40355C5.619 5.20089 6.07658 5.32952 6.2793 5.69066C6.4818 6.05182 6.35327 6.50946 5.99219 6.71214L5.39941 7.04515C4.68981 7.44334 4.25 8.19337 4.25 9.00706V9.68968C4.24972 10.1037 3.91404 10.4397 3.5 10.4397C3.08596 10.4397 2.75028 10.1037 2.75 9.68968V9.00706C2.75 7.65088 3.48234 6.4002 4.66504 5.73655L5.25781 5.40355Z\" fill=\"currentColor\"/><path d=\"M17.7207 5.69066C17.9234 5.32953 18.381 5.20089 18.7422 5.40355L19.335 5.73655C20.5177 6.4002 21.25 7.65088 21.25 9.00706V9.68968C21.2497 10.1037 20.914 10.4397 20.5 10.4397C20.086 10.4397 19.7503 10.1037 19.75 9.68968V9.00706C19.75 8.19336 19.3102 7.44334 18.6006 7.04515L18.0078 6.71214C17.6467 6.50947 17.5182 6.05183 17.7207 5.69066Z\" fill=\"currentColor\"/><path d=\"M10.1729 2.66136C11.3086 2.0276 12.6914 2.02759 13.8271 2.66136L14.4902 3.03148C14.8518 3.23336 14.9821 3.69032 14.7803 4.05198C14.5784 4.41334 14.1213 4.54259 13.7598 4.34105L13.0967 3.97093C12.4152 3.59059 11.5848 3.59059 10.9033 3.97093L10.2402 4.34105C9.87869 4.5426 9.42162 4.41333 9.21973 4.05198C9.01789 3.69032 9.14815 3.23336 9.50977 3.03148L10.1729 2.66136Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconImagineAi;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA2/F,EAA3/F,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,iXAAiX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oVAAoV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wVAAwV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yqBAAyqB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+UAA+U,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oVAAoV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kXAAkX,KAAK,eAAc,CAAI,GAGr/F",
  "debugId": "F2245864F650A97764756E2164756E21",
  "names": []
}