{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconStrikeThrough/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 IconStrikeThrough: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconStrikeThrough\"><Path d=\"M7.16067 3.77237C8.19069 2.72747 9.77672 2 12.0029 2C14.3261 2 15.8286 2.7953 16.7806 3.80382C17.7182 4.79703 18.0802 5.95213 18.2192 6.62035L18.3211 7.10986L17.3421 7.31361L17.2402 6.8241C17.1217 6.25481 16.8167 5.2988 16.0534 4.49027C15.3047 3.69706 14.0725 3 12.0029 3C10.0068 3 8.69004 3.64536 7.87284 4.47438C7.04678 5.31238 6.69731 6.3714 6.69731 7.25C6.69731 7.95933 6.86227 8.51062 7.13433 8.95627C7.40844 9.4053 7.80821 9.77456 8.31693 10.0911C9.33961 10.7274 10.7191 11.1048 12.2008 11.5001H21V12.5001H15.3844C15.3844 12.5001 15.3844 12.5001 15.3844 12.5001H3V11.5001H8.88579C8.49696 11.3353 8.12756 11.151 7.78863 10.9402C7.18406 10.564 6.6561 10.0921 6.2808 9.47732C5.90344 8.85917 5.69731 8.12401 5.69731 7.25C5.69731 6.12426 6.13951 4.80829 7.16067 3.77237Z\" fill=\"currentColor\"/><Path d=\"M15.1771 13.5002H17.0942C17.4421 13.7901 17.7471 14.1268 17.9888 14.5227C18.3662 15.1408 18.5723 15.876 18.5723 16.75C18.5723 19.0559 16.4751 22 12.0029 22C9.68025 22 8.10642 21.206 7.06175 20.2159C6.02884 19.2369 5.54305 18.0955 5.33055 17.4298L5.1785 16.9535L6.13114 16.6494L6.28319 17.1257C6.46572 17.6975 6.88152 18.6673 7.74964 19.4901C8.606 20.3017 9.93265 21 12.0029 21C15.975 21 17.5723 18.4528 17.5723 16.75C17.5723 16.0407 17.4073 15.4894 17.1353 15.0437C16.8612 14.5947 16.4614 14.2254 15.9527 13.9089C15.7127 13.7596 15.4531 13.6245 15.1771 13.5002Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconStrikeThrough;\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,EAAsE,EAAM,KAAK,CAAC,IAAU,CACvG,OAAO,gBAA+8C,EAA/8C,IAAqB,EAAO,OAAO,uDAAsD,gBAAC,EAAD,CAAM,EAAE,swBAAswB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,ojBAAojB,KAAK,eAAc,CAAI,EACv9C,EAEc",
  "debugId": "12894D3853CB39F964756E2164756E21",
  "names": []
}