@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 914 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableCellsSplit = /*#__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: "M14.5 7.5H25v-.75A3.75 3.75 0 0 0 21.25 3H14.5v4.5ZM13 3H6.75A3.75 3.75 0 0 0 3 6.75v.75h10V3Zm1.5 22h6.75A3.75 3.75 0 0 0 25 21.25v-.75H14.5V25ZM13 20.5H3v.75A3.75 3.75 0 0 0 6.75 25H13v-4.5ZM3 9h22v10H3V9Zm10 1v8h1.5v-8H13Z"
}));
});
TableCellsSplit.displayName = 'TableCellsSplit';
export var TableCellsSplitDimensions = {
height: 28,
width: 28
};