{
  "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 d=\"M15.092 10.9957L12.0011 8.75L8.91016 10.9957L10.0908 14.6293H13.9114L15.092 10.9957Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M21.25 12C21.25 12.2 21.2437 12.3985 21.2311 12.5954C21.13 14.1882 20.6257 15.6714 19.8191 16.9443C18.5725 18.9117 16.6038 20.3763 14.2857 20.9654C13.5546 21.1513 12.7888 21.25 12 21.25C11.2112 21.25 10.4454 21.1513 9.71434 20.9654C7.39622 20.3763 5.42752 18.9117 4.18088 16.9443C3.37434 15.6714 2.87003 14.1882 2.76885 12.5954C2.75635 12.3985 2.75 12.2 2.75 12C2.75 9.75394 3.55053 7.69486 4.88182 6.0925C5.86229 4.9124 7.13065 3.98003 8.57915 3.40315C9.6373 2.98172 10.7916 2.75 12 2.75C13.2084 2.75 14.3627 2.98172 15.4209 3.40315C16.8693 3.98003 18.1377 4.9124 19.1182 6.0925C20.4495 7.69486 21.25 9.75394 21.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M8.57812 3.40314L11.999 5.88853L15.4198 3.40314\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M19.1183 6.09253L17.8125 10.1115L21.2313 12.5954\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M19.8186 16.9443H15.5917L14.2852 20.9655\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M9.71314 20.9655L8.40659 16.9443H4.17969\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><path d=\"M2.76953 12.5954L6.18834 10.1115L4.8825 6.09253\" stroke=\"currentColor\" strokeWidth=\"1.5\"/></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,gBAAy0C,EAAz0C,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,uFAAuF,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,8mBAA8mB,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,mDAAmD,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,2CAA2C,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,2CAA2C,OAAO,eAAe,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,YAAY,MAAK,CAAI,GAGn0C",
  "debugId": "0A4D6D61A0ED893F64756E2164756E21",
  "names": []
}