@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableCellEdit = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.75 19A2.75 2.75 0 0 1 3 16.25v-4.5A2.75 2.75 0 0 1 5.75 9H9.5v10H5.75ZM11 19h3.36l.13-.14 2.51-2.5V9h-6v10ZM22.25 9c.86 0 1.63.4 2.14 1.02-.73.07-1.44.39-2 .94l-3.89 3.9V9h3.75Zm.85 2.67-7.9 7.9c-.35.35-.6.78-.7 1.25l-.47 1.83c-.2.8.53 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.25-.7l7.9-7.9a2.29 2.29 0 0 0-3.23-3.24Z"
}));
});
TableCellEdit.displayName = 'TableCellEdit';
export var TableCellEditDimensions = {
height: 28,
width: 28
};