{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowLoopDownLeft/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 IconArrowLoopDownLeft: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrow-loop-down-left, restore, reset\"><path d=\"M12.4999 3C16.6421 3.00003 19.9999 6.35788 19.9999 10.5V11C19.9999 14.866 16.8659 18 12.9999 18C12.5857 18 12.2499 17.6642 12.2499 17.25C12.2499 16.8358 12.5857 16.5 12.9999 16.5C16.0375 16.5 18.4999 14.0375 18.4999 11V10.5C18.4999 7.18631 15.8136 4.50003 12.4999 4.5C9.18624 4.5 6.49994 7.18629 6.49994 10.5V18.4395L8.96967 15.9697C9.26257 15.6769 9.73733 15.6768 10.0302 15.9697C10.3231 16.2626 10.3231 16.7374 10.0302 17.0303L6.28022 20.7803C5.98733 21.0732 5.51257 21.0731 5.21967 20.7803L1.46967 17.0303C1.17678 16.7374 1.17678 16.2626 1.46967 15.9697C1.76257 15.6769 2.23733 15.6768 2.53022 15.9697L4.99994 18.4395V10.5C4.99994 6.35786 8.35781 3 12.4999 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowLoopDownLeft;\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,EAAwD,CAAC,IAAU,CAC9E,OAAO,gBAAqwB,EAArwB,IAAqB,EAAO,UAAU,wCAAuC,gBAAC,OAAD,CAAM,EAAE,ypBAAypB,KAAK,eAAc,CAAI,GAG/vB",
  "debugId": "EC7179182926E86764756E2164756E21",
  "names": []
}