@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 830 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Edit = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M27.31 10.34a4 4 0 0 0-5.65-5.65l-1.4 1.4 5.65 5.66 1.4-1.4zM24.5 13.16 12.54 25.12a5 5 0 0 1-2.32 1.31l-4.58 1.15a1 1 0 0 1-1.22-1.22l1.15-4.58a5 5 0 0 1 1.31-2.32L18.84 7.5l5.66 5.66z"
}));
});
Edit.displayName = 'Edit';
export var EditDimensions = {
height: 32,
width: 32
};