UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 744 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const ViewListGroupIcon = (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: "M2048 0v2048H384V768H0V0h2048zM640 640V128H128v512h512zm-128 640h512V768H512v512zm512 128H512v512h512v-512zm896 0h-768v512h768v-512zm0-640h-768v512h768V768zm0-128V128H768v512h1152z" }))), displayName: 'ViewListGroupIcon', }); exports.default = ViewListGroupIcon; //# sourceMappingURL=ViewListGroupIcon.js.map