{
  "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=\"M15.7626 3.17675C16.446 2.49333 17.554 2.49333 18.2374 3.17675L20.8232 5.76253C21.5066 6.44595 21.5066 7.55399 20.8232 8.23741L16.5606 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.5606L8.57322 20.4874C8.24503 20.8156 7.79991 21 7.33579 21H4.75C3.7835 21 3 20.2165 3 19.25V16.6642C3 16.2001 3.18437 15.7549 3.51256 15.4267L10.4393 8.49999L9.46967 7.53033C9.17678 7.23744 9.17678 6.76256 9.46967 6.46967C9.76256 6.17678 10.2374 6.17678 10.5303 6.46967L11.5 7.43933L15.7626 3.17675ZM14.4393 12.5L11.5 9.56065L6.06063 15H11.9393L14.4393 12.5Z\" 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,gBAAmxB,EAAnxB,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6mBAA6mB,KAAK,eAAc,CAAI,GAG7wB",
  "debugId": "61A33E46A8ED4B9364756E2164756E21",
  "names": []
}