{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRobot2/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 IconRobot2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"robot-2, agent, scout\"><path d=\"M2.75 11.0145C2.75 8.96316 2.75 7.9375 3.16718 7.09713C3.52022 6.38596 4.14918 5.73468 4.84762 5.35707C5.67294 4.91085 6.63812 4.87719 8.56849 4.80988C10.8577 4.73004 13.1423 4.73004 15.4315 4.80988C17.3619 4.87719 18.3271 4.91085 19.1524 5.35707C19.8508 5.73468 20.4798 6.38596 20.8328 7.09713C21.25 7.9375 21.25 8.96316 21.25 11.0145V12.9855C21.25 15.0368 21.25 16.0625 20.8328 16.9029C20.4798 17.614 19.8508 18.2653 19.1524 18.6429C18.3271 19.0891 17.3619 19.1228 15.4315 19.1901C13.1423 19.27 10.8577 19.27 8.56849 19.1901C6.63812 19.1228 5.67294 19.0891 4.84762 18.6429C4.14918 18.2653 3.52022 17.614 3.16718 16.9029C2.75 16.0625 2.75 15.0368 2.75 12.9855V11.0145Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M9.75 11.75V10.25C9.75 9.97386 9.52614 9.75 9.25 9.75C8.97386 9.75 8.75 9.97386 8.75 10.25V11.75C8.75 12.0261 8.97386 12.25 9.25 12.25C9.52614 12.25 9.75 12.0261 9.75 11.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M15.25 11.75V10.25C15.25 9.97386 15.0261 9.75 14.75 9.75C14.4739 9.75 14.25 9.97386 14.25 10.25V11.75C14.25 12.0261 14.4739 12.25 14.75 12.25C15.0261 12.25 15.25 12.0261 15.25 11.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M22 9V14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M2 9V14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12 5V2\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconRobot2;\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,gBAA84C,EAA94C,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,gqBAAgqB,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,gLAAgL,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,yLAAyL,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,MAAK,CAAI,GAGx4C",
  "debugId": "E7A02AF75241F83664756E2164756E21",
  "names": []
}