@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 891 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlLayoutLegacy = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlLayoutLegacy = function MCMdlLayoutLegacy(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: "M1008 784h784v1008H336v-336H0V0h1008v784zm-896 560h224V784h560V112H112v1232zm1568 336V896H448v784h1232z"
})
}));
};
exports.MCMdlLayoutLegacy = MCMdlLayoutLegacy;