{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconHand4Finger/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 IconHand4Finger: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconHand4Finger\"><Path d=\"M14.9996 7.25V7.75H15.9996V7.25H14.9996ZM18.9996 10.25V10.75H19.9996V10.25H18.9996ZM19.9996 10.5C19.9996 10.2239 19.7757 10 19.4996 10C19.2234 10 18.9996 10.2239 18.9996 10.5H19.9996ZM6.48237 17.3475L6.25876 16.9003L5.36434 17.3475L5.58794 17.7947L6.48237 17.3475ZM11.9996 5.5V5H10.9996V5.5H11.9996ZM10.9996 10V10.5H11.9996V10H10.9996ZM10.9996 7.5V8H11.9996V7.5H10.9996ZM14.9996 10.75V11.25H15.9996V10.75H14.9996ZM14.9996 6.25V7.25H15.9996V6.25H14.9996ZM18.9996 6.25V10.25H19.9996V6.25H18.9996ZM17.4996 3.75C16.1189 3.75 14.9996 4.86929 14.9996 6.25H15.9996C15.9996 5.42157 16.6712 4.75 17.4996 4.75V3.75ZM17.4996 4.75C18.328 4.75 18.9996 5.42157 18.9996 6.25H19.9996C19.9996 4.86929 18.8803 3.75 17.4996 3.75V4.75ZM18.9996 10.5V14.3926H19.9996V10.5H18.9996ZM12.3922 21C9.8895 21 7.60161 19.586 6.48237 17.3475L5.58794 17.7947C6.87657 20.372 9.51073 22 12.3922 22V21ZM18.9996 14.3926C18.9996 18.0418 16.0414 21 12.3922 21V22C16.5936 22 19.9996 18.5941 19.9996 14.3926H18.9996ZM10.9996 5.5V10H11.9996V5.5H10.9996ZM11.9996 7.5V4.5H10.9996V7.5H11.9996ZM14.9996 4.5V10.75H15.9996V4.5H14.9996ZM13.4996 3C14.328 3 14.9996 3.67157 14.9996 4.5H15.9996C15.9996 3.11929 14.8803 2 13.4996 2V3ZM11.9996 4.5C11.9996 3.67157 12.6712 3 13.4996 3V2C12.1189 2 10.9996 3.11929 10.9996 4.5H11.9996Z\" fill=\"currentColor\"/><Path d=\"M3 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 5.5V6H12V5.5H11ZM5.30279 17.2236L5.52639 17.6708L6.42082 17.2236L6.19721 16.7764L5.30279 17.2236ZM3.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.0572ZM8 9.75V5.5H7V9.75H8ZM9.5 4C10.3284 4 11 4.67157 11 5.5H12C12 4.11929 10.8807 3 9.5 3V4ZM8 5.5C8 4.67157 8.67157 4 9.5 4V3C8.11929 3 7 4.11929 7 5.5H8ZM6.19721 16.7764L3.44721 11.2764L2.55279 11.7236L5.30279 17.2236L6.19721 16.7764Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconHand4Finger;\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,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAA40E,EAA50E,IAAqB,EAAO,OAAO,qDAAoD,gBAAC,EAAD,CAAM,EAAE,kwCAAkwC,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,u7BAAu7B,KAAK,eAAc,CAAI,EACp1E,EAEc",
  "debugId": "C4E8D83AD8485C6364756E2164756E21",
  "names": []
}