{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowRotateCounterClockwise/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 IconArrowRotateCounterClockwise: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrow-rotate-counter-clockwise, rotate-left\"><path d=\"M12.0206 3C16.9912 3 21.0206 7.02944 21.0206 12C21.0206 16.9706 16.9912 21 12.0206 21C8.10098 20.9998 4.76843 18.4944 3.53329 15C3.39531 14.6095 3.59992 14.1811 3.99033 14.043C4.38082 13.9049 4.80927 14.1095 4.94736 14.5C5.97726 17.4139 8.7564 19.4998 12.0206 19.5C16.1627 19.5 19.5206 16.1421 19.5206 12C19.5206 7.85786 16.1627 4.5 12.0206 4.5C9.59878 4.50011 7.94631 5.46367 6.29599 7.25H8.75009C9.16431 7.25 9.50009 7.58579 9.50009 8C9.50009 8.41421 9.16431 8.75 8.75009 8.75H5.25009C4.55979 8.74994 4.00009 8.19032 4.00009 7.5V4C4.00009 3.58582 4.33593 3.25006 4.75009 3.25C5.1643 3.25 5.50009 3.58579 5.50009 4V5.91016C7.26255 4.10632 9.22219 3.00011 12.0206 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowRotateCounterClockwise;\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,EAAkE,CAAC,IAAU,CACxF,OAAO,gBAAgxB,EAAhxB,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,6pBAA6pB,KAAK,eAAc,CAAI,GAG1wB",
  "debugId": "E735E1EE47D113B864756E2164756E21",
  "names": []
}