{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconIceHockey/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 IconIceHockey: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"ice-hockey\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1.67805 7.56592C1.17636 8.02228 1 8.43054 1 8.77083C1 9.11113 1.17636 9.51938 1.67805 9.97575C2.17997 10.4323 2.94808 10.8779 3.96081 11.2676C5.98129 12.0449 8.82334 12.5417 12 12.5417C15.1767 12.5417 18.0187 12.0449 20.0392 11.2676C21.0519 10.8779 21.82 10.4323 22.3219 9.97575C22.8236 9.51938 23 9.11113 23 8.77083C23 8.43054 22.8236 8.02228 22.3219 7.56592C21.82 7.10935 21.0519 6.66375 20.0392 6.2741C18.0187 5.49672 15.1767 5 12 5C8.82334 5 5.98129 5.49672 3.96081 6.2741C2.94808 6.66375 2.17997 7.10935 1.67805 7.56592ZM23 11.3636C22.3508 11.8688 21.5222 12.3042 20.5778 12.6675C18.3456 13.5264 15.3127 14.0417 12 14.0417C8.68731 14.0417 5.65437 13.5264 3.42218 12.6675C2.47779 12.3042 1.64917 11.8688 1 11.3636V15.2292C1 15.5695 1.17636 15.9777 1.67805 16.4341C2.17997 16.8907 2.94808 17.3362 3.96081 17.7259C5.98129 18.5033 8.82334 19 12 19C15.1767 19 18.0187 18.5033 20.0392 17.7259C21.0519 17.3362 21.82 16.8907 22.3219 16.4341C22.8236 15.9777 23 15.5695 23 15.2292V11.3636Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconIceHockey;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAolC,EAAplC,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,49BAA49B,KAAK,eAAc,CAAI,GAG9kC",
  "debugId": "516B9837866EB40F64756E2164756E21",
  "names": []
}