{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowsRepeat/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 IconArrowsRepeat: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrows-repeat, repost\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.1062 1.22905C12.3939 0.931069 12.8687 0.922739 13.1667 1.21045L16.2738 4.21045C16.4202 4.35178 16.5029 4.54653 16.5029 4.75C16.5029 4.95348 16.4202 5.14822 16.2738 5.28955L13.1667 8.28955C12.8687 8.57726 12.3939 8.56893 12.1062 8.27095C11.8185 7.97296 11.8268 7.49816 12.1248 7.21045L13.8963 5.5H4.75C4.61193 5.5 4.5 5.61193 4.5 5.75V13.25C4.5 13.6642 4.16421 14 3.75 14C3.33579 14 3 13.6642 3 13.25V5.75C3 4.7835 3.7835 4 4.75 4H13.8963L12.1248 2.28955C11.8268 2.00184 11.8185 1.52704 12.1062 1.22905ZM20.25 10C20.6642 10 21 10.3358 21 10.75V18.25C21 19.2165 20.2165 20 19.25 20H10.1037L11.8752 21.7104C12.1732 21.9982 12.1815 22.473 11.8938 22.7709C11.6061 23.0689 11.1313 23.0773 10.8333 22.7896L7.7262 19.7896C7.57982 19.6482 7.49714 19.4535 7.49714 19.25C7.49714 19.0465 7.57982 18.8518 7.7262 18.7104L10.8333 15.7105C11.1313 15.4227 11.6061 15.4311 11.8938 15.7291C12.1815 16.027 12.1732 16.5018 11.8752 16.7896L10.1037 18.5H19.25C19.3881 18.5 19.5 18.3881 19.5 18.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowsRepeat;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA+nC,EAA/nC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4/BAA4/B,KAAK,eAAc,CAAI,GAGznC",
  "debugId": "598D9D6927EF250564756E2164756E21",
  "names": []
}