@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 957 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableStackLeft = /*#__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: "M16 21h1.75c1.8 0 3.25-1.46 3.25-3.25V16h-5v5zM16 14.5h5v-5h-5v5zM14.5 9.5v5h-5v-5h5zM16 8h5V6.25C21 4.45 19.54 3 17.75 3H16v5zM14.5 3v5h-5V3.75a.75.75 0 0 1 .75-.75h4.25zM14.5 16v5h-4.25a.75.75 0 0 1-.75-.75V16h5zM4.5 3.75a.75.75 0 0 0-1.5 0v16.5a.75.75 0 0 0 1.5 0V3.75z"
}));
});
TableStackLeft.displayName = 'TableStackLeft';
export var TableStackLeftDimensions = {
height: 24,
width: 24
};