{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEyeSlash2/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 IconEyeSlash2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"eye-slash-2, accessibility eye, a11y\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.27996 2.21967C2.98707 1.92678 2.51219 1.92678 2.2193 2.21967C1.92641 2.51256 1.92641 2.98744 2.2193 3.28033L5.38758 6.44861C4.67344 7.02516 3.99615 7.70125 3.36635 8.47484C2.77097 9.20618 2.21802 10.0247 1.71615 10.929L1.69213 10.9721C1.58317 11.1675 1.46368 11.3818 1.40904 11.6477C1.36364 11.8687 1.36365 12.1313 1.40907 12.3523C1.46373 12.6182 1.58347 12.8329 1.6927 13.0287L1.71684 13.0721C4.71585 18.475 9.56159 20.8132 14.1873 19.7507C15.2834 19.499 16.3541 19.0576 17.3703 18.4313L20.7193 21.7803C21.0122 22.0732 21.4871 22.0732 21.78 21.7803C22.0729 21.4874 22.0729 21.0126 21.78 20.7197L18.6122 17.5519C20.0666 16.3772 21.3713 14.7877 22.4319 12.8009C22.6977 12.3028 22.6977 11.6973 22.4319 11.1992C19.9115 6.47726 16.0118 4.00003 12.0014 4C10.1451 3.99999 8.31249 4.53072 6.62943 5.56914L3.27996 2.21967ZM10.0225 8.96226L15.0391 13.9788C15.4105 13.4099 15.6264 12.7301 15.6264 12C15.6264 9.99797 14.0034 8.375 12.0014 8.375C11.2712 8.375 10.5915 8.59087 10.0225 8.96226ZM4.96917 8.90888C5.44441 8.38224 5.94175 7.91834 6.45508 7.51611L16.2755 17.3365C15.6143 17.7116 14.935 17.9947 14.2479 18.1876L4.96917 8.90888ZM4.02276 10.0838L12.427 18.488C9.00117 18.6646 5.4419 16.6922 3.02834 12.3441C2.95795 12.2173 2.92252 12.1527 2.89864 12.102C2.88121 12.065 2.87901 12.0536 2.87835 12.0502C2.87824 12.0496 2.87737 12.0447 2.87654 12.0356C2.87561 12.0256 2.875 12.0133 2.875 11.9999C2.875 11.9866 2.87561 11.9743 2.87653 11.9642C2.87736 11.9552 2.87832 11.9498 2.87845 11.9491C2.87914 11.9456 2.88124 11.9347 2.89853 11.898C2.92228 11.8476 2.95752 11.7833 3.0277 11.6569C3.34083 11.0926 3.67356 10.5684 4.02276 10.0838Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEyeSlash2;\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,gBAAgvD,EAAhvD,IAAqB,EAAO,UAAU,wCAAuC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8lDAA8lD,KAAK,eAAc,CAAI,GAG1uD",
  "debugId": "878A6679FC44FE5964756E2164756E21",
  "names": []
}