UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

14 lines 974 B
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TextParagraphOptionIcon = (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: "M308 640l-48 128H157l240-640h102l240 640H636l-48-128H308zm140-375l-92 247h184l-92-247zm64 1405l163-163 90 90-317 317-317-317 90-90 163 163V896h128v774zm512-1542h896v128h-896V128zm0 640V640h896v128h-896zm0 512v-128h896v128h-896zm0 512v-128h896v128h-896z" }))); }, displayName: 'TextParagraphOptionIcon', }); exports.default = TextParagraphOptionIcon; }); //# sourceMappingURL=TextParagraphOptionIcon.js.map