UNPKG

@fluentui/react-icons-mdl2

Version:

SVG icon components for @fluentui/react

11 lines 606 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const createSvgIcon_1 = require("../utils/createSvgIcon"); const NPMLogoIcon = (0, createSvgIcon_1.default)({ 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 0v2048H0V0h2048zm-384 384H384v1280h640V640h384v1024h256V384z" }))), displayName: 'NPMLogoIcon', }); exports.default = NPMLogoIcon; //# sourceMappingURL=NPMLogoIcon.js.map