UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.24 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlConnectApp = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlConnectApp = function MCMdlConnectApp(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 2048 2048" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2048 256v1152h-768v-128h640V384H384v256H256V256h1792zM1024 1280h128v256q0 27-10 50t-27.5 40.5-40.5 27.5-50 10H128q-27 0-50-10t-40.5-27.5T10 1586t-10-50V896q0-27 10-50t27.5-40.5T78 778t50-10h512v128H128v640h896v-256zM768 768q80 0 150 30t122 82 82 122 30 150h-128q0-53-20-99.5T949 971t-81.5-55-99.5-20V768zm0 256q27 0 50 10t40.5 27.5T886 1102t10 50H768v-128zm512 128q0-106-40.5-199t-110-162.5-162.5-110T768 640V512q133 0 249.5 50T1221 699t137 203.5 50 249.5h-128z" }) })); }; exports.MCMdlConnectApp = MCMdlConnectApp;