@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 807 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const CheckListCheckMirroredIcon = (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: "M1728 1621l211-210 90 90-301 301-173-173 90-90 83 82zm301-1272l-301 301-173-173 90-90 83 82 211-210 90 90zm-301 504l211-210 90 90-301 301-173-173 90-90 83 82zm0 384l211-210 90 90-301 301-173-173 90-90 83 82z" }))),
displayName: 'CheckListCheckMirroredIcon',
});
exports.default = CheckListCheckMirroredIcon;
//# sourceMappingURL=CheckListCheckMirroredIcon.js.map