{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAgents/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 IconAgents: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"agents, connections, flow\"><path d=\"M6 2C7.39761 2 8.56905 2.95647 8.90234 4.25H16.75C19.0972 4.25 21 6.15279 21 8.5C21 10.8472 19.0972 12.75 16.75 12.75H15C14.9385 12.75 14.8795 12.7395 14.8223 12.7256C14.7006 13.1718 14.4666 13.5939 14.1162 13.9443L13.9443 14.1162C12.8704 15.19 11.1296 15.1899 10.0557 14.1162L9.88379 13.9443C9.5333 13.5938 9.29843 13.1719 9.17676 12.7256C9.11984 12.7394 9.06117 12.75 9 12.75H7.25C5.73122 12.75 4.5 13.9812 4.5 15.5C4.5 17.0188 5.73122 18.25 7.25 18.25H15.0977C15.431 16.9565 16.6024 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6024 22 15.431 21.0435 15.0977 19.75H7.25C4.90279 19.75 3 17.8472 3 15.5C3 13.1528 4.90279 11.25 7.25 11.25H9C9.06109 11.25 9.1199 11.2597 9.17676 11.2734C9.29851 10.8275 9.53354 10.406 9.88379 10.0557L10.0557 9.88379C11.1296 8.81005 12.8704 8.81005 13.9443 9.88379L14.1162 10.0557C14.4664 10.4059 14.7005 10.8276 14.8223 11.2734C14.8794 11.2595 14.9386 11.25 15 11.25H16.75C18.2688 11.25 19.5 10.0188 19.5 8.5C19.5 6.98122 18.2688 5.75 16.75 5.75H8.90234C8.56905 7.04354 7.39761 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconAgents;\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,gBAAoqC,EAApqC,IAAqB,EAAO,UAAU,6BAA4B,gBAAC,OAAD,CAAM,EAAE,mkCAAmkC,KAAK,eAAc,CAAI,GAG9pC",
  "debugId": "B9412FD815317F9064756E2164756E21",
  "names": []
}