{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFrisbeeGolf/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 IconFrisbeeGolf: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"frisbee-golf\"><path d=\"M12.8053 3C14.5514 3 16.1782 4.2315 16.3366 6.08789L16.3698 6.54492C16.4597 7.97026 16.4053 9.46773 16.1419 10.8973C15.6538 10.8289 15.1521 10.7836 14.6408 10.7629C14.8983 9.44627 14.9606 8.02776 14.8737 6.64453L14.8415 6.21582C14.759 5.2495 13.8923 4.5 12.8053 4.5H12.1012C12.407 6.55402 12.3968 8.78018 11.9396 10.8862C11.3801 10.9615 10.8381 11.0671 10.3196 11.2008C10.8972 9.05726 10.9371 6.68614 10.5831 4.5H7.40783L7.40397 4.52148C7.00326 7.01454 7.11595 9.73955 7.94845 12.094C7.88503 12.1271 7.82236 12.1608 7.76046 12.195C7.3773 12.4067 7.00374 12.6517 6.65747 12.9293C5.63425 10.2721 5.48295 7.23067 5.88935 4.5H5.22038C4.12274 4.50012 3.25207 5.26211 3.18327 6.23145C2.96744 9.27338 3.55655 12.2665 5.16565 14.7235C4.90348 15.2574 4.75014 15.8501 4.75014 16.5C4.75014 16.6706 4.76071 16.8373 4.78104 17H2.75016C2.33595 17 2.00016 16.6642 2.00016 16.25C2.00016 15.8358 2.33595 15.5 2.75016 15.5H3.881C2.07873 12.7236 1.4547 9.40081 1.68718 6.125C1.8204 4.24795 3.46452 3.00012 5.22038 3H12.8053Z\" fill=\"currentColor\"/><path d=\"M19.5001 15C19.5001 14.2852 18.9993 13.5456 17.9904 12.957C16.9937 12.3758 15.5842 12 14.0001 12C12.4161 12 11.0065 12.3758 10.0099 12.957C9.00098 13.5456 8.50014 14.2852 8.50014 15C8.50014 15.7148 9.00098 16.4544 10.0099 17.043C11.0065 17.6242 12.4161 18 14.0001 18C15.5842 18 16.9937 17.6242 17.9904 17.043C18.9993 16.4544 19.5001 15.7148 19.5001 15Z\" fill=\"currentColor\"/><path d=\"M7.50014 15C7.50014 14.451 7.67142 13.9441 7.96603 13.4907C6.87156 14.187 6.00014 15.1962 6.00014 16.5C6.00014 18.0493 7.2306 19.1826 8.60366 19.8691C10.0365 20.5855 11.9457 21 14.0001 21C16.0546 21 17.9638 20.5855 19.3966 19.8691C20.7697 19.1826 22.0001 18.0493 22.0001 16.5C22.0001 15.1962 21.1287 14.187 20.0342 13.4907C20.3289 13.9441 20.5001 14.451 20.5001 15C20.5001 16.2182 19.6569 17.229 18.4943 17.9072C17.3194 18.5924 15.7293 19 14.0001 19C12.2709 19 10.6809 18.5924 9.506 17.9072C8.34336 17.229 7.50014 16.2182 7.50014 15Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFrisbeeGolf;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAy/D,EAAz/D,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,g/BAAg/B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mWAAmW,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,whBAAwhB,KAAK,eAAc,CAAI,GAGn/D",
  "debugId": "55DB7A9E3AD5269A64756E2164756E21",
  "names": []
}