UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 800 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const TextRotate270DegreesIcon = (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 1507l-640-240v-102l640-240v103l-128 48v280l128 48v103zm-256-383l-247 92 247 92v-184zm768-496l-163 163-90-90 317-317 317 317-90 90-163-163v902h-128V628z" }))), displayName: 'TextRotate270DegreesIcon', }); exports.default = TextRotate270DegreesIcon; //# sourceMappingURL=TextRotate270DegreesIcon.js.map