@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlFileExplorer = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlFileExplorer = function MCMdlFileExplorer(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 1792h-384v128h-384v-128H768v128H384v-128H0V256q0-27 10-50t27.5-40.5T78 138t50-10h480q45 0 77.5 9.5t58 23.5 45.5 31 40.5 31 44 23.5T928 256h992q27 0 50 10t40.5 27.5T2038 334t10 50v1408zM128 256v128h480q24 0 42-4.5t33-13 29.5-20T744 320q-17-15-31.5-26.5t-29.5-20-33-13-42-4.5H128zm1152 1408v-256H768v256h512zm256 128v-576q0-26-19-45t-45-19H576q-26 0-45 19t-19 45v576h128v-512h768v512h128zm384-1408H928q-31 0-54.5 9.5t-44 23.5-41 31-45.5 31-57.5 23.5T608 512H128v1152h256v-448q0-40 15-75t41-61 61-41 75-15h896q40 0 75 15t61 41 41 61 15 75v448h256V384z"
})
}));
};
exports.MCMdlFileExplorer = MCMdlFileExplorer;