@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
11 lines • 810 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const React = require("react");
const createSvgIcon_1 = require("../utils/createSvgIcon");
const PostUpdateIcon = (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: "M640 384h1408v1152H640V384zm1280 1024V512H768v896h1152zM128 1024V896h384v128H128zM0 768V640h512v128H0zm256 512v-128h256v128H256zm1536-640v128H896V640h896zm-384 640V896h384v384h-384zm128-256v128h128v-128h-128zm-256 128v128H896v-128h384zm0-256v128H896V896h384z" }))),
displayName: 'PostUpdateIcon',
});
exports.default = PostUpdateIcon;
//# sourceMappingURL=PostUpdateIcon.js.map