@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 955 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Table = /*#__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: "M12.25 6A6.25 6.25 0 0 0 6 12.25v4.25h10.5V6h-4.25zM19 6v10.5h10V6H19zM16.5 19H6v10h10.5V19zM19 29V19h10v10H19zM16.5 31.5H6v4.25C6 39.2 8.8 42 12.25 42h4.25V31.5zM19 42h10V31.5H19V42zM31.5 42V31.5H42v4.25C42 39.2 39.2 42 35.75 42H31.5zM42 19v10H31.5V19H42zM42 16.5v-4.25C42 8.8 39.2 6 35.75 6H31.5v10.5H42z"
}));
});
Table.displayName = 'Table';
export var TableDimensions = {
height: 48,
width: 48
};