{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFastShipping/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 IconFastShipping: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"fast-shipping, truck, delivery\"><path d=\"M7.50034 15C8.88106 15 10.0003 16.1193 10.0003 17.5C10.0003 18.8807 8.88106 20 7.50034 20C6.11977 19.9998 5.00034 18.8806 5.00034 17.5C5.00034 16.1194 6.11977 15.0002 7.50034 15Z\" fill=\"currentColor\"/><path d=\"M16.5003 15C17.8811 15 19.0003 16.1193 19.0003 17.5C19.0003 18.8807 17.8811 20 16.5003 20C15.1198 19.9998 14.0003 18.8806 14.0003 17.5C14.0003 16.1194 15.1198 15.0002 16.5003 15Z\" fill=\"currentColor\"/><path d=\"M13.6107 4C14.6299 4 15.4337 4.86759 15.3558 5.88379L14.7376 13.9082C13.5548 14.4898 12.7024 15.6389 12.5326 17H11.4681C11.222 15.0269 9.5401 13.5 7.50034 13.5C5.47349 13.5001 3.79892 15.0079 3.53648 16.9629C2.69243 16.7897 2.07721 16.0113 2.14585 15.1162L2.42417 11.5H5.25034C5.66456 11.5 6.00034 11.1642 6.00034 10.75C6.00034 10.3358 5.66456 10 5.25034 10H2.53941L2.73179 7.5H7.25034C7.66456 7.5 8.00034 7.16421 8.00034 6.75C8.00034 6.33579 7.66456 6 7.25034 6H2.84702L2.87632 5.61621C2.94646 4.70447 3.707 4 4.62144 4H13.6107Z\" fill=\"currentColor\"/><path d=\"M18.8138 6C19.7332 6.00002 20.5919 6.45966 21.1019 7.22461L22.221 8.90332C22.5871 9.45246 22.7433 10.1156 22.6615 10.7705L22.1839 14.5908C22.0548 15.6236 21.3637 16.4627 20.4408 16.8174C20.1167 14.9336 18.4767 13.5 16.5003 13.5C16.4008 13.5 16.3022 13.5046 16.2044 13.5117L16.8304 6H18.8138Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFastShipping;\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,gBAAi2C,EAAj2C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qLAAqL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,ohBAAohB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sSAAsS,KAAK,eAAc,CAAI,GAG31C",
  "debugId": "B8F3DD259C75336264756E2164756E21",
  "names": []
}