@fluentui/react-icons-mdl2
Version:
SVG icon components for @fluentui/react
9 lines • 623 B
JavaScript
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const WebComponentsIcon = 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: "M1024 1024h768v896H128V256h896v768zM256 384v640h640V384H256zm640 1408v-640H256v640h640zm768 0v-640h-640v640h640zM1280 0h768v768h-768V0zm640 640V128h-512v512h512z" }))),
displayName: 'WebComponentsIcon',
});
export default WebComponentsIcon;
//# sourceMappingURL=WebComponentsIcon.js.map