@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentEdit = /*#__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: "M12 2v6c0 1.1.9 2 2 2h4.92a4.3 4.3 0 0 0-1.56.97l-6.05 6.1c-.35.35-.6.79-.73 1.27l-.52 2.03c-.16.6-.04 1.17.24 1.63H5.5A1.5 1.5 0 0 1 4 20.5v-17C4 2.67 4.67 2 5.5 2H12z"
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 2.5V8c0 .28.22.5.5.5h5.5l-6-6zM12.2 17.57l5.9-5.9a2.29 2.29 0 1 1 3.23 3.23l-5.9 5.9c-.35.35-.78.6-1.25.71l-1.83.46c-.8.2-1.52-.52-1.32-1.32l.46-1.83c.12-.47.36-.9.7-1.25z"
}));
});
DocumentEdit.displayName = 'DocumentEdit';
export var DocumentEditDimensions = {
height: 24,
width: 24
};