UNPKG

@icongo/mc

Version:
22 lines (21 loc) 932 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCMdlSwitchApps = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCMdlSwitchApps = function MCMdlSwitchApps(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: "M0 512h2048v1024H0V512zm1920 896V640H128v768h1792zm-128-640v512h-512V768h512zm-128 384V896h-256v256h256zm-512-256v256H768V896h384zm-512 0v256H256V896h384z" }) })); }; exports.MCMdlSwitchApps = MCMdlSwitchApps;