UNPKG

@iconscout/react-unicons-monochrome

Version:

1,100+ vector icons as easy to use React Components

38 lines 951 B
import * as React from "react"; import "../utils/style.css"; function UimMicrosoft(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({}, props, { xmlns: "http://www.w3.org/2000/svg", "data-name": "Layer 1", viewBox: "0 0 24 24", width: props.size || '1em', height: props.size || '1em', fill: "currentColor", className: `ui-svg-inline ${props.className || ''}` }), /*#__PURE__*/React.createElement("rect", { width: 9.503, height: 9.503, x: 2, y: 2, opacity: 1 }), /*#__PURE__*/React.createElement("rect", { width: 9.503, height: 9.503, x: 12.493, y: 2, opacity: 1 }), /*#__PURE__*/React.createElement("rect", { width: 9.503, height: 9.503, x: 2, y: 12.497, opacity: 1 }), /*#__PURE__*/React.createElement("rect", { width: 9.503, height: 9.503, x: 12.493, y: 12.497, opacity: 1 })); } export default UimMicrosoft;