{
  "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.00012 6C8.00012 3.79086 9.79098 2 12.0001 2C14.2093 2 16.0001 3.79086 16.0001 6V7.09439C17.4775 7.43248 18.6411 8.646 18.8713 10.2004L19.4893 14.3717C19.1339 14.1368 18.708 14 18.2501 14C17.0075 14 16.0001 15.0074 16.0001 16.25V17H15.2501C14.0075 17 13.0001 18.0074 13.0001 19.25C13.0001 20.4926 14.0075 21.5 15.2501 21.5H16.0001V22H7.72732C5.43743 22 3.68222 19.9656 4.0178 17.7004L5.12891 10.2004C5.3592 8.646 6.52277 7.43249 8.00012 7.09439V6ZM14.5001 7V6C14.5001 4.61929 13.3808 3.5 12.0001 3.5C10.6194 3.5 9.50012 4.61929 9.50012 6V7H14.5001Z\" fill=\"currentColor\"/><path d=\"M19.0001 16.25C19.0001 15.8358 18.6643 15.5 18.2501 15.5C17.8359 15.5 17.5001 15.8358 17.5001 16.25V18.5H15.2501C14.8359 18.5 14.5001 18.8358 14.5001 19.25C14.5001 19.6642 14.8359 20 15.2501 20H17.5001V22.25C17.5001 22.6642 17.8359 23 18.2501 23C18.6643 23 19.0001 22.6642 19.0001 22.25V20H21.2501C21.6643 20 22.0001 19.6642 22.0001 19.25C22.0001 18.8358 21.6643 18.5 21.2501 18.5H19.0001V16.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,gBAAolC,EAAplC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yiBAAyiB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8YAA8Y,KAAK,eAAc,CAAI,GAG9kC",
  "debugId": "31F8FDF4673E4AC164756E2164756E21",
  "names": []
}