{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconDebugger/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 IconDebugger: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconDebugger\"><Path d=\"M9.78007 5.31931L5.86748 4.48767L2.7488 19.1599L13.5084 21.4469L16.6271 6.77469L12.7145 5.94305M9.78007 5.31931L10.4038 2.38487L13.3382 3.0086L12.7145 5.94305M9.78007 5.31931L12.7145 5.94305M8.14748 10.5952L9.68795 12.9673M9.68795 12.9673L11.2284 15.3394M9.68795 12.9673L12.0601 11.4268M9.68795 12.9673L7.31583 14.5078\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M16.25 4.25H16.26M18.75 3H18.76M21.25 1.75H21.26M21.25 6.75H21.26M21.25 4.25H21.26M18.75 5.5H18.76M16.5 4.25C16.5 4.38807 16.3881 4.5 16.25 4.5C16.1119 4.5 16 4.38807 16 4.25C16 4.11193 16.1119 4 16.25 4C16.3881 4 16.5 4.11193 16.5 4.25ZM19 3C19 3.13807 18.8881 3.25 18.75 3.25C18.6119 3.25 18.5 3.13807 18.5 3C18.5 2.86193 18.6119 2.75 18.75 2.75C18.8881 2.75 19 2.86193 19 3ZM21.5 1.75C21.5 1.88807 21.3881 2 21.25 2C21.1119 2 21 1.88807 21 1.75C21 1.61193 21.1119 1.5 21.25 1.5C21.3881 1.5 21.5 1.61193 21.5 1.75ZM21.5 6.75C21.5 6.88807 21.3881 7 21.25 7C21.1119 7 21 6.88807 21 6.75C21 6.61193 21.1119 6.5 21.25 6.5C21.3881 6.5 21.5 6.61193 21.5 6.75ZM21.5 4.25C21.5 4.38807 21.3881 4.5 21.25 4.5C21.1119 4.5 21 4.38807 21 4.25C21 4.11193 21.1119 4 21.25 4C21.3881 4 21.5 4.11193 21.5 4.25ZM19 5.5C19 5.63807 18.8881 5.75 18.75 5.75C18.6119 5.75 18.5 5.63807 18.5 5.5C18.5 5.36193 18.6119 5.25 18.75 5.25C18.8881 5.25 19 5.36193 19 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/></CentralIconBase>;\n});\n\nexport default IconDebugger;\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,EAAiE,EAAM,KAAK,CAAC,IAAU,CAClG,OAAO,gBAAi7C,EAAj7C,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,iUAAiU,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,+6BAA+6B,OAAO,eAAe,cAAc,QAAO,CAAI,EACz7C,EAEc",
  "debugId": "7E4E9506D2A3990164756E2164756E21",
  "names": []
}