{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShoppingBagLike2/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\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  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\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      {masked ? (\n        <>\n          <mask\n            id={maskId}\n            maskUnits=\"userSpaceOnUse\"\n            x=\"0\"\n            y=\"0\"\n            width=\"24\"\n            height=\"24\"\n          >\n            <rect width=\"24\" height=\"24\" fill=\"#000\" />\n            <g fill=\"none\" style={{ color: \"#fff\" }}>\n              {children}\n            </g>\n          </mask>\n          <rect\n            width=\"24\"\n            height=\"24\"\n            fill=\"currentColor\"\n            mask={`url(#${maskId})`}\n          />\n        </>\n      ) : (\n        children\n      )}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconShoppingBagLike2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} ariaLabel=\"shopping-bag-like-2\" maskId=\"square-outlined-radius-0-stroke-2-IconShoppingBagLike2\"><path d=\"M11.5 21H4.5L6.5 8H17.5L18.0385 11.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><path d=\"M15 8V6C15 4.34315 13.6569 3 12 3C10.3431 3 9 4.34315 9 6V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.505 20.7868C15.96 21.1471 16.4095 21.4306 16.7424 21.6233C17.07 21.8128 17.4095 21.9741 17.7513 22.136C18.0932 21.9745 18.4326 21.8129 18.7602 21.6233C19.0931 21.4306 19.5426 21.1471 19.9977 20.7868C20.8352 20.1238 22.0026 18.9581 22.0026 17.4175C22.0026 16.481 21.7057 15.6818 21.1677 15.1079C20.6345 14.5392 19.9162 14.25 19.1963 14.25C18.596 14.25 18.1052 14.4153 17.7513 14.5933C17.3974 14.4153 16.9066 14.25 16.3063 14.25C15.5864 14.25 14.8681 14.5392 14.3349 15.1079C13.7969 15.6818 13.5 16.481 13.5 17.4175C13.5 18.9581 14.6674 20.1238 15.505 20.7868ZM15.794 16.4758C15.6546 16.6245 15.5 16.9091 15.5 17.4175C15.5 17.9542 15.9582 18.5948 16.7464 19.2187C17.1042 19.502 17.4675 19.7321 17.7442 19.8922L17.7513 19.8964C18.0287 19.7362 18.3954 19.5044 18.7563 19.2187C19.5444 18.5948 20.0026 17.9542 20.0026 17.4175C20.0026 16.9091 19.848 16.6245 19.7086 16.4758C19.5645 16.3221 19.3796 16.25 19.1963 16.25C18.5405 16.25 18.166 16.5974 17.7442 17.0193C17.3224 16.5974 16.9621 16.25 16.3063 16.25C16.123 16.25 15.9382 16.3221 15.794 16.4758Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShoppingBagLike2;\n"
  ],
  "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,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,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAA68C,EAA78C,IAAqB,EAAO,UAAU,sBAAsB,OAAO,0DAAyD,gBAAC,OAAD,CAAM,EAAE,uCAAuC,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,8DAA8D,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2hCAA2hC,KAAK,eAAc,CAAI,EACr9C,EAEc",
  "debugId": "FAC272F6BEA072F764756E2164756E21",
  "names": []
}