{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEyeClosed/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 IconEyeClosed: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"eye-closed, see, hidden\"><path d=\"M4.29634 8.13639C6.56467 5.72455 9.30031 4.55251 12.0001 4.55249C14.6998 4.55247 17.4354 5.72445 19.7037 8.13621C19.9875 8.43794 20.4621 8.45249 20.7638 8.1687C21.0656 7.88492 21.0801 7.41027 20.7963 7.10854C18.2744 4.42708 15.1551 3.05247 12 3.05249C8.8449 3.05251 5.72565 4.4272 3.20367 7.10874C2.91989 7.41047 2.93444 7.88512 3.23618 8.1689C3.53791 8.45268 4.01256 8.43812 4.29634 8.13639Z\" fill=\"currentColor\"/><path d=\"M4.29634 12.5061C4.01256 12.2044 3.5379 12.1898 3.23617 12.4736C2.93444 12.7574 2.91989 13.232 3.20367 13.5337C4.45772 14.8671 5.85944 15.8774 7.33982 16.5561L6.10817 18.5942C5.89392 18.9487 6.00763 19.4097 6.36214 19.624C6.71664 19.8382 7.1777 19.7245 7.39194 19.37L8.76388 17.0999C9.57983 17.3509 10.4121 17.506 11.2501 17.564V20.25C11.2501 20.6642 11.5858 21 12.0001 21C12.4143 21 12.7501 20.6642 12.7501 20.25V17.564C13.5228 17.5105 14.2907 17.3744 15.0454 17.1567L16.6371 19.4143C16.8758 19.7528 17.3437 19.8337 17.6822 19.5951C18.0208 19.3564 18.1017 18.8884 17.863 18.5499L16.5061 16.6254C18.0433 15.9469 19.4989 14.9133 20.7963 13.5337C21.0801 13.232 21.0656 12.7574 20.7638 12.4736C20.4621 12.1898 19.9875 12.2044 19.7037 12.5061C17.4353 14.9179 14.6997 16.0899 12 16.0899C9.30027 16.0899 6.56465 14.9179 4.29634 12.5061Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEyeClosed;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAw0C,EAAx0C,IAAqB,EAAO,UAAU,2BAA0B,gBAAC,OAAD,CAAM,EAAE,2YAA2Y,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,i0BAAi0B,KAAK,eAAc,CAAI,GAGl0C",
  "debugId": "D9F5647BA19D533964756E2164756E21",
  "names": []
}