{
  "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=\"M21.25 14.5694C21.25 16.0734 20.3271 17.3617 19.0167 17.8991C18.4635 19.8338 16.6819 21.25 14.5694 21.25C13.6187 21.25 12.7349 20.9631 12 20.4712C11.2651 20.9631 10.3813 21.25 9.43056 21.25C7.31815 21.25 5.5365 19.8338 4.98327 17.8991C3.67291 17.3617 2.75 16.0734 2.75 14.5694C2.75 13.5629 3.16341 12.6529 3.82969 12C3.16341 11.3471 2.75 10.4371 2.75 9.43056C2.75 7.57553 4.15413 6.04846 5.95754 5.8542C6.40662 4.07047 8.02133 2.75 9.94444 2.75C10.6933 2.75 11.3953 2.9502 12 3.29999C12.6047 2.9502 13.3067 2.75 14.0556 2.75C15.9787 2.75 17.5934 4.07047 18.0425 5.8542C19.8459 6.04846 21.25 7.57553 21.25 9.43056C21.25 10.4371 20.8366 11.3471 20.1703 12C20.8366 12.6529 21.25 13.5629 21.25 14.5694Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M8.75 13.75C10.5449 13.75 12 15.2051 12 17\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M15.25 10.25C13.4551 10.25 12 8.79493 12 7\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M12 3.65625L12 20.1132\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/></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,gBAA8pC,EAA9pC,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,6rBAA6rB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,6CAA6C,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,6CAA6C,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,CAAI,GAGxpC",
  "debugId": "76712827F587EE3E64756E2164756E21",
  "names": []
}