{
  "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.28128 2.21967C2.98839 1.92678 2.51351 1.92678 2.22062 2.21967C1.92773 2.51256 1.92773 2.98744 2.22062 3.28033L5.3889 6.44861C4.67476 7.02516 3.99747 7.70125 3.36767 8.47484C3.10117 8.80221 2.84316 9.14703 2.59444 9.50919L2.57209 9.54173C2.21013 10.0686 1.95446 10.4407 1.79117 11.106C1.72613 11.371 1.70312 11.7069 1.70313 12C1.70313 12.2932 1.72616 12.6291 1.79122 12.8941C1.95455 13.5593 2.21038 13.9317 2.57256 14.4588L2.59497 14.4914C5.61059 18.8819 9.99846 20.7131 14.1886 19.7507C15.2847 19.499 16.3554 19.0576 17.3716 18.4313L20.7206 21.7803C21.0135 22.0732 21.4884 22.0732 21.7813 21.7803C22.0742 21.4874 22.0742 21.0126 21.7813 20.7197L18.613 17.5514C19.8396 16.5608 20.9598 15.2754 21.9163 13.7052C22.553 12.66 22.553 11.34 21.9163 10.2948C19.3979 6.16075 15.7449 4.00003 12.0016 4C10.1467 3.99999 8.31397 4.53054 6.63047 5.56886L3.28128 2.21967ZM10.0234 8.96184L15.0398 13.9782C15.4109 13.4094 15.6266 12.7299 15.6266 12C15.6266 9.99797 14.0037 8.375 12.0016 8.375C11.2718 8.375 10.5923 8.5907 10.0234 8.96184ZM4.97049 8.90888C5.44573 8.38224 5.94307 7.91834 6.4564 7.51611L16.2768 17.3365C15.6156 17.7116 14.9363 17.9947 14.2493 18.1876L4.97049 8.90888ZM4.02408 10.0838L12.4285 18.4883C9.36017 18.6473 6.19448 17.0826 3.8314 13.6421C3.45476 13.0938 3.34242 12.9212 3.24796 12.5364C3.22441 12.4405 3.20313 12.2417 3.20312 12C3.20312 11.7583 3.22439 11.5595 3.24793 11.4636C3.34237 11.0788 3.45461 10.9063 3.83092 10.3584C3.89472 10.2655 3.95911 10.1739 4.02408 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,gBAAgmD,EAAhmD,IAAqB,EAAO,UAAU,wCAAuC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,88CAA88C,KAAK,eAAc,CAAI,GAG1lD",
  "debugId": "44B5D0165C2F9D0A64756E2164756E21",
  "names": []
}