{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRemoveFromBasket/index.tsx"],
  "sourcesContent": [
    "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  mode?: \"masked\" | \"raw\";\n  maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n  children,\n  size = 24,\n  mode = \"masked\",\n  maskId,\n  ...props\n}) => {\n  const masked = mode !== \"raw\" && !!maskId;\n  return (\n    <Svg\n      {...props}\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    >\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 color=\"#fff\">{children}</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\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRemoveFromBasket: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconRemoveFromBasket\"><Path d=\"M1.5 2H1V3H1.5V2ZM3.5 2.5L3.9872 2.38757L3.89776 2H3.5V2.5ZM6.5 15.5L6.0128 15.6124L6.10224 16H6.5V15.5ZM19.5 15.5V16H19.9099L19.9903 15.5981L19.5 15.5ZM21.9903 5.59806L22.0883 5.10777L21.1078 4.91165L21.0097 5.40194L21.9903 5.59806ZM10.1716 9.12132L9.81802 9.47487L10.5251 10.182L10.8787 9.82843L10.1716 9.12132ZM15.8284 4.87868L16.182 4.52513L15.4749 3.81802L15.1213 4.17157L15.8284 4.87868ZM10.8787 4.17157L10.5251 3.81802L9.81802 4.52513L10.1716 4.87868L10.8787 4.17157ZM15.1213 9.82843L15.4749 10.182L16.182 9.47487L15.8284 9.12132L15.1213 9.82843ZM1.5 3H3.5V2H1.5V3ZM6.5 16H19.5V15H6.5V16ZM19.9903 15.5981L21.9903 5.59806L21.0097 5.40194L19.0097 15.4019L19.9903 15.5981ZM10 19C10 19.5523 9.55229 20 9 20V21C10.1046 21 11 20.1046 11 19H10ZM9 20C8.44772 20 8 19.5523 8 19H7C7 20.1046 7.89543 21 9 21V20ZM8 19C8 18.4477 8.44772 18 9 18V17C7.89543 17 7 17.8954 7 19H8ZM9 18C9.55229 18 10 18.4477 10 19H11C11 17.8954 10.1046 17 9 17V18ZM18 19C18 19.5523 17.5523 20 17 20V21C18.1046 21 19 20.1046 19 19H18ZM17 20C16.4477 20 16 19.5523 16 19H15C15 20.1046 15.8954 21 17 21V20ZM16 19C16 18.4477 16.4477 18 17 18V17C15.8954 17 15 17.8954 15 19H16ZM17 18C17.5523 18 18 18.4477 18 19H19C19 17.8954 18.1046 17 17 17V18ZM3.0128 2.61243L6.0128 15.6124L6.9872 15.3876L3.9872 2.38757L3.0128 2.61243ZM10.8787 9.82843L13.3536 7.35355L12.6464 6.64645L10.1716 9.12132L10.8787 9.82843ZM13.3536 7.35355L15.8284 4.87868L15.1213 4.17157L12.6464 6.64645L13.3536 7.35355ZM10.1716 4.87868L12.6464 7.35355L13.3536 6.64645L10.8787 4.17157L10.1716 4.87868ZM12.6464 7.35355L15.1213 9.82843L15.8284 9.12132L13.3536 6.64645L12.6464 7.35355Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconRemoveFromBasket;\n"
  ],
  "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAA2sD,EAA3sD,IAAqB,EAAO,OAAO,0DAAyD,gBAAC,EAAD,CAAM,EAAE,glDAAglD,KAAK,eAAc,CAAI,EACntD,EAEc",
  "debugId": "C8733FFA568E261564756E2164756E21",
  "names": []
}