@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 979 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TableBottomRow = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M42 12.25C42 8.8 39.2 6 35.75 6h-23.5A6.25 6.25 0 0 0 6 12.25V29h2.5V12.25a3.75 3.75 0 0 1 3.75-3.75h23.5a3.75 3.75 0 0 1 3.75 3.75V29H42V12.25ZM8.5 40.75a6.24 6.24 0 0 1-2.5-5V31.5h10.5V42h-4.25c-1.4 0-2.7-.46-3.75-1.25ZM42 31.5H31.5V42h4.25A6.22 6.22 0 0 0 42 35.75V31.5ZM29 42H19V31.5h10V42Z"
}));
});
TableBottomRow.displayName = 'TableBottomRow';
export var TableBottomRowDimensions = {
height: 48,
width: 48
};