@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 923 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const TableGroupIcon = (0, createSvgIcon_1.default)({
svg: ({ classes }) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" },
React.createElement("path", { d: "M384 512h1664v1536H384V512zm512 1408v-256H512v256h384zm0-384v-256H512v256h384zm0-384V896H512v256h384zm512 768v-256h-384v256h384zm0-384v-256h-384v256h384zm0-384V896h-384v256h384zm512 768v-256h-384v256h384zm0-384v-256h-384v256h384zm0-384V896h-384v256h384zm0-384V640H512v128h1408zM128 384v256h128v128H128v256h128v128H128v256h128v128H0V0h1664v384H128zm0-256v128h1408V128H128z" }))),
displayName: 'TableGroupIcon',
});
exports.default = TableGroupIcon;
//# sourceMappingURL=TableGroupIcon.js.map