@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 TableMoveLeft = /*#__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: "M4.5 3.75a.75.75 0 0 0-1.5 0v20.5a.75.75 0 0 0 1.5 0V3.75ZM17 25h-5a1 1 0 0 1-1-1v-5.5h6V25Zm4.25 0H18.5v-6.5H25v2.75A3.75 3.75 0 0 1 21.25 25ZM25 11v6h-6.5v-6H25Zm0-4.25V9.5h-6.5V3h2.75A3.75 3.75 0 0 1 25 6.75ZM11 4a1 1 0 0 1 1-1h5v6.5h-6V4Zm6 13v-6h-6v1.25h1a1.75 1.75 0 1 1 0 3.5h-1V17h6Zm-7.69-4.75-.89 1H12a.75.75 0 0 1 0 1.5H8.42l.9 1a.75.75 0 0 1-1.13 1l-2-2.25a.75.75 0 0 1 0-1l2-2.25a.75.75 0 0 1 1.12 1Z"
}));
});
TableMoveLeft.displayName = 'TableMoveLeft';
export var TableMoveLeftDimensions = {
height: 28,
width: 28
};