{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEyeOpen/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 IconEyeOpen: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"eye-open, show, see, reveal, look, visible\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0001 4C15.7434 4.00003 19.3963 6.16075 21.9147 10.2948C22.5514 11.34 22.5514 12.66 21.9147 13.7052C19.3963 17.8393 15.7434 20 12.0001 19.9999C8.25676 19.9999 4.60378 17.8392 2.08543 13.7051C1.44874 12.6599 1.44873 11.3399 2.08544 10.2947C4.60378 6.16064 8.25676 3.99997 12.0001 4ZM8.37506 12C8.37506 9.99797 9.99803 8.375 12.0001 8.375C14.0021 8.375 15.6251 9.99797 15.6251 12C15.6251 14.002 14.0021 15.625 12.0001 15.625C9.99803 15.625 8.37506 14.002 8.37506 12Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEyeOpen;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA8mB,EAA9mB,IAAqB,EAAO,UAAU,8CAA6C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,sdAAsd,KAAK,eAAc,CAAI,GAGxmB",
  "debugId": "29F8BFC7B360DD7E64756E2164756E21",
  "names": []
}