{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRotate360Right/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 IconRotate360Right: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rotate-360-right\"><path d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.1686 22.4204 13.2039 21.5342 14.042C20.6505 14.8776 19.4237 15.559 17.999 16.0547C17.6079 16.1908 17.1802 15.9838 17.0439 15.5928C16.9078 15.2016 17.1146 14.7738 17.5059 14.6377C18.7954 14.1891 19.8175 13.6013 20.5039 12.9521C21.188 12.3052 21.5 11.6389 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 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.96973 14.0303C9.67683 13.7374 9.67683 13.2626 9.96973 12.9697C10.2626 12.6768 10.7374 12.6768 11.0303 12.9697L13.7803 15.7197C14.0732 16.0126 14.0732 16.4874 13.7803 16.7803L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 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 IconRotate360Right;\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,EAAqD,CAAC,IAAU,CAC3E,OAAO,gBAAynC,EAAznC,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,iiCAAiiC,KAAK,eAAc,CAAI,GAGnnC",
  "debugId": "63A37DB4D6660F8864756E2164756E21",
  "names": []
}