UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 745 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const PresentationIcon = (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: "M0 0h1920v128h-128v896q0 26-10 49t-27 41-41 28-50 10h-640v640h512v128H384v-128h512v-640H256q-26 0-49-10t-41-27-28-41-10-50V128H0V0zm1664 1024V128H256v896h1408zm-256-512v128H512V512h896z" }))), displayName: 'PresentationIcon', }); exports.default = PresentationIcon; //# sourceMappingURL=PresentationIcon.js.map