{
  "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=\"M16.4697 2.46967C16.7626 2.17678 17.2374 2.17678 17.5303 2.46967L21.5303 6.46967C21.8232 6.76256 21.8232 7.23744 21.5303 7.53033L16.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.28033 20.7803C8.13968 20.921 7.94891 21 7.75 21H3.75C3.33579 21 3 20.6642 3 20.25V16.25C3 16.0511 3.07902 15.8603 3.21967 15.7197L10.4393 8.5L9.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.43934L16.4697 2.46967ZM14.4393 12.5L11.5 9.56066L6.06066 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,gBAA4wB,EAA5wB,IAAqB,EAAO,UAAU,4DAA2D,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,smBAAsmB,KAAK,eAAc,CAAI,GAGtwB",
  "debugId": "7A0AE31BC7F554AC64756E2164756E21",
  "names": []
}