{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagAdd2/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 IconShoppingBagAdd2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-add-2\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.00147 6C8.00147 3.79086 9.79233 2 12.0015 2C14.2106 2 16.0015 3.79086 16.0015 6V7H16.8887C17.7561 7 18.4927 7.63546 18.6198 8.49354L19.4906 14.3717C19.1353 14.1368 18.7093 14 18.2515 14C17.0088 14 16.0015 15.0074 16.0015 16.25V17H15.2515C14.0088 17 13.0015 18.0074 13.0015 19.25C13.0015 20.4926 14.0088 21.5 15.2515 21.5H16.0015V22H5.41051C4.34189 22 3.5228 21.0506 3.6794 19.9935L5.3831 8.49354C5.51023 7.63546 6.24676 7 7.11421 7H8.00147V6ZM14.5015 7V6C14.5015 4.61929 13.3822 3.5 12.0015 3.5C10.6208 3.5 9.50147 4.61929 9.50147 6V7H14.5015Z\" fill=\"currentColor\"/><path d=\"M19.0015 16.25C19.0015 15.8358 18.6657 15.5 18.2515 15.5C17.8373 15.5 17.5015 15.8358 17.5015 16.25V18.5H15.2515C14.8373 18.5 14.5015 18.8358 14.5015 19.25C14.5015 19.6642 14.8373 20 15.2515 20H17.5015V22.25C17.5015 22.6642 17.8373 23 18.2515 23C18.6657 23 19.0015 22.6642 19.0015 22.25V20H21.2515C21.6657 20 22.0015 19.6642 22.0015 19.25C22.0015 18.8358 21.6657 18.5 21.2515 18.5H19.0015V16.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconShoppingBagAdd2;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAAglC,EAAhlC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qiBAAqiB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8YAA8Y,KAAK,eAAc,CAAI,GAG1kC",
  "debugId": "1111221812AAF7E564756E2164756E21",
  "names": []
}