{
  "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.1216 2 18.5132 5.11685 18.9502 9.12207C18.9902 9.48834 19.0994 9.84675 19.3037 10.1533L20.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 21V18.1621C6 16.9487 5.39982 15.8361 4.65918 14.875C3.61971 13.5261 3 11.8359 3 10C3 5.58172 6.58172 2 11 2ZM11 6.5C10.7891 6.5 10.6001 6.63034 10.5244 6.82715L10.1191 7.88086C9.90028 8.44989 9.44989 8.90028 8.88086 9.11914L7.82715 9.52441C7.63034 9.60011 7.5 9.78914 7.5 10C7.5 10.2109 7.63034 10.3999 7.82715 10.4756L8.88086 10.8809C9.44989 11.0997 9.90028 11.5501 10.1191 12.1191L10.5244 13.1729C10.6001 13.3697 10.7891 13.5 11 13.5C11.2109 13.5 11.3999 13.3697 11.4756 13.1729L11.8809 12.1191C12.0997 11.5501 12.5501 11.0997 13.1191 10.8809L14.1729 10.4756C14.3697 10.3999 14.5 10.2109 14.5 10C14.5 9.78914 14.3697 9.60011 14.1729 9.52441L13.1191 9.11914C12.5501 8.90028 12.0997 8.44989 11.8809 7.88086L11.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,gBAA0qC,EAA1qC,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qiCAAqiC,KAAK,eAAc,CAAI,GAGpqC",
  "debugId": "DDEF17DEF746D65C64756E2164756E21",
  "names": []
}