{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconImagine/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 IconImagine: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"imagine, head, thinking\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 2C15.2174 2 18.6702 5.26397 18.9756 9.40332C18.9892 9.58687 19.0454 9.76579 19.1475 9.91895L20.832 12.4453C21.1262 12.8869 21.024 13.4814 20.5996 13.7998L19.4004 14.6992C19.1485 14.888 19 15.1842 19 15.499V17C19 18.1046 18.1046 19 17 19H14V21C14 21.5523 13.5523 22 13 22H7C6.44772 22 6 21.5523 6 21V16.7217C5.99988 16.4185 5.8596 16.1341 5.63477 15.9307C4.01868 14.4681 3 12.3538 3 10C3 5.58172 6.58172 2 11 2ZM11 6.5C10.7891 6.5 10.6001 6.63034 10.5244 6.82715L9.93457 8.36035C9.83299 8.62433 9.62433 8.83299 9.36035 8.93457L7.82715 9.52441C7.63034 9.60011 7.5 9.78914 7.5 10C7.5 10.2109 7.63034 10.3999 7.82715 10.4756L9.36035 11.0654C9.62433 11.167 9.83299 11.3757 9.93457 11.6396L10.5244 13.1729C10.6001 13.3697 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3697 11.4756 13.1729L12.0654 11.6396C12.167 11.3757 12.3757 11.167 12.6396 11.0654L14.1729 10.4756C14.3697 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3697 9.60011 14.1729 9.52441L12.6396 8.93457C12.3757 8.83299 12.167 8.62433 12.0654 8.36035L11.4756 6.82715C11.3999 6.63034 11.2109 6.5 11 6.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconImagine;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA4qC,EAA5qC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uiCAAuiC,KAAK,eAAc,CAAI,GAGtqC",
  "debugId": "A60F3946E3CD2EA464756E2164756E21",
  "names": []
}