// Generated by script, don't edit it please.
import * as React from 'react';

function Eyedropper(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 33 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M30.321 1.679c2.232 2.232 2.25 5.857 0 8.071l-4.018 3.982 1.857 1.857a.571.571 0 010 .821l-3.75 3.75a.571.571 0 01-.821 0l-1.875-1.875-10.768 10.768c-.429.429-1 .661-1.607.661H5.714L1.143 32 0 30.857l2.286-4.571v-3.625c0-.607.232-1.179.661-1.607l10.768-10.768-1.875-1.875a.571.571 0 010-.821l3.75-3.75a.571.571 0 01.821 0l1.857 1.857 3.982-4.018c2.214-2.25 5.839-2.232 8.071 0zM9.143 26.286L19.429 16 16 12.571 5.714 22.857v3.429h3.429z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Eyedropper);
export default ForwardRef;
