{
  "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 4H12.9325C14.4886 4 15.8829 4.96093 16.4369 6.41502L17.6644 9.63731C18.0954 9.54732 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.9949 11 15.2641 12.18 14.4669 13.8866C13.9771 14.935 12.9552 15.9988 11.5424 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.25V11.75C1 9.67893 2.67893 8 4.75 8H7.25C9.32107 8 11 9.67893 11 11.75V14.25C11 14.3344 10.994 14.4175 10.9825 14.4988H11.5424C12.1387 14.4988 12.7473 14.0236 13.1078 13.2517C13.7511 11.8747 14.8637 10.7596 16.2405 10.1131L15.0351 6.94901C14.7028 6.07656 13.8662 5.5 12.9325 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,gBAAusC,EAAvsC,IAAqB,EAAO,UAAU,iBAAgB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4kCAA4kC,KAAK,eAAc,CAAI,GAGjsC",
  "debugId": "7D616A0552210F8864756E2164756E21",
  "names": []
}