{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFrisbee/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 IconFrisbee: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"frisbee\"><path d=\"M11.502 4.4998C11.9161 4.49016 12.244 4.14666 12.2344 3.73255C12.2247 3.31845 11.8812 2.99057 11.4671 3.00021C7.69246 3.08805 4.26544 4.10632 1.79065 5.73599C1.4447 5.96379 1.34893 6.42891 1.57674 6.77485C1.80454 7.1208 2.26966 7.21657 2.6156 6.98876C4.81584 5.5399 7.95719 4.5823 11.502 4.4998Z\" fill=\"currentColor\"/><path d=\"M22.2098 18.2524C22.5557 18.0246 22.6515 17.5595 22.4237 17.2135C22.1959 16.8676 21.7308 16.7718 21.3848 16.9996C19.1846 18.4485 16.0432 19.4061 12.4984 19.4886C12.0843 19.4982 11.7564 19.8417 11.7661 20.2558C11.7757 20.6699 12.1192 20.9978 12.5333 20.9882C16.308 20.9003 19.735 19.8821 22.2098 18.2524Z\" fill=\"currentColor\"/><path d=\"M6.28202 7.37039C4.82271 8.14297 4.125 9.10295 4.125 10C4.125 10.8971 4.82271 11.857 6.28202 12.6296C7.71337 13.3874 9.73392 13.875 12 13.875C14.2661 13.875 16.2866 13.3874 17.718 12.6296C19.1773 11.857 19.875 10.8971 19.875 10C19.875 9.10295 19.1773 8.14297 17.718 7.37039C16.2866 6.61262 14.2661 6.125 12 6.125C9.73392 6.125 7.71337 6.61262 6.28202 7.37039Z\" fill=\"currentColor\"/><path d=\"M1 12C1 10.4011 2.03825 9.10397 3.45837 8.16009C3.08928 8.71358 2.875 9.33028 2.875 10C2.875 11.5882 4.08008 12.8782 5.69716 13.7344C7.34221 14.6053 9.57166 15.125 12 15.125C14.4283 15.125 16.6578 14.6053 18.3028 13.7344C19.9199 12.8782 21.125 11.5882 21.125 10C21.125 9.33028 20.9107 8.71358 20.5416 8.16009C21.9618 9.10397 23 10.4011 23 12C23 13.9636 21.4342 15.472 19.5183 16.43C17.5425 17.4179 14.883 18 12 18C9.11699 18 6.45748 17.4179 4.48172 16.43C2.56577 15.472 1 13.9636 1 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFrisbee;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAolD,EAAplD,IAAqB,EAAO,UAAU,WAAU,gBAAC,OAAD,CAAM,EAAE,0SAA0S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kTAAkT,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0WAA0W,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,weAAwe,KAAK,eAAc,CAAI,GAG9kD",
  "debugId": "5AE0DF404B29B62864756E2164756E21",
  "names": []
}