{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBrainSideview/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 IconBrainSideview: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"brain-sideview, thinking\"><path d=\"M10.6157 4.54789C11.252 4.0503 11.9492 3.76161 12.5801 3.75C13.7119 3.76451 14.5336 4.13879 15.22 4.8714C15.4895 5.16024 15.9763 5.12854 16.3342 5.1688C17.5472 5.30807 18.3446 6.0668 18.855 7.1882C19.3423 8.26063 20.6194 8.50911 21.0373 9.78208C21.2499 10.4262 21.3298 11.095 21.1524 11.7333C21.0049 12.2585 21.1443 12.7256 21.2012 13.213C21.3298 14.3127 21.0549 15.2701 20.3279 16.0535C20.0288 16.3741 19.6673 16.6295 19.3329 16.9109C18.8022 17.3592 18.2133 17.6754 17.5377 17.7654C16.9488 17.8437 16.3735 17.7828 15.8252 17.5013C15.7277 17.4506 15.5612 17.4665 15.4623 17.5231C14.1262 18.2778 13.1762 18.9244 11.5525 18.2441C9.9952 17.6084 8.40278 21.25 8.40278 21.25H5.83333C5.90862 20.7476 6.47544 19.0998 6.08718 18.646C5.70946 18.2064 5.3331 17.7509 4.89447 17.3853C3.83985 16.5047 3.36195 15.3804 3.45672 13.9543C3.47161 13.7353 3.36872 13.5017 3.29426 13.2841C3.13316 12.8141 2.87322 12.3644 2.79876 11.8813C2.60111 10.5988 3.01131 9.5166 3.90212 8.63166C4.08489 8.45177 4.25411 8.21531 4.3394 7.96869C5.02714 5.97105 6.36742 4.82643 8.31014 4.54499C8.91936 4.4565 9.55971 4.62623 10.1865 4.65815C10.3287 4.6654 10.5047 4.63494 10.6157 4.54789Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconBrainSideview;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAuvC,EAAvvC,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,moCAAmoC,OAAO,eAAe,YAAY,MAAK,CAAI,GAGjvC",
  "debugId": "41793A3EFD5EE56464756E2164756E21",
  "names": []
}