@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const KeyPhraseExtractionIcon = (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: "M896 1152v128H0v-128h896zm640-256v128H640V896h896zM1371 0l549 549v1499H256v-640h128v512h1408V640h-512V128H384v896H256V0h1115zm37 512h293l-293-293v293zM640 1536v-128h896v128H640z" }))),
displayName: 'KeyPhraseExtractionIcon',
});
exports.default = KeyPhraseExtractionIcon;
//# sourceMappingURL=KeyPhraseExtractionIcon.js.map