@icongo/mc
Version:
Micon Icons
13 lines • 671 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlDuplexLandscapeOneSidedMirrored = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M2048 1536h-256v256H0V384h256V128h1792v1408zM1664 512H128v1152h1536V512zm256-256H384v128h1408v1024h128V256zm-384 768h-512V640h512v384zm-128-256h-256v128h256V768zm-512 0H256V640h640v128zm0 256H256V896h640v128zm640 256H256v-128h1280v128zm0 256H256v-128h1280v128z"
})
}));
export { MCMdlDuplexLandscapeOneSidedMirrored };