@icongo/mc
Version:
Micon Icons
13 lines • 595 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMobeSim = 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: "M1792 549v1115q0 27-10 50t-27.5 40.5-40.5 27.5-50 10H640q-27 0-50-10t-40.5-27.5T522 1714t-10-50V384q0-27 10-50t27.5-40.5T590 266t50-10h859zm-128 54-219-219H640v1280h1024V603zm-640 37h128v128h-128v128H896V768H768V640h128V512h128v128z"
})
}));
export { MCMdlMobeSim };