{
  "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.7496L7.25003 20.2496C6.28357 21.216 4.7165 21.216 3.75003 20.2496C2.78392 19.2832 2.78377 17.716 3.75003 16.7496L9.25003 11.2496L12.75 14.7496Z\" fill=\"currentColor\"/><path d=\"M8.45804 2.16957C10.4591 1.85334 12.3266 1.96901 14.0284 2.5934C15.8473 3.26084 17.4231 4.48998 18.7481 6.2848C18.8565 6.43163 18.9411 6.54557 19.0332 6.71156C19.3835 7.3427 19.3853 8.0225 19.4063 8.45179C19.4299 8.93525 19.4718 9.20421 19.6407 9.43812C19.7337 9.56682 19.8374 9.66887 19.9815 9.80824H20.7129C20.9119 9.80824 21.1025 9.88816 21.2432 10.0289C21.3906 10.1765 21.5268 10.3116 21.6328 10.4323C21.7429 10.5575 21.8551 10.7045 21.9366 10.8883C22.1362 11.3393 22.1361 11.8543 21.9366 12.3053C21.8551 12.4891 21.7429 12.6361 21.6328 12.7614C21.5268 12.882 21.3906 13.0171 21.2432 13.1647L19.17 15.2418C19.0233 15.3887 18.8885 15.5239 18.7686 15.6295C18.6442 15.7392 18.498 15.8507 18.3155 15.9323C17.8615 16.135 17.3427 16.1349 16.8887 15.9323C16.7061 15.8507 16.56 15.7392 16.4356 15.6295C16.3157 15.5239 16.1808 15.3886 16.0342 15.2418C15.8938 15.1012 15.8145 14.9102 15.8145 14.7116C15.8144 14.1324 15.2831 13.699 14.7159 13.8161L13.9014 13.984C13.6543 14.035 13.3982 13.9583 13.2198 13.7799L10.2198 10.7799C10.0464 10.6065 9.96864 10.3592 10.0117 10.1178C10.2697 8.67741 10.2014 7.65821 9.85159 6.85316C9.50447 6.0544 8.83151 5.35521 7.65042 4.65199C7.30861 4.44846 7.06665 4.09707 7.01175 3.69203L7.00003 3.51625L7.00491 3.40199C7.05446 2.83698 7.46898 2.34762 8.05667 2.2389L8.45804 2.16957Z\" 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,gBAAyjD,EAAzjD,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,4JAA4J,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4xCAA4xC,KAAK,eAAc,CAAI,GAGnjD",
  "debugId": "FB25B4DA93B7021364756E2164756E21",
  "names": []
}