UNPKG

@mui/icons-material

Version:

Material Design icons distributed as SVG React components.

8 lines (7 loc) 288 B
'use client'; import * as React from 'react'; import createSvgIcon from "./utils/createSvgIcon.js"; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon(/*#__PURE__*/_jsx("path", { d: "M2 3h9v9H2V3m9 19H2v-9h9v9M21 3v9h-9V3h9m0 19h-9v-9h9v9Z" }), 'Microsoft');