{
  "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.63174 17.48C2.14359 16.9919 2.14359 16.2004 2.63174 15.7122L2.80852 15.5355C3.29667 15.0473 4.08813 15.0473 4.57629 15.5355L8.46537 19.4246C8.95353 19.9127 8.95353 20.7042 8.46537 21.1923L8.2886 21.3691C7.80044 21.8573 7.00898 21.8573 6.52083 21.3691L2.63174 17.48Z\" fill=\"currentColor\"/><path d=\"M15.5364 4.57531C15.0483 4.08715 15.0483 3.2957 15.5364 2.80754L15.7132 2.63076C16.2014 2.14261 16.9928 2.14261 17.481 2.63076L21.3701 6.51985C21.8582 7.00801 21.8582 7.79946 21.3701 8.28762L21.1933 8.4644C20.7051 8.95255 19.9137 8.95255 19.4255 8.4644L15.5364 4.57531Z\" fill=\"currentColor\"/><path d=\"M3.51562 13.0606C3.02747 12.5724 3.02747 11.781 3.51562 11.2928L4.04596 10.7625C4.53411 10.2743 5.32557 10.2743 5.81372 10.7625L13.2383 18.1871C13.7265 18.6753 13.7265 19.4667 13.2383 19.9549L12.708 20.4852C12.2199 20.9734 11.4284 20.9734 10.9402 20.4852L3.51562 13.0606Z\" fill=\"currentColor\"/><path d=\"M10.7635 5.81275C10.2753 5.32459 10.2753 4.53313 10.7635 4.04498L11.2938 3.51465C11.782 3.02649 12.5734 3.02649 13.0616 3.51465L20.4862 10.9393C20.9743 11.4274 20.9743 12.2189 20.4862 12.707L19.9559 13.2374C19.4677 13.7255 18.6762 13.7255 18.1881 13.2374L10.7635 5.81275Z\" fill=\"currentColor\"/><path d=\"M8.81893 12.3535L12.3545 8.81795L15.1829 11.6464L11.6474 15.1819L8.81893 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,gBAA62C,EAA72C,IAAqB,EAAO,UAAU,8BAA6B,gBAAC,OAAD,CAAM,EAAE,+QAA+Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gRAAgR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kRAAkR,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGv2C",
  "debugId": "C330EFC42018D9A864756E2164756E21",
  "names": []
}