@icongo/mc
Version:
Micon Icons
13 lines • 533 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlOem = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1600 1024h192v896H128V256h896v192L1472 0l576 576zm-546-448 418 418 418-418-418-418zm-30 128v320h320zm-768 320h640V384H256v640zm640 128H256v640h640v-640zm128 0v640h640v-640h-640z"
})
}));
export { MCMdlOem };