{
  "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.6592C14.1214 19.4575 14.5784 19.5867 14.7803 19.9482C14.9821 20.3099 14.8519 20.7669 14.4902 20.9687L12.3652 22.1552C12.1383 22.2818 11.8617 22.2818 11.6348 22.1552L9.50977 20.9687C9.14807 20.7669 9.01789 20.3099 9.21973 19.9482C9.42158 19.5867 9.87861 19.4575 10.2402 19.6592L12 20.6406L13.7598 19.6592Z\" fill=\"currentColor\"/><path d=\"M3.5 13.5605C3.91413 13.5605 4.24986 13.8964 4.25 14.3105V16.3095L5.99219 17.2881C6.35333 17.4908 6.48195 17.9484 6.2793 18.3095C6.07657 18.6707 5.619 18.7993 5.25781 18.5967L3.13281 17.4043C2.8963 17.2715 2.75001 17.0212 2.75 16.75V14.3105C2.75014 13.8964 3.08587 13.5605 3.5 13.5605Z\" fill=\"currentColor\"/><path d=\"M20.5 13.5605C20.9141 13.5605 21.2499 13.8964 21.25 14.3105V16.75C21.25 17.0212 21.1037 17.2715 20.8672 17.4043L18.7422 18.5967C18.381 18.7993 17.9234 18.6707 17.7207 18.3095C17.518 17.9483 17.6467 17.4908 18.0078 17.2881L19.75 16.3095V14.3105C19.7501 13.8964 20.0859 13.5605 20.5 13.5605Z\" fill=\"currentColor\"/><path d=\"M12 7.49998C12.2711 7.49998 12.514 7.66693 12.6113 7.9199L13.415 10.0097C13.5166 10.2738 13.7261 10.4834 13.9902 10.5849L16.0801 11.3886C16.333 11.486 16.5 11.7289 16.5 12C16.5 12.271 16.333 12.5139 16.0801 12.6113L13.9902 13.415C13.7261 13.5166 13.5166 13.7261 13.415 13.9902L12.6113 16.0801C12.514 16.333 12.271 16.5 12 16.5C11.729 16.5 11.486 16.333 11.3887 16.0801L10.585 13.9902C10.4834 13.7261 10.2739 13.5166 10.0098 13.415L7.91992 12.6113C7.66697 12.5139 7.50001 12.271 7.5 12C7.5 11.7289 7.66697 11.486 7.91992 11.3886L10.0098 10.5849C10.2739 10.4834 10.4834 10.2738 10.585 10.0097L11.3887 7.9199C11.486 7.66693 11.7289 7.49998 12 7.49998Z\" fill=\"currentColor\"/><path d=\"M5.25781 5.4033C5.619 5.20064 6.07658 5.32927 6.2793 5.69041C6.48194 6.0516 6.35333 6.50918 5.99219 6.71189L4.25 7.68943V9.68943L4.24609 9.7656C4.20779 10.1439 3.8884 10.4394 3.5 10.4394C3.1116 10.4394 2.79221 10.1439 2.75391 9.7656L2.75 9.68943V7.24998C2.75 6.97876 2.8963 6.72841 3.13281 6.59568L5.25781 5.4033Z\" fill=\"currentColor\"/><path d=\"M17.7207 5.69041C17.9234 5.32928 18.381 5.20064 18.7422 5.4033L20.8672 6.59568C21.1037 6.72841 21.25 6.97876 21.25 7.24998V9.68943C21.2498 10.1035 20.9141 10.4394 20.5 10.4394C20.0859 10.4394 19.7502 10.1035 19.75 9.68943V7.68943L18.0078 6.71189C17.6467 6.50918 17.5181 6.0516 17.7207 5.69041Z\" fill=\"currentColor\"/><path d=\"M11.7217 1.80369C11.9299 1.72045 12.1665 1.73391 12.3652 1.8447L14.4902 3.03123C14.8519 3.23308 14.9821 3.69004 14.7803 4.05173C14.5784 4.41326 14.1214 4.54245 13.7598 4.3408L12 3.35837L10.2402 4.3408C9.87861 4.54246 9.42158 4.41326 9.21973 4.05173C9.01787 3.69004 9.14807 3.23308 9.50977 3.03123L11.6348 1.8447L11.7217 1.80369Z\" 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,gBAA6tF,EAA7tF,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,+TAA+T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gSAAgS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oSAAoS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2oBAA2oB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4TAA4T,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wSAAwS,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2UAA2U,KAAK,eAAc,CAAI,GAGvtF",
  "debugId": "48CD5AE86E8E1E9064756E2164756E21",
  "names": []
}