@icongo/mc
Version:
Micon Icons
13 lines • 458 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlPageMirrored = 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: "M1792 0v2048H128V549L677 0h1115zM347 512h293V219zm1317-384H768v512H256v1280h1408V128z"
})
}));
export { MCMdlPageMirrored };