{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRotate360Left/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 IconRotate360Left: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rotate-360-left\"><path d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.0303 18.4697C14.3232 18.7626 14.3232 19.2374 14.0303 19.5303C13.7374 19.8232 13.2626 19.8232 12.9697 19.5303L10.2197 16.7803C9.92683 16.4874 9.92683 16.0126 10.2197 15.7197L12.9697 12.9697C13.2626 12.6768 13.7374 12.6768 14.0303 12.9697C14.3232 13.2626 14.3232 13.7374 14.0303 14.0303L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6389 2.81199 12.3052 3.49609 12.9521C4.18255 13.6013 5.20464 14.1891 6.49414 14.6377C6.88535 14.7738 7.09216 15.2016 6.95605 15.5928C6.81982 15.9838 6.39208 16.1908 6.00098 16.0547C4.57632 15.559 3.34955 14.8776 2.46582 14.042C1.57962 13.2039 1 12.1686 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRotate360Left;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAA0nC,EAA1nC,IAAqB,EAAO,UAAU,mBAAkB,gBAAC,OAAD,CAAM,EAAE,miCAAmiC,KAAK,eAAc,CAAI,GAGpnC",
  "debugId": "7C39BFA47763B05C64756E2164756E21",
  "names": []
}