@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 967 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EditOff = /*#__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: "m14 15.06 6.72 6.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 1 0-1.06 1.06L8.94 10 4 14.94c-.28.28-.48.62-.58 1l-1.4 5.11a.75.75 0 0 0 .93.92l5.11-1.4c.38-.1.73-.3 1-.57L14 15.06zM19 10.06l-2.88 2.88-5.06-5.06L13.94 5 19 10.06zM21.03 2.97a3.58 3.58 0 0 1 0 5.06l-.97.97L15 3.94l.97-.97a3.58 3.58 0 0 1 5.06 0z"
}));
});
EditOff.displayName = 'EditOff';
export var EditOffDimensions = {
height: 24,
width: 24
};