{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRewind5s/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 IconRewind5s: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rewind-5s\"><path d=\"M13 0.785721C13 0.480851 12.8204 0.203501 12.5393 0.0741891C12.2582 -0.0551232 11.9263 -0.0130522 11.6879 0.182121L9.28785 2.1464C9.10546 2.29568 9 2.51682 9 2.75C9 2.98318 9.10546 3.20432 9.28785 3.3536L11.6879 5.31788C11.9263 5.51305 12.2582 5.55512 12.5393 5.42581C12.8204 5.2965 13 5.01915 13 4.71428V3.5582C17.2232 4.05313 20.5 7.64389 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12C3.5 9.74982 4.37337 7.70528 5.80106 6.18419C6.08453 5.88217 6.0695 5.40754 5.76748 5.12406C5.46546 4.84059 4.99083 4.85562 4.70735 5.15764C3.02903 6.94576 2 9.35353 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.81465 18.0533 2.5511 13 2.04938V0.785721Z\" fill=\"currentColor\"/><path d=\"M11.9243 15.9058C10.4688 15.9058 9.4375 15.084 9.4375 14.2622C9.4375 13.9023 9.66846 13.6177 10.0283 13.6177C10.2539 13.6177 10.4258 13.7144 10.603 13.9668C10.9414 14.4717 11.3711 14.7241 11.9189 14.7241C12.73 14.7241 13.3047 14.1602 13.3047 13.3491C13.3047 12.5649 12.7515 12.0278 11.978 12.0278C11.6182 12.0278 11.2529 12.1621 10.936 12.4092C10.6191 12.6777 10.4634 12.7422 10.2646 12.7422C9.82422 12.7422 9.52344 12.4253 9.55566 11.9312L9.75439 9.17041C9.79199 8.66016 10.0981 8.41309 10.689 8.41309H13.729C14.1587 8.41309 14.4111 8.6333 14.4111 9.00928C14.4111 9.38525 14.1641 9.59473 13.729 9.59473H10.9521L10.8018 11.4907H10.877C11.1294 11.147 11.7256 10.9106 12.354 10.9106C13.7505 10.9106 14.7119 11.8774 14.7119 13.2954C14.7119 14.8584 13.5894 15.9058 11.9243 15.9058Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRewind5s;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA2iD,EAA3iD,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,EAAE,irBAAirB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4wBAA4wB,KAAK,eAAc,CAAI,GAGriD",
  "debugId": "6E04AB41162694D064756E2164756E21",
  "names": []
}