{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHammer2/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 IconHammer2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"hammer-2, crafting, building\"><path d=\"M12.75 14.7502L7.25003 20.2502C6.28365 21.2164 4.71652 21.2163 3.75003 20.2502C2.78392 19.2837 2.78377 17.7166 3.75003 16.7502L9.25003 11.2502L12.75 14.7502Z\" fill=\"currentColor\"/><path d=\"M7.5928 2.3322C9.84478 1.84839 11.9392 1.87801 13.834 2.52556C15.7342 3.17506 17.3755 4.42594 18.7481 6.28532C18.8564 6.4321 18.9411 6.5461 19.0332 6.71208C19.3834 7.34322 19.3853 8.02308 19.4063 8.45232C19.4299 8.93564 19.4717 9.20476 19.6407 9.43864C19.7337 9.56727 19.8375 9.66942 19.9815 9.80876H20.7129C20.912 9.80876 21.1025 9.88863 21.2432 10.0295L22.2803 11.0675C22.5726 11.3604 22.5727 11.8343 22.2803 12.1271L18.1328 16.2804C17.9922 16.4212 17.8006 16.5002 17.6016 16.5002C17.4028 16.5001 17.2119 16.421 17.0713 16.2804L16.0342 15.2424C15.8939 15.1018 15.8146 14.9107 15.8145 14.7121C15.8145 14.1328 15.2831 13.6996 14.7159 13.8166L13.9014 13.9845C13.6544 14.0354 13.3982 13.9587 13.2198 13.7804L10.2198 10.7804C10.0464 10.6071 9.96876 10.3597 10.0117 10.1183C10.2791 8.62559 10.1962 7.58461 9.81155 6.76482C9.42729 5.94602 8.68523 5.22822 7.38284 4.49821C7.14643 4.36558 7.00022 4.11498 7.00003 3.84392V3.0656C7.00003 2.71213 7.24724 2.40649 7.5928 2.3322Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconHammer2;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA2uC,EAA3uC,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,gKAAgK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,08BAA08B,KAAK,eAAc,CAAI,GAGruC",
  "debugId": "636B54FAC5AC186D64756E2164756E21",
  "names": []
}