{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconAnimationElastic/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 IconAnimationElastic: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-2-IconAnimationElastic\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 21H3V20H4C3 20 3 20.0002 3 20L3.00001 19.9869L3.0001 19.9511L3.00075 19.8141C3.0015 19.6947 3.00299 19.5204 3.00595 19.2991C3.01188 18.8566 3.02371 18.2256 3.04736 17.4688C3.0946 15.9571 3.18924 13.9347 3.37936 11.9067C3.56831 9.89118 3.85599 7.81851 4.30296 6.22926C4.52439 5.44194 4.80378 4.70253 5.17369 4.13885C5.53189 3.59301 6.1232 3 6.99997 3C7.57595 3 8.03259 3.26248 8.36316 3.58482C8.67784 3.89168 8.91169 4.28168 9.09396 4.65512C9.41305 5.30888 9.67857 6.14141 9.9214 6.90284C9.95279 7.00126 9.9838 7.09849 10.0145 7.194C10.3009 8.08505 10.5681 8.85542 10.8872 9.40238C11.2173 9.9684 11.4253 10 11.5 10C11.8212 10 12.1457 9.87125 12.5989 9.54792C12.8271 9.38512 13.0597 9.1941 13.3331 8.96845L13.3546 8.95069C13.6139 8.73664 13.9059 8.49556 14.2211 8.26443C14.8768 7.78359 15.6764 7.31178 16.6969 7.08479C17.7233 6.8565 18.8982 6.8921 20.2873 7.30884L21.2452 7.59619L20.6705 9.51184L19.7127 9.22449C18.6018 8.89123 17.7767 8.8935 17.1312 9.03708C16.4798 9.18197 15.9356 9.48725 15.4038 9.87724C15.1354 10.0741 14.8814 10.2837 14.6105 10.5074L14.605 10.5119C14.3416 10.7293 14.0552 10.9657 13.7604 11.176C13.1667 11.5996 12.4287 12 11.5 12C10.3246 12 9.59505 11.1566 9.15961 10.4101C8.71305 9.64458 8.38652 8.66495 8.11044 7.806C8.07908 7.70846 8.04836 7.61242 8.01814 7.51796C7.7647 6.72577 7.54705 6.04545 7.29662 5.53238C7.17369 5.28052 7.06997 5.12854 6.99372 5.04465C6.95756 5.08173 6.90792 5.14148 6.84579 5.23615C6.6415 5.54747 6.4287 6.05806 6.22826 6.77074C5.83149 8.18149 5.55668 10.1088 5.37063 12.0933C5.18576 14.0653 5.0929 16.0429 5.04639 17.5312C5.02316 18.2744 5.01156 18.8934 5.00577 19.3259C5.00287 19.5421 5.00143 19.7116 5.00071 19.8266L5.00009 19.9571L5.00001 19.9899L5 21ZM7.06439 4.98795C7.06443 4.98836 7.06129 4.99027 7.05489 4.99245C7.06116 4.98864 7.06436 4.98755 7.06439 4.98795Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconAnimationElastic;\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,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAA87D,EAA97D,IAAqB,EAAO,OAAO,wDAAuD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+xDAA+xD,KAAK,eAAc,CAAI,EACt8D,EAEc",
  "debugId": "9D64FEC43C3DE98464756E2164756E21",
  "names": []
}