{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconSoccer/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 IconSoccer: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"soccer, football, mls\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.5179 4.25967L14.2042 5.21415C12.8899 6.16907 11.1101 6.16907 9.79581 5.21415L8.48208 4.25967C7.4322 4.73767 6.496 5.42342 5.72639 6.26477L6.22741 7.80674C6.72944 9.35183 6.17947 11.0445 4.86514 11.9994L3.55275 12.9529C3.68299 14.1215 4.05007 15.2181 4.60504 16.1943H6.22815C7.85275 16.1943 9.29258 17.2404 9.79461 18.7855L10.2963 20.3294C10.8462 20.4412 11.4159 20.5 12 20.5C12.5841 20.5 13.1538 20.4412 13.7037 20.3294L14.2054 18.7855C14.7074 17.2404 16.1473 16.1943 17.7719 16.1943H19.395C19.9499 15.2181 20.317 14.1215 20.4473 12.9529L19.1349 11.9994C17.8205 11.0445 17.2706 9.35183 17.7726 7.80674L18.2736 6.26477C17.504 5.42342 16.5678 4.73767 15.5179 4.25967ZM8.30164 2.70637C9.44663 2.25037 10.695 2 12 2C13.305 2 14.5534 2.25037 15.6984 2.70637C17.265 3.33033 18.6358 4.33826 19.6951 5.61322C21.1341 7.34523 22 9.57248 22 12C22 12.2159 21.9931 12.4303 21.9796 12.6429C21.8703 14.3649 21.3248 15.9694 20.4526 17.3457C19.1057 19.4713 16.9783 21.0549 14.4704 21.6923C13.6795 21.8934 12.8517 22 12 22C11.1483 22 10.3205 21.8934 9.52958 21.6923C7.02172 21.0549 4.89426 19.4713 3.54736 17.3457C2.67524 15.9694 2.12975 14.3649 2.02036 12.6429C2.00685 12.4302 2 12.2159 2 12C2 9.57248 2.86592 7.34523 4.30495 5.61322C5.36423 4.33826 6.73496 3.33033 8.30164 2.70637ZM10.0137 9.26608C11.1981 8.40557 12.8019 8.40557 13.9863 9.26608C15.1707 10.1266 15.6663 11.6519 15.2139 13.0443C14.7615 14.4366 13.464 15.3793 12 15.3793C10.536 15.3793 9.23849 14.4366 8.78609 13.0443C8.33369 11.6519 8.82929 10.1266 10.0137 9.26608Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconSoccer;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAqnD,EAArnD,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k/CAAk/C,KAAK,eAAc,CAAI,GAG/mD",
  "debugId": "702842910B72AEED64756E2164756E21",
  "names": []
}