{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGolfBall/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 IconGolfBall: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n  return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-1-IconGolfBall\"><Path d=\"M12.9502 14.2803C13.5025 14.2803 13.9502 13.8326 13.9502 13.2803C13.9502 13.203 13.9415 13.1277 13.9249 13.0555C14.369 13.1574 14.7002 13.5551 14.7002 14.0301C14.7002 14.5824 14.2525 15.0301 13.7002 15.0301C13.2252 15.0301 12.8276 14.699 12.7256 14.2549C12.7978 14.2715 12.873 14.2803 12.9502 14.2803Z\" fill=\"currentColor\"/><Path d=\"M10.252 14.2549C10.8043 14.2549 11.252 13.8072 11.252 13.2549C11.252 13.1776 11.2432 13.1024 11.2266 13.0301C11.6707 13.1321 12.002 13.5298 12.002 14.0048C12.002 14.5571 11.5543 15.0048 11.002 15.0048C10.527 15.0048 10.1293 14.6736 10.0273 14.2296C10.0996 14.2462 10.1747 14.2549 10.252 14.2549Z\" fill=\"currentColor\"/><Path d=\"M12.7256 11.5302C13.2779 11.5302 13.7256 11.0825 13.7256 10.5302C13.7256 10.4529 13.7168 10.3777 13.7002 10.3054C14.1443 10.4074 14.4756 10.805 14.4756 11.2801C14.4756 11.8324 14.0279 12.2801 13.4756 12.2801C13.0006 12.2801 12.603 11.9489 12.501 11.5049C12.5732 11.5215 12.6484 11.5302 12.7256 11.5302Z\" fill=\"currentColor\"/><Path d=\"M15.5263 9.00482C16.0786 9.00482 16.5263 8.55711 16.5263 8.00482C16.5263 7.92753 16.5176 7.85228 16.501 7.78003C16.9451 7.88197 17.2763 8.27965 17.2763 8.7547C17.2763 9.30698 16.8286 9.7547 16.2763 9.7547C15.8013 9.7547 15.4037 9.42353 15.3017 8.97949C15.3739 8.99607 15.4491 9.00482 15.5263 9.00482Z\" fill=\"currentColor\"/><Path d=\"M15.5517 11.755C16.104 11.755 16.5517 11.3073 16.5517 10.755C16.5517 10.6777 16.5429 10.6025 16.5263 10.5302C16.9704 10.6321 17.3017 11.0298 17.3017 11.5049C17.3017 12.0572 16.854 12.5049 16.3017 12.5049C15.8267 12.5049 15.4291 12.1737 15.3271 11.7297C15.3993 11.7462 15.4745 11.755 15.5517 11.755Z\" fill=\"currentColor\"/><Path d=\"M19.5 10C19.5 14.1421 16.1421 17.5 12 17.5C7.85786 17.5 4.5 14.1421 4.5 10C4.5 5.85786 7.85786 2.5 12 2.5C16.1421 2.5 19.5 5.85786 19.5 10Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.5 18.5H9C10.6569 18.5 12 19.8331 12 21.49C12 19.8331 13.3431 18.5 15 18.5H15.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 21.49V21.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconGolfBall;\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,gBAAmmE,EAAnmE,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,gTAAgT,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0SAA0S,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+SAA+S,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,6SAA6S,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8IAA8I,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAQ,CAAI,EAC3mE,EAEc",
  "debugId": "4102577CB1329A4664756E2164756E21",
  "names": []
}