@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 767 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const CheckListCheckIcon = (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: "M493 349L192 650 19 477l90-90 83 82 211-210 90 90zM192 1621l211-210 90 90-301 301-173-173 90-90 83 82zm0-768l211-210 90 90-301 301L19 861l90-90 83 82zm0 384l211-210 90 90-301 301-173-173 90-90 83 82z" }))),
displayName: 'CheckListCheckIcon',
});
exports.default = CheckListCheckIcon;
//# sourceMappingURL=CheckListCheckIcon.js.map