@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 TableMoveRight = /*#__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: "M23.5 24.25a.75.75 0 0 0 1.5 0V3.75a.75.75 0 0 0-1.5 0v20.5ZM11 3h5.5c.28 0 .5.22.5.5v6h-6V3ZM6.75 3H9.5v6.5H3V6.75A3.75 3.75 0 0 1 6.75 3ZM3 17v-6h6.5v6H3Zm0 4.25V18.5h6.5V25H6.75A3.75 3.75 0 0 1 3 21.25Zm14 3.25a.5.5 0 0 1-.5.5H11v-6.5h6v6ZM11 11v6h6v-1.25h-1a1.75 1.75 0 1 1 0-3.5h1V11h-6Zm7.69 4.75.89-1H16a.75.75 0 0 1 0-1.5h3.58l-.9-1a.75.75 0 0 1 1.13-1l2 2.25c.25.29.25.71 0 1l-2 2.25a.75.75 0 0 1-1.12-1Z"
}));
});
TableMoveRight.displayName = 'TableMoveRight';
export var TableMoveRightDimensions = {
height: 28,
width: 28
};