{
  "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.04527 5.98461L7.06003 5.99898L18.0006 16.9395L18.0149 16.9542L21.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.3704 18.4311C14.728 20.0593 11.733 20.4272 8.91701 19.5005C5.92036 18.5144 3.20469 16.0905 1.32902 12.3346C1.22366 12.1236 1.22366 11.8754 1.32902 11.6644C2.4302 9.45938 3.81974 7.71428 5.38773 6.44839L2.21967 3.28033C1.92678 2.98744 1.92678 2.51256 2.21967 2.21967ZM8 11.9995C8 11.1664 8.25524 10.3922 8.691 9.75166L9.78265 10.8433C9.60193 11.1891 9.5 11.5821 9.5 11.9995C9.5 13.3802 10.6193 14.4995 12 14.4995C12.4174 14.4995 12.8105 14.3976 13.1562 14.2169L14.2478 15.3085C13.6073 15.7443 12.8331 15.9995 12 15.9995C9.79086 15.9995 8 14.2087 8 11.9995Z\" fill=\"currentColor\"/><path d=\"M22.6711 12.3351C21.8382 14.0031 20.8387 15.4083 19.7235 16.5414L8.02148 4.83944C9.30221 4.2828 10.6447 3.99999 12.0002 4C16.1419 4.00003 20.162 6.64058 22.6711 11.6649C22.7765 11.8759 22.7765 12.1241 22.6711 12.3351Z\" 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,gBAAyrC,EAAzrC,IAAqB,EAAO,UAAU,oDAAmD,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kyBAAkyB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4NAA4N,KAAK,eAAc,CAAI,GAGnrC",
  "debugId": "7FC9A71188BEC61764756E2164756E21",
  "names": []
}