@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 956 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableStackAbove = /*#__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: "M20.25 4.5a.75.75 0 0 0 0-1.5H3.75a.75.75 0 0 0 0 1.5h16.5zM14.5 9.5v5h-5v-5h5zM9.5 16h5v5h-5v-5zM8 9.5v5H3v-4.25c0-.41.34-.75.75-.75H8zM8 16H3v1.75C3 19.55 4.46 21 6.25 21H8v-5zM21 16h-5v5h1.75c1.8 0 3.25-1.46 3.25-3.25V16zM16 14.5h5v-4.25a.75.75 0 0 0-.75-.75H16v5z"
}));
});
TableStackAbove.displayName = 'TableStackAbove';
export var TableStackAboveDimensions = {
height: 24,
width: 24
};