@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.24 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16 21h1.75c1.8 0 3.25-1.46 3.25-3.25V16h-5v5zM16 14.5h5v-5h-5v5zM10.48 9.5h4.02v5h-4.02c.04-.25.02-.5-.05-.75h.82a1.75 1.75 0 1 0 0-3.5h-.82c.07-.24.09-.5.05-.75zM16 8h5V6.25C21 4.45 19.54 3 17.75 3H16v5zM14.5 3v5h-5V3.75a.75.75 0 0 1 .75-.75h4.25zM14.5 16v5h-4.25a.75.75 0 0 1-.75-.75V16h5zM4.5 3.75a.75.75 0 0 0-1.5 0v16.5a.75.75 0 0 0 1.5 0V3.75z"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.25 9.19c.3.27.34.75.06 1.06l-.89 1h2.83a.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.06-.06z"
}));
});
TableMoveLeft.displayName = 'TableMoveLeft';
export var TableMoveLeftDimensions = {
height: 24,
width: 24
};