{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWrite2/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 IconWrite2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconWrite2\"><Path d=\"M12 6.25427L4.42893 9.74294L3 21.1424L14.3284 19.6424L17.9188 12.0658\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M13.5137 2.14246L11.0137 4.64245L19.499 13.1277L21.999 10.6277L13.5137 2.14246Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M11.5 14C11.5 14.8284 10.8284 15.5 10 15.5C9.17157 15.5 8.5 14.8284 8.5 14C8.5 13.1716 9.17157 12.5 10 12.5C10.8284 12.5 11.5 13.1716 11.5 14Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M10.7503 12.701C11.4677 13.1152 11.7135 14.0326 11.2993 14.75C10.8851 15.4674 9.96769 15.7133 9.25025 15.299C8.53281 14.8848 8.287 13.9674 8.70121 13.25C9.11543 12.5326 10.0328 12.2868 10.7503 12.701Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M9.25025 12.701C9.96769 12.2868 10.8851 12.5326 11.2993 13.25C11.7135 13.9674 11.4677 14.8848 10.7503 15.299C10.0328 15.7133 9.11543 15.4674 8.70121 14.75C8.287 14.0326 8.53281 13.1152 9.25025 12.701Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M10 13L10 15\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M9 13.4227L11 14.5774\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M9 14.5774L11 13.4227\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.70181 15.2991L3.28125 20.8546\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconWrite2;\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,EAA+D,EAAM,KAAK,CAAC,IAAU,CAChG,OAAO,gBAA61C,EAA71C,IAAqB,EAAO,OAAO,gDAA+C,gBAAC,EAAD,CAAM,EAAE,wEAAwE,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,kFAAkF,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,iJAAiJ,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,2MAA2M,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,2MAA2M,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,wBAAwB,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,mCAAmC,OAAO,eAAe,cAAc,SAAQ,CAAI,EACr2C,EAEc",
  "debugId": "10FFEEB6DED911FB64756E2164756E21",
  "names": []
}