{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconArrowRotateSparkle/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 IconArrowRotateSparkle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"arrow-rotate-sparkle, repeat, refresh, generate\"><path d=\"M3.90625 10.2246C4.31728 10.2759 4.60887 10.6505 4.55762 11.0615C4.51933 11.3686 4.5 11.6819 4.5 12C4.50003 16.1421 7.85788 19.5 12 19.5C14.2228 19.5 16.2606 18.5319 17.6514 17H15.2617C14.8475 17 14.5117 16.6642 14.5117 16.25C14.5117 15.8358 14.8475 15.5 15.2617 15.5H19.2617C19.6759 15.5 20.0117 15.8358 20.0117 16.25V20.25C20.0117 20.6642 19.6759 21 19.2617 21C18.8475 21 18.5117 20.6642 18.5117 20.25V18.2744C16.8554 19.9558 14.5275 21 12 21C7.02946 21 3.00003 16.9705 3 12C3 11.6197 3.02339 11.2445 3.06934 10.876C3.12058 10.4651 3.49536 10.1736 3.90625 10.2246Z\" fill=\"currentColor\"/><path d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\" fill=\"currentColor\"/><path d=\"M11.999 3C12.4132 3 12.749 3.33579 12.749 3.75C12.749 4.16421 12.4132 4.5 11.999 4.5C9.77666 4.50024 7.74013 5.46836 6.34961 7H8.75C9.16421 7 9.5 7.33579 9.5 7.75C9.5 8.16421 9.16421 8.5 8.75 8.5H4.75C4.33579 8.5 4 8.16421 4 7.75V3.75C4 3.33579 4.33579 3 4.75 3C5.16421 3 5.5 3.33579 5.5 3.75V5.71289C7.15538 4.03894 9.47809 3.00022 11.999 3Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconArrowRotateSparkle;\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,EAAyD,CAAC,IAAU,CAC/E,OAAO,gBAA2qD,EAA3qD,IAAqB,EAAO,UAAU,mDAAkD,gBAAC,OAAD,CAAM,EAAE,yjBAAyjB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wmBAAwmB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yVAAyV,KAAK,eAAc,CAAI,GAGrqD",
  "debugId": "EE099B5D8D3BAAB164756E2164756E21",
  "names": []
}