{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFastForward10s/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 IconFastForward10s: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"fast-forward-10s\"><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=\"M8.75586 15.0356C8.75586 15.5244 9.01904 15.8145 9.47021 15.8145C9.92676 15.8145 10.1899 15.5298 10.1899 15.0356V9.27246C10.1899 8.72998 9.84082 8.37012 9.31982 8.37012C9.01904 8.37012 8.71289 8.47754 8.32617 8.74072L7.36475 9.41211C7.09082 9.59473 6.95117 9.79346 6.95117 10.019C6.95117 10.3145 7.17139 10.5347 7.4668 10.5347C7.62256 10.5347 7.75684 10.4863 7.98779 10.3359L8.72363 9.81494H8.75586V15.0356Z\" fill=\"currentColor\"/><path d=\"M11.4575 12.2642C11.4575 14.4771 12.4941 15.9058 14.2344 15.9058C15.9746 15.9058 17.0381 14.4609 17.0381 12.2642V11.9204C17.0381 9.70215 16.0068 8.27881 14.2559 8.27881C12.5103 8.27881 11.4575 9.71826 11.4575 11.9204V12.2642ZM12.9077 11.9258C12.9077 10.3789 13.4126 9.46045 14.2451 9.46045C15.0776 9.46045 15.5825 10.3843 15.5825 11.9258V12.2534C15.5825 13.8003 15.0776 14.7241 14.2451 14.7241C13.4126 14.7241 12.9077 13.8003 12.9077 12.2534V11.9258Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFastForward10s;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAA2qD,EAA3qD,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,0rBAA0rB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0ZAA0Z,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qcAAqc,KAAK,eAAc,CAAI,GAGrqD",
  "debugId": "5EEC0C012D4671CB64756E2164756E21",
  "names": []
}