{
  "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=\"M16.2396 2C16.6864 2.00021 17.0842 2.29682 17.2064 2.72656L20.6205 14.748C20.6826 14.9668 20.8171 15.1582 21.0023 15.29L21.4984 15.6426C21.8062 15.8617 21.964 16.2359 21.9066 16.6094L21.2279 21.0225C21.1196 21.7264 20.3304 22.0944 19.7211 21.7256L17.0677 20.1191C16.9119 20.0248 16.7495 19.9395 16.5746 19.8887C16.3218 19.8153 16.0594 19.7773 15.7953 19.7773C14.2517 19.7773 13.0003 18.526 13.0003 16.9824V12.25C13.0003 11.0074 14.0077 10 15.2503 10H15.3851C15.5043 10 15.6069 10.0843 15.6302 10.2012L16.5101 14.5977L16.5394 14.6953C16.6298 14.9093 16.8613 15.0374 17.098 14.9902C17.3349 14.9429 17.4992 14.7354 17.5003 14.5029L17.4906 14.4023L16.6117 10.0049C16.4948 9.4206 15.981 9 15.3851 9H15.2503C14.8073 9 14.3852 9.08945 14.0003 9.25V4.22266C14.0003 2.99536 15.0123 2 16.2396 2Z\" fill=\"currentColor\"/><path d=\"M3.05015 14.8281C3.01734 15.0473 3.00035 15.2717 3.00035 15.5C3.00035 17.8483 4.79923 19.7751 7.0941 19.9805L4.09996 21.8232C3.5431 22.1656 2.81279 21.8904 2.62046 21.2656L1.2357 16.7656C1.09808 16.3184 1.28936 15.8347 1.69566 15.6025L3.05015 14.8281Z\" fill=\"currentColor\"/><path d=\"M9.00035 2C9.55263 2 10.0003 2.44772 10.0003 3V11.7578C9.28529 11.2792 8.42543 11 7.50035 11C6.55837 11 5.68398 11.2894 4.96128 11.7842L6.83433 2.7959C6.93098 2.33223 7.34018 2 7.81382 2H9.00035Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.50035 12C9.43334 12 11.0003 13.567 11.0003 15.5C11.0003 17.433 9.43334 19 7.50035 19C5.56735 19 4.00035 17.433 4.00035 15.5C4.00035 13.567 5.56735 12 7.50035 12ZM7.50035 14.5C6.94806 14.5 6.50035 14.9477 6.50035 15.5C6.50035 16.0523 6.94806 16.5 7.50035 16.5C8.05263 16.5 8.50035 16.0523 8.50035 15.5C8.50035 14.9477 8.05263 14.5 7.50035 14.5Z\" fill=\"currentColor\"/></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,gBAA6xD,EAA7xD,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,oxBAAoxB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8PAA8P,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sMAAsM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6VAA6V,KAAK,eAAc,CAAI,GAGvxD",
  "debugId": "251F1CB031C5685364756E2164756E21",
  "names": []
}