@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.24 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlDuplexPortraitTwoSidedLongEdge = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlDuplexPortraitTwoSidedLongEdge = function MCMdlDuplexPortraitTwoSidedLongEdge(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 0v364l-397 1684H128V0h1664zm-442 975 98-84 73 66 100-424-946 810 630 526 46-195-392-363 98-84 328 304 36-154-263-236 97-84 200 179 32-136zM256 1920h911l-307-256H384v-128h322l-153-128H384v-128h168l150-128H384v-128h467l149-128H384V768h766l149-128h-275V512h424l216-185V128H256v1792zM896 640H384V256h512v384zM768 384H512v128h256V384zm768 0h-512V256h512v128z"
})
}));
};
exports.MCMdlDuplexPortraitTwoSidedLongEdge = MCMdlDuplexPortraitTwoSidedLongEdge;