@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlAllAppsMirrored = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlAllAppsMirrored = function MCMdlAllAppsMirrored(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 1408v-384h-383.977v384H2048zm-127.99-256v128h-127.992v-128h127.992zM2048 896V512h-383.977v384H2048zm-127.99-256v128h-127.992V640h127.992zM2048 384V0h-383.977v384H2048zm-127.99-256v128h-127.992V128h127.992zm-511.97 640V640H256.11v128h1151.93zm-895.946 384v128h895.945v-128H512.094zM1408.04 128H.13v128h1407.91V128zM2048 1920v-384h-383.977v384H2048zm-127.99-256v128h-127.992v-128h127.992zm-511.97 128v-128H256.11v128h1151.93z"
})
}));
};
exports.MCMdlAllAppsMirrored = MCMdlAllAppsMirrored;