{
  "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=\"M10.75 10.25L4.25 16.75C3.42157 17.5784 3.42157 18.9216 4.25 19.75C5.07843 20.5784 6.42157 20.5784 7.25 19.75L13.75 13.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M10.75 10.25L13.75 13.25L14.5638 13.0819C15.5965 12.8685 16.5648 13.6572 16.5648 14.7118L17.6019 15.75L21.75 11.5971L20.713 10.5589H19.6759C19.4565 10.3391 19.2145 10.1296 19.0322 9.8772C18.4085 9.01363 18.875 7.97128 18.3777 7.07549C18.3126 6.95813 18.2567 6.88241 18.1449 6.73095C15.5543 3.22126 12.0568 2.13967 7.75 3.065V3.84356C10.4948 5.382 11.3123 7.11007 10.75 10.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/></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,gBAAqrB,EAArrB,IAAqB,EAAO,UAAU,gCAA+B,gBAAC,OAAD,CAAM,EAAE,4HAA4H,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,0XAA0X,OAAO,eAAe,YAAY,MAAM,cAAc,QAAO,CAAI,GAG/qB",
  "debugId": "97E6773FC6EB41D564756E2164756E21",
  "names": []
}