{
  "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.7501L7.25003 20.2501C6.28357 21.2165 4.7165 21.2164 3.75003 20.2501C2.78392 19.2836 2.78377 17.7165 3.75003 16.7501L9.25003 11.2501L12.75 14.7501Z\" fill=\"currentColor\"/><path d=\"M8.45804 2.17006C10.4591 1.85383 12.3266 1.96949 14.0284 2.59388C15.8473 3.26133 17.4231 4.49046 18.7481 6.28529C18.8565 6.43212 18.9411 6.54606 19.0332 6.71205C19.3835 7.34319 19.3853 8.02299 19.4063 8.45228C19.4299 8.93574 19.4718 9.2047 19.6407 9.43861C19.7337 9.56731 19.8374 9.66936 19.9815 9.80873H20.7129C20.9119 9.80873 21.1025 9.88865 21.2432 10.0294C21.3906 10.177 21.5268 10.3121 21.6328 10.4328C21.7429 10.558 21.8551 10.705 21.9366 10.8888C22.1362 11.3398 22.1361 11.8548 21.9366 12.3058C21.8551 12.4896 21.7429 12.6366 21.6328 12.7619C21.5268 12.8825 21.3906 13.0176 21.2432 13.1652L19.17 15.2423C19.0233 15.3892 18.8885 15.5243 18.7686 15.63C18.6442 15.7397 18.498 15.8512 18.3155 15.9328C17.8615 16.1355 17.3427 16.1354 16.8887 15.9328C16.7061 15.8512 16.56 15.7396 16.4356 15.63C16.3157 15.5244 16.1808 15.3891 16.0342 15.2423C15.8938 15.1017 15.8145 14.9107 15.8145 14.712C15.8144 14.1329 15.2831 13.6995 14.7159 13.8165L13.9014 13.9845C13.6543 14.0354 13.3982 13.9588 13.2198 13.7804L10.2198 10.7804C10.0464 10.607 9.96864 10.3597 10.0117 10.1183C10.2697 8.6779 10.2014 7.6587 9.85159 6.85365C9.50447 6.05489 8.83151 5.35569 7.65042 4.65248C7.30861 4.44895 7.06665 4.09756 7.01175 3.69252L7.00003 3.51674L7.00491 3.40248C7.05446 2.83747 7.46898 2.34811 8.05667 2.23939L8.45804 2.17006Z\" 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,gBAA2jD,EAA3jD,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,+JAA+J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2xCAA2xC,KAAK,eAAc,CAAI,GAGrjD",
  "debugId": "A4D9C52C77052FEF64756E2164756E21",
  "names": []
}