{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRewind30s/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 IconRewind30s: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rewind-30s\"><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=\"M8.74951 15.9062C7.29932 15.9062 6.1875 15.0898 6.1875 14.2036C6.1875 13.8652 6.4292 13.6182 6.75684 13.6182C6.99316 13.6182 7.17041 13.731 7.36914 14.021C7.68066 14.5151 8.15869 14.7783 8.76025 14.7783C9.56592 14.7783 10.0869 14.3433 10.0869 13.6772C10.0869 13.0112 9.55518 12.5601 8.76562 12.5601H8.23926C7.91699 12.5601 7.68066 12.3184 7.68066 11.9854C7.68066 11.6631 7.91162 11.4214 8.23926 11.4214H8.73877C9.39941 11.4214 9.88281 10.9917 9.88281 10.4009C9.88281 9.81006 9.41016 9.40723 8.72803 9.40723C8.19629 9.40723 7.78271 9.6543 7.49805 10.1377C7.33691 10.4062 7.14893 10.519 6.89648 10.519C6.55273 10.519 6.30566 10.2773 6.30566 9.92822C6.30566 9.06885 7.35303 8.2793 8.75488 8.2793C10.2373 8.2793 11.2793 9.07959 11.2793 10.2236C11.2793 11.0186 10.6831 11.749 9.94189 11.8564V11.9478C10.8335 12.0337 11.5049 12.7964 11.5049 13.7256C11.5049 15.0093 10.3662 15.9062 8.74951 15.9062Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.1035 15.9062C13.3633 15.9062 12.3267 14.4775 12.3267 12.2646V11.9209C12.3267 9.71875 13.3794 8.2793 15.125 8.2793C16.876 8.2793 17.9072 9.70264 17.9072 11.9209V12.2646C17.9072 14.4614 16.8438 15.9062 15.1035 15.9062ZM15.1143 9.46094C14.2817 9.46094 13.7769 10.3794 13.7769 11.9263V12.2539C13.7769 13.8008 14.2817 14.7246 15.1143 14.7246C15.9468 14.7246 16.4517 13.8008 16.4517 12.2539V11.9263C16.4517 10.3848 15.9468 9.46094 15.1143 9.46094Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRewind30s;\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,gBAAiqE,EAAjqE,IAAqB,EAAO,UAAU,cAAa,gBAAC,OAAD,CAAM,EAAE,irBAAirB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,83BAA83B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gcAAgc,KAAK,eAAc,CAAI,GAG3pE",
  "debugId": "8ECB02C96BD52BDF64756E2164756E21",
  "names": []
}