{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBrain2/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 IconBrain2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"brain-2, ai, thinking, database, ki\"><path d=\"M11.25 2.73725L9.60066 2.18747C9.10546 2.0224 8.56241 2.08701 8.11977 2.36367L4.87806 4.38973C4.36639 4.70953 4.05556 5.27035 4.05556 5.87373V7.38893C4.05556 7.46762 4.01851 7.54171 3.95556 7.58893L2.7 8.53059C2.25934 8.86109 2 9.37977 2 9.93059V13.0417C2 13.5925 2.25934 14.1112 2.7 14.4417L3.95556 15.3834C4.01851 15.4306 4.05556 15.5047 4.05556 15.5834V18.1263C4.05556 18.7297 4.36639 19.2906 4.87806 19.6103L8.11977 21.6364C8.56242 21.9131 9.10546 21.9777 9.60066 21.8126L11.25 21.2628V16.9142C11.25 16.8479 11.2237 16.7843 11.1768 16.7374L9.58808 15.1487C9.40428 15.2143 9.20631 15.25 9 15.25C8.0335 15.25 7.25 14.4665 7.25 13.5C7.25 12.5335 8.0335 11.75 9 11.75C9.9665 11.75 10.75 12.5335 10.75 13.5C10.75 13.7063 10.7143 13.9043 10.6487 14.0881L12.2374 15.6768C12.5656 16.005 12.75 16.4501 12.75 16.9142V21.2628L14.3993 21.8126C14.8945 21.9777 15.4376 21.9131 15.8802 21.6364L19.1219 19.6103C19.6336 19.2906 19.9444 18.7297 19.9444 18.1263V15.5834C19.9444 15.5047 19.9815 15.4306 20.0444 15.3834L21.3 14.4417C21.7407 14.1112 22 13.5925 22 13.0417V9.93059C22 9.37977 21.7407 8.86109 21.3 8.53059L20.0444 7.58893C19.9815 7.54171 19.9444 7.46762 19.9444 7.38893V5.87373C19.9444 5.27035 19.6336 4.70953 19.1219 4.38973L15.8802 2.36367C15.4376 2.08701 14.8945 2.0224 14.3993 2.18747L12.75 2.73725V7.08579C12.75 7.15209 12.7763 7.21568 12.8232 7.26256L14.4119 8.85126C14.5957 8.7857 14.7937 8.75 15 8.75C15.9665 8.75 16.75 9.5335 16.75 10.5C16.75 11.4665 15.9665 12.25 15 12.25C14.0335 12.25 13.25 11.4665 13.25 10.5C13.25 10.2937 13.2857 10.0957 13.3513 9.91192L11.7626 8.32322C11.4344 7.99503 11.25 7.54991 11.25 7.08579V2.73725Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBrain2;\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,gBAA8sD,EAA9sD,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,mmDAAmmD,KAAK,eAAc,CAAI,GAGxsD",
  "debugId": "D3B4FF2B46B516C964756E2164756E21",
  "names": []
}