import React from 'react'; const EyedropperIcon = ({ width = 24, height = 24, color = 'currentColor', }) => ( ); export default EyedropperIcon;