@icongo/mc
Version:
Micon Icons
13 lines • 588 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlESim = 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 421v1499q0 27-10 50t-27.5 40.5-40.5 27.5-50 10H256q-27 0-50-10t-40.5-27.5T138 1970t-10-50V128q0-27 10-50t27.5-40.5T206 10t50-10h1115zm-128 54-347-347H256v1792h1408V475zm-896 37h256v128H768v256H640V640H384V512h256V256h128v256z"
})
}));
export { MCMdlESim };