{
  "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.28033 2.21967C2.98744 1.92678 2.51256 1.92678 2.21967 2.21967C1.92678 2.51256 1.92678 2.98744 2.21967 3.28033L5.38795 6.44861C4.67381 7.02516 3.99652 7.70125 3.36673 8.47484C2.61382 9.39967 1.92877 10.4639 1.32902 11.6648C1.22366 11.8758 1.22366 12.124 1.32902 12.335C4.28728 18.2587 9.35224 20.8614 14.1877 19.7507C15.2838 19.499 16.3544 19.0576 17.3707 18.4313L20.7197 21.7803C21.0126 22.0732 21.4874 22.0732 21.7803 21.7803C22.0732 21.4874 22.0732 21.0126 21.7803 20.7197L18.6122 17.5515C20.1782 16.2864 21.5705 14.5404 22.6719 12.3351C22.7772 12.1241 22.7772 11.8759 22.6719 11.6649C20.1627 6.64058 16.1426 4.00003 12.0009 4C10.1442 3.99999 8.312 4.5306 6.62938 5.56872L3.28033 2.21967ZM10.0226 8.96191L15.039 13.9783C15.4101 13.4094 15.6259 12.7299 15.6259 12C15.6259 9.99797 14.0029 8.375 12.0009 8.375C11.271 8.375 10.5914 8.59073 10.0226 8.96191ZM4.96954 8.90888C5.44478 8.38224 5.94212 7.91834 6.45545 7.51611L16.2759 17.3365C15.6147 17.7116 14.9353 17.9947 14.2483 18.1876L4.96954 8.90888ZM4.02313 10.0838L12.4272 18.4879C8.91465 18.6683 5.2556 16.5893 2.84271 11.9999C3.20886 11.3038 3.60413 10.6653 4.02313 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,gBAA+vC,EAA/vC,IAAqB,EAAO,UAAU,wCAAuC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6mCAA6mC,KAAK,eAAc,CAAI,GAGzvC",
  "debugId": "D1590776232070D964756E2164756E21",
  "names": []
}