{
  "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.25967L13.0286 6.06826C12.4153 6.51388 11.5847 6.51388 10.9714 6.06826L8.48208 4.25967C7.4322 4.73767 6.496 5.42342 5.72639 6.26477L6.67644 9.18871C6.91072 9.90975 6.65407 10.6996 6.04071 11.1453L3.55275 12.9529C3.68299 14.1215 4.05007 15.2181 4.60504 16.1943H7.68123C8.43938 16.1943 9.1113 16.6825 9.34558 17.4035L10.2963 20.3294C10.8462 20.4412 11.4159 20.5 12 20.5C12.5841 20.5 13.1538 20.4412 13.7037 20.3294L14.6544 17.4035C14.8887 16.6825 15.5606 16.1943 16.3188 16.1943H19.395C19.9499 15.2181 20.317 14.1215 20.4473 12.9529L17.9593 11.1453C17.3459 10.6996 17.0893 9.90975 17.3236 9.18871L18.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.9714 8.57029C11.5847 8.12466 12.4153 8.12466 13.0286 8.57029L14.944 9.96188C15.5573 10.4075 15.814 11.1974 15.5797 11.9184L14.8481 14.1701C14.6138 14.8911 13.9419 15.3793 13.1838 15.3793H10.8162C10.0581 15.3793 9.38617 14.8911 9.15189 14.1701L8.42029 11.9184C8.18601 11.1974 8.44266 10.4075 9.05601 9.96188L10.9714 8.57029Z\" 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,gBAAisD,EAAjsD,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8jDAA8jD,KAAK,eAAc,CAAI,GAG3rD",
  "debugId": "ED10DF0C90B9DAA164756E2164756E21",
  "names": []
}