@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableResizeRow = /*#__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: "M21 17.75c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 0 1 3 17.75v-.25h6.65l1.19 1.06c.66.59 1.66.59 2.32 0l1.2-1.06H21v.25zM8.44 14.09c.47-.53 1.18-.7 1.81-.52v-3.14A1.75 1.75 0 0 1 8.17 8H3v8h5.17c-.3-.62-.2-1.37.27-1.91zM13.75 10.43v3.14A1.75 1.75 0 0 1 15.83 16H21V8h-5.17a1.75 1.75 0 0 1-2.08 2.43zM14.35 6.5H21v-.25C21 4.45 19.54 3 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v.25h6.65l1.19-1.06a1.75 1.75 0 0 1 2.32 0l1.2 1.06z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12.75 15.58V8.42l1 .9a.75.75 0 0 0 1-1.13l-2.25-2a.75.75 0 0 0-1 0l-2.25 2a.75.75 0 1 0 1 1.12l1-.89v7.16l-1-.89a.75.75 0 1 0-1 1.12l2.25 2 .01.01a.75.75 0 0 0 1-.01l2.24-2a.75.75 0 0 0-1-1.12l-1 .89z"
}));
});
TableResizeRow.displayName = 'TableResizeRow';
export var TableResizeRowDimensions = {
height: 24,
width: 24
};