@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
14 lines • 1.09 kB
JavaScript
define(["require", "exports", "react", "../utils/createSvgIcon"], function (require, exports, React, createSvgIcon_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ChangeEntitlementsIcon = (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: "M128 1920h899l128 128H0V0h1115l549 549v219h-128V640h-512V128H128v1792zM1152 219v293h293l-293-293zM256 512h639v127H256V512zm1151 256v127H256V768h1151zM256 1024h767v127H256v-127zm768 256v127H256v-127h768zm-768 383v-127h768l-128 127H256zm1213-162l-163 162h614v129h-614l163 163-90 90-318-317 318-317 90 90zm297-349l-163-163 90-90 318 317-318 317-90-90 163-163h-614v-128h614z" })));
},
displayName: 'ChangeEntitlementsIcon',
});
exports.default = ChangeEntitlementsIcon;
});
//# sourceMappingURL=ChangeEntitlementsIcon.js.map