@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.26 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 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.5zM20.78 9.72c.14.14.22.33.22.53v4.25h-5v-5h4.25c.2 0 .39.08.53.22zM14.5 14.5v-4.02c-.25.04-.5.02-.75-.05v.82a1.75 1.75 0 1 1-3.5 0v-.82c-.24.07-.5.09-.75.05v4.02h5zM9.5 16h5v5h-5v-5zM8 14.5v-5H3.75a.75.75 0 0 0-.75.75v4.25h5zM3 16h5v5H6.25A3.25 3.25 0 0 1 3 17.75V16zM16 16h5v1.75c0 1.8-1.46 3.25-3.25 3.25H16v-5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.81 9.25a.75.75 0 0 1-1.06.06l-1-.89v2.83a.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 2c.3.27.34.75.06 1.06z"
}));
});
TableMoveAbove.displayName = 'TableMoveAbove';
export var TableMoveAboveDimensions = {
height: 24,
width: 24
};