{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMoneyHand/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 IconMoneyHand: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"money-hand, coins, pay\"><circle cx=\"14\" cy=\"6.75\" r=\"2.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M12.5317 4.42438C12.113 3.44013 11.1371 2.75 10 2.75C8.48122 2.75 7.25 3.98122 7.25 5.5C7.25 7.01878 8.48122 8.25 10 8.25C10.5399 8.25 11.0435 8.09441 11.4683 7.82562\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M3.75 20.2499H4.78125C4.78125 20.2499 8.49035 21.5047 10.9688 21.2468C13.6138 20.9716 17.902 18.4298 19.5626 17.3902C19.9965 17.1185 20.25 16.6424 20.25 16.1306C20.25 15.099 19.249 14.3638 18.2647 14.6724L11 16.9499\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><path d=\"M3.75 14.4375L7.01474 13.2689C7.96969 12.9271 8.98752 12.7968 9.99777 12.8872L14.1456 13.2584C14.4589 13.2865 14.6688 13.5933 14.5814 13.8954L14.5673 13.944C14.1977 15.2216 13.2173 16.232 11.9514 16.6398L11 16.9463\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/></CentralIconBase>;\n};\n\nexport default IconMoneyHand;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA06B,EAA16B,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,yKAAyK,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0NAA0N,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,yNAAyN,OAAO,eAAe,YAAY,MAAM,cAAc,SAAQ,CAAI,GAGp6B",
  "debugId": "C3893E40671E68D164756E2164756E21",
  "names": []
}