{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconMountainBike/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 IconMountainBike: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"mountain-bike\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13 4.75C13 4.33579 13.3358 4 13.75 4C15.4147 4 16.8832 5.0977 17.3512 6.69663L18.331 10.0444C18.5499 10.0151 18.7732 10 19 10C21.7614 10 24 12.2386 24 15C24 17.7614 21.7614 20 19 20C16.2386 20 14 17.7614 14 15C14 12.992 15.1836 11.2605 16.8913 10.4651L16.653 9.65109L9.71784 13.34C9.9006 13.8594 10 14.4181 10 15C10 17.7614 7.76142 20 5 20C2.23858 20 0 17.7614 0 15C0 12.2386 2.23858 10 5 10C6.64308 10 8.10105 10.7925 9.01248 12.0162L9.99171 11.4953L7.18469 7.5H6.75C6.33579 7.5 6 7.16421 6 6.75C6 6.33579 6.33579 6 6.75 6H9.75C10.1642 6 10.5 6.33579 10.5 6.75C10.5 7.16421 10.1642 7.5 9.75 7.5H9.01789L11.3262 10.7855L16.2227 8.18097L15.9116 7.11798C15.6311 6.15961 14.7499 5.5 13.75 5.5C13.3358 5.5 13 5.16421 13 4.75ZM7.66613 12.7323C7.02415 11.9783 6.06793 11.5 5 11.5C3.067 11.5 1.5 13.067 1.5 15C1.5 16.933 3.067 18.5 5 18.5C6.933 18.5 8.5 16.933 8.5 15C8.5 14.673 8.45516 14.3565 8.37129 14.0563L5.35221 15.6622C4.98651 15.8567 4.53237 15.7179 4.33785 15.3522C4.14333 14.9865 4.28209 14.5324 4.64779 14.3378L7.66613 12.7323ZM17.3197 11.929C16.2352 12.5236 15.5 13.6759 15.5 15C15.5 16.933 17.067 18.5 19 18.5C20.933 18.5 22.5 16.933 22.5 15C22.5 13.067 20.933 11.5 19 11.5C18.9191 11.5 18.8389 11.5027 18.7595 11.5081L19.7198 14.7893C19.8362 15.1869 19.6082 15.6035 19.2107 15.7198C18.8131 15.8362 18.3965 15.6082 18.2802 15.2107L17.3197 11.929Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconMountainBike;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAAw8C,EAAx8C,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,60CAA60C,KAAK,eAAc,CAAI,GAGl8C",
  "debugId": "205BE9DCEE3C3C6064756E2164756E21",
  "names": []
}