UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

14 lines 1.16 kB
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FileTemplateIcon = (0, createSvgIcon_1.default)({ svg: function (_a) { var classes = _a.classes; return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" }, React.createElement("path", { d: "M1243 0l549 549v219h-128V640h-512V128H256v1792h768v128H128V0h1115zm37 512h293l-293-293v293zm640 1408h128v128h-128v-128zm-256 0h128v128h-128v-128zm-256 0h128v128h-128v-128zm256-1024h128v128h-128V896zm-256 0h128v128h-128V896zm-256 1024h128v128h-128v-128zm768-256h128v128h-128v-128zm-768 0h128v128h-128v-128zm768-256h128v128h-128v-128zm-768 0h128v128h-128v-128zm768-256h128v128h-128v-128zm-768 0h128v128h-128v-128zm896-256v128h-128V896h128zm-896 0h128v128h-128V896z" }))); }, displayName: 'FileTemplateIcon', }); exports.default = FileTemplateIcon; }); //# sourceMappingURL=FileTemplateIcon.js.map