{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowsRepeatRightLeftOff/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 IconArrowsRepeatRightLeftOff: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrows-repeat-right-left-off, repost-off\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.21967 2.21967C2.51256 1.92678 2.98744 1.92678 3.28033 2.21967L21.7803 20.7197C22.0732 21.0126 22.0732 21.4874 21.7803 21.7803C21.4874 22.0732 21.0126 22.0732 20.7197 21.7803L17.92 18.9807C17.8654 18.9933 17.8085 19 17.75 19H5.56066L7.28033 20.7197C7.57322 21.0126 7.57322 21.4874 7.28033 21.7803C6.98744 22.0732 6.51256 22.0732 6.21967 21.7803L3.21967 18.7803C2.92678 18.4874 2.92678 18.0126 3.21967 17.7197L6.21967 14.7197C6.51256 14.4268 6.98744 14.4268 7.28033 14.7197C7.57322 15.0126 7.57322 15.4874 7.28033 15.7803L5.56066 17.5H16.4393L5.41999 6.48065C5.36537 6.49331 5.30847 6.5 5.25 6.5H4.5V10.25C4.5 10.6642 4.16421 11 3.75 11C3.33579 11 3 10.6642 3 10.25V5.75C3 5.33579 3.33579 5 3.75 5H3.93934L2.21967 3.28033C1.92678 2.98744 1.92678 2.51256 2.21967 2.21967ZM16.7197 2.21967C17.0126 1.92678 17.4874 1.92678 17.7803 2.21967L20.7803 5.21967C21.0732 5.51256 21.0732 5.98744 20.7803 6.28033L17.7803 9.28033C17.4874 9.57322 17.0126 9.57322 16.7197 9.28033C16.4268 8.98744 16.4268 8.51256 16.7197 8.21967L18.4393 6.5H10.75C10.3358 6.5 10 6.16421 10 5.75C10 5.33579 10.3358 5 10.75 5H18.4393L16.7197 3.28033C16.4268 2.98744 16.4268 2.51256 16.7197 2.21967ZM21 13.25V15.25C21 15.6642 20.6642 16 20.25 16C19.8358 16 19.5 15.6642 19.5 15.25V13.25C19.5 12.8358 19.8358 12.5 20.25 12.5C20.6642 12.5 21 12.8358 21 13.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowsRepeatRightLeftOff;\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,EAA+D,CAAC,IAAU,CACrF,OAAO,gBAAi8C,EAAj8C,IAAqB,EAAO,UAAU,4CAA2C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2yCAA2yC,KAAK,eAAc,CAAI,GAG37C",
  "debugId": "07225EC395F1D82064756E2164756E21",
  "names": []
}