@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 944 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableInsertColumn = /*#__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: "M4.5 3.75v16.5a.75.75 0 0 1-1.5 0V3.75a.75.75 0 0 1 1.5 0zM16 5.25C16 4.01 15.1 3 14 3h-4C8.9 3 8 4 8 5.25V8h8V5.25zM8 14.5v-5h8v5H8zM8 16v2.75c0 1.24.9 2.25 2 2.25h4c1.1 0 2-1 2-2.25V16H8zM21 20.25V3.75a.75.75 0 0 0-1.5 0v16.5a.75.75 0 0 0 1.5 0z"
}));
});
TableInsertColumn.displayName = 'TableInsertColumn';
export var TableInsertColumnDimensions = {
height: 24,
width: 24
};