UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 844 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const IssueTrackingIcon = (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: "M256 0h1536v2048H256V0zm1408 1920V128H384v1792h1280zM1536 512v128h-512V512h512zm0 512v128h-512v-128h512zm0 512v128h-512v-128h512zM941 429L704 666 531 493l90-90 83 83 147-147 90 90zm0 512l-237 237-173-173 90-90 83 83 147-147 90 90zm0 512l-237 237-173-173 90-90 83 83 147-147 90 90z" }))), displayName: 'IssueTrackingIcon', }); exports.default = IssueTrackingIcon; //# sourceMappingURL=IssueTrackingIcon.js.map