{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEyedropper2/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 IconEyedropper2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"eyedropper-2, color-picker, pipette, suction-tube, labor\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.5303 6.46967L11.5 7.43937L14.4697 4.46973C15.6925 3.24695 17.58 3.0941 18.969 4.01119C19.1674 4.1422 19.3556 4.29505 19.5303 4.46973C20.7531 5.69251 20.906 7.58006 19.9889 8.96903C19.8579 9.16746 19.705 9.35571 19.5303 9.53039L16.5607 12.5L17.5303 13.4697C17.8232 13.7626 17.8232 14.2374 17.5303 14.5303C17.2374 14.8232 16.7626 14.8232 16.4697 14.5303L15.5 13.5607L8.57322 20.4875C8.24503 20.8157 7.79991 21.0001 7.33579 21.0001H4.75C3.7835 21.0001 3 20.2166 3 19.2501V16.6643C3 16.2001 3.18437 15.755 3.51256 15.4268L10.4394 8.50003L9.46967 7.53033C9.17678 7.23744 9.17678 6.76256 9.46967 6.46967C9.76256 6.17678 10.2374 6.17678 10.5303 6.46967ZM11.5 9.56072L14.4393 12.5001L11.9394 15H6.06072L11.5 9.56072Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEyedropper2;\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,EAAkD,CAAC,IAAU,CACxE,OAAO,gBAAi3B,EAAj3B,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2sBAA2sB,KAAK,eAAc,CAAI,GAG32B",
  "debugId": "A1B5290DF18619A264756E2164756E21",
  "names": []
}