UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 747 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const CommentIcon = (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: "M2048 128v1408H731l-475 475v-475H0V128h2048zm-128 128H128v1152h256v293l293-293h1243V256zm-640 640h-128V640h256v256q0 27-10 50t-27 40-41 28-50 10V896zm-512 0H640V640h256v256q0 27-10 50t-27 40-41 28-50 10V896z" }))), displayName: 'CommentIcon', }); exports.default = CommentIcon; //# sourceMappingURL=CommentIcon.js.map