{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAgentNetwork/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 IconAgentNetwork: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"agent-network, connections, atoms\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.5 2.25C10.7361 2.25 12.5668 3.97704 12.7354 6.16992L15.4277 6.43848C15.8677 5.16487 17.0768 4.25 18.5 4.25C20.2949 4.25 21.75 5.70507 21.75 7.5C21.75 9.29493 20.2949 10.75 18.5 10.75C18.4361 10.75 18.3726 10.7478 18.3096 10.7441L17.4199 13.708C18.8023 14.4093 19.75 15.8438 19.75 17.5C19.75 19.8472 17.8472 21.75 15.5 21.75C13.2639 21.75 11.4322 20.023 11.2637 17.8301L8.57129 17.5615C8.13122 18.835 6.92305 19.75 5.5 19.75C3.70507 19.75 2.25 18.2949 2.25 16.5C2.25 14.7051 3.70507 13.25 5.5 13.25C5.56358 13.25 5.62677 13.2513 5.68945 13.2549L6.5791 10.291C5.19731 9.58948 4.25 8.15577 4.25 6.5C4.25 4.15279 6.15279 2.25 8.5 2.25ZM10.1123 10.4316C9.61494 10.6358 9.07095 10.75 8.5 10.75C8.33617 10.75 8.17463 10.7397 8.01562 10.7217L7.12695 13.6865C7.97901 14.1803 8.58548 15.0497 8.7207 16.0684L11.4121 16.3379C11.6289 15.5739 12.053 14.8975 12.6211 14.374L10.1123 10.4316ZM12.5869 7.66211C12.3701 8.42598 11.946 9.10158 11.3779 9.625L13.8857 13.5674C14.3835 13.3629 14.9285 13.25 15.5 13.25C15.6635 13.25 15.8247 13.2594 15.9834 13.2773L16.873 10.3125C16.0212 9.81865 15.4135 8.95023 15.2783 7.93164L12.5869 7.66211Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAgentNetwork;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAovC,EAApvC,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qmCAAqmC,KAAK,eAAc,CAAI,GAG9uC",
  "debugId": "32894A24ED66ACC064756E2164756E21",
  "names": []
}