UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 770 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const AssessmentGroupIcon = (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: "M640 1536H384v-256h256v256zm512 0H896v-256h256v256zm512-1024h-256V256h256v256zm0 1024h-256v-256h256v256zm-512-512H896V768h256v256zm512 0h-256V768h256v256zm256-768v1536H128V256h128v1408h1536V256h128z" }))), displayName: 'AssessmentGroupIcon', }); exports.default = AssessmentGroupIcon; //# sourceMappingURL=AssessmentGroupIcon.js.map