{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDeliveryBike/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 IconDeliveryBike: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"delivery-bike\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 4.75C12 4.33579 12.3358 4 12.75 4H14.3108C15.037 4 15.6877 4.44844 15.9462 5.12701L17.6644 9.63728C18.0954 9.5473 18.542 9.5 18.9998 9.5H19.25C19.6642 9.5 20 9.83579 20 10.25C20 10.6642 19.6642 11 19.25 11H18.9998C16.7254 11 14.8039 12.5191 14.1983 14.5996C13.9843 15.3349 13.3213 15.9988 12.4204 15.9988H10L10 16C10 18.2091 8.20914 20 6 20C3.79086 20 2 18.2091 2 16C2 15.945 2.00593 15.8913 2.01718 15.8396C1.4167 15.5624 1 14.9548 1 14.25V9.75C1 8.7835 1.7835 8 2.75 8H9.25C10.2165 8 11 8.7835 11 9.75V14.25C11 14.3344 10.994 14.4175 10.9825 14.4988H12.4204C12.5241 14.4988 12.6914 14.4097 12.7581 14.1804C13.2827 12.3783 14.5663 10.8991 16.2405 10.113L14.5445 5.661C14.5075 5.56406 14.4146 5.5 14.3108 5.5H12.75C12.3358 5.5 12 5.16421 12 4.75ZM8.5 16H3.5C3.5 17.3807 4.61929 18.5 6 18.5C7.38071 18.5 8.5 17.3807 8.5 16ZM19 13.5C17.6193 13.5 16.5 14.6193 16.5 16C16.5 17.3807 17.6193 18.5 19 18.5C20.3807 18.5 21.5 17.3807 21.5 16C21.5 14.6193 20.3807 13.5 19 13.5ZM15 16C15 13.7909 16.7909 12 19 12C21.2091 12 23 13.7909 23 16C23 18.2091 21.2091 20 19 20C16.7909 20 15 18.2091 15 16Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconDeliveryBike;\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,gBAAgsC,EAAhsC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qkCAAqkC,KAAK,eAAc,CAAI,GAG1rC",
  "debugId": "5D6670DD097489F064756E2164756E21",
  "names": []
}