@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 612 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const CannedChatIcon = 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: "M0 128h2048v1408H731l-475 475v-475H0V128zm1920 1280V256H128v1152h256v293l293-293h1243zm-256-896v128H384V512h1280zm0 256v128H384V768h1280zm0 256v128H384v-128h1280z" }))),
displayName: 'CannedChatIcon',
});
export default CannedChatIcon;
//# sourceMappingURL=CannedChatIcon.js.map