@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var EditProhibited = /*#__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: "M32.2 6.03a6.9 6.9 0 1 1 9.77 9.76l-2.2 2.2L30 8.24l2.2-2.2ZM28.24 10 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.58l2.44-2.44a13 13 0 0 1 15.28-15.28L38 19.77 28.23 10ZM33 46a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm0-2.5c-1.9 0-3.65-.62-5.06-1.67l11.89-11.9A8.5 8.5 0 0 1 33 43.5Zm5.06-15.33-11.89 11.9a8.5 8.5 0 0 1 11.9-11.9Z"
}));
});
EditProhibited.displayName = 'EditProhibited';
export var EditProhibitedDimensions = {
height: 48,
width: 48
};