{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBike/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 IconBike: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bike\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13 4.75C13 4.33579 13.3358 4 13.75 4H15.2042C15.9785 4 16.6607 4.50879 16.8815 5.2509L18.3088 10.0474C18.5347 10.0161 18.7655 10 19 10C21.7614 10 24 12.2386 24 15C24 17.7614 21.7614 20 19 20C16.2386 20 14 17.7614 14 15C14 13 15.1743 11.2743 16.8709 10.4746L16.4761 9.14771L12.75 13.2878V14C12.75 14.9664 11.9665 15.75 11 15.75H9.94413C9.58229 18.1556 7.50654 20 5 20C2.23858 20 0 17.7614 0 15C0 12.2386 2.23858 10 5 10C7.5065 10 9.58223 11.8443 9.94412 14.25H11C11.1381 14.25 11.25 14.138 11.25 14V13.1773C11.25 13.1091 11.2221 13.0438 11.1728 12.9966L5.94906 8H5.75C5.33579 8 5 7.66421 5 7.25C5 6.83579 5.33579 6.5 5.75 6.5H8.75C9.16421 6.5 9.5 6.83579 9.5 7.25C9.5 7.66421 9.16421 8 8.75 8H8.11913L12.0806 11.7893L15.9425 7.49828C15.9531 7.48651 15.964 7.47515 15.9751 7.46422L15.4438 5.6787C15.4123 5.57268 15.3148 5.5 15.2042 5.5H13.75C13.3358 5.5 13 5.16421 13 4.75ZM8.41945 14.25C8.07609 12.6774 6.67554 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.67558 18.5 8.07615 17.3226 8.41947 15.75H5C4.58579 15.75 4.25 15.4142 4.25 15C4.25 14.5857 4.58579 14.25 5 14.25H8.41945ZM17.3059 11.9366C16.229 12.5334 15.5 13.6815 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.9138 11.5 18.8284 11.5031 18.7438 11.5092L19.7189 14.7861C19.837 15.1831 19.6109 15.6007 19.2139 15.7189C18.8169 15.837 18.3993 15.6109 18.2811 15.2139L17.3059 11.9366Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBike;\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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAqgD,EAArgD,IAAqB,EAAO,UAAU,QAAO,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,m5CAAm5C,KAAK,eAAc,CAAI,GAG//C",
  "debugId": "CEB1BC8058CE578264756E2164756E21",
  "names": []
}