@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableMoveBelow = /*#__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: "M9.5 9.5v4.02c.25-.04.5-.02.75.05v-.82a1.75 1.75 0 1 1 3.5 0v.82c.24-.07.5-.09.75-.05V9.5h-5zM8 9.5v5H3.75a.75.75 0 0 1-.75-.75V9.5h5zM9.5 8h5V3h-5v5zM16 9.5v5h4.25c.41 0 .75-.34.75-.75V9.5h-5zM21 8h-5V3h1.75C19.55 3 21 4.46 21 6.25V8zM8 8H3V6.25C3 4.45 4.46 3 6.25 3H8v5zM3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75z"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.19 14.75a.75.75 0 0 1 1.06-.06l1 .89v-2.83a.75.75 0 0 1 1.5 0v2.83l1-.9a.75.75 0 0 1 1 1.13l-2.25 2a.75.75 0 0 1-1 0l-2.25-2a.75.75 0 0 1-.06-1.06z"
}));
});
TableMoveBelow.displayName = 'TableMoveBelow';
export var TableMoveBelowDimensions = {
height: 24,
width: 24
};