@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.02 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlResolutionLegacy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlResolutionLegacy = function MCMdlResolutionLegacy(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 1792"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M784 112h896v1568H112V784h336V560H112V112h448v336h224V112zm112 112v224h224V224H896zM224 448h224V224H224v224zm336 112v224h224V560H560zM224 896v224h224V896H224zm1344 672V224h-336v336H896v336H560v336H224v336h1344z"
})
}));
};
exports.MCMdlResolutionLegacy = MCMdlResolutionLegacy;