{
  "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=\"M12.0002 2C14.2094 2 16.0002 3.79086 16.0002 6V7H17.7502C18.1219 7 18.4378 7.2721 18.4924 7.63965L19.4475 14.0869C19.067 13.7188 18.5524 13.5 18.0002 13.5C17.1925 13.5 16.4633 13.9666 16.1203 14.6875L16.0569 14.835L15.4387 16.4385L13.8352 17.0566C13.031 17.366 12.5002 18.1384 12.5002 19C12.5002 19.8616 13.031 20.634 13.8352 20.9434L15.4387 21.5605L15.6077 22H4.25023C4.03232 22 3.82531 21.9051 3.68285 21.7402C3.54038 21.5751 3.47608 21.3554 3.50804 21.1396L5.50804 7.63965C5.56269 7.2721 5.8786 7 6.25023 7H8.00023V6C8.00023 3.79086 9.79109 2 12.0002 2ZM12.0002 3.5C10.6195 3.5 9.50023 4.61929 9.50023 6V7H14.5002V6C14.5002 4.61929 13.3809 3.5 12.0002 3.5Z\" fill=\"currentColor\"/><path d=\"M14.3733 18.4561C14.3452 18.4669 14.3187 18.4805 14.2932 18.4951L14.2922 18.4941C14.3179 18.4794 14.3451 18.4669 14.3733 18.4561L14.8645 18.2666L16.1858 17.7598L14.3733 18.4561Z\" fill=\"currentColor\"/><path d=\"M19.2407 17.1852L18.5438 15.3733C18.4573 15.1484 18.2412 15 18.0002 15C17.7592 15 17.5431 15.1484 17.4566 15.3733L16.7598 17.1852C16.6582 17.4493 16.4499 17.6582 16.1858 17.7598L14.3733 18.4561C14.1484 18.5426 14.0002 18.759 14.0002 19C14.0002 19.241 14.1486 19.4571 14.3736 19.5436L16.1854 20.2405C16.4495 20.342 16.6582 20.5507 16.7598 20.8148L17.4566 22.6267C17.5431 22.8516 17.7592 23 18.0002 23C18.2412 23 18.4573 22.8516 18.5438 22.6267L19.2407 20.8148C19.3423 20.5507 19.551 20.342 19.8151 20.2405L21.6269 19.5436C21.8518 19.4571 22.0002 19.241 22.0002 19C22.0002 18.759 21.8518 18.5429 21.6269 18.4564L19.8151 17.7595C19.551 17.658 19.3423 17.4493 19.2407 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,gBAAurD,EAAvrD,IAAqB,EAAO,UAAU,sCAAqC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,spBAAspB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mqBAAmqB,KAAK,eAAc,CAAI,GAGjrD",
  "debugId": "CAAAB0C2D9DE7C3664756E2164756E21",
  "names": []
}