UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.33 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlESimNoProfile = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlESimNoProfile = function MCMdlESimNoProfile(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: "M256 1920h1280v128H256q-26 0-49.5-10t-41-27.5-27.5-41-10-49.5V128q0-26 10-49.5t27.5-41 41-27.5T256 0h1115l421 421v577q-16-4-32-5t-32-1-32 1-32 5V475l-347-347H256v1792zM640 896V640H384V512h256V256h128v256h256v128H768v256H640zm1024 1024h128v128h-128v-128zm64-768q53 0 99.5 20t81.5 55 55 81.5 20 99.5q0 46-14 81t-35.5 63-46.5 50.5-46.5 44.5-35.5 45-14 52v48h-128v-48q0-47 14-81.5t35.5-62.5 46.5-50.5 46.5-44.5 35.5-45 14-52q0-27-10-50t-27.5-40.5-40.5-27.5-50-10-50 10-40.5 27.5-27.5 40.5-10 50h-128q0-53 20-99.5t55-81.5 81.5-55 99.5-20z" }) })); }; exports.MCMdlESimNoProfile = MCMdlESimNoProfile;