@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableMoveAbove = /*#__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: "M24.25 4.5a.75.75 0 0 0 0-1.5H3.75a.75.75 0 0 0 0 1.5h20.5ZM3 17v-5a1 1 0 0 1 1-1h5.5v6H3Zm0 4.25V18.5h6.5V25H6.75A3.75 3.75 0 0 1 3 21.25ZM17 25h-6v-6.5h6V25Zm4.25 0H18.5v-6.5H25v2.75A3.75 3.75 0 0 1 21.25 25ZM24 11a1 1 0 0 1 1 1v5h-6.5v-6H24Zm-13 6h6v-6h-1.25v1a1.75 1.75 0 1 1-3.5 0v-1H11v6Zm4.75-7.69-1-.89V12a.75.75 0 0 1-1.5 0V8.42l-1 .9a.75.75 0 0 1-1-1.13l2.25-2a.75.75 0 0 1 1 0l2.25 2a.75.75 0 0 1-1 1.12Z"
}));
});
TableMoveAbove.displayName = 'TableMoveAbove';
export var TableMoveAboveDimensions = {
height: 28,
width: 28
};