{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconForwards10s/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 IconForwards10s: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"forwards-10s\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.60633 8.98725C4.9103 5.50112 8.15979 3 11.9952 3C15.036 3 17.9411 4.59129 19.5005 7.09919V4.75C19.5005 4.33579 19.8363 4 20.2505 4C20.6647 4 21.0005 4.33579 21.0005 4.75V9.25C21.0005 9.66421 20.6647 10 20.2505 10H15.7505C15.3363 10 15.0005 9.66421 15.0005 9.25C15.0005 8.83579 15.3363 8.5 15.7505 8.5H18.5605C17.4106 6.11553 14.7964 4.5 11.9952 4.5C8.84153 4.5 6.11631 6.55843 5.01126 9.51275C4.86615 9.90072 4.434 10.0976 4.04604 9.95247C3.65808 9.80735 3.46121 9.37521 3.60633 8.98725Z\" fill=\"currentColor\"/><path d=\"M8.16427 20.1558V13.9858H8.12618L7.25655 14.6016C6.9836 14.7793 6.82491 14.8364 6.64083 14.8364C6.29171 14.8364 6.03145 14.5762 6.03145 14.2271C6.03145 13.9604 6.19649 13.7256 6.52022 13.5098L7.65645 12.7163C8.11348 12.4053 8.4753 12.2783 8.83077 12.2783C9.44649 12.2783 9.85909 12.7036 9.85909 13.3447V20.1558C9.85909 20.7397 9.54806 21.0762 9.0085 21.0762C8.4753 21.0762 8.16427 20.7334 8.16427 20.1558Z\" fill=\"currentColor\"/><path d=\"M11.3571 16.8804V16.4741C11.3571 13.8716 12.6013 12.1704 14.6643 12.1704C16.7336 12.1704 17.9524 13.8525 17.9524 16.4741V16.8804C17.9524 19.4766 16.6955 21.1841 14.6389 21.1841C12.5822 21.1841 11.3571 19.4956 11.3571 16.8804ZM13.071 16.4805V16.8677C13.071 18.6958 13.6677 19.7876 14.6516 19.7876C15.6355 19.7876 16.2321 18.6958 16.2321 16.8677V16.4805C16.2321 14.6587 15.6355 13.5669 14.6516 13.5669C13.6677 13.5669 13.071 14.6523 13.071 16.4805Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconForwards10s;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAA0/C,EAA1/C,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6eAA6e,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wZAAwZ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,icAAic,KAAK,eAAc,CAAI,GAGp/C",
  "debugId": "DF128FA633AE0AEE64756E2164756E21",
  "names": []
}