{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconGolfBall/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\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      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconGolfBall: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"golf-ball\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4.5 9.5C4.5 5.35786 7.85786 2 12 2C16.1421 2 19.5 5.35786 19.5 9.5C19.5 13.6421 16.1421 17 12 17C7.85786 17 4.5 13.6421 4.5 9.5ZM14.75 8.67473C15.3023 8.67473 15.75 8.22702 15.75 7.67474C15.75 7.59745 15.7412 7.52221 15.7246 7.44995C16.1688 7.55189 16.5 7.94957 16.5 8.42461C16.5 8.97689 16.0523 9.4246 15.5 9.4246C15.025 9.4246 14.6274 9.09344 14.5254 8.6494C14.5976 8.66598 14.6728 8.67473 14.75 8.67473ZM13.7246 9.64945C13.7246 10.2017 13.2769 10.6494 12.7246 10.6494C12.6474 10.6494 12.5722 10.6407 12.5 10.6241C12.602 11.0681 12.9996 11.3993 13.4746 11.3993C14.0269 11.3993 14.4746 10.9516 14.4746 10.3993C14.4746 9.92428 14.1434 9.5266 13.6993 9.42466C13.7159 9.49692 13.7246 9.57216 13.7246 9.64945ZM11.7246 11.6494C11.7246 12.2017 11.2769 12.6494 10.7246 12.6494C10.6474 12.6494 10.5722 12.6407 10.5 12.6241C10.602 13.0681 10.9996 13.3993 11.4746 13.3993C12.0269 13.3993 12.4746 12.9516 12.4746 12.3993C12.4746 11.9243 12.1434 11.5266 11.6993 11.4246C11.7159 11.4969 11.7246 11.5721 11.7246 11.6494ZM13.25 13.1494C13.8023 13.1494 14.25 12.7016 14.25 12.1494C14.25 12.0721 14.2412 11.9968 14.2246 11.9246C14.6688 12.0265 15 12.4242 15 12.8992C15 13.4515 14.5523 13.8992 14 13.8992C13.525 13.8992 13.1274 13.5681 13.0254 13.124C13.0976 13.1406 13.1728 13.1494 13.25 13.1494ZM15.2246 11.1494C15.7769 11.1494 16.2246 10.7017 16.2246 10.1494C16.2246 10.0722 16.2159 9.99691 16.1993 9.92466C16.6434 10.0266 16.9746 10.4243 16.9746 10.8993C16.9746 11.4516 16.5269 11.8993 15.9746 11.8993C15.4996 11.8993 15.102 11.5681 15 11.1241C15.0722 11.1407 15.1474 11.1494 15.2246 11.1494Z\" fill=\"currentColor\"/><path d=\"M12.75 21.25C12.75 19.6779 13.9207 18.5 15.25 18.5C15.6642 18.5 16 18.1642 16 17.75C16 17.3358 15.6642 17 15.25 17C13.8893 17 12.7174 17.7088 12 18.7734C11.2826 17.7088 10.1107 17 8.75 17C8.33579 17 8 17.3358 8 17.75C8 18.1642 8.33579 18.5 8.75 18.5C10.0793 18.5 11.25 19.6779 11.25 21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconGolfBall;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA2iE,EAA3iE,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+iDAA+iD,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wWAAwW,KAAK,eAAc,CAAI,GAGriE",
  "debugId": "80F676A3AFD6855A64756E2164756E21",
  "names": []
}