{
  "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 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V7H17.75C18.1218 7 18.4374 7.27234 18.4919 7.64009L19.4892 14.3717C19.1338 14.1368 18.7079 14 18.25 14C17.0074 14 16 15.0074 16 16.25V17H15.25C14.0074 17 13 18.0074 13 19.25C13 20.4926 14.0074 21.5 15.25 21.5H16V22H4.25001C4.03191 22 3.82461 21.9051 3.68214 21.7399C3.53967 21.5748 3.47614 21.3558 3.5081 21.1401L5.5081 7.64009C5.56258 7.27234 5.87824 7 6.25001 7H8V6ZM14.5 7V6C14.5 4.61929 13.3807 3.5 12 3.5C10.6193 3.5 9.5 4.61929 9.5 6V7H14.5Z\" fill=\"currentColor\"/><path d=\"M19 16.25C19 15.8358 18.6642 15.5 18.25 15.5C17.8358 15.5 17.5 15.8358 17.5 16.25V18.5H15.25C14.8358 18.5 14.5 18.8358 14.5 19.25C14.5 19.6642 14.8358 20 15.25 20H17.5V22.25C17.5 22.6642 17.8358 23 18.25 23C18.6642 23 19 22.6642 19 22.25V20H21.25C21.6642 20 22 19.6642 22 19.25C22 18.8358 21.6642 18.5 21.25 18.5H19V16.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,gBAA29B,EAA39B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yfAAyf,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qUAAqU,KAAK,eAAc,CAAI,GAGr9B",
  "debugId": "B6A7402BF998B2C664756E2164756E21",
  "names": []
}