{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconShimmer/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 IconShimmer: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconShimmer\"><Path d=\"M21 11C21 11.4082 21.0008 11.6823 20.9746 11.9434C20.8271 13.4114 20.0395 14.7398 18.8213 15.5723C18.6047 15.7203 18.3633 15.8504 18.0049 16.0459L14.9531 17.71C14.558 17.9255 14.4218 18.0011 14.3076 18.0791C13.5767 18.5786 13.1031 19.376 13.0147 20.2568C13.0009 20.3944 13 20.5499 13 21V22H11V21C11 20.5918 10.9992 20.3177 11.0254 20.0566C11.1729 18.5886 11.9605 17.2602 13.1787 16.4277C13.3953 16.2797 13.6367 16.1496 13.9951 15.9541L17.0469 14.29C17.442 14.0745 17.5782 13.9989 17.6924 13.9209C18.4233 13.4214 18.8969 12.624 18.9854 11.7432C18.9992 11.6056 19 11.4501 19 11V10H21V11Z\" fill=\"currentColor\"/><Path d=\"M17 7C17 7.40825 17.0008 7.68231 16.9746 7.94336C16.8271 9.4114 16.0395 10.7398 14.8213 11.5723C14.6047 11.7203 14.3633 11.8504 14.0049 12.0459L10.9531 13.71C10.558 13.9255 10.4218 14.0011 10.3076 14.0791C9.57666 14.5786 9.10312 15.376 9.01465 16.2568C9.00085 16.3944 9 16.5499 9 17V18H7V17C7 16.5918 6.99918 16.3177 7.02539 16.0566C7.17286 14.5886 7.96054 13.2602 9.17871 12.4277C9.39533 12.2797 9.63672 12.1496 9.99512 11.9541L13.0469 10.29C13.442 10.0745 13.5782 9.99889 13.6924 9.9209C14.4233 9.42142 14.8969 8.62404 14.9854 7.74316C14.9992 7.60558 15 7.4501 15 7V6H17V7Z\" fill=\"currentColor\"/><Path d=\"M13 3C13 3.40825 13.0008 3.68231 12.9746 3.94336C12.8271 5.4114 12.0395 6.73983 10.8213 7.57227C10.6047 7.72028 10.3633 7.85041 10.0049 8.0459L6.95313 9.70996C6.55799 9.92549 6.42179 10.0011 6.30762 10.0791C5.57666 10.5786 5.10312 11.376 5.01465 12.2568C5.00086 12.3944 5 12.5499 5 13V14H3V13C3 12.5918 2.99918 12.3177 3.02539 12.0566C3.17286 10.5886 3.96054 9.26017 5.17871 8.42773C5.39533 8.27972 5.63672 8.14959 5.99512 7.9541L9.04688 6.29004C9.44202 6.07451 9.57821 5.99889 9.69239 5.9209C10.4233 5.42142 10.8969 4.62404 10.9854 3.74316C10.9992 3.60558 11 3.4501 11 3V2H13V3Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShimmer;\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,gBAA83D,EAA93D,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,EAAE,4kBAA4kB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kkBAAkkB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,skBAAskB,KAAK,eAAc,CAAI,EACt4D,EAEc",
  "debugId": "A7F61D19612A6ED964756E2164756E21",
  "names": []
}