UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

14 lines 957 B
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GatherIcon = (0, createSvgIcon_1.default)({ svg: function (_a) { var classes = _a.classes; return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2048 2048", className: classes.svg, focusable: "false" }, React.createElement("path", { d: "M0 1920v-512h512v512H0zm128-384v256h256v-256H128zm1408-896h512v896h-512V640zm384 768v-256h-256v256h256zm0-384V768h-256v256h256zM0 1280V768h512v512H0zm128-384v256h256V896H128zM0 640V128h512v512H0zm128-384v256h256V256H128zm873 605l90-90 317 317-317 317-90-90 163-163H640v-128h524l-163-163z" }))); }, displayName: 'GatherIcon', }); exports.default = GatherIcon; }); //# sourceMappingURL=GatherIcon.js.map