{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconBaseball/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 IconBaseball: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconBaseball\"><Path d=\"M6.66415 6.78719C6.90834 7.11951 7.12975 7.46939 7.3261 7.83452L8.20683 7.3609C7.98817 6.95429 7.7417 6.56483 7.46999 6.19505L6.66415 6.78719Z\" fill=\"currentColor\"/><Path d=\"M16.5236 6.19505C16.2519 6.56483 16.0054 6.95429 15.7867 7.3609L16.6675 7.83452C16.8638 7.46939 17.0852 7.11951 17.3294 6.78719L16.5236 6.19505Z\" fill=\"currentColor\"/><Path d=\"M7.83429 8.96398C7.97562 9.34869 8.09084 9.74591 8.17784 10.1536L9.15582 9.94483C9.05887 9.49057 8.93045 9.04788 8.77296 8.61916L7.83429 8.96398Z\" fill=\"currentColor\"/><Path d=\"M15.2206 8.61916C15.0631 9.04788 14.9347 9.49057 14.8377 9.94483L15.8157 10.1536C15.9027 9.74591 16.0179 9.34869 16.1593 8.96398L15.2206 8.61916Z\" fill=\"currentColor\"/><Path d=\"M8.3503 11.3802C8.36454 11.5849 8.37178 11.7917 8.37178 12.0002C8.37178 12.2087 8.36454 12.4155 8.3503 12.6203L9.34789 12.6897C9.36373 12.4618 9.37178 12.2319 9.37178 12.0002C9.37178 11.7685 9.36373 11.5386 9.34789 11.3108L8.3503 11.3802Z\" fill=\"currentColor\"/><Path d=\"M14.6457 11.3108C14.6298 11.5386 14.6218 11.7685 14.6218 12.0002C14.6218 12.2319 14.6298 12.4618 14.6457 12.6897L15.6433 12.6203C15.629 12.4155 15.6218 12.2087 15.6218 12.0002C15.6218 11.7917 15.629 11.5849 15.6433 11.3802L14.6457 11.3108Z\" fill=\"currentColor\"/><Path d=\"M8.17784 13.8469C8.09084 14.2545 7.97562 14.6518 7.83429 15.0365L8.77296 15.3813C8.93045 14.9526 9.05887 14.5099 9.15582 14.0556L8.17784 13.8469Z\" fill=\"currentColor\"/><Path d=\"M14.8377 14.0556C14.9347 14.5099 15.0631 14.9526 15.2206 15.3813L16.1593 15.0365C16.0179 14.6518 15.9027 14.2545 15.8157 13.8469L14.8377 14.0556Z\" fill=\"currentColor\"/><Path d=\"M7.3261 16.1659C7.12975 16.5311 6.90834 16.8809 6.66415 17.2133L7.46999 17.8054C7.7417 17.4356 7.98817 17.0462 8.20683 16.6395L7.3261 16.1659Z\" fill=\"currentColor\"/><Path d=\"M15.7867 16.6395C16.0054 17.0462 16.2519 17.4356 16.5236 17.8054L17.3294 17.2133C17.0852 16.8809 16.8638 16.5311 16.6675 16.1659L15.7867 16.6395Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM6.3934 4.95925C7.93135 3.73294 9.88008 3 12 3C14.1183 3 16.0657 3.73182 17.6031 4.95643C17.5397 5.01798 17.4772 5.08038 17.4155 5.1436L18.1312 5.84199C18.2034 5.76799 18.2769 5.69523 18.3517 5.62377C19.9876 7.25341 21 9.50847 21 12C21 14.4916 19.9875 16.7468 18.3514 18.3765C18.2768 18.3051 18.2033 18.2324 18.1312 18.1584L17.4155 18.8568C17.4771 18.92 17.5395 18.9823 17.6028 19.0438C16.0654 20.2683 14.1182 21 12 21C9.8802 21 7.93156 20.2671 6.39365 19.041C6.45593 18.9804 6.51742 18.919 6.57809 18.8568L5.86237 18.1584C5.79129 18.2313 5.71895 18.3029 5.6454 18.3733C4.01122 16.7439 3 14.49 3 12C3 9.51007 4.01113 7.25631 5.64518 5.62691C5.71881 5.69737 5.79122 5.76907 5.86237 5.84199L6.57809 5.1436C6.51734 5.08134 6.45577 5.01989 6.3934 4.95925Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBaseball;\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,EAAiE,EAAM,KAAK,CAAC,IAAU,CAClG,OAAO,gBAAy5F,EAAz5F,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mJAAmJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k2BAAk2B,KAAK,eAAc,CAAI,EACj6F,EAEc",
  "debugId": "494EE8C28DD4194264756E2164756E21",
  "names": []
}