UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 843 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const NoteReplyIcon = (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: "M1792 1536q53 0 99 20t82 55 55 81 20 100q0 53-20 99t-55 82-81 55-100 20v-128q27 0 50-10t40-27 28-41 10-50q0-27-10-50t-27-40-41-28-50-10h-293l162 163-90 90-317-317 317-317 90 90-162 163h293zm-573 256l128 128H677l-549-549V128h1792v1278l-128-128V256H256v1024h512v512h451zm-579-384H347l293 293v-293z" }))), displayName: 'NoteReplyIcon', }); exports.default = NoteReplyIcon; //# sourceMappingURL=NoteReplyIcon.js.map