{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRotate/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 IconRotate: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rotate, rotation, x-axis\"><path d=\"M12 3C12.4142 3 12.75 3.33579 12.75 3.75V12.25C12.75 12.6642 12.4142 13 12 13C11.5858 13 11.25 12.6642 11.25 12.25V3.75C11.25 3.33579 11.5858 3 12 3Z\" fill=\"currentColor\"/><path d=\"M12 17.5C12.4142 17.5 12.75 17.8358 12.75 18.25V20.25C12.75 20.6642 12.4142 21 12 21C11.5858 21 11.25 20.6642 11.25 20.25V18.25C11.25 17.8358 11.5858 17.5 12 17.5Z\" fill=\"currentColor\"/><path d=\"M14.7576 8.88401C14.8166 8.47401 15.1967 8.18941 15.6067 8.24834C17.3416 8.49769 18.8675 8.92734 19.9827 9.50012C21.0322 10.0392 22 10.8589 22 12C22 12.7602 21.5597 13.379 21.0023 13.842C20.4405 14.3087 19.6724 14.6954 18.7894 15.0057C17.0163 15.6286 14.6159 16 12 16C9.38409 16 6.98366 15.6286 5.21065 15.0057C4.32757 14.6954 3.55953 14.3087 2.99767 13.842C2.44033 13.379 2 12.7602 2 12C2 10.9703 2.79329 10.2044 3.68339 9.68314C4.53936 9.18188 5.68582 8.7813 7 8.49713V7.76752C7 7.3436 7.49443 7.11202 7.82009 7.38341L9.53907 8.81589C9.77894 9.01578 9.77894 9.38421 9.53907 9.58411L7.82009 11.0166C7.49443 11.288 7 11.0564 7 10.6325V10.0351C5.92743 10.2898 5.0567 10.6172 4.44139 10.9775C3.66491 11.4322 3.5 11.8087 3.5 12C3.5 12.1373 3.57734 12.3735 3.95615 12.6881C4.33044 12.9991 4.91703 13.3126 5.70788 13.5905C7.28271 14.1438 9.50727 14.5 12 14.5C14.4927 14.5 16.7173 14.1438 18.2921 13.5905C19.083 13.3126 19.6696 12.9991 20.0439 12.6881C20.4227 12.3735 20.5 12.1373 20.5 12C20.5 11.7814 20.2795 11.3389 19.2974 10.8344C18.3809 10.3637 17.0318 9.96858 15.3933 9.73308C14.9833 9.67416 14.6987 9.29401 14.7576 8.88401Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRotate;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA+jD,EAA/jD,IAAqB,EAAO,UAAU,4BAA2B,gBAAC,OAAD,CAAM,EAAE,wJAAwJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sKAAsK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,umCAAumC,KAAK,eAAc,CAAI,GAGzjD",
  "debugId": "294C3B73263B66A664756E2164756E21",
  "names": []
}