{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRewind10s/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 IconRewind10s: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rewind-10s\"><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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.2363 15.9062C12.4961 15.9062 11.4595 14.4775 11.4595 12.2646V11.9209C11.4595 9.71875 12.5122 8.2793 14.2578 8.2793C16.0088 8.2793 17.04 9.70264 17.04 11.9209V12.2646C17.04 14.4614 15.9766 15.9062 14.2363 15.9062ZM14.2471 9.46094C13.4146 9.46094 12.9097 10.3794 12.9097 11.9263V12.2539C12.9097 13.8008 13.4146 14.7246 14.2471 14.7246C15.0796 14.7246 15.5845 13.8008 15.5845 12.2539V11.9263C15.5845 10.3848 15.0796 9.46094 14.2471 9.46094Z\" fill=\"currentColor\"/><path d=\"M9.47217 15.8149C9.021 15.8149 8.75781 15.5249 8.75781 15.0361V9.81543H8.72559L7.98975 10.3364C7.75879 10.4868 7.62451 10.5352 7.46875 10.5352C7.17334 10.5352 6.95312 10.3149 6.95312 10.0195C6.95312 9.79395 7.09277 9.59521 7.3667 9.4126L8.32812 8.74121C8.71484 8.47803 9.021 8.37061 9.32178 8.37061C9.84277 8.37061 10.1919 8.73047 10.1919 9.27295V15.0361C10.1919 15.5303 9.92871 15.8149 9.47217 15.8149Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRewind10s;\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,gBAAqrD,EAArrD,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,EAAE,irBAAirB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4bAA4b,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sZAAsZ,KAAK,eAAc,CAAI,GAG/qD",
  "debugId": "75EF63E301AAE50364756E2164756E21",
  "names": []
}