@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 849 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const CommentActiveIcon = createSvgIcon({
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: "M1728 640q-66 0-124-25t-102-68-69-102-25-125q0-66 25-124t68-102 102-69 125-25q66 0 124 25t102 68 69 102 25 125q0 66-25 124t-68 102-102 69-125 25zm-576 256V640h218q18 20 38 38v218q0 27-10 50t-27 40-41 28-50 10V896h-128zm-384 128V896H640V640h256v256q0 27-10 50t-27 40-41 28-50 10zm1152 384V760q35-15 67-36t61-46v858H731l-475 475v-475H0V128h1288q-27 61-36 128H128v1152h256v293l293-293h1243z" }))),
displayName: 'CommentActiveIcon',
});
export default CommentActiveIcon;
//# sourceMappingURL=CommentActiveIcon.js.map