@patreon/studio
Version:
Patreon Studio Design System
8 lines • 693 B
JSX
import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEyedropper = withIcon(function IconEyedropper(props) {
return (<svg data-tag="IconEyedropper" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
<path fillRule="evenodd" d="M20.147 3.853a2.904 2.904 0 0 0-2.662-.79 2.9 2.9 0 0 0-1.458.79l-3.804 3.804-.984-.984a1.076 1.076 0 1 0-1.522 1.522l.984.984-6.848 6.848a2.913 2.913 0 0 0 4.12 4.12l6.848-6.848.983.983a1.076 1.076 0 0 0 1.522-1.522l-.983-.983 3.804-3.804a2.913 2.913 0 0 0 0-4.12m-8.37 6.402 1.968 1.967-6.848 6.849a1.391 1.391 0 0 1-1.968-1.968z" clipRule="evenodd"/>
</svg>);
});
//# sourceMappingURL=Eyedropper.jsx.map