{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRobot3/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 IconRobot3: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"robot-3, agent, scout\"><path d=\"M3.75 13.016C3.75 10.9516 3.75 9.91947 4.16733 9.07897C4.52046 8.3678 5.14979 7.71632 5.84834 7.33883C6.67391 6.8927 7.6385 6.85934 9.56767 6.79263C11.2113 6.73579 12.7887 6.73579 14.4323 6.79263C16.3615 6.85934 17.3261 6.8927 18.1517 7.33883C18.8502 7.71632 19.4795 8.3678 19.8327 9.07897C20.25 9.91947 20.25 10.9516 20.25 13.016V13.984C20.25 16.0484 20.25 17.0805 19.8327 17.921C19.4795 18.6322 18.8502 19.2837 18.1517 19.6612C17.3261 20.1073 16.3615 20.1407 14.4323 20.2074C12.7887 20.2642 11.2113 20.2642 9.56767 20.2074C7.6385 20.1407 6.67391 20.1073 5.84834 19.6612C5.14979 19.2837 4.52046 18.6322 4.16733 17.921C3.75 17.0805 3.75 16.0484 3.75 13.984V13.016Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><circle cx=\"12\" cy=\"3.5\" r=\"1.5\" fill=\"currentColor\"/><path d=\"M9.5 13.125V11.375C9.5 11.1679 9.33211 11 9.125 11C8.91789 11 8.75 11.1679 8.75 11.375V13.125C8.75 13.3321 8.91789 13.5 9.125 13.5C9.33211 13.5 9.5 13.3321 9.5 13.125Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M15.25 13.125V11.375C15.25 11.1679 15.0821 11 14.875 11C14.6679 11 14.5 11.1679 14.5 11.375V13.125C14.5 13.3321 14.6679 13.5 14.875 13.5C15.0821 13.5 15.25 13.3321 15.25 13.125Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M3.5 10.75H2.75V14.25H3.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M20.5 10.75H21.25V14.25H20.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12 7V3\" stroke=\"currentColor\" strokeWidth=\"1.2\"/></CentralIconBase>;\n};\n\nexport default IconRobot3;\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,gBAA09C,EAA19C,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,2pBAA2pB,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,MAAM,EAAE,MAAM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0KAA0K,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,UAAU,OAAO,eAAe,YAAY,MAAK,CAAI,GAGp9C",
  "debugId": "50EEE5FB4773B04B64756E2164756E21",
  "names": []
}