{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconReplay/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 IconReplay: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"replay, play-again\"><path d=\"M11.9993 2.5C17.2458 2.5003 21.4993 6.75348 21.4993 12C21.4993 17.2465 17.2458 21.4997 11.9993 21.5C7.13034 21.5 3.11721 17.8378 2.56375 13.1172C2.51554 12.7058 2.81056 12.3324 3.22196 12.2842C3.63311 12.2363 4.0058 12.5312 4.05399 12.9424C4.51985 16.9162 7.90008 20 11.9993 20C16.4173 19.9997 19.9993 16.4181 19.9993 12C19.9993 7.58191 16.4173 4.0003 11.9993 4C9.03948 4 6.45373 5.60777 5.06961 8H7.4993C7.91352 8 8.2493 8.33579 8.2493 8.75C8.2493 9.16421 7.91352 9.5 7.4993 9.5H3.4993C3.08522 9.49985 2.7493 9.16412 2.7493 8.75V4.75C2.7493 4.33588 3.08522 4.00015 3.4993 4C3.91351 4 4.2493 4.33579 4.2493 4.75V6.50586C5.97014 4.08298 8.7992 2.5 11.9993 2.5Z\" fill=\"currentColor\"/><path d=\"M9.9993 9.94043C9.99935 9.3337 10.6829 8.97823 11.18 9.32617L14.1214 11.3857C14.5479 11.6843 14.5479 12.3157 14.1214 12.6143L11.18 14.6738C10.6829 15.0218 9.99935 14.6663 9.9993 14.0596V9.94043Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReplay;\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,gBAAk9B,EAAl9B,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,spBAAspB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,GAG58B",
  "debugId": "9632DB75D471A58B64756E2164756E21",
  "names": []
}