{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBag2Sparkle/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 IconBag2Sparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"bag 2-sparkle, shopping, add, plus\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9997 2C14.2089 2 15.9997 3.79086 15.9997 6V7.09473C17.477 7.4328 18.6404 8.64588 18.8708 10.2002L19.446 14.0859C19.0656 13.7184 18.5514 13.5 17.9997 13.5C17.1919 13.5 16.4628 13.9666 16.1198 14.6875L16.0564 14.835L15.4382 16.4385L13.8347 17.0566C13.0305 17.366 12.4997 18.1384 12.4997 19C12.4997 19.8616 13.0305 20.634 13.8347 20.9434L15.4382 21.5605L15.6071 22H7.72727C5.43738 22 3.68172 19.9654 4.0173 17.7002L5.12863 10.2002C5.359 8.64593 6.52254 7.43287 7.99973 7.09473V6C7.99973 3.7909 9.79064 2.00007 11.9997 2ZM11.9997 3.5C10.6191 3.50007 9.49973 4.61933 9.49973 6V7H14.4997V6C14.4997 4.61929 13.3804 3.5 11.9997 3.5Z\" fill=\"currentColor\"/><path d=\"M14.3728 18.4561C14.3447 18.4669 14.3182 18.4805 14.2927 18.4951L14.2917 18.4941C14.3174 18.4794 14.3446 18.4669 14.3728 18.4561L14.864 18.2666L16.1853 17.7598L14.3728 18.4561Z\" fill=\"currentColor\"/><path d=\"M19.2403 17.1852L18.5434 15.3733C18.4569 15.1484 18.2408 15 17.9998 15C17.7589 15 17.5428 15.1484 17.4563 15.3733L16.7594 17.1852C16.6578 17.4493 16.4494 17.6582 16.1853 17.7598L14.3728 18.4561C14.1479 18.5426 13.9998 18.759 13.9998 19C13.9998 19.241 14.1483 19.4571 14.3732 19.5436L16.185 20.2405C16.4491 20.342 16.6578 20.5507 16.7594 20.8148L17.4563 22.6267C17.5428 22.8516 17.7589 23 17.9998 23C18.2408 23 18.4569 22.8516 18.5434 22.6267L19.2403 20.8148C19.3419 20.5507 19.5506 20.342 19.8147 20.2405L21.6265 19.5436C21.8514 19.4571 21.9998 19.241 21.9998 19C21.9998 18.759 21.8514 18.5429 21.6265 18.4564L19.8147 17.7595C19.5506 17.658 19.3419 17.4493 19.2403 17.1852Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconBag2Sparkle;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAwpD,EAAxpD,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,unBAAunB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mLAAmL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oqBAAoqB,KAAK,eAAc,CAAI,GAGlpD",
  "debugId": "F790408293E3D4F364756E2164756E21",
  "names": []
}