{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHumanMashine/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 IconHumanMashine: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"human-mashine, high-five, ai, hands\"><path d=\"M10.75 15.75C10.75 17.683 9.183 19.25 7.25 19.25C5.317 19.25 3.75 17.683 3.75 15.75C3.75 13.817 5.317 12.25 7.25 12.25C9.183 12.25 10.75 13.817 10.75 15.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><path d=\"M2.5 21L7 19.2498\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><path d=\"M1.25 15.25L4.00014 14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><circle cx=\"7.22266\" cy=\"15.75\" r=\"1\" fill=\"currentColor\"/><path d=\"M17.5 15.5L16.5 9.75H15.25C14.1454 9.75 13.25 10.6454 13.25 11.75V16.2748C13.25 17.7799 14.4701 19 15.9752 19C16.3219 19 16.6654 19.0662 16.9873 19.1949L21.5 21\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><path d=\"M14.25 10V4.75C14.25 3.64543 15.1454 2.75 16.25 2.75H17.5L20.4443 14.7777L22.75 16\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M9.75146 13V2.75H6.50163L4.99219 13.1163\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></CentralIconBase>;\n};\n\nexport default IconHumanMashine;\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,gBAAkhC,EAAlhC,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,+JAA+J,OAAO,eAAe,YAAY,MAAM,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,2BAA2B,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,EAAE,gBAAC,SAAD,CAAQ,GAAG,UAAU,GAAG,QAAQ,EAAE,IAAI,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mKAAmK,OAAO,eAAe,YAAY,MAAM,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,qFAAqF,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,2CAA2C,OAAO,eAAe,YAAY,MAAK,CAAI,GAG5gC",
  "debugId": "83A60F078E59E23364756E2164756E21",
  "names": []
}