@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlPrintAllPages = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlPrintAllPages = function MCMdlPrintAllPages(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: "M1792 512v1408H640v-256H384v-256H128V0h731l256 256h421v256h256zM896 384h165L896 219v165zm256 896V512H768V128H256v1152h896zm256 256V384h-128v1024H512v128h896zm257-896h-129v1024H768v128h897V640zM640 384H384V256h256v128zM384 768h640v128H384V768zm0 256h640v128H384v-128zm256-384H384V512h256v128z"
})
}));
};
exports.MCMdlPrintAllPages = MCMdlPrintAllPages;