@icongo/mc
Version:
Micon Icons
13 lines • 476 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlLayoutLegacy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 1792"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1008 784h784v1008H336v-336H0V0h1008v784zm-896 560h224V784h560V112H112v1232zm1568 336V896H448v784h1232z"
})
}));
export { MCMdlLayoutLegacy };