UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 790 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const TextRotate90DegreesIcon = (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 128h2048v1664H0V128zm1920 1536V256H128v1408h1792zM896 755L256 995V892l128-48V564l-128-48V413l640 240v102zm-384 41l247-92-247-92v184zm1277 417l-317 317-317-317 90-90 163 163V384h128v902l163-163 90 90z" }))), displayName: 'TextRotate90DegreesIcon', }); exports.default = TextRotate90DegreesIcon; //# sourceMappingURL=TextRotate90DegreesIcon.js.map