{
  "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.6591C14.1214 19.4575 14.5784 19.5867 14.7803 19.9482C14.9821 20.3099 14.8519 20.7668 14.4902 20.9687L12.8525 21.8828C12.3226 22.1785 11.6774 22.1785 11.1475 21.8828L9.50977 20.9687C9.1481 20.7668 9.01788 20.3099 9.21973 19.9482C9.42159 19.5867 9.87864 19.4575 10.2402 19.6591L11.8779 20.5732C11.9537 20.6155 12.0463 20.6155 12.1221 20.5732L13.7598 19.6591Z\" fill=\"currentColor\"/><path d=\"M3.5 13.5605C3.91409 13.5605 4.2498 13.8965 4.25 14.3105V16.164C4.25 16.2544 4.2991 16.3385 4.37793 16.3828L5.99219 17.288C6.35331 17.4907 6.4819 17.9483 6.2793 18.3095C6.07658 18.6707 5.619 18.7993 5.25781 18.5966L3.64355 17.6904C3.09173 17.3807 2.75 16.7968 2.75 16.164V14.3105C2.7502 13.8965 3.08591 13.5605 3.5 13.5605Z\" fill=\"currentColor\"/><path d=\"M20.5 13.5605C20.9141 13.5605 21.2498 13.8965 21.25 14.3105V16.164C21.25 16.7968 20.9083 17.3807 20.3564 17.6904L18.7422 18.5966C18.381 18.7993 17.9234 18.6706 17.7207 18.3095C17.5181 17.9483 17.6467 17.4907 18.0078 17.288L19.6221 16.3828C19.7009 16.3385 19.75 16.2544 19.75 16.164V14.3105C19.7502 13.8965 20.0859 13.5605 20.5 13.5605Z\" fill=\"currentColor\"/><path d=\"M12 7.49995C12.271 7.49995 12.5139 7.66697 12.6113 7.91987L13.415 10.0107C13.5167 10.2747 13.7262 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.416C13.7261 13.5175 13.5166 13.7261 13.415 13.9902L12.6113 16.08C12.514 16.333 12.2711 16.5 12 16.5C11.7289 16.5 11.486 16.333 11.3887 16.08L10.585 13.9902C10.4834 13.7261 10.2739 13.5175 10.0098 13.416L7.91992 12.6113C7.66698 12.5139 7.5 12.271 7.5 12C7.50004 11.7289 7.66698 11.486 7.91992 11.3886L10.0098 10.5849C10.2738 10.4834 10.4833 10.2747 10.585 10.0107L11.3887 7.91987C11.4861 7.66697 11.729 7.49995 12 7.49995Z\" fill=\"currentColor\"/><path d=\"M5.25781 5.40327C5.61897 5.20067 6.07656 5.32932 6.2793 5.69038C6.48195 6.05157 6.3533 6.50914 5.99219 6.71187L4.37793 7.61714C4.29911 7.66137 4.25004 7.74551 4.25 7.83589V9.68941C4.24986 10.1035 3.91413 10.4394 3.5 10.4394C3.08587 10.4394 2.75014 10.1035 2.75 9.68941V7.83589C2.75004 7.20309 3.09173 6.61923 3.64355 6.30952L5.25781 5.40327Z\" fill=\"currentColor\"/><path d=\"M17.7207 5.69038C17.9234 5.32933 18.381 5.20067 18.7422 5.40327L20.3564 6.30952C20.9083 6.61923 21.25 7.20309 21.25 7.83589V9.68941C21.2499 10.1035 20.9141 10.4394 20.5 10.4394C20.0859 10.4394 19.7501 10.1035 19.75 9.68941V7.83589C19.75 7.74551 19.7009 7.66137 19.6221 7.61714L18.0078 6.71187C17.6467 6.50914 17.5181 6.05157 17.7207 5.69038Z\" fill=\"currentColor\"/><path d=\"M11.1475 2.11714C11.6774 1.82147 12.3226 1.82147 12.8525 2.11714L14.4902 3.0312C14.8519 3.23304 14.9821 3.69002 14.7803 4.05171C14.5784 4.41325 14.1214 4.54244 13.7598 4.34077L12.1221 3.42671C12.0464 3.38448 11.9536 3.38448 11.8779 3.42671L10.2402 4.34077C9.87861 4.54245 9.42158 4.41325 9.21973 4.05171C9.01793 3.69002 9.14809 3.23304 9.50977 3.0312L11.1475 2.11714Z\" 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,gBAAw9F,EAAx9F,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,EAAE,mXAAmX,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sUAAsU,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kVAAkV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2oBAA2oB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wVAAwV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wVAAwV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kXAAkX,KAAK,eAAc,CAAI,GAGl9F",
  "debugId": "A703BD70ED281BEC64756E2164756E21",
  "names": []
}