{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBrain1/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 IconBrain1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"brain-1, ai, thinking, database, ki\"><path d=\"M11.2595 2.18018C10.8409 2.06276 10.3997 2 9.94444 2C7.84544 2 6.05861 3.32976 5.3777 5.19199C3.44322 5.63284 2 7.36273 2 9.43056C2 10.3916 2.31245 11.2804 2.84036 12C2.31245 12.7196 2 13.6084 2 14.5694C2 16.2597 2.96444 17.7231 4.37073 18.4422C5.1157 20.516 7.09894 22 9.43056 22C10.079 22 10.7014 21.8849 11.2777 21.674C11.2597 21.6095 11.25 21.5414 11.25 21.4712L11.25 17.0025L11.25 17C11.25 15.6193 10.1307 14.5 8.75 14.5C8.33579 14.5 8 14.1642 8 13.75C8 13.3358 8.33579 13 8.75 13C9.69595 13 10.5652 13.3284 11.25 13.8773L11.25 6.99999L11.25 6.99799L11.25 2.29999C11.25 2.25921 11.2533 2.21919 11.2595 2.18018Z\" fill=\"currentColor\"/><path d=\"M12.7223 21.674C13.2986 21.8849 13.921 22 14.5694 22C16.9011 22 18.8843 20.516 19.6293 18.4422C21.0356 17.7231 22 16.2597 22 14.5694C22 13.6084 21.6876 12.7196 21.1596 12C21.6876 11.2804 22 10.3916 22 9.43056C22 7.36273 20.5568 5.63284 18.6223 5.19199C17.9414 3.32976 16.1546 2 14.0556 2C13.6003 2 13.1591 2.06276 12.7405 2.18018C12.7467 2.21919 12.75 2.25921 12.75 2.29999V7.00364C12.752 8.38268 13.8705 9.49999 15.25 9.49999C15.6642 9.49999 16 9.83578 16 10.25C16 10.6642 15.6642 11 15.25 11C14.3041 11 13.4348 10.6716 12.75 10.1227L12.75 21.4712C12.75 21.5414 12.7403 21.6095 12.7223 21.674Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBrain1;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAu0C,EAAv0C,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,0mBAA0mB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qlBAAqlB,KAAK,eAAc,CAAI,GAGj0C",
  "debugId": "DB562747F390BA9964756E2164756E21",
  "names": []
}