{
  "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.25967L12.4408 6.49531C12.178 6.68629 11.822 6.68629 11.5592 6.49531L8.48208 4.25967C7.4322 4.73767 6.496 5.42342 5.72639 6.26477L6.90095 9.87969C7.00136 10.1887 6.89136 10.5272 6.6285 10.7182L3.55275 12.9529C3.68299 14.1215 4.05007 15.2181 4.60504 16.1943H8.40778C8.7327 16.1943 9.02066 16.4035 9.12107 16.7125L10.2963 20.3294C10.8462 20.4412 11.4159 20.5 12 20.5C12.5841 20.5 13.1538 20.4412 13.7037 20.3294L14.8789 16.7125C14.9793 16.4035 15.2673 16.1943 15.5922 16.1943H19.395C19.9499 15.2181 20.317 14.1215 20.4473 12.9529L17.3715 10.7182C17.1086 10.5272 16.9986 10.1887 17.099 9.87969L18.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.70637ZM11.5592 8.14324C11.822 7.95225 12.178 7.95225 12.4408 8.14324L15.5318 10.3889C15.7946 10.5799 15.9046 10.9184 15.8042 11.2275L14.6236 14.8611C14.5232 15.1701 14.2352 15.3793 13.9103 15.3793H10.0897C9.76478 15.3793 9.47681 15.1701 9.37641 14.8611L8.19577 11.2275C8.09537 10.9184 8.20536 10.5799 8.46823 10.3889L11.5592 8.14324Z\" 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,gBAA6rD,EAA7rD,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0jDAA0jD,KAAK,eAAc,CAAI,GAGvrD",
  "debugId": "C6E837A9D9F2C4C064756E2164756E21",
  "names": []
}