{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPointer/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 IconPointer: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconPointer\"><Path d=\"M11.5 8.75H11V9.75H11.5V8.75ZM3 11.5L2.60957 11.1877L2.40972 11.4375L2.55279 11.7236L3 11.5ZM3.6041 10.7449L3.21367 10.4325H3.21367L3.6041 10.7449ZM6.58005 10.5801L6.2265 10.9336L6.58005 10.5801ZM7.5 11.5L7.14645 11.8536L8 12.7071V11.5H7.5ZM8 9C8 8.72386 7.77614 8.5 7.5 8.5C7.22386 8.5 7 8.72386 7 9H8ZM7 9.75V10.25H8V9.75H7ZM11 9V9.5H12V9H11ZM15.5 8.75H11.5V9.75H15.5V8.75ZM19 13.25V14.5H20V13.25H19ZM15.5 9.75C17.433 9.75 19 11.317 19 13.25H20C20 10.7647 17.9853 8.75 15.5 8.75V9.75ZM6.48278 17.3475L3.44721 11.2764L2.55279 11.7236L5.58835 17.7947L6.48278 17.3475ZM3.39043 11.8123L3.99453 11.0572L3.21367 10.4325L2.60957 11.1877L3.39043 11.8123ZM6.2265 10.9336L7.14645 11.8536L7.85355 11.1464L6.9336 10.2265L6.2265 10.9336ZM8 11.5V9H7V11.5H8ZM3.99453 11.0572C4.55302 10.3591 5.59433 10.3014 6.2265 10.9336L6.9336 10.2265C5.88 9.17289 4.14448 9.26901 3.21367 10.4325L3.99453 11.0572ZM12.434 21C9.92804 21 7.60056 19.5831 6.48278 17.3475L5.58835 17.7947C6.87844 20.3749 9.55583 22 12.434 22V21ZM19 14.5C19 18.0838 16.03 21 12.434 21V22C16.57 22 20 18.6482 20 14.5H19ZM8 9.75V4.5H7V9.75H8ZM11 4.5V9H12V4.5H11ZM9.5 3C10.3284 3 11 3.67157 11 4.5H12C12 3.11929 10.8807 2 9.5 2V3ZM8 4.5C8 3.67157 8.67157 3 9.5 3V2C8.11929 2 7 3.11929 7 4.5H8Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconPointer;\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,EAAgE,EAAM,KAAK,CAAC,IAAU,CACjG,OAAO,gBAA40C,EAA50C,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,EAAE,0tCAA0tC,KAAK,eAAc,CAAI,EACp1C,EAEc",
  "debugId": "DC656F6DE111466E64756E2164756E21",
  "names": []
}