{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFastForward5s/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 IconFastForward5s: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"fast-forward-5s\"><path d=\"M11.4607 0.0741891C11.1796 0.203501 11 0.480851 11 0.785721V2.04938C5.94668 2.5511 2 6.81465 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 9.35353 20.971 6.94576 19.2926 5.15764C19.0092 4.85562 18.5345 4.84059 18.2325 5.12406C17.9305 5.40754 17.9155 5.88217 18.1989 6.18419C19.6266 7.70528 20.5 9.74982 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12C3.5 7.64389 6.77683 4.05313 11 3.5582V4.71428C11 5.01915 11.1796 5.2965 11.4607 5.42581C11.7418 5.55512 12.0737 5.51305 12.3121 5.31788L14.7121 3.3536C14.8945 3.20432 15 2.98318 15 2.75C15 2.51682 14.8945 2.29568 14.7121 2.1464L12.3121 0.182121C12.0737 -0.0130522 11.7418 -0.0551232 11.4607 0.0741891Z\" fill=\"currentColor\"/><path d=\"M9.43799 14.2622C9.43799 15.084 10.4692 15.9058 11.9248 15.9058C13.5898 15.9058 14.7124 14.8584 14.7124 13.2954C14.7124 11.8774 13.751 10.9106 12.3545 10.9106C11.7261 10.9106 11.1299 11.147 10.8774 11.4907H10.8022L10.9526 9.59473H13.7295C14.1646 9.59473 14.4116 9.38525 14.4116 9.00928C14.4116 8.6333 14.1592 8.41309 13.7295 8.41309H10.6895C10.0986 8.41309 9.79248 8.66016 9.75488 9.17041L9.55615 11.9312C9.52393 12.4253 9.82471 12.7422 10.2651 12.7422C10.4639 12.7422 10.6196 12.6777 10.9365 12.4092C11.2534 12.1621 11.6187 12.0278 11.9785 12.0278C12.752 12.0278 13.3052 12.5649 13.3052 13.3491C13.3052 14.1602 12.7305 14.7241 11.9194 14.7241C11.3716 14.7241 10.9419 14.4717 10.6035 13.9668C10.4263 13.7144 10.2544 13.6177 10.0288 13.6177C9.66895 13.6177 9.43799 13.9023 9.43799 14.2622Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFastForward5s;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAqkD,EAArkD,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,0rBAA0rB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uxBAAuxB,KAAK,eAAc,CAAI,GAG/jD",
  "debugId": "C8862753CF7E426B64756E2164756E21",
  "names": []
}