@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 783 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const TextRotationIcon = (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: "M1332 640l-48 128h-103l240-640h102l240 640h-103l-48-128h-280zm140-375l-92 247h184l-92-247zm227 1242l90 90-317 317-317-317 90-90 163 163V896h128v774l163-163zM640 1670l163-163 90 90-317 317-317-317 90-90 163 163V128h128v1542z" }))),
displayName: 'TextRotationIcon',
});
exports.default = TextRotationIcon;
//# sourceMappingURL=TextRotationIcon.js.map