UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 797 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const KnowledgeArticleIcon = (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: "M1792 549v1499H128V0h1115l549 549zm-512-37h293l-293-293v293zm384 128h-512V128H256v1792h1408V640zm-640 0H384V512h640v128zM384 768h1152v128H384V768zm0 256h1152v128H384v-128zm0 256h1152v128H384v-128zm0 256h1152v128H384v-128z" }))), displayName: 'KnowledgeArticleIcon', }); exports.default = KnowledgeArticleIcon; //# sourceMappingURL=KnowledgeArticleIcon.js.map