@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableMoveBelow = /*#__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: "M3.75 23.5a.75.75 0 0 0 0 1.5h20.5a.75.75 0 0 0 0-1.5H3.75ZM25 11v5a1 1 0 0 1-1 1h-5.5v-6H25Zm0-4.25V9.5h-6.5V3h2.75A3.75 3.75 0 0 1 25 6.75ZM11 3h6v6.5h-6V3ZM6.75 3H9.5v6.5H3V6.75A3.75 3.75 0 0 1 6.75 3ZM4 17a1 1 0 0 1-1-1v-5h6.5v6H4Zm13-6h-6v6h1.25v-1a1.75 1.75 0 1 1 3.5 0v1H17v-6Zm-4.75 7.69 1 .89V16a.75.75 0 0 1 1.5 0v3.58l1-.9a.75.75 0 0 1 1 1.13l-2.25 2a.75.75 0 0 1-1 0l-2.25-2a.75.75 0 0 1 1-1.12Z"
}));
});
TableMoveBelow.displayName = 'TableMoveBelow';
export var TableMoveBelowDimensions = {
height: 28,
width: 28
};