@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 646 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const ViewListTreeIcon = 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: "M2048 0v2048H768v-640H384V768H0V0h2048zM640 640V128H128v512h512zm384 640V768H512v512h512zm384 128H896v512h512v-512zm512 0h-384v512h384v-512zm0-640h-768v512h768V768zm0-128V128H768v512h1152z" }))),
displayName: 'ViewListTreeIcon',
});
export default ViewListTreeIcon;
//# sourceMappingURL=ViewListTreeIcon.js.map