{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowRotateLeftRight/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 IconArrowRotateLeftRight: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrow-rotate-left-right, repeat, refresh\"><path d=\"M6.3448 7C7.73561 5.46681 9.77612 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 12.3181 19.4802 12.6313 19.4419 12.9384C19.3907 13.3495 19.6823 13.7242 20.0934 13.7755C20.5044 13.8267 20.8792 13.5351 20.9304 13.1241C20.9764 12.7555 21 12.3803 21 12C21 7.02944 16.9706 3 12 3C9.4791 3 7.1554 4.03743 5.5 5.71122V3.75C5.5 3.33579 5.16421 3 4.75 3C4.33579 3 4 3.33579 4 3.75V7.75C4 8.16421 4.33579 8.5 4.75 8.5H8.75C9.16421 8.5 9.5 8.16421 9.5 7.75C9.5 7.33579 9.16421 7 8.75 7H6.3448Z\" fill=\"currentColor\"/><path d=\"M4.55806 11.0616C4.60932 10.6505 4.31766 10.2758 3.90663 10.2245C3.4956 10.1733 3.12085 10.4649 3.06959 10.8759C3.02364 11.2445 3 11.6197 3 12C3 16.9706 7.02944 21 12 21C14.5269 21 16.8557 19.9576 18.5118 18.2768V20.25C18.5118 20.6642 18.8476 21 19.2618 21C19.6761 21 20.0118 20.6642 20.0118 20.25V16.25C20.0118 15.8358 19.6761 15.5 19.2618 15.5H15.2618C14.8476 15.5 14.5118 15.8358 14.5118 16.25C14.5118 16.6642 14.8476 17 15.2618 17H17.6552C16.2644 18.5332 14.2239 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 11.6819 4.51977 11.3687 4.55806 11.0616Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowRotateLeftRight;\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,EAA2D,CAAC,IAAU,CACjF,OAAO,gBAAoqC,EAApqC,IAAqB,EAAO,UAAU,4CAA2C,gBAAC,OAAD,CAAM,EAAE,weAAwe,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,+iBAA+iB,KAAK,eAAc,CAAI,GAG9pC",
  "debugId": "13AD6FFEBD9ABBB864756E2164756E21",
  "names": []
}