@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.MCMdlDuplexLandscapeTwoSidedLongEdge = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlDuplexLandscapeTwoSidedLongEdge = function MCMdlDuplexLandscapeTwoSidedLongEdge(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 128v1664h-428q-2 0-4-1t-4-1L0 1394V128h2048zM171 1305l358 87-118-125 83-99 264 281 205 50-381-437 83-100 514 590 270 66-780-910zm469-793H384v128h175l81-98v-30zm1280-256H128v901l128-154V896h89l107-128H256V384h512v243l230 269h794v128h-684l110 128h574v128h-464l109 128h355v128h-245l110 128h263V256zm-128 256H896V384h896v128zm0 256H896V640h896v128z"
})
}));
};
exports.MCMdlDuplexLandscapeTwoSidedLongEdge = MCMdlDuplexLandscapeTwoSidedLongEdge;