{
  "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.73732L10.4943 2.48542C9.43315 2.1317 8.26949 2.27016 7.32096 2.86299L5.55356 3.96762C4.62167 4.55005 4.05556 5.57146 4.05556 6.67038C4.05556 7.20145 3.80552 7.70153 3.38066 8.02017L3.32778 8.05983C2.49192 8.68672 2 9.67057 2 10.7154V12.2571C2 13.3019 2.49192 14.2857 3.32778 14.9126C3.78592 15.2562 4.05556 15.7955 4.05556 16.3682V17.0179C4.05556 18.3109 4.72163 19.5126 5.81806 20.1979L7.32096 21.1372C8.26949 21.7301 9.43316 21.8685 10.4943 21.5148L11.25 21.2629V17.7426C11.25 17.1459 11.0129 16.5736 10.591 16.1516L9.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.0881L11.6517 15.091C12.3549 15.7943 12.75 16.7481 12.75 17.7426V21.2629L13.5057 21.5148C14.5668 21.8685 15.7305 21.7301 16.679 21.1372L18.1819 20.1979C19.2784 19.5126 19.9444 18.3109 19.9444 17.0179V16.3682C19.9444 15.7955 20.2141 15.2562 20.6722 14.9126C21.5081 14.2857 22 13.3019 22 12.2571V10.7154C22 9.67056 21.5081 8.68672 20.6722 8.05983L20.6193 8.02017C20.1945 7.70153 19.9444 7.20145 19.9444 6.67038C19.9444 5.57146 19.3783 4.55005 18.4464 3.96762L16.679 2.86299C15.7305 2.27015 14.5668 2.1317 13.5057 2.48542L12.75 2.73732V6.25736C12.75 6.8541 12.9871 7.42639 13.409 7.84835L14.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.91192L12.3483 8.90901C11.6451 8.20575 11.25 7.25192 11.25 6.25736V2.73732Z\" 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,gBAAuqD,EAAvqD,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,4jDAA4jD,KAAK,eAAc,CAAI,GAGjqD",
  "debugId": "26B115039DC4602064756E2164756E21",
  "names": []
}