UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

9 lines 822 B
import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const TableComputedIcon = 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: "M1062 1280H640v256h293l-65 128H0V128h1664v512h-128V512h-384v256h168l-65 128h-103v205l-90 179zm-38-128V896H640v256h384zm0-384V512H640v256h384zm-512 768v-256H128v256h384zm0-384V896H128v256h384zm0-384V512H128v256h384zM128 384h1408V256H128v128zm1651 768h269l-672 896h-264l256-512h-256l387-768h518l-238 384zm-444 738l457-610h-243l238-384h-209l-258 512h256l-241 482z" }))), displayName: 'TableComputedIcon', }); export default TableComputedIcon; //# sourceMappingURL=TableComputedIcon.js.map