UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

14 lines 918 B
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var StoryboardIcon = (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: "M2048 128v1664H0V128h2048zM128 256v256h1792V256H128zm0 1408h1024V640H128v1024zm1792 0V640h-640v1024h640zm-512-896h384v128h-384V768zm0 256h384v128h-384v-128zm0 256h384v128h-384v-128zm-384-512v768H256V768h768zM896 896H384v512h512V896z" }))); }, displayName: 'StoryboardIcon', }); exports.default = StoryboardIcon; }); //# sourceMappingURL=StoryboardIcon.js.map