{
  "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=\"M12.5897 3C13.9101 3.01699 14.9248 3.46661 15.7538 4.34473C15.7655 4.34974 15.7987 4.36169 15.8671 4.37305C15.9309 4.38361 16.0047 4.39057 16.1005 4.39746C16.1843 4.40349 16.3085 4.41153 16.4178 4.42383H16.4198C17.8701 4.59045 18.8267 5.4712 19.4227 6.63965L19.538 6.87793L19.6024 7.00098C19.7663 7.27777 20.0293 7.48595 20.4481 7.83008C20.8917 8.19457 21.4686 8.69142 21.7499 9.54688L21.8339 9.8252C22.0142 10.4846 22.076 11.2092 21.8749 11.9336L21.8739 11.9365C21.834 12.0788 21.8283 12.226 21.8466 12.415C21.856 12.5127 21.8708 12.614 21.8895 12.7344C21.9073 12.8488 21.9299 12.9865 21.9462 13.126L21.9686 13.3672C22.054 14.5657 21.7144 15.6618 20.8778 16.5635L20.8759 16.5654C20.5365 16.929 20.0832 17.2589 19.8153 17.4844C19.2091 17.9962 18.4917 18.3949 17.6366 18.5088C16.9943 18.5942 16.3302 18.5423 15.6815 18.2598C15.1005 18.5914 14.4792 18.9576 13.8182 19.1436C13.042 19.362 12.2273 19.3374 11.2694 18.9375C11.202 18.91 11.0808 18.8909 10.827 19.0645C10.5653 19.2435 10.2802 19.5569 10.0038 19.9443C9.73425 20.3222 9.50401 20.7254 9.33972 21.0391C9.25832 21.1945 9.19516 21.3254 9.15222 21.416C9.13078 21.4613 9.11389 21.4964 9.10339 21.5195C9.09822 21.5309 9.09498 21.5397 9.09265 21.5449C9.09159 21.5473 9.09019 21.5488 9.08972 21.5498C8.97034 21.8228 8.7002 22 8.40222 22H5.83289C5.61472 21.9999 5.40693 21.9046 5.26453 21.7393C5.12225 21.5739 5.05934 21.3544 5.09168 21.1387C5.11721 20.9684 5.17884 20.726 5.23132 20.5146C5.28927 20.2813 5.3503 20.0317 5.39734 19.7881C5.44533 19.5395 5.47173 19.3297 5.47156 19.1748C5.4715 19.1263 5.46636 19.0932 5.46375 19.0723C5.14075 18.6956 4.85993 18.3625 4.55457 18.084L4.41394 17.9609C3.16987 16.9222 2.59769 15.5626 2.70789 13.9043C2.7066 13.9232 2.71208 13.9076 2.68933 13.8301C2.67876 13.7941 2.66488 13.7532 2.64636 13.7012C2.63049 13.6565 2.60517 13.5867 2.58484 13.5273C2.51326 13.3185 2.43006 13.1429 2.31922 12.8711C2.21938 12.6263 2.10854 12.3262 2.0575 11.9951C1.82038 10.4559 2.32781 9.13881 3.3739 8.09961L3.37586 8.09668C3.49913 7.97527 3.5915 7.83437 3.62976 7.72461L3.78113 7.32129C4.15526 6.40166 4.68018 5.63409 5.36511 5.04492C6.14996 4.36986 7.10777 3.96133 8.20203 3.80273C8.60479 3.74425 8.99532 3.77447 9.32507 3.81152C9.68455 3.85193 9.93709 3.89345 10.2186 3.9082C10.9275 3.37047 11.7519 3.01498 12.5663 3H12.5897Z\" fill=\"currentColor\"/></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,gBAAy1E,EAAz1E,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,yvEAAyvE,KAAK,eAAc,CAAI,GAGn1E",
  "debugId": "AC93E4D73365E67D64756E2164756E21",
  "names": []
}