{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconImages5/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 IconImages5: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconImages5\"><Path d=\"M9.50195 3.5C7.56896 3.5 6.00195 5.067 6.00195 7C6.00195 8.933 7.56896 10.5 9.50195 10.5C11.4349 10.5 13.002 8.933 13.002 7C13.002 5.067 11.4349 3.5 9.50195 3.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.03302 18.756L2.00259 19.0007C1.03302 18.756 1.03321 18.7552 1.03327 18.755L1.03366 18.7534L1.03486 18.7487L1.03896 18.7328L1.05384 18.6761C1.06671 18.6277 1.08549 18.5584 1.11002 18.4711C1.15905 18.2967 1.23128 18.0498 1.32554 17.7546C1.51318 17.1668 1.79225 16.3742 2.1547 15.5737C2.51251 14.7836 2.97495 13.933 3.54554 13.2646C4.0992 12.6159 4.90059 11.9718 5.94073 11.9718C7.18414 11.9718 8.20636 12.6436 8.91425 13.1115L9.04307 13.1968C9.374 13.4161 9.63981 13.5923 9.9002 13.7268C10.185 13.8738 10.3704 13.9192 10.5007 13.9197C10.5003 13.9197 10.5007 13.9197 10.5007 13.9197C10.5007 13.9196 10.5006 13.9193 10.5019 13.9189C10.5206 13.9136 10.6753 13.8694 11.0135 13.5059C11.2852 13.2138 11.5549 12.8541 11.8775 12.424C11.9895 12.2746 12.1079 12.1166 12.235 11.95C13.1138 10.7984 14.4319 9.17686 16.42 9.01215C17.9307 8.88699 19.1475 10.0513 20.0986 11.5772C21.0967 13.1785 22.0541 15.5666 22.9635 18.724L23.3313 20.0007H0.71875L1.03302 18.756Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconImages5;\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,gBAAixC,EAAjxC,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,07BAA07B,KAAK,eAAc,CAAI,EACzxC,EAEc",
  "debugId": "5F17A0AA4B62BBC264756E2164756E21",
  "names": []
}