{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEyeSlash/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 IconEyeSlash: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"eye-slash, hide, eye off, see, look, not visible\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.21967 2.21967C2.51256 1.92678 2.98744 1.92678 3.28033 2.21967L7.03759 5.97693C7.04538 5.98409 7.05304 5.99144 7.06058 5.99898L10.2257 9.16412C10.2201 9.15862 10.2144 9.15324 10.2086 9.14795L10.2559 9.19525C10.2506 9.18949 10.2452 9.18378 10.2398 9.17815L14.8219 13.7603C14.8163 13.7548 14.8106 13.7494 14.8048 13.7442L14.8521 13.7915C14.8468 13.7857 14.8415 13.78 14.836 13.7744L18.0011 16.9395C18.0086 16.947 18.0159 16.9546 18.023 16.9624L21.7803 20.7197C22.0732 21.0126 22.0732 21.4874 21.7803 21.7803C21.4874 22.0732 21.0126 22.0732 20.7197 21.7803L17.3706 18.4313C14.7876 20.0228 11.867 20.4104 9.10515 19.5603C6.161 18.654 3.47296 16.3665 1.56897 12.7983C1.30407 12.3019 1.30135 11.7024 1.56789 11.2027C2.62837 9.21477 3.93119 7.62484 5.38797 6.44863L2.21967 3.28033C1.92678 2.98744 1.92678 2.51256 2.21967 2.21967ZM8.00055 11.9995C8.00055 11.1666 8.2557 10.3924 8.69133 9.75199L9.78301 10.8437C9.60241 11.1893 9.50055 11.5823 9.50055 11.9995C9.50055 13.3802 10.6198 14.4995 12.0005 14.4995C12.4178 14.4995 12.8107 14.3977 13.1564 14.2171L14.2481 15.3087C13.6076 15.7444 12.8335 15.9995 12.0005 15.9995C9.79141 15.9995 8.00055 14.2087 8.00055 11.9995Z\" fill=\"currentColor\"/><path d=\"M22.4305 12.8009C21.6484 14.2662 20.7334 15.5154 19.7234 16.5415L8.02148 4.83955C9.3024 4.28283 10.6449 3.99999 12 4C16.0104 4.00003 19.9102 6.47726 22.4305 11.1992C22.6964 11.6973 22.6964 12.3028 22.4305 12.8009Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEyeSlash;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAA8hD,EAA9hD,IAAqB,EAAO,UAAU,oDAAmD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2oCAA2oC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wNAAwN,KAAK,eAAc,CAAI,GAGxhD",
  "debugId": "4BDE335F267E27CF64756E2164756E21",
  "names": []
}