UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

9 lines 619 B
import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const DocumentSetIcon = 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: "M1792 1280h128v768H128V640h128V256h128V0h1408v1280zM512 128v128h1024v1024h128V128H512zM384 384v256h347l640 640h37V384H384zm1408 1536v-512h-475L677 768H256v1152h1536z" }))), displayName: 'DocumentSetIcon', }); export default DocumentSetIcon; //# sourceMappingURL=DocumentSetIcon.js.map