@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PenOff = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m28 29.77 13.87 13.86a1.25 1.25 0 0 0 1.76-1.76L6.13 4.37a1.25 1.25 0 1 0-1.76 1.76L18.23 20 8.03 30.2a6 6 0 0 0-1.56 2.76l-2.43 9.48a1.25 1.25 0 0 0 1.52 1.52l9.49-2.42a6 6 0 0 0 2.76-1.58L28 29.76Zm9.97-9.97-6.43 6.43-9.77-9.76L32.2 6.03a6.9 6.9 0 1 1 9.76 9.76l-2.23 2.24.94 1a4.25 4.25 0 0 1-.1 5.9l-3.45 3.45a1.25 1.25 0 0 1-1.76-1.76l3.44-3.45c.67-.67.69-1.75.04-2.43l-.88-.94Z"
}));
});
PenOff.displayName = 'PenOff';
export var PenOffDimensions = {
height: 48,
width: 48
};