{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPreview/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 IconPreview: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconPreview\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9996 2.5C13.7337 2.5 15.3456 2.73263 16.5582 3.13672C17.1592 3.33706 17.7182 3.59863 18.1471 3.93652C18.5646 4.26563 18.9996 4.78624 18.9996 5.5V10.2793L20.9752 14.5605C21.6524 16.028 21.8179 18.191 20.0865 19.4307C18.606 20.4904 16.1075 21.5 11.9996 21.5C7.89167 21.4999 5.39316 20.4905 3.9127 19.4307C2.18166 18.191 2.34686 16.0279 3.02402 14.5605L4.99961 10.2793V5.5C4.99961 4.78638 5.4347 4.26564 5.85215 3.93652C6.28093 3.59861 6.84002 3.33708 7.44102 3.13672C8.65359 2.73259 10.2655 2.50004 11.9996 2.5ZM17.5621 11.9385C17.2542 12.103 16.9139 12.2447 16.5582 12.3633C15.3456 12.7674 13.7337 13 11.9996 13C10.2655 13 8.65359 12.7674 7.44102 12.3633C7.08494 12.2446 6.7443 12.1033 6.43613 11.9385L4.83945 15.3994C4.33024 16.5032 4.50656 17.3956 5.07773 17.8047C6.1589 18.5785 8.22951 19.4999 11.9996 19.5C15.7697 19.5 17.8402 18.5785 18.9215 17.8047C19.4929 17.3956 19.6691 16.5034 19.1598 15.3994L17.5621 11.9385ZM11.9996 4.5C10.4205 4.50004 9.03164 4.71458 8.07285 5.03418C7.59712 5.19281 7.28028 5.36096 7.1002 5.5C7.28028 5.63904 7.59712 5.80719 8.07285 5.96582C9.03164 6.28542 10.4205 6.49996 11.9996 6.5C13.5787 6.5 14.9675 6.28538 15.9264 5.96582C16.4015 5.80741 16.7178 5.63895 16.898 5.5C16.7178 5.36105 16.4015 5.19259 15.9264 5.03418C14.9675 4.71462 13.5787 4.5 11.9996 4.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconPreview;\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,gBAAs6C,EAAt6C,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gxCAAgxC,KAAK,eAAc,CAAI,EAC96C,EAEc",
  "debugId": "6287E9809245F84264756E2164756E21",
  "names": []
}