UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

9 lines 852 B
import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const ChangeEntitlementsIcon = createSvgIcon({ 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: "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', }); export default ChangeEntitlementsIcon; //# sourceMappingURL=ChangeEntitlementsIcon.js.map