{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDumbell/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 IconDumbell: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"dumbell, fitness, training\"><path d=\"M2.71913 17.5684C2.18216 17.0314 2.18216 16.1608 2.71913 15.6238C3.25611 15.0869 4.12671 15.0869 4.66368 15.6238L8.37599 19.3361C8.91296 19.8731 8.91296 20.7437 8.37599 21.2807C7.83902 21.8177 6.96842 21.8177 6.43145 21.2807L2.71913 17.5684Z\" fill=\"currentColor\"/><path d=\"M15.6238 4.66368C15.0869 4.12671 15.0869 3.25611 15.6238 2.71913C16.1608 2.18216 17.0314 2.18216 17.5684 2.71913L21.2807 6.43145C21.8177 6.96842 21.8177 7.83902 21.2807 8.37599C20.7437 8.91296 19.8731 8.91296 19.3361 8.37599L15.6238 4.66368Z\" fill=\"currentColor\"/><path d=\"M3.77979 13.3257C3.14519 12.6911 3.14519 11.6622 3.77979 11.0276C4.4144 10.393 5.44329 10.393 6.07789 11.0276L12.9722 17.9219C13.6068 18.5565 13.6068 19.5854 12.9722 20.22C12.3376 20.8546 11.3087 20.8546 10.6741 20.22L3.77979 13.3257Z\" fill=\"currentColor\"/><path d=\"M11.0276 6.07789C10.393 5.44329 10.393 4.4144 11.0276 3.77979C11.6622 3.14519 12.6911 3.14519 13.3257 3.77979L20.22 10.6741C20.8546 11.3087 20.8546 12.3376 20.22 12.9722C19.5854 13.6068 18.5565 13.6068 17.9219 12.9722L11.0276 6.07789Z\" fill=\"currentColor\"/><path d=\"M8.81793 12.3535L12.3535 8.81793L15.1819 11.6464L11.6464 15.1819L8.81793 12.3535Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDumbell;\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,gBAA4uC,EAA5uC,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6OAA6O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6OAA6O,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGtuC",
  "debugId": "4F658361C7586E9664756E2164756E21",
  "names": []
}