UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var EyedropperOff = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M8.94 10 2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06L14 15.06l-4.78 4.78c-.42.42-1 .66-1.59.66h-.69L4.6 21.78c-1.54.84-3.22-.84-2.38-2.37l1.28-2.35v-.69c0-.6.24-1.17.66-1.59L8.94 10Zm4 4L10 11.06l-4.78 4.78a.75.75 0 0 0-.22.53v.88c0 .13-.03.25-.09.36l-1.37 2.51a.23.23 0 0 0-.03.16c0 .05.03.1.07.14.04.04.1.07.14.08.04 0 .09 0 .16-.04l2.51-1.37c.11-.06.24-.09.36-.09h.88c.2 0 .39-.08.53-.22L12.94 14Zm5.55-.93c-.5.5-1.2.63-1.82.42l-6.16-6.16a1.75 1.75 0 0 1 .42-1.82l.58-.58c.69-.69 1.8-.69 2.48 0H14l1.97-1.96a3.58 3.58 0 0 1 5.06 5.06L19.06 10l.01.01c.69.69.69 1.8 0 2.48l-.58.58Zm-1.46-9.04-2.5 2.5c-.3.3-.77.3-1.06 0l-.54-.54a.25.25 0 0 0-.36 0l-.58.58c-.1.1-.1.26 0 .36L17.07 12c.1.1.26.1.36 0l.58-.58c.1-.1.1-.26 0-.36l-.54-.54a.75.75 0 0 1 0-1.06l2.5-2.5a2.08 2.08 0 1 0-2.94-2.94Z" })); }); EyedropperOff.displayName = 'EyedropperOff'; export var EyedropperOffDimensions = { height: 24, width: 24 };